Home
last modified time | relevance | path

Searched refs:rTxt (Results 26 – 50 of 125) sorted by relevance

12345

/trunk/main/cui/source/options/
H A DoptHeaderTabListbox.cxx39 OptLBoxString_Impl( SvLBoxEntry* pEntry, sal_uInt16 nFlags, const String& rTxt ) : in OptLBoxString_Impl() argument
40 SvLBoxString( pEntry, nFlags, rTxt ) {} in OptLBoxString_Impl()
67 void OptHeaderTabListBox::InitEntry( SvLBoxEntry* pEntry, const XubString& rTxt, in InitEntry() argument
71 SvTabListBox::InitEntry( pEntry, rTxt, rImg1, rImg2, eButtonKind ); in InitEntry()
/trunk/main/sw/source/core/text/
H A Dporfld.cxx453 sal_Bool SwFldPortion::GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const in GetExpTxt()
455 rTxt = aExpand; in GetExpTxt()
456 if( !rTxt.Len() && rInf.OnWin() && in GetExpTxt()
460 rTxt = ' '; in GetExpTxt()
518 sal_Bool SwHiddenPortion::GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const in GetExpTxt()
521 return SwFldPortion::GetExpTxt( rInf, rTxt ); in GetExpTxt()
1110 SwCombinedPortion::SwCombinedPortion( const XubString &rTxt ) in SwCombinedPortion() argument
1111 : SwFldPortion( rTxt ) in SwCombinedPortion()
1122 for( sal_uInt16 i = 0; i < rTxt.Len(); ++i ) in SwCombinedPortion()
1124 sal_uInt16 nScript = pBreakIt->GetBreakIter()->getScriptType( rTxt, i ); in SwCombinedPortion()
H A Dinftxt.hxx228 SwTxtSizeInfo( const SwTxtSizeInfo &rInf, const XubString &rTxt,
300 const XubString& rTxt, const xub_StrLen nIdx,
308 inline SwPosSize GetTxtSize( const XubString &rTxt ) const;
431 SwTxtPaintInfo( const SwTxtPaintInfo &rInf, const XubString &rTxt );
721 HyphWord( const String &rTxt, const sal_uInt16 nMinTrail );
821 inline SwPosSize SwTxtSizeInfo::GetTxtSize( const XubString &rTxt ) const in GetTxtSize()
823 return GetTxtSize( pOut, 0, rTxt, 0, rTxt.Len(), 0 ); in GetTxtSize()
H A Dporhyph.hxx36 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
54 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
74 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
H A Dporexp.hxx39 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
67 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
93 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
H A Ditratr.cxx376 sal_Bool lcl_MinMaxString( SwMinMaxArgs& rArg, SwFont* pFnt, const XubString &rTxt, in lcl_MinMaxString() argument
387 bClear = CH_BLANK == rTxt.GetChar( nStop ); in lcl_MinMaxString()
388 Boundary aBndry( pBreakIt->GetBreakIter()->getWordBoundary( rTxt, nIdx, in lcl_MinMaxString()
401 while( nStop < nEnd && CH_BLANK != rTxt.GetChar( nStop ) ) in lcl_MinMaxString()
407 while( nStop < nEnd && CH_BLANK == rTxt.GetChar( nStop ) ) in lcl_MinMaxString()
412 SwDrawTextInfo aDrawInf( rArg.pSh, *rArg.pOut, 0, rTxt, nIdx, nStop - nIdx ); in lcl_MinMaxString()
H A Dporftn.hxx50 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
89 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
H A Dportxt.hxx50 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
74 virtual sal_Bool GetExpTxt( const SwTxtSizeInfo &rInf, XubString &rTxt ) const;
/trunk/main/sw/source/core/fields/
H A Dcellfml.cxx148 const String& rTxt = pTxtNd->GetTxt(); in GetValue() local
149 while( nSttPos < rTxt.Len() && in GetValue()
150 ( ' ' == rTxt.GetChar( nSttPos ) || '\t' == rTxt.GetChar( nSttPos ) ) ) in GetValue()
155 sal_Unicode const Char = rTxt.GetChar(nSttPos); in GetValue()
156 if ( nSttPos < rTxt.Len() && in GetValue()
204 else if ( nSttPos < rTxt.Len() in GetValue()
220 String sTxt( rTxt.Copy( nSttPos ) ); in GetValue()
/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx68 SwScanner( const SwTxtNode& rNd, const String& rTxt, const LanguageType* pLang,
112 void UpdateBidiInfo( const String& rTxt );
319 static sal_Bool IsArabicText( const XubString& rTxt, xub_StrLen nStt, xub_StrLen nLen );
339 static sal_uInt16 ThaiJustify( const XubString& rTxt, sal_Int32* pKernArray,
H A Dacorrect.hxx65 virtual sal_Bool Insert( xub_StrLen nPos, const String& rTxt );
66 virtual sal_Bool Replace( xub_StrLen nPos, const String& rTxt );
67 virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt );
/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx1221 SwLabelType const eType, String const& rTxt, String const& rSeparator, in lcl_InsertLabel() argument
1483 if( rTxt.Len() > 0 ) in lcl_InsertLabel()
1488 aTxt += rTxt; in lcl_InsertLabel()
1546 SwLabelType const eType, String const& rTxt, String const& rSeparator, in InsertLabel() argument
1556 eType, rTxt, rSeparator, rNumberingSeparator, in InsertLabel()
1561 eType, rTxt, rSeparator, rNumberingSeparator, bBefore, in InsertLabel()
1589 String const& rTxt, in lcl_InsertDrawLabel() argument
1797 aTxt += rTxt; in lcl_InsertDrawLabel()
1833 String const& rTxt, in InsertDrawLabel() argument
1856 LTYPE_DRAW, rTxt, rSeparator, rNumberSeparator, sal_False, in InsertDrawLabel()
[all …]
/trunk/main/linguistic/source/
H A Dhhconvdic.cxx87 sal_Bool TextIsAllScriptType( const OUString &rTxt, sal_Int16 nScriptType ) in TextIsAllScriptType() argument
90 for (sal_Int32 i = 0; i < rTxt.getLength() && bIsAll; ++i) in TextIsAllScriptType()
92 if (checkScriptType( rTxt.getStr()[i]) != nScriptType) in TextIsAllScriptType()
/trunk/main/sw/source/core/crsr/
H A Dcallnk.cxx169 const String& rTxt = ((SwTxtNode*)pCNd)->GetTxt(); in ~SwCallLink() local
171 pBreakIt->GetBreakIter()->getScriptType( rTxt, nCmp ) in ~SwCallLink()
172 != pBreakIt->GetBreakIter()->getScriptType( rTxt, nCmp - 1 )) in ~SwCallLink()
/trunk/main/editeng/source/editeng/
H A Dedtspell.hxx155 virtual sal_Bool Insert( sal_uInt16 nPos, const String& rTxt );
156 virtual sal_Bool Replace( sal_uInt16 nPos, const String& rTxt );
157 virtual sal_Bool ReplaceRange( xub_StrLen nPos, xub_StrLen nLen, const String& rTxt );
/trunk/main/sw/source/ui/dbui/
H A Ddbinsdlg.cxx146 _DB_Column( const String& rTxt ) in _DB_Column()
149 DB_ColumnData.pText = new String( rTxt ); in _DB_Column()
904 static void lcl_InsTextInArr( const String& rTxt, _DB_Columns& rColArr ) in lcl_InsTextInArr() argument
908 while( STRING_NOTFOUND != ( nFndPos = rTxt.Search( '\x0A', nSttPos )) ) in lcl_InsTextInArr()
912 pNew = new _DB_Column( rTxt.Copy( nSttPos, nFndPos -1 ) ); in lcl_InsTextInArr()
919 if( nSttPos < rTxt.Len() ) in lcl_InsTextInArr()
921 pNew = new _DB_Column( rTxt.Copy( nSttPos ) ); in lcl_InsTextInArr()
928 sal_Bool SwInsertDBColAutoPilot::SplitTextToColArr( const String& rTxt, in SplitTextToColArr() argument
936 String sTxt( rTxt ); in SplitTextToColArr()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx1115 const rtl::OUString& rTxt = rTextCandidate.getText(); in processBasePrimitive2D() local
1124 …sal_Int32 nNextCellBreak(mxBreakIterator->nextCharacters(rTxt, nTextPosition, rLocale, ::com::sun:… in processBasePrimitive2D()
1125 …::star::i18n::Boundary nNextWordBoundary(mxBreakIterator->getWordBoundary(rTxt, nTextPosition, rLo… in processBasePrimitive2D()
1126 … sal_Int32 nNextSentenceBreak(mxBreakIterator->endOfSentence(rTxt, nTextPosition, rLocale)); in processBasePrimitive2D()
1137 …nNextCellBreak = mxBreakIterator->nextCharacters(rTxt, i, rLocale, ::com::sun::star::i18n::Charact… in processBasePrimitive2D()
1142 …nNextWordBoundary = mxBreakIterator->getWordBoundary(rTxt, i + 1, rLocale, ::com::sun::star::i18n:… in processBasePrimitive2D()
1147 … nNextSentenceBreak = mxBreakIterator->endOfSentence(rTxt, i + 1, rLocale); in processBasePrimitive2D()
/trunk/main/sw/inc/
H A Ddocufld.hxx369 const String& rTxt,
469 const String& rTxt);
727 void SetText( const String& rTxt ) { sTxt = rTxt; } in SetText() argument
H A Dfmtruby.hxx70 void SetText( const String& rTxt ) { sRubyTxt = rTxt; } in SetText() argument
H A Dbreakit.hxx107 sal_uInt16 GetRealScriptOfText( const String& rTxt, xub_StrLen nPos ) const;
108 sal_uInt16 GetAllScriptsOfText( const String& rTxt ) const;
/trunk/main/cui/source/inc/
H A Dpostdlg.hxx75 inline void SetNote(const String& rTxt) { aEditED.SetText(rTxt); } in SetNote() argument
/trunk/main/sw/source/core/edit/
H A Dedtab.cxx410 const String& rTxt = GetDoc()->GetNodes()[ nNd ]->GetTxtNode()->GetTxt(); in IsTableBoxTextFormat() local
411 if( !rTxt.Len() ) in IsTableBoxTextFormat()
415 return !GetDoc()->GetNumberFormatter()->IsNumberFormat( rTxt, nFmt, fVal ); in IsTableBoxTextFormat()
/trunk/main/sw/source/ui/shells/
H A Dtextdrw.cxx59 void SwBaseShell::InsertURLButton(const String& rURL, const String& rTarget, const String& rTxt) in InsertURLButton() argument
100 aTmp <<= OUString(rTxt); in InsertURLButton()
/trunk/main/vcl/inc/
H A Dtoolbox.h86 ImplToolItem( sal_uInt16 nItemId, const XubString& rTxt,
89 const XubString& rTxt,
/trunk/main/sw/source/filter/html/
H A Dhtmlfldw.cxx437 String rTxt( pFld->GetPar2() ); in OutHTML_SwFmtFld() local
438 rTxt.EraseLeadingChars().EraseTrailingChars(); in OutHTML_SwFmtFld()
444 ByteString sTmp( rTxt, ((SwHTMLWriter&)rWrt).eDestEnc ); in OutHTML_SwFmtFld()

Completed in 149 milliseconds

12345