Home
last modified time | relevance | path

Searched refs:sTxt (Results 26 – 33 of 33) sorted by relevance

12

/aoo42x/main/sw/source/core/crsr/
H A Dcrstrvl.cxx2267 String sTxt( pTxtNd->GetExpandTxt( *rAttr.GetStart(), in SelectNxtPrvHyperlink() local
2270 sTxt.EraseAllChars( 0x0a ); in SelectNxtPrvHyperlink()
2271 sTxt.EraseLeadingChars().EraseTrailingChars(); in SelectNxtPrvHyperlink()
2273 if( sTxt.Len() ) in SelectNxtPrvHyperlink()
/aoo42x/main/sw/source/core/table/
H A Dswtable.cxx2246 String sTmp, sTxt( pTNd->GetTxt() ); in ChgNumToText() local
2247 pDoc->GetNumberFormatter()->GetOutputString( sTxt, nFmt, sTmp, &pCol ); in ChgNumToText()
2248 if( sTxt != sTmp ) in ChgNumToText()
2251 SwIndex aIdx( pTNd, sTxt.Len() ); in ChgNumToText()
/aoo42x/main/sw/source/core/doc/
H A Ddocnum.cxx592 String sTxt( pTxtNd->GetExpandTxt() ); in lcl_FindOutlineName() local
593 if( sTxt.Equals( rName ) ) in lcl_FindOutlineName()
600 COMPARE_EQUAL == sTxt.CompareTo( rName, rName.Len()) ) in lcl_FindOutlineName()
/aoo42x/main/sw/source/filter/ww8/
H A Dwrtw8sty.cxx1992 String sTxt(rAtn.msSimpleText); in WriteGenericTxt() local
1993 sTxt.SearchAndReplaceAll(0x0A, 0x0B); in WriteGenericTxt()
1994 rWrt.WriteStringAsPara( sTxt ); in WriteGenericTxt()
H A Dww8par.cxx2017 String sTxt; in Read_And() local
2018 OutlinerParaObject *pOutliner = ImportAsOutliner( sTxt, pRes->nCp2OrIdx, in Read_And()
2024 sTxt, in Read_And()
/aoo42x/main/editeng/source/items/
H A Dtextitem.cxx563 XubString sTxt; in GetValueTextByPos() local
576 sTxt = EditResId( nId ); in GetValueTextByPos()
577 return sTxt; in GetValueTextByPos()
/aoo42x/main/cui/source/options/
H A Doptlingu.cxx502 String sTxt( ' ' ); in Paint() local
503 sTxt += String::CreateFromInt32( aData.GetNumericValue() ); in Paint()
505 rDev.DrawText( aNewPos, sTxt ); in Paint()
/aoo42x/main/cui/source/tabpages/
H A Dautocdlg.cxx406 String sTxt( pUserData->pString->GetToken( 0, 1, nPos )); in Paint() local
411 rDev.DrawText( aNewPos, sTxt ); in Paint()
414 aNewPos.X() += rDev.GetTextWidth( sTxt ); in Paint()

Completed in 231 milliseconds

12