Home
last modified time | relevance | path

Searched refs:sToCompare (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sw/source/ui/uno/
H A Dunotxdoc.cxx3560 String sToCompare(rName); in getByName() local
3562 if(sToCompare == sTables) in getByName()
3567 pxDoc->getTextTables(), sToCompare, sSuffix ); in getByName()
3571 else if(sToCompare == sFrames) in getByName()
3575 pxDoc->getTextFrames(), sToCompare, sSuffix ); in getByName()
3579 else if(sToCompare == sSections) in getByName()
3583 pxDoc->getTextSections(), sToCompare, sSuffix ); in getByName()
3595 else if(sToCompare == sGraphics) in getByName()
3599 pxDoc->getGraphicObjects(), sToCompare, sSuffix ); in getByName()
3603 else if(sToCompare == sOLEs) in getByName()
[all …]
/AOO41X/main/sw/source/core/doc/
H A Ddoctxm.cxx2332 String sToCompare(rStr); in GetKeyRange() local
2337 String sUpper( rIntl.ToUpper( sToCompare, 0 )); in GetKeyRange()
2338 sToCompare.Erase( 0, 1 ).Insert( sUpper, 0 ); in GetKeyRange()
2356 sToCompare, sToCompareReading, rNew.GetLocale() ) && in GetKeyRange()
2363 SwTOXCustom* pKey = new SwTOXCustom( sToCompare, sToCompareReading, nLevel, rIntl, in GetKeyRange()