Lines Matching refs:rTxt

132 String SwTOXInternational::GetIndexKey( const String& rTxt, const String& rTxtReading,  in GetIndexKey()  argument
135 return pIndexWrapper->GetIndexKey( rTxt, rTxtReading, rLocale ); in GetIndexKey()
400 void SwTOXIndex::GetText_Impl( String& rTxt, String& rTxtReading ) const in GetText_Impl() argument
408 rTxt = rTOXMark.GetPrimaryKey(); in GetText_Impl()
414 rTxt = rTOXMark.GetSecondaryKey(); in GetText_Impl()
420 rTxt = rTOXMark.GetText(); in GetText_Impl()
428 String sUpper( pTOXIntl->ToUpper( rTxt, 0 )); in GetText_Impl()
429 rTxt.Erase( 0, 1 ).Insert( sUpper, 0 ); in GetText_Impl()
527 void SwTOXCustom::GetText_Impl( String& rTxt, String &rTxtReading ) const in GetText_Impl() argument
529 rTxt = aKey; in GetText_Impl()
550 void SwTOXContent::GetText_Impl( String& rTxt, String& rTxtReading ) const in GetText_Impl() argument
555 rTxt = ((SwTxtNode*)aTOXSources[0].pNd)->GetExpandTxt( in GetText_Impl()
562 rTxt = pTxtMark->GetTOXMark().GetAlternativeText(); in GetText_Impl()
609 void SwTOXPara::GetText_Impl( String& rTxt, String& ) const in GetText_Impl() argument
626 rTxt = ((SwTxtNode*)pNd)->GetExpandTxt( in GetText_Impl()
639 rTxt = pFly->GetName(); in GetText_Impl()
648 rTxt = SW_RESSTR( nId ); in GetText_Impl()
798 void SwTOXTable::GetText_Impl( String& rTxt, String& ) const in GetText_Impl() argument
803 rTxt = ((SwTableNode*)pNd)->GetTable().GetFrmFmt()->GetName(); in GetText_Impl()
808 rTxt = SW_RESSTR( STR_TABLE_DEFNAME ); in GetText_Impl()
869 void SwTOXAuthority::GetText_Impl( String& rTxt, String& ) const in GetText_Impl() argument
871 rTxt = lcl_GetText(m_rField); in GetText_Impl()