Home
last modified time | relevance | path

Searched refs:rText (Results 1 – 25 of 704) sorted by relevance

12345678910>>...29

/trunk/main/sw/source/ui/utlui/
H A Dattrdesc.cxx80 rText.Erase(); in GetPresentation()
94 rText += aStr; in GetPresentation()
110 String& rText, in GetPresentation() argument
117 rText.Erase(); in GetPresentation()
128 rText += '('; in GetPresentation()
130 rText += ')'; in GetPresentation()
156 rText.Erase(); in GetPresentation()
184 rText.Erase(); in GetPresentation()
231 rText.Erase(); in GetPresentation()
382 rText += ' '; in GetPresentation()
[all …]
/trunk/main/basic/source/classes/
H A Ddisas.cxx237 rText.Erase(); in Disassemble()
358 rText.Erase(); in DisasLine()
396 rText += s; in DisasLine()
438 rText += ':'; in DisasLine()
476 rText += '"'; in StrOp()
478 rText += '"'; in StrOp()
490 rText += ','; in Str2Op()
494 rText += s; in Str2Op()
648 rText += ','; in CaseOp()
656 rText += ','; in StmntOp()
[all …]
/trunk/main/starmath/source/
H A Dnode.cxx428 rText.Append('{'); in CreateTextFromNode()
435 APPEND(rText,"} "); in CreateTextFromNode()
720 rText.Append('{'); in CreateTextFromNode()
727 if ((nSize != 2) || ((rText.GetChar(rText.Len()-1) != '+') && in CreateTextFromNode()
728 (rText.GetChar(rText.Len()-1) != '-'))) in CreateTextFromNode()
735 APPEND(rText,"} "); in CreateTextFromNode()
1568 rText.Append('_'); in CreateTextFromNode()
1629 rText.Append(' '); in CreateTextFromNode()
2532 rText.Append(' '); in CreateTextFromNode()
2567 rText += aText; in GetAccessibleText()
[all …]
H A Drect.cxx60 sal_Bool SmIsMathAlpha(const XubString &rText) in SmIsMathAlpha() argument
64 if (rText.Len() == 0) in SmIsMathAlpha()
68 xub_Unicode cChar = rText.GetChar(0); in SmIsMathAlpha()
188 SmGetGlyphBoundRect(rDev, rText, aGlyphRect); in BuildRect()
228 DBG_ASSERT(rText.Len() == 0 || !IsEmpty(), in BuildRect()
237 BuildRect(rDev, pFormat, rText, nEBorderWidth); in Init()
242 const XubString &rText, long nEBorderWidth) in SmRect() argument
247 Init(rDev, pFormat, rText, (sal_uInt16) nEBorderWidth); in SmRect()
695 const XubString &rText, Rectangle &rRect) in SmGetGlyphBoundRect() argument
700 xub_StrLen nLen = rText.Len(); in SmGetGlyphBoundRect()
[all …]
/trunk/main/svl/source/misc/
H A Durihelper.cxx566 URIHelper::FindFirstURLInText(UniString const & rText, in FindFirstURLInText() argument
574 if (!(rBegin <= rEnd && rEnd <= rText.Len())) in FindFirstURLInText()
645 sal_Unicode c = rText.GetChar(nPos); in FindFirstURLInText()
656 while (rText.GetChar(i++) != ':') ; in FindFirstURLInText()
686 while (rText.GetChar(i++) != ':') ; in FindFirstURLInText()
719 && rText.GetChar(nPos + 3) == '.' in FindFirstURLInText()
720 && (((rText.GetChar(nPos) == 'w' in FindFirstURLInText()
766 && rText.GetChar(nPos + 1) == ':' in FindFirstURLInText()
767 && (rText.GetChar(nPos + 2) == '/' in FindFirstURLInText()
793 && rText.GetChar(nPos) == '\\' in FindFirstURLInText()
[all …]
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx178 rText.Erase(); in GetPresentation()
327 rText.Erase(); in GetPresentation()
582 rText.Erase(); in GetPresentation()
943 rText.Erase(); in GetPresentation()
1084 rText.Erase(); in GetPresentation()
1141 rText.Erase(); in GetPresentation()
1232 rText.Erase(); in GetPresentation()
1457 rText.Erase(); in GetPresentation()
2134 rText.Erase(); in GetPresentation()
2693 rText.Erase(); in GetPresentation()
[all …]
H A Dparaitem.cxx274 rText.Erase(); in GetPresentation()
467 rText.Erase(); in GetPresentation()
597 rText.Erase(); in GetPresentation()
610 rText += ' '; in GetPresentation()
669 rText.Erase(); in GetPresentation()
682 rText += ' '; in GetPresentation()
791 rText.Erase(); in GetPresentation()
1183 rText.Erase(); in GetPresentation()
1356 rText.Erase(); in GetPresentation()
1421 rText.Erase(); in GetPresentation()
[all …]
H A Dtextitem.cxx224 rText.Erase(); in GetPresentation()
477 rText.Erase(); in GetPresentation()
546 rText.Erase(); in GetPresentation()
722 rText.Erase(); in GetPresentation()
1101 rText.Erase(); in GetPresentation()
1994 rText.Erase(); in GetPresentation()
2195 rText.Erase(); in GetPresentation()
2797 rText.Erase(); in GetPresentation()
2842 rText.Erase(); in GetPresentation()
3212 rText.Erase(); in GetPresentation()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdattr.cxx662 rText = UniString(); in GetPresentation()
672 rText.Insert(aStr, 0); in GetPresentation()
723 rText = UniString(); in GetPresentation()
733 rText.Insert(aStr, 0); in GetPresentation()
780 rText.Insert(aStr, 0); in GetPresentation()
820 rText.Insert(aStr, 0); in GetPresentation()
862 rText.Insert(aStr, 0); in GetPresentation()
929 rText.Erase(nLen-2); in GetPresentation()
938 rText.Erase(nLen); in GetPresentation()
1015 rText+=aStr; in GetPresentation()
[all …]
/trunk/main/sc/source/core/data/
H A Dattrib.cxx336 String& rText, in GetPresentation() argument
348 rText.Erase(); in GetPresentation()
360 rText += ScGlobal::GetRscString(STR_HIDE); rText += aStrSep; in GetPresentation()
361 rText += (bHideCell ? aStrYes : aStrNo); rText += aStrDelim; in GetPresentation()
362 rText += ScGlobal::GetRscString(STR_PRINT); rText += aStrSep; in GetPresentation()
470 rText.Erase(); in GetPresentation()
600 rText.Erase(); in GetPresentation()
605 rText = '('; in GetPresentation()
613 rText += ')'; in GetPresentation()
618 rText.Erase(); in GetPresentation()
[all …]
H A Ddocpool.cxx684 String& rText, in lcl_HFPresentation() argument
769 rText += aText; in lcl_HFPresentation()
770 rText += aDel; in lcl_HFPresentation()
787 String& rText, in GetPresentation() argument
802 rText += aStrSep; in GetPresentation()
821 rText += aStrSep; in GetPresentation()
838 rText += aStrSep; in GetPresentation()
855 rText += aStrSep; in GetPresentation()
872 rText += aStrSep; in GetPresentation()
889 rText += aStrSep; in GetPresentation()
[all …]
/trunk/main/svx/source/xoutdev/
H A Dxattr2.cxx121 rText.Erase(); in GetPresentation()
190 rText.Erase(); in GetPresentation()
606 rText.Erase(); in GetPresentation()
765 rText.Erase(); in GetPresentation()
870 rText.Erase(); in GetPresentation()
972 rText.Erase(); in GetPresentation()
1085 rText.Erase(); in GetPresentation()
1201 rText.Erase(); in GetPresentation()
1317 rText.Erase(); in GetPresentation()
1419 rText.Erase(); in GetPresentation()
[all …]
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrdecompositiontools.cxx196 const attribute::SdrTextAttribute& rText, in createTextPrimitive() argument
205 if(rText.isContour()) in createTextPrimitive()
232 &rText.getSdrText(), in createTextPrimitive()
241 &rText.getSdrText(), in createTextPrimitive()
253 &rText.getSdrText(), in createTextPrimitive()
303 if(rText.isFitToSize()) in createTextPrimitive()
307 &rText.getSdrText(), in createTextPrimitive()
322 rText.isScroll(), in createTextPrimitive()
331 if(rText.isBlink()) in createTextPrimitive()
353 if(rText.isScroll()) in createTextPrimitive()
[all …]
/trunk/main/svx/source/items/
H A Dalgitem.cxx93 rText.Erase(); in GetPresentation()
259 rText.Erase(); in GetPresentation()
416 rText.Erase(); in GetPresentation()
586 rText.Erase(); in GetPresentation()
591 rText += cpDelim; in GetPresentation()
593 rText += cpDelim; in GetPresentation()
595 rText += cpDelim; in GetPresentation()
603 rText += sal_Unicode(' '); in GetPresentation()
605 rText += cpDelim; in GetPresentation()
610 rText += cpDelim; in GetPresentation()
[all …]
H A Dpageitem.cxx115 rText.Erase(); in GetPresentation()
125 rText = aDescName; in GetPresentation()
126 rText += cpDelim; in GetPresentation()
130 rText += cpDelim; in GetPresentation()
135 rText += cpDelim; in GetPresentation()
136 rText += GetUsageText( eUse ); in GetPresentation()
144 rText += aDescName; in GetPresentation()
145 rText += cpDelim; in GetPresentation()
149 rText += cpDelim; in GetPresentation()
154 rText += cpDelim; in GetPresentation()
[all …]
H A Dpostattr.cxx63 XubString& rText, const IntlWrapper * in GetPresentation() argument
69 rText.Erase(); in GetPresentation()
72 rText = GetValue(); in GetPresentation()
76 rText += GetValue(); in GetPresentation()
118 rText.Erase(); in GetPresentation()
121 rText = GetValue(); in GetPresentation()
125 rText += GetValue(); in GetPresentation()
150 SfxStringItem( _nWhich, rText ) in SvxPostItTextItem()
167 rText.Erase(); in GetPresentation()
170 rText = GetValue(); in GetPresentation()
[all …]
/trunk/main/i18npool/source/breakiterator/
H A Dxdictionary.cxx203 sal_uInt32 ch = rText.iterateCodePoints(&indexUtf16, -1); in seekSegment()
211 while (indexUtf16 < rText.getLength()) in seekSegment()
213 sal_uInt32 ch = rText.iterateCodePoints(&indexUtf16, 1); in seekSegment()
221 rText.iterateCodePoints(&indexUtf16, 1); in seekSegment()
325 sal_uInt32 ch = rText.iterateCodePoints(&anyPos, -1); in previousWord()
329 return getWordBoundary(rText, anyPos, wordType, true); in previousWord()
336 if (anyPos < rText.getLength()) { in nextWord()
340 rText.iterateCodePoints(&anyPos, -1); in nextWord()
343 return getWordBoundary(rText, anyPos, wordType, true); in nextWord()
348 const sal_Unicode *text=rText.getStr(); in getWordBoundary()
[all …]
/trunk/main/svl/source/items/
H A Ddateitem.cxx144 XubString& rText, in GetPresentation() argument
152 rText = pIntlWrapper->getLocaleData()->getDate(aDateTime); in GetPresentation()
153 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in GetPresentation()
162 rText = aIntlWrapper.getLocaleData()->getDate(aDateTime); in GetPresentation()
163 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in GetPresentation()
164 rText += aIntlWrapper.getLocaleData()->getTime(aDateTime); in GetPresentation()
167 rText.Erase(); in GetPresentation()
240 XubString& rText, in GetPresentation() argument
251 rText = String(SvtSimpleResId(STR_COLUM_DT_AUTO, in GetPresentation()
259 rText.AppendAscii(RTL_CONSTASCII_STRINGPARAM(", ")); in GetPresentation()
[all …]
/trunk/main/linguistic/inc/linguistic/
H A Dmisc.hxx102 inline ::rtl::OUString BS2OU(const ByteString &rText, rtl_TextEncoding nEnc) in BS2OU() argument
104 return ::rtl::OUString( rText.GetBuffer(), rText.Len(), nEnc ); in BS2OU()
107 inline ByteString OU2BS(const ::rtl::OUString &rText, rtl_TextEncoding nEnc) in OU2BS() argument
109 return ByteString( rText.getStr(), nEnc ); in OU2BS()
183 …ine sal_Bool IsUpper( const String &rText, sal_Int16 nLanguage ) { return IsUpper( rTex… in IsUpper() argument
184 …ine sal_Bool IsLower( const String &rText, sal_Int16 nLanguage ) { return IsLower( rTex… in IsLower() argument
186 String ToLower( const String &rText, sal_Int16 nLanguage );
187 String ToUpper( const String &rText, sal_Int16 nLanguage );
188 String ToTitle( const String &rText, sal_Int16 nLanguage );
191 LNG_DLLPUBLIC sal_Bool HasDigits( const ::rtl::OUString &rText );
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbarangehelper.cxx41 …wVbaRangeHelper::getRangeByPosition( const uno::Reference< text::XText >& rText, sal_Int32 _positi… in getRangeByPosition() argument
44 if( rText.is() ) in getRangeByPosition()
47 uno::Reference< text::XTextCursor > xCursor = rText->createTextCursor(); in getRangeByPosition()
78rText->insertString( xRange, rStr.copy( nlastIndex, ( nIndex - 1 - nlastIndex ) ), _bAbsorb ); in insertString()
82 rText->insertControlCharacter( xRange, text::ControlCharacter::PARAGRAPH_BREAK, _bAbsorb ); in insertString()
91 rText->insertString( xRange, aWatt, _bAbsorb ); in insertString()
102 xTextCursor = rText->createTextCursorByRange( rTextRange ); in initCursor()
128 xTextCursor = rText->createTextCursor(); in initCursor()
142 if( rText.is() && rTextRange.is() ) in getPosition()
145 uno::Reference< text::XTextCursor > xCursor = rText->createTextCursor(); in getPosition()
[all …]
/trunk/main/l10ntools/source/
H A Dexport.cxx1234 rText.Erase( i ); in CutComment()
1837 ByteString sClose( rText.Copy( rText.Len() - 2 )); in ConvertMergeContent()
1877 rText = sNew; in ConvertMergeContent()
1881 rText = "\""; in ConvertMergeContent()
1882 rText += sTmp; in ConvertMergeContent()
1885 rText += "\""; in ConvertMergeContent()
1956 rText = sOrigText; in PrepareTextToMerge()
2068 rText = sOrigText; in PrepareTextToMerge()
2076 rText = sOrigText; in PrepareTextToMerge()
2095 rText += sContent; in PrepareTextToMerge()
[all …]
/trunk/main/linguistic/source/
H A Dspelldsp.cxx96 if (aVec[i] == rText) in HasEntry()
104 if (!HasEntry( rText )) in Prepend()
110 if (!HasEntry( rText )) in Append()
111 aVec.push_back( rText ); in Append()
119 const OUString &rText = rNew[i]; in Append() local
120 if (!HasEntry( rText )) in Append()
121 Append( rText ); in Append()
132 if (!HasEntry( rText )) in Append()
133 Append( rText ); in Append()
163 pRes[ nIdx++ ] = rText; in GetSequence()
[all …]
/trunk/main/sw/source/core/txtnode/
H A Dtxatritr.cxx46 : rText( rStr ), in SwScriptIterator()
57 nCurScript = pBreakIt->GetBreakIter()->getScriptType( rText, nPos ); in SwScriptIterator()
63 rText, nPos, nCurScript ); in SwScriptIterator()
64 if( nPos && nPos < rText.Len() ) in SwScriptIterator()
67 nCurScript = pBreakIt->GetBreakIter()->getScriptType( rText,nPos); in SwScriptIterator()
83 if ( bForward && nChgPos < rText.Len() ) in Next()
85 nCurScript = pBreakIt->GetBreakIter()->getScriptType( rText, nChgPos ); in Next()
87 rText, nChgPos, nCurScript ); in Next()
93 nCurScript = pBreakIt->GetBreakIter()->getScriptType( rText, nChgPos ); in Next()
95 rText, nChgPos, nCurScript ); in Next()
[all …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dtextlayoutdevice.cxx213 const String& rText, in getTextWidth() argument
222 const String& rText, in getTextOutlines() argument
229 const sal_uInt32 nStringLength(rText.Len()); in getTextOutlines()
248 rText, in getTextOutlines()
260 rText, in getTextOutlines()
271 const String& rText, in getTextBoundRect() argument
276 const sal_uInt32 nStringLength(rText.Len()); in getTextBoundRect()
289 rText, in getTextBoundRect()
320 const String& rText, in addTextRectActions() argument
325 rRectangle, rText, nStyle, rGDIMetaFile); in addTextRectActions()
[all …]
/trunk/main/starmath/inc/
H A Dnode.hxx275 void CreateTextFromNode(String &rText);
320 void SetText(const XubString &rText) { aText = rText; } in SetText() argument
395 void CreateTextFromNode(String &rText);
515 void CreateTextFromNode(String &rText);
553 void CreateTextFromNode(String &rText);
589 void CreateTextFromNode(String &rText);
663 void CreateTextFromNode(String &rText);
681 void CreateTextFromNode(String &rText);
775 void CreateTextFromNode(String &rText);
801 void CreateTextFromNode(String &rText);
[all …]

Completed in 247 milliseconds

12345678910>>...29