Home
last modified time | relevance | path

Searched refs:rText (Results 351 – 375 of 704) sorted by relevance

1...<<11121314151617181920>>...29

/trunk/main/svtools/inc/svtools/
H A Dsvtreebx.hxx205 virtual SvLBoxEntry* InsertEntry( const XubString& rText, SvLBoxEntry* pParent = 0,
210 virtual SvLBoxEntry* InsertEntry( const XubString& rText,
/trunk/main/tools/source/inet/
H A Dinetmime.cxx63 void appendISO88591(UniString & rText, sal_Char const * pBegin,
197 void appendISO88591(UniString & rText, sal_Char const * pBegin, in appendISO88591() argument
204 rText.Append(pBuffer, nLength); in appendISO88591()
3056 ByteString INetMIME::decodeUTF8(const ByteString & rText, in decodeUTF8() argument
3059 const sal_Char * p = rText.GetBuffer(); in decodeUTF8()
3060 const sal_Char * pEnd = p + rText.Len(); in decodeUTF8()
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx2223 void ScTabViewObj::RangeSelDone( const String& rText ) in RangeSelDone() argument
2227 aEvent.RangeDescriptor = rtl::OUString( rText ); in RangeSelDone()
2233 void ScTabViewObj::RangeSelAborted( const String& rText ) in RangeSelAborted() argument
2237 aEvent.RangeDescriptor = rtl::OUString( rText ); in RangeSelAborted()
2243 void ScTabViewObj::RangeSelChanged( const String& rText ) in RangeSelChanged() argument
2247 aEvent.RangeDescriptor = rtl::OUString( rText ); in RangeSelChanged()
/trunk/main/svtools/source/edit/
H A Dtexteng.cxx297 void TextEngine::ReplaceText(const TextSelection& rSel, const String& rText) in ReplaceText() argument
299 ImpInsertText( rSel, rText ); in ReplaceText()
511 void TextEngine::SetText( const XubString& rText ) in SetText() argument
523 if ( rText.Len() ) in SetText()
524 aPaM = ImpInsertText( aEmptySel, rText ); in SetText()
533 if ( !rText.Len() && GetUpdateMode() ) in SetText()
537 if( !rText.Len() ) // sonst muss spaeter noch invalidiert werden, !bFormatted reicht. in SetText()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_extensioncmdqueue.cxx157 void progressSection( const OUString &rText,
298 void ProgressCmdEnv::progressSection( const OUString &rText, in progressSection() argument
307 m_pDialogHelper->updateProgress( rText, xAbortChannel ); in progressSection()
/trunk/main/framework/source/services/
H A Dsubstitutepathvars.cxx793 rtl::OUString SubstitutePathVariables::impl_substituteVariable( const ::rtl::OUString& rText, bool … in impl_substituteVariable() argument
800 rtl::OUString aWorkText = rText; in impl_substituteVariable()
975 aResult = rText; in impl_substituteVariable()
/trunk/main/svtools/source/misc/
H A Dembedhlp.cxx742 void EmbeddedObjectRef::DrawPaintReplacement( const Rectangle &rRect, const String &rText, OutputDe… in DrawPaintReplacement() argument
761 aPt.X() = (rRect.GetWidth() - pOut->GetTextWidth( rText )) / 2; in DrawPaintReplacement()
811 pOut->DrawText( aPt, rText ); in DrawPaintReplacement()
/trunk/main/sd/source/ui/presenter/
H A DPresenterTextView.cxx531 void PresenterTextView::Implementation::SetText (const OUString& rText) in SetText() argument
534 msText = rText; in SetText()
/trunk/main/svx/source/smarttags/
H A DSmartTagMgr.cxx106 void SmartTagMgr::RecognizeString( const rtl::OUString& rText, in RecognizeString() argument
130 maRecognizerList[i]->recognize( rText, nStart, nLen, in RecognizeString()
/trunk/main/sw/source/ui/vba/
H A Dvbafind.cxx64 void SwVbaFind::SetReplaceWith( const rtl::OUString& rText ) throw (uno::RuntimeException) in SetReplaceWith() argument
66 mxPropertyReplace->setReplaceString( rText ); in SetReplaceWith()
/trunk/main/extensions/source/propctrlr/
H A Dpropertyeditor.cxx382 const ::rtl::OUString& rText( *(const ::rtl::OUString*)_pPointerToOUString ); in setHelpSectionText() local
383 _rPage.getListBox().SetHelpText( rText ); in setHelpSectionText()
/trunk/main/sw/inc/
H A Dndtxt.hxx353 const XubString& rText );
354 void ReplaceTextOnly( xub_StrLen nPos, xub_StrLen nLen, const XubString& rText,
/trunk/main/sfx2/source/doc/
H A Ddoctempl.cxx1382 const String& rText, // der logische Name des neuen Bereiches in InsertDir() argument
1410 RegionData_Impl *pRegion = pImp->GetRegion( rText ); in InsertDir()
1417 if ( xTemplates->addGroup( rText ) ) in InsertDir()
1419 RegionData_Impl* pNewRegion = new RegionData_Impl( pImp, rText ); in InsertDir()
/trunk/main/sfx2/source/dialog/
H A Dversdlg.cxx252 String ConvertWhiteSpaces_Impl( const String& rText ) in ConvertWhiteSpaces_Impl() argument
256 const sal_Unicode* pChars = rText.GetBuffer(); in ConvertWhiteSpaces_Impl()
/trunk/main/cui/source/dialogs/
H A Dcuicharmap.cxx245 void SvxShowText::SetText( const String& rText ) in SetText() argument
247 Control::SetText( rText ); in SetText()
/trunk/main/svtools/source/control/
H A Dinettbc.cxx131 SvtMatchContext_Impl( SvtURLBox* pBoxP, const String& rText );
148 SvtURLBox* pBoxP, const String& rText ) in SvtMatchContext_Impl() argument
151 , aText( rText ) in SvtMatchContext_Impl()
H A Dcalendar.cxx83 ImplDateInfo( const XubString& rText ) : in ImplDateInfo()
84 maText( rText ) in ImplDateInfo()
2381 void Calendar::AddDateInfo( const Date& rDate, const String& rText, in AddDateInfo() argument
2392 pDateInfo->maText = rText; in AddDateInfo()
2395 pDateInfo = new ImplDateInfo( rText ); in AddDateInfo()
/trunk/main/sc/source/filter/excel/
H A Dxehelper.cxx379 const XclExpRoot& rRoot, const String& rText, const ScPatternAttr* pCellAttr, in lclCreateFormattedString() argument
390 sal_Int16 nLastScript = XclExpStringHelper::GetLeadingScriptType( rRoot, rText ); in lclCreateFormattedString()
397 OUString aOUText( rText ); in lclCreateFormattedString()
/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()
/trunk/main/sc/source/ui/vba/
H A Dvbasheetobject.cxx110 void SAL_CALL ScVbaButtonCharacters::setText( const OUString& rText ) throw (uno::RuntimeException) in setText() argument
113 setCaption( rText ); in setText()
/trunk/main/editeng/source/editeng/
H A Deehtml.cxx684 void EditHTMLParser::ImpInsertText( const String& rText ) in ImpInsertText() argument
686 String aText( rText ); in ImpInsertText()
H A Deditview.cxx87 const OUString &rText, in DBG_NAME()
98 lang::Locale aLocale( xLangGuess->guessPrimaryLanguage( rText, 0, rText.getLength()) ); in DBG_NAME()
152 xSpell->isValid( rText, nTmpLang, Sequence< PropertyValue >() )) in DBG_NAME()
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx1555 static OUString findOrAppendImpl( std::vector< OUString >& rVector, const OUString& rText, const sa… in findOrAppendImpl() argument
1562 if( (*aIter) == rText ) in findOrAppendImpl()
1568 rVector.push_back( rText ); in findOrAppendImpl()
1577 static OUString findOrAppendImpl( std::vector< DateTimeDeclImpl >& rVector, const OUString& rText, … in findOrAppendImpl() argument
1586 (!bFixed || rDecl.maStrText == rText) && in findOrAppendImpl()
1595 aDecl.maStrText = rText; in findOrAppendImpl()
/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/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx883 void PDFIProcessor::startIndicator( const rtl::OUString& rText, sal_Int32 nElements ) in startIndicator() argument
889 sal_Int32 nUnicodes = rText.getLength(); in startIndicator()
891 const sal_Unicode* pText = rText.getStr(); in startIndicator()

Completed in 382 milliseconds

1...<<11121314151617181920>>...29