Home
last modified time | relevance | path

Searched refs:sNewValue (Results 1 – 9 of 9) sorted by relevance

/trunk/main/forms/source/component/
H A DComboBox.cxx738 ::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 DPattern.cxx167 ::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 DEdit.cxx681 ::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()
/trunk/main/forms/source/runtime/
H A Dformoperations.cxx961 ::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()
/trunk/main/ucb/source/ucp/odma/
H A Dodma_content.cxx1149 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()
/trunk/main/dbaccess/source/ui/querydesign/
H A DSelectionBrowseBox.cxx978 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()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx892 OUString sNewValue( RTL_CONSTASCII_USTRINGPARAM( "shape" ) ); in ProcessAttrList() local
893 sNewValue += rAttrValue; in ProcessAttrList()
894 pMutableAttrList->SetValueByIndex( i, sNewValue ); in ProcessAttrList()
/trunk/main/sc/inc/
H A Dchgtrack.hxx844 … 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
/trunk/main/sc/source/core/tool/
H A Dchgtrack.cxx1444 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 105 milliseconds