Searched refs:sOldStr (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sw/source/core/undo/ |
H A D | undoflystrattr.cxx | 32 const String& sOldStr, in SwUndoFlyStrAttr() argument 36 msOldStr( sOldStr ), in SwUndoFlyStrAttr()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdundo.cxx | 1346 const String& sOldStr, in SdrUndoObjStrAttr() argument 1350 msOldStr( sOldStr ), in SdrUndoObjStrAttr() 1941 String sOldStr, in CreateUndoObjectStrAttr() argument 1944 return new SdrUndoObjStrAttr( rObject, eObjStrAttrType, sOldStr, sNewStr ); in CreateUndoObjectStrAttr()
|
/trunk/main/svx/inc/svx/ |
H A D | svdundo.hxx | 514 const String& sOldStr, 880 String sOldStr,
|
/trunk/main/sw/source/core/inc/ |
H A D | undoflystrattr.hxx | 37 const String& sOldStr,
|
/trunk/main/xmloff/source/style/ |
H A D | xmlnumfi.cxx | 2164 String sOldStr = pFormatter->GetKeyword( nFormatLang, nOld ); in ReplaceNfKeyword() local 2165 if ( lcl_IsAtEnd( aFormatCode, sOldStr ) ) in ReplaceNfKeyword() 2168 aFormatCode.setLength( aFormatCode.getLength() - sOldStr.Len() ); in ReplaceNfKeyword()
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 8142 String sOldStr = GetString(); in ScSubstitute() local 8147 xub_StrLen nOldLen = sOldStr.Len(); in ScSubstitute() 8150 nPos = sStr.Search( sOldStr, nPos ); in ScSubstitute()
|
Completed in 81 milliseconds