Home
last modified time | relevance | path

Searched refs:rTxt (Results 51 – 75 of 125) sorted by relevance

12345

/aoo42x/main/sw/source/core/text/
H A Dinftxt.cxx375 SwTxtSizeInfo::SwTxtSizeInfo( const SwTxtSizeInfo &rNew, const XubString &rTxt, in SwTxtSizeInfo() argument
386 pTxt(&rTxt), in SwTxtSizeInfo()
444 const XubString& rTxt, in GetTxtSize() argument
449 SwDrawTextInfo aDrawInf( pVsh, *pOutDev, pSI, rTxt, nIndex, nLength ); in GetTxtSize()
570 SwTxtPaintInfo::SwTxtPaintInfo( const SwTxtPaintInfo &rInf, const XubString &rTxt ) in SwTxtPaintInfo() argument
571 : SwTxtSizeInfo( rInf, rTxt ), in SwTxtPaintInfo()
H A Dtxtftn.cxx1441 sal_Bool SwFtnPortion::GetExpTxt( const SwTxtSizeInfo &, XubString &rTxt ) const in GetExpTxt()
1443 rTxt = aExpand; in GetExpTxt()
1555 sal_Bool SwQuoVadisPortion::GetExpTxt( const SwTxtSizeInfo &, XubString &rTxt ) const in GetExpTxt()
1557 rTxt = aExpand; in GetExpTxt()
1561 rTxt += aErgo; in GetExpTxt()
H A Dporfld.hxx77 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
131 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
H A Dporglue.cxx80 sal_Bool SwGluePortion::GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const in GetExpTxt()
85 rTxt.Fill( GetLen(), CH_BULLET ); in GetExpTxt()
H A Dtxtfrm.cxx667 xub_StrLen SwTxtFrm::FindBrk( const XubString &rTxt, in FindBrk() argument
673 const xub_StrLen nEndLine = Min( nEnd, rTxt.Len() ); in FindBrk()
677 ' ' == rTxt.GetChar( static_cast<xub_StrLen>(nFound) ) ) in FindBrk()
687 ' ' != rTxt.GetChar( static_cast<xub_StrLen>(nFound) ) ) in FindBrk()
/aoo42x/main/sw/source/core/tox/
H A Dtoxhlp.cxx75 String IndexEntrySupplierWrapper::GetIndexKey( const String& rTxt, in GetIndexKey() argument
81 sRet = xIES->getIndexKey( rTxt, rTxtReading, rLocale ); in GetIndexKey()
/aoo42x/main/sw/source/core/doc/
H A Dnotxtfrm.cxx91 inline sal_Bool GetRealURL( const SwGrfNode& rNd, String& rTxt ) in GetRealURL() argument
93 sal_Bool bRet = rNd.GetFileFilterNms( &rTxt, 0 ); in GetRealURL()
95 rTxt = URIHelper::removePassword( rTxt, INetURLObject::WAS_ENCODED, in GetRealURL()
/aoo42x/main/cui/source/inc/
H A Doptlingu.hxx85 SvLBoxEntry* CreateEntry(String& rTxt, sal_uInt16 nCol);
148 SvLBoxEntry* CreateEntry(String& rTxt, sal_uInt16 nCol);
H A Dautocdlg.hxx176 SvLBoxEntry* CreateEntry(String& rTxt, sal_uInt16 nCol);
378 SvLBoxEntry* CreateEntry(String& rTxt, sal_uInt16 nCol);
/aoo42x/main/sw/source/core/fields/
H A Dmacrofld.cxx61 const String& rLibAndName, const String& rTxt) : in SwMacroField() argument
62 SwField(pInitType), aMacro(rLibAndName), aText(rTxt), bIsScriptURL(sal_False) in SwMacroField()
/aoo42x/main/sc/source/filter/xcl97/
H A Dxcl97rec.cxx848 ExcEScenarioCell::ExcEScenarioCell( sal_uInt16 nC, sal_uInt16 nR, const String& rTxt ) : in ExcEScenarioCell() argument
851 sText( rTxt, EXC_STR_DEFAULT, 255 ) in ExcEScenarioCell()
939 sal_Bool ExcEScenario::Append( sal_uInt16 nCol, sal_uInt16 nRow, const String& rTxt ) in Append() argument
944 ExcEScenarioCell* pCell = new ExcEScenarioCell( nCol, nRow, rTxt ); in Append()
/aoo42x/main/basic/source/sbx/
H A Dsbxexec.cxx359 SbxVariable* SbxObject::Execute( const XubString& rTxt ) in Execute() argument
362 const xub_Unicode* p = rTxt.GetBuffer(); in Execute()
/aoo42x/main/sc/source/filter/inc/
H A Dxcl97rec.hxx327 ExcEScenarioCell( sal_uInt16 nC, sal_uInt16 nR, const String& rTxt );
352 sal_Bool Append( sal_uInt16 nCol, sal_uInt16 nRow, const String& rTxt );
/aoo42x/main/linguistic/inc/linguistic/
H A Dmisc.hxx112 rtl::OUString StripTrailingChars( rtl::OUString &rTxt, sal_Unicode cChar );
170 LNG_DLLPUBLIC sal_Int32 GetPosInWordToCheck( const rtl::OUString &rTxt, sal_Int32 nPos );
/aoo42x/main/linguistic/source/
H A Dmisc.cxx618 sal_Int32 GetPosInWordToCheck( const OUString &rTxt, sal_Int32 nPos ) in GetPosInWordToCheck() argument
621 sal_Int32 nLen = rTxt.getLength(); in GetPosInWordToCheck()
627 sal_Unicode cChar = rTxt[i]; in GetPosInWordToCheck()
H A Dspelldta.cxx109 const OUString &rTxt) in SeqHasEntry() argument
116 if (rTxt == pEntry[i]) in SeqHasEntry()
/aoo42x/main/sw/source/core/txtnode/
H A Dndtxt.cxx3048 XubString& rTxt, in Replace0xFF() argument
3058 xub_StrLen nPos = rTxt.Search( cSrchChr ); in Replace0xFF()
3069 rTxt.Erase( nPos, 1 ); in Replace0xFF()
3074 rTxt.Insert( aExpand, nPos ); in Replace0xFF()
3083 rTxt.Erase( nPos, 1 ); in Replace0xFF()
3096 rTxt.Insert( sExpand, nPos ); in Replace0xFF()
3105 rTxt.Erase( nPos, 1 ); in Replace0xFF()
3111 nPos = rTxt.Search( cSrchChr, nPos ); in Replace0xFF()
/aoo42x/main/cui/source/options/
H A Doptlingu.cxx599 sal_Int32 lcl_SeqGetIndex( const Sequence< OUString > &rSeq, const OUString &rTxt ) in lcl_SeqGetIndex() argument
606 if (pString[i] == rTxt) in lcl_SeqGetIndex()
1952 SvLBoxEntry* SvxLinguTabPage::CreateEntry( String& rTxt, sal_uInt16 nCol ) in CreateEntry() argument
1965 pEntry->AddItem( new BrwString_Impl( pEntry, 0, rTxt ) ); in CreateEntry()
2117 SvLBoxEntry* SvxEditModulesDlg::CreateEntry( String& rTxt, sal_uInt16 nCol ) in CreateEntry() argument
2132 pEntry->AddItem( new BrwStringDic_Impl( pEntry, 0, rTxt ) ); in CreateEntry()
/aoo42x/main/sw/source/core/undo/
H A Dunovwr.cxx352 _UndoTransliterate_Data( sal_uLong nNd, xub_StrLen nStt, xub_StrLen nStrLen, const String& rTxt ) in _UndoTransliterate_Data()
353 : sText( rTxt ), pHistory( 0 ), pOffsets( 0 ), in _UndoTransliterate_Data()
/aoo42x/main/sw/source/core/frmedt/
H A Dfews.cxx477 void SwFEShell::InsertLabel( const SwLabelType eType, const String &rTxt, const String& rSeparator, in InsertLabel() argument
539 … GetDoc()->InsertDrawLabel( rTxt, rSeparator, rNumberSeparator, nId, rCharacterStyle, *pDrawObj ); in InsertLabel()
555 … pFlyFmt = GetDoc()->InsertLabel( eType, rTxt, rSeparator, rNumberSeparator, bBefore, nId, in InsertLabel()
/aoo42x/main/sw/inc/
H A Dtox.hxx653 inline void SwTOXMark::SetTextReading( const String& rTxt ) in SetTextReading() argument
656 aTextReading = rTxt; in SetTextReading()
H A Dfmtrfmrk.hxx44 SwFmtRefMark( const String& rTxt );
/aoo42x/main/sw/source/core/swg/
H A Dswblocks.cxx661 const String& rTxt ) in PutText() argument
679 nErr = pImp->PutText( aNew, rName, rTxt ); in PutText()
/aoo42x/main/basctl/source/basicide/
H A Dmoduldl2.cxx126 BasicLibLBoxString( SvLBoxEntry* pEntry, sal_uInt16 nFlags, const String& rTxt ) : in BasicLibLBoxString() argument
127 SvLBoxString( pEntry, nFlags, rTxt ) {} in BasicLibLBoxString()
268 void BasicCheckBox::InitEntry( SvLBoxEntry* pEntry, const XubString& rTxt, const Image& rImg1, cons… in InitEntry() argument
270 SvTabListBox::InitEntry( pEntry, rTxt, rImg1, rImg2, eButtonKind ); in InitEntry()
/aoo42x/main/starmath/source/
H A Dparse.cxx373 sal_Bool SmParser::IsDelimiter( const String &rTxt, xub_StrLen nPos ) in IsDelimiter() argument
376 DBG_ASSERT( nPos <= rTxt.Len(), "index out of range" ); in IsDelimiter()
378 sal_Unicode cChar = rTxt.GetChar( nPos ); in IsDelimiter()
390 sal_Int16 nTypJp = SM_MOD()->GetSysLocale().GetCharClass().getType( rTxt, nPos ); in IsDelimiter()

Completed in 381 milliseconds

12345