Searched refs:sOldStr (Results 1 – 6 of 6) sorted by relevance
/aoo4110/main/sw/source/core/undo/ |
H A D | undoflystrattr.cxx | 32 const String& sOldStr, in SwUndoFlyStrAttr() argument 36 msOldStr( sOldStr ), in SwUndoFlyStrAttr()
|
/aoo4110/main/svx/source/svdraw/ |
H A D | svdundo.cxx | 1300 const String& sOldStr, in SdrUndoObjStrAttr() argument 1304 msOldStr( sOldStr ), in SdrUndoObjStrAttr() 1895 String sOldStr, in CreateUndoObjectStrAttr() argument 1898 return new SdrUndoObjStrAttr( rObject, eObjStrAttrType, sOldStr, sNewStr ); in CreateUndoObjectStrAttr()
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdundo.hxx | 514 const String& sOldStr, 880 String sOldStr,
|
/aoo4110/main/sw/source/core/inc/ |
H A D | undoflystrattr.hxx | 37 const String& sOldStr,
|
/aoo4110/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()
|
/aoo4110/main/sc/source/core/tool/ |
H A D | interpr1.cxx | 8005 String sOldStr = GetString(); in ScSubstitute() local 8010 xub_StrLen nOldLen = sOldStr.Len(); in ScSubstitute() 8013 nPos = sStr.Search( sOldStr, nPos ); in ScSubstitute()
|
Completed in 363 milliseconds