Home
last modified time | relevance | path

Searched refs:rText (Results 176 – 200 of 704) sorted by last modified time

12345678910>>...29

/trunk/main/sw/source/ui/lingu/
H A Dolmenu.cxx118 const OUString &rText, in lcl_CheckLanguage() argument
129 lang::Locale aLocale( xLangGuess->guessPrimaryLanguage( rText, 0, rText.getLength()) ); in lcl_CheckLanguage()
183 xSpell->isValid( rText, nTmpLang, uno::Sequence< beans::PropertyValue >() )) in lcl_CheckLanguage()
/trunk/main/sw/source/ui/inc/
H A Dswuicnttab.hxx305 Control* InsertItem(const String& rText, const SwFormToken& aToken);
331 void InsertAtSelection(const String& rText, const SwFormToken& aToken);
H A Dswuiidxmrk.hxx148 String GetDefaultPhoneticReading( const String& rText );
H A Duiitems.hxx52 String &rText,
H A Doptload.hxx122 void SetPreviewText( const String& rText );
H A Dedtwin.hxx242 …sal_Bool IsInputSequenceCheckingRequired( const String &rText, const SwPaM& rCrsr ) con…
/trunk/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx225 SwSendQueryBox_Impl::SwSendQueryBox_Impl(Window* pParent, const String& rText) : in SwSendQueryBox_Impl() argument
236 aQueryFI.SetText(rText); in SwSendQueryBox_Impl()
/trunk/main/sw/source/ui/chrdlg/
H A Ddrpcps.cxx137 inline void SetValues( const String& rText, sal_uInt8 nLines, sal_uInt16 nDistance );
160 inline void SwDropCapsPict::SetValues( const String& rText, sal_uInt8 nLines, sal_uInt16 nDistance ) in SetValues() argument
162 maText = rText; in SetValues()
/trunk/main/sw/source/ui/config/
H A Doptload.cxx373 void SwCaptionPreview::SetPreviewText( const String& rText ) in SetPreviewText() argument
375 if( rText != maText ) in SetPreviewText()
377 maText = rText; in SetPreviewText()
/trunk/main/sw/source/ui/app/
H A Dappenv.cxx93 String InsertLabEnvText( SwWrtShell& rSh, SwFldMgr& rFldMgr, const String& rText ) in InsertLabEnvText() argument
96 String aText(rText); in InsertLabEnvText()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2126 const String& rText = pTxtNode->GetTxt(); in MakeTableBox() local
2127 if( ( rText.Len() > 10 ) || in MakeTableBox()
2128 ( rText.Search( '0' ) == STRING_NOTFOUND ) ) in MakeTableBox()
/trunk/main/sw/source/filter/ww8/
H A Dww8attributeoutput.hxx69 virtual void RunText( const String& rText, rtl_TextEncoding eCharSet );
72 virtual void RawText( const String& rText, bool bForceUnicode, rtl_TextEncoding eCharSet );
H A Drtfattributeoutput.cxx624 void RtfAttributeOutput::RunText( const String& rText, rtl_TextEncoding eCharSet ) in RunText() argument
627 RawText( rText, 0, eCharSet ); in RunText()
640 void RtfAttributeOutput::RawText( const String& rText, bool /*bForceUnicode*/, rtl_TextEncoding eCh… in RawText() argument
643 m_aRunText.getOStringBuffer().append(m_rExport.OutString(rText, eCharSet)); in RawText()
H A Drtfattributeoutput.hxx105 virtual void RunText( const String& rText, rtl_TextEncoding eCharSet = RTL_TEXTENCODING_UTF8 );
112 virtual void RawText( const String& rText, bool bForceUnicode, rtl_TextEncoding eCharSet );
H A Dattributeoutputbase.hxx175 virtual void RunText( const String& rText, rtl_TextEncoding eCharSet ) = 0;
178 virtual void RawText( const String& rText, bool bForceUnicode, rtl_TextEncoding eCharSet ) = 0;
H A Ddocxattributeoutput.hxx99 virtual void RunText( const String& rText, rtl_TextEncoding eCharSet = RTL_TEXTENCODING_UTF8 );
102 virtual void RawText( const String& rText, bool bForceUnicode, rtl_TextEncoding eCharSet );
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx2250 String& rText = pFormImpl->GetText(); in InsertTextAreaText() local
2254 rText += aToken; in InsertTextAreaText()
2258 rText += '\n'; // das ist hier richtig!!! in InsertTextAreaText()
2261 rText += '<'; in InsertTextAreaText()
2262 rText += sSaveToken; in InsertTextAreaText()
2265 rText += ' '; in InsertTextAreaText()
2266 rText += aToken; in InsertTextAreaText()
2268 rText += '>'; in InsertTextAreaText()
2649 xub_StrLen nLen = rText.Len(); in InsertSelectText()
2650 if( !nLen || ' '==rText.GetChar( nLen-1 )) in InsertSelectText()
[all …]
H A Dhtmlatr.cxx1307 const String& rText, SvStringsSortDtor& rStyles );
1782 sal_uLong nMode, const String& rText, in HTMLEndPosLst() argument
1791 xub_StrLen nEndPos = rText.Len(); in HTMLEndPosLst()
1795 sal_uInt16 nScript = pBreakIt->GetBreakIter()->getScriptType( rText, nPos ); in HTMLEndPosLst()
1796 nPos = (xub_StrLen)pBreakIt->GetBreakIter()->endOfScript( rText, nPos, nScript ); in HTMLEndPosLst()
/trunk/main/sw/source/core/unocore/
H A Dunoobj2.cxx875 const ::rtl::OUString& rText, const bool bForceExpandHints) in DeleteAndInsert()
895 if (rText.getLength()) in DeleteAndInsert()
898 m_pImpl->m_rDoc, aCursor, rText, bForceExpandHints); in DeleteAndInsert()
901 aCursor.Left(rText.getLength(), CRSR_SKIP_CHARS, sal_False, sal_False); in DeleteAndInsert()
/trunk/main/sw/source/core/txtnode/
H A Dndtxt.cxx3431 const XubString& rText ) in ReplaceText() argument
3462 if( nLen && rText.Len() ) in ReplaceText()
3466 m_Text.SetChar( nStartPos, rText.GetChar( 0 ) ); in ReplaceText()
3472 XubString aTmpTxt( rText ); aTmpTxt.Erase( 0, 1 ); in ReplaceText()
3481 m_Text.Insert( rText, nStartPos ); in ReplaceText()
3482 Update( rStart, rText.Len(), false ); in ReplaceText()
3489 SwInsTxt aHint( nStartPos, rText.Len() ); in ReplaceText()
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/sw/source/core/text/
H A Dporlay.cxx1506 sal_uInt16 SwScriptInfo::MaskHiddenRanges( const SwTxtNode& rNode, XubString& rText, in MaskHiddenRanges() argument
1510 ASSERT( rNode.GetTxt().Len() == rText.Len(), "MaskHiddenRanges, string len mismatch" ) in MaskHiddenRanges()
1531 rText.SetChar( nHiddenStart, cChar ); in MaskHiddenRanges()
H A Dinftxt.cxx646 void SwTxtPaintInfo::_DrawText( const XubString &rText, const SwLinePortion &rPor, in _DrawText() argument
707 SwDrawTextInfo aDrawInf( pFrm->getRootFrm()->GetCurrShell(), *pOut, pSI, rText, nStart, nLength, in _DrawText()
H A Dinftxt.hxx412 void _DrawText( const XubString &rText, const SwLinePortion &rPor,
450 inline void DrawText( const XubString &rText, const SwLinePortion &rPor,
849 inline void SwTxtPaintInfo::DrawText( const XubString &rText, in DrawText() argument
854 ((SwTxtPaintInfo*)this)->_DrawText( rText, rPor, nStart, nLength, bKern ); in DrawText()
/trunk/main/sw/source/core/swg/
H A DSwXMLBlockExport.cxx104 sal_uInt32 SwXMLTextBlockExport::exportDoc(const String &rText) in exportDoc() argument
128 String sTemp ( rText.GetToken( 0, '\015', nPos ) ); in exportDoc()

Completed in 201 milliseconds

12345678910>>...29