Searched refs:sOldValue (Results 1 – 6 of 6) sorted by relevance
/trunk/main/unoxml/source/dom/ |
H A D | attr.cxx | 180 OUString sOldValue = getValue(); in setValue() local 210 sOldValue, value, getName(), AttrChangeType_MODIFICATION ); in setValue()
|
/trunk/main/xmloff/source/style/ |
H A D | xmlexppr.cxx | 1076 OUString sOldValue( rAttrList.getValueByName( sAttribName ) ); in _exportXML() local 1077 OSL_ENSURE( sOldValue.getLength() == 0, "alien attribute exists already" ); in _exportXML() 1079 if( !sOldValue.getLength() ) in _exportXML()
|
/trunk/main/svx/source/fmcomp/ |
H A D | gridcell.cxx | 1237 ::rtl::OUString sOldValue; in commitControl() 1238 m_rColumn.getModel()->getPropertyValue( FM_PROP_TEXT ) >>= sOldValue; in commitControl() 1240 if ( sOldValue.getLength() > nMaxTextLen && sOldValue.compareTo(aText,nMaxTextLen) == 0 ) in commitControl() 1241 aText = sOldValue; in commitControl()
|
/trunk/main/sc/source/core/tool/ |
H A D | chgtrack.cxx | 1424 ScBaseCell* pTempOldCell, ScDocument* pDoc, const String& sOldValue ) in IMPL_FIXEDMEMPOOL_NEWDEL() 1427 aOldValue(sOldValue), in IMPL_FIXEDMEMPOOL_NEWDEL() 1438 if ( sOldValue.Len() ) // #i40704# don't overwrite SetCell result with empty string in IMPL_FIXEDMEMPOOL_NEWDEL() 1439 aOldValue = sOldValue; // set again, because SetCell removes it in IMPL_FIXEDMEMPOOL_NEWDEL()
|
/trunk/main/sc/inc/ |
H A D | chgtrack.hxx | 839 const String& sOldValue); // to use for XML Import
|
/trunk/main/dbaccess/source/ui/querydesign/ |
H A D | SelectionBrowseBox.cxx | 2567 String sOldValue = GetCellContents(GetRealRow(GetCurRow()),GetCurColumnId()); in cut() local
|
Completed in 114 milliseconds