Searched refs:rTextRange (Results 1 – 6 of 6) sorted by relevance
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbarangehelper.cxx | 67 void SwVbaRangeHelper::insertString( uno::Reference< text::XTextRange >& rTextRange, uno::Reference… in insertString() argument 71 uno::Reference< text::XTextRange > xRange = rTextRange; in insertString() 95 …wVbaRangeHelper::initCursor( const uno::Reference< text::XTextRange >& rTextRange, const uno::Refe… in initCursor() argument 102 xTextCursor = rText->createTextCursorByRange( rTextRange ); in initCursor() 114 uno::Reference< text::XText > xText = rTextRange->getText(); in initCursor() 139 …rence< text::XText >& rText, const uno::Reference< text::XTextRange >& rTextRange ) throw ( uno::R… in getPosition() argument 142 if( rText.is() && rTextRange.is() ) in getPosition() 149 sal_Int32 nCompareValue = xCompare->compareRegionStarts( xCursor->getStart(), rTextRange ); in getPosition() 155 nCompareValue = xCompare->compareRegionStarts( xCursor->getStart(), rTextRange ); in getPosition()
|
H A D | vbarangehelper.hxx | 34 …static void insertString( css::uno::Reference< css::text::XTextRange >& rTextRange, css::uno::Refe… 35 …rsor > initCursor( const css::uno::Reference< css::text::XTextRange >& rTextRange, const css::uno:… 36 …t::XText >& rText, const css::uno::Reference< css::text::XTextRange >& rTextRange ) throw ( css::u…
|
H A D | vbabookmarks.cxx | 147 … const rtl::OUString& rName, const uno::Reference< text::XTextRange >& rTextRange ) throw (uno::Ru… in addBookmarkByName() argument 153 mxText->insertTextContent( rTextRange, xBookmark, sal_False ); in addBookmarkByName()
|
H A D | vbabookmarks.hxx | 46 …::OUString& rName, const css::uno::Reference< css::text::XTextRange >& rTextRange ) throw (css::un…
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 2393 const Reference < XTextRange > & rTextRange, in exportTextField() 2396 Reference < XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextField() 2409 GetExport().Characters(rTextRange->getString()); in exportTextField() 3254 const com::sun::star::uno::Reference< com::sun::star::text::XTextRange > & rTextRange, in exportTextRangeSpan() 3275 const OUString aText( rTextRange->getString() ); in exportTextRangeSpan() 3281 const Reference< XTextRange > & rTextRange, in exportTextRange() 3285 Reference< XPropertySet > xPropSet( rTextRange, UNO_QUERY ); in exportTextRange() 3319 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange() 3323 …exportTextRangeSpan( rTextRange, xPropSet, xPropSetInfo, bIsUICharStyle, bHasAutoStyle, sStyle, rP… in exportTextRange()
|
/aoo41x/main/xmloff/inc/xmloff/ |
H A D | txtparae.hxx | 117 const ::com::sun::star::uno::Reference< com::sun::star::text::XTextRange > & rTextRange, 333 ::com::sun::star::text::XTextRange > & rTextRange, 448 ::com::sun::star::text::XTextRange > & rTextRange,
|
Completed in 64 milliseconds