Searched refs:sNewValue (Results 1 – 9 of 9) sorted by relevance
/aoo41x/main/forms/source/component/ |
H A D | ComboBox.cxx | 738 ::rtl::OUString sNewValue; in commitControlValueToDbColumn() 739 aNewValue >>= sNewValue; in commitControlValueToDbColumn() 745 || ( !sNewValue.getLength() // an empty string in commitControlValueToDbColumn() 759 if ( !m_pValueFormatter->setFormattedValue( sNewValue ) ) in commitControlValueToDbColumn() 763 m_xColumnUpdate->updateString( sNewValue ); in commitControlValueToDbColumn() 787 if ( pStringItems->equals( sNewValue ) ) in commitControlValueToDbColumn() 796 aStringItemList.getArray()[ nOldLen ] = sNewValue; in commitControlValueToDbColumn()
|
H A D | Pattern.cxx | 167 ::rtl::OUString sNewValue; in commitControlValueToDbColumn() 168 aNewValue >>= sNewValue; in commitControlValueToDbColumn() 171 || ( !sNewValue.getLength() // an empty string in commitControlValueToDbColumn() 184 if ( !m_pFormattedValue->setFormattedValue( sNewValue ) ) in commitControlValueToDbColumn()
|
H A D | Edit.cxx | 681 ::rtl::OUString sNewValue; in commitControlValueToDbColumn() 682 aNewValue >>= sNewValue; in commitControlValueToDbColumn() 685 || ( !sNewValue.getLength() // an empty string in commitControlValueToDbColumn() 699 if ( !m_pValueFormatter->setFormattedValue( sNewValue ) ) in commitControlValueToDbColumn() 703 m_xColumnUpdate->updateString( sNewValue ); in commitControlValueToDbColumn()
|
/aoo41x/main/forms/source/runtime/ |
H A D | formoperations.cxx | 961 ::rtl::OUString sNewValue; in propertyChange() 962 _rEvent.NewValue >>= sNewValue; in propertyChange() 965 m_xParser->setElementaryQuery( sNewValue ); in propertyChange() 969 if ( m_xParser->getFilter() != sNewValue ) in propertyChange() 970 m_xParser->setFilter( sNewValue ); in propertyChange() 974 _rEvent.NewValue >>= sNewValue; in propertyChange() 975 if ( m_xParser->getOrder() != sNewValue ) in propertyChange() 976 m_xParser->setOrder( sNewValue ); in propertyChange()
|
/aoo41x/main/ucb/source/ucp/odma/ |
H A D | odma_content.cxx | 1149 rtl::OUString sNewValue; in changePropertyValue() local 1151 if ( _rValue.Value >>= sNewValue ) in changePropertyValue() 1153 if ( sNewValue != _rsMemberValue ) in changePropertyValue() 1157 ::rtl::OString sDocInfoValue = ::rtl::OUStringToOString(sNewValue,RTL_TEXTENCODING_ASCII_US); in changePropertyValue() 1185 aEvent.NewValue = uno::makeAny( sNewValue ); in changePropertyValue() 1189 _rsMemberValue = sNewValue; in changePropertyValue()
|
/aoo41x/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 978 String strOldCellContents,sNewValue; in SaveModified() local 987 sNewValue = !bOldValue ? g_strOne : g_strZero; in SaveModified() 1047 sNewValue = aFieldName; in SaveModified() 1053 sNewValue = pEntry->GetField(); in SaveModified() 1087 sNewValue = pEntry->GetAlias(); in SaveModified() 1104 sNewValue = String::CreateFromInt32((sal_uInt16)pEntry->GetOrderDir()); in SaveModified() 1110 sNewValue = pEntry->GetFieldAlias(); in SaveModified() 1150 sNewValue = sFunctionName; in SaveModified() 1242 sNewValue = pEntry->GetCriteria(nIdx); in SaveModified() 1262 appendUndoAction(strOldCellContents,sNewValue,nRow); in SaveModified()
|
/aoo41x/main/xmloff/source/transform/ |
H A D | TransformerBase.cxx | 892 OUString sNewValue( RTL_CONSTASCII_USTRINGPARAM( "shape" ) ); in ProcessAttrList() local 893 sNewValue += rAttrValue; in ProcessAttrList() 894 pMutableAttrList->SetValueByIndex( i, sNewValue ); in ProcessAttrList()
|
/aoo41x/main/sc/inc/ |
H A D | chgtrack.hxx | 844 … const String& sNewValue); // to use for XML Import of Generated Actions 1350 const ScBigRange& aBigRange, const String& sNewValue ); // only to use in the XML import
|
/aoo41x/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 1444 ScDocument* pDoc, const String& sNewValue ) in ScChangeActionContent() argument 1447 aNewValue(sNewValue), in ScChangeActionContent() 1457 if ( sNewValue.Len() ) // #i40704# don't overwrite SetCell result with empty string in ScChangeActionContent() 1458 aNewValue = sNewValue; // set again, because SetCell removes it in ScChangeActionContent() 4530 …ck::AddLoadedGenerated(ScBaseCell* pNewCell, const ScBigRange& aBigRange, const String& sNewValue ) in AddLoadedGenerated() argument 4532 …Content* pAct = new ScChangeActionContent( --nGeneratedMin, pNewCell, aBigRange, pDoc, sNewValue ); in AddLoadedGenerated()
|
Completed in 124 milliseconds