Home
last modified time | relevance | path

Searched refs:rText (Results 651 – 675 of 704) sorted by relevance

1...<<212223242526272829

/trunk/main/svtools/inc/svtools/
H A Dcalendar.hxx349 void AddDateInfo( const Date& rDate, const XubString& rText,
H A Druler.hxx716 SVT_DLLPRIVATE void ImplVDrawText( long nX, long nY, const String& rText );
/trunk/main/extensions/source/update/check/
H A Dupdatehdl.hxx165 …void searchAndReplaceAll( rtl::OUString &rText, const rtl::OUString &rWhat, con…
/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/starmath/source/
H A Ddialog.cxx1334 const XubString &rText = GetText(); in Paint() local
1335 Size aTextSize(GetTextWidth(rText), GetTextHeight()); in Paint()
1338 (GetOutputSize().Height() * 7/10)), rText); in Paint()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx2239 , const ::rtl::OUString& rText in createText()
2247 if( rText.isEmpty() ) in createText()
2259 xTextRange->setString( rText ); in createText()
/trunk/main/sd/source/ui/inc/
H A Dunosrch.hxx50 …sal_Bool Search( const ::rtl::OUString& rText, sal_Int32& nStartPos, sal_Int32& nEndPos, SdUnoSear…
/trunk/main/sw/inc/
H A Dswatrset.hxx207 SfxMapUnit eCoreMetric, SfxMapUnit ePresMetric, String &rText ) const;
H A Dunotextrange.hxx117 const ::rtl::OUString& rText, const bool bForceExpandHints)
H A Dunotextcursor.hxx108 void DeleteAndInsert(::rtl::OUString const& rText,
/trunk/main/vcl/inc/vcl/
H A Dcmdevt.hxx62 CommandExtTextInputData( const XubString& rText,
/trunk/main/sw/source/filter/ww8/
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()
/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/editeng/source/editeng/
H A Dimpedit2.cxx754 void ImpEditEngine::SetText( const XubString& rText ) in SetText() argument
764 if ( rText.Len() ) in SetText()
765 aPaM = ImpInsertText( aEmptySel, rText ); in SetText()
774 if ( !rText.Len() && GetUpdateMode() ) in SetText()
782 if( !rText.Len() ) // sonst muss spaeter noch invalidiert werden, !bFormatted reicht. in SetText()
H A Dimpedit.hxx780 void SetText( const String& rText );
1006 …tentNode* pNode, sal_uInt16 nCurrentStart, xub_StrLen nLen, const String& rText, const ::com::sun:…
/trunk/main/svtools/source/control/
H A Druler.cxx387 void Ruler::ImplVDrawText( long nX, long nY, const String& rText ) in ImplVDrawText() argument
392 maVirDev.DrawText( Point( nX, nY ), rText ); in ImplVDrawText()
394 maVirDev.DrawText( Point( nY, nX ), rText ); in ImplVDrawText()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx1463 const ::rtl::OUString& rText, in appendTextPortion()
1494 if (rText.getLength()) in appendTextPortion()
1498 *m_pImpl->m_pDoc, *pCursor, rText, false); in appendTextPortion()
/trunk/main/svx/inc/svx/
H A Dsvxdlg.hxx425 const String& rText, const String& rDesc,
/trunk/main/sc/source/filter/inc/
H A Dxlpivot.hxx416 void SetText( const String& rText );
/trunk/main/oox/source/xls/
H A Dworksheethelper.cxx1675 void WorksheetHelper::putString( const CellAddress& rAddress, const OUString& rText ) const in putString()
1679 if( xText.is() ) xText->setString( rText ); in putString()
/trunk/main/sw/source/core/text/
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()
/trunk/main/cui/source/factory/
H A Ddlgfact.cxx1494 const String& rText, const String& rDesc, Image* pImg ) in CreateSvxMessDialog() argument
1500 pDlg = new SvxMessDialog( pParent, rText, rDesc, pImg ); in CreateSvxMessDialog()
/trunk/main/chart2/source/view/axes/
H A DVCartesianAxis.cxx460 ComplexCategoryPlacement( const rtl::OUString& rText, sal_Int32 nCount, double fTickValue ) in ComplexCategoryPlacement()
461 : Text(rText), Count(nCount), TickValue(fTickValue) in ComplexCategoryPlacement()
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx170 , const ::rtl::OUString& rText
/trunk/main/xmloff/inc/
H A Dtxtflde.hxx198 ::com::sun::star::text::XText > & rText);

Completed in 478 milliseconds

1...<<212223242526272829