Lines Matching refs:pTOXIntl
152 : pTOXNd( 0 ), pTxtMark( pMark ), pTOXIntl( pInter ), in SwTOXSortTabBase()
247 pTOXIntl->IsEqual( sMyTxt, sMyTxtReading, GetLocale(), in operator ==()
292 pTOXIntl->IsEqual( sMyTxt, sMyTxtReading, GetLocale(), in operator <()
349 sal_Bool bRet = pTOXIntl->IsEqual( sMyTxt, sMyTxtReading, GetLocale(), in operator ==()
380 pTOXIntl->IsLess( sMyTxt, sMyTxtReading, GetLocale(), in operator <()
386 bRet = pTOXIntl->IsEqual( sMyTxt, sMyTxtReading, GetLocale(), in operator <()
426 if( nsSwTOIOptions::TOI_INITIAL_CAPS & nOpt && pTOXIntl ) in GetText_Impl()
428 String sUpper( pTOXIntl->ToUpper( rTxt, 0 )); in GetText_Impl()
444 if(nsSwTOIOptions::TOI_INITIAL_CAPS&nOpt && pTOXIntl) in FillText()
446 String sUpper( pTOXIntl->ToUpper( sTmp, 0 )); in FillText()
500 pTOXIntl->IsEqual( sMyTxt, sMyTxtReading, GetLocale(), in operator ==()
516 pTOXIntl->IsLess( sMyTxt, sMyTxtReading, GetLocale(), in operator <()
851 if( pTOXIntl->IsNumeric( sText ) ) in GetLevel()
937 sal_Int32 nComp = pTOXIntl->Compare( sMyTxt, sMyTxtReading, GetLocale(), in operator <()