Home
last modified time | relevance | path

Searched refs:xTextRange (Results 76 – 99 of 99) sorted by relevance

1234

/trunk/main/offapi/com/sun/star/text/
H A DXAutoTextGroup.idl99 [in] com::sun::star::text::XTextRange xTextRange )
H A DXTextContent.idl70 void attach( [in] com::sun::star::text::XTextRange xTextRange )
H A DTextTable.idl109 xTextDoc.getText.insertTextContent( xTextRange, xTable, false )
/trunk/main/sw/inc/
H A Dunorefmark.hxx160 ::com::sun::star::text::XTextRange > & xTextRange)
H A Dunofootnote.hxx197 ::com::sun::star::text::XTextRange > & xTextRange)
H A Dunosection.hxx230 ::com::sun::star::text::XTextRange > & xTextRange)
H A Dunotextrange.hxx74 ::com::sun::star::text::XTextRange > & xTextRange);
H A Dunoparagraph.hxx290 ::com::sun::star::text::XTextRange > & xTextRange)
H A Dunotbl.hxx353 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & xTextRange) throw( ::com::s…
409 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & xTextRange)throw( ::com::su…
H A Dunoatxt.hxx136 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & xTextRange) throw( ::com::s…
H A Dunodraw.hxx289 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & xTextRange) throw( ::com::s…
H A Dunoport.hxx209 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & xTextRange) throw( ::com::s…
/trunk/main/sw/source/ui/vba/
H A Dvbafind.hxx64 …:XModel >& xModel, const css::uno::Reference< css::text::XTextRange >& xTextRange ) throw ( css::u…
/trunk/main/odk/examples/java/Text/
H A DTextDocumentStructure.java104 com.sun.star.text.XTextRange xTextRange = in main() local
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1776 Reference< XTextRange > xTextRange( xTextParagraphEnumeration->nextElement(), UNO_QUERY ); in exportAnimateTargetElement() local
1777 if ( xTextRange.is() ) in exportAnimateTargetElement()
1779 rtl::OUString aParaText( xTextRange->getString() ); in exportAnimateTargetElement()
/trunk/main/editeng/inc/editeng/
H A Dunofield.hxx106 …:com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xTextRange ) throw(::com::s…
H A Dunotext.hxx558 …:com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xTextRange ) throw(::com::s…
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2926 const uno::Reference< text::XTextRange > xTextRange = in InsertTableSection() local
2928 Reference < XText > xText = xTextRange->getText(); in InsertTableSection()
2930 xText->createTextCursorByRange( xTextRange ); in InsertTableSection()
/trunk/main/sc/source/filter/xml/
H A DXMLTrackedChangesContext.cxx1260 uno::Reference < text::XTextRange > xTextRange (xTextCursor, uno::UNO_QUERY); in CreateTextPContext() local
1261 if (xTextRange.is()) in CreateTextPContext()
1262 xText->insertControlCharacter(xTextRange, text::ControlCharacter::PARAGRAPH_BREAK, sal_False); in CreateTextPContext()
/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx2257 uno::Reference< text::XTextRange > xTextRange( xShape, uno::UNO_QUERY ); in createText() local
2258 if( xTextRange.is() ) in createText()
2259 xTextRange->setString( rText ); in createText()
/trunk/main/sc/inc/
H A Dshapeuno.hxx167 ::com::sun::star::text::XTextRange > & xTextRange)
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx2242 void SwXTextTable::attachToRange(const uno::Reference< text::XTextRange > & xTextRange) in attachToRange() argument
2249 uno::Reference<XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attachToRange()
2264 ::sw::XTextRangeToSwPaM(aPam, xTextRange); in attachToRange()
2324 void SwXTextTable::attach(const uno::Reference< text::XTextRange > & xTextRange) in attach() argument
2328 attachToRange( xTextRange ); in attach()
H A Dunoobj2.cxx1080 const uno::Reference< text::XTextRange > & xTextRange) in XTextRangeToSwPaM()
1084 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in XTextRangeToSwPaM()
/trunk/main/xmloff/source/text/
H A Dtxtfldi.cxx3785 uno::Reference< text::XTextRange > xTextRange( xCursor, uno::UNO_QUERY ); in EndElement() local
3787 xText->insertTextContent( xTextRange, xPrevField, !xCursor->isCollapsed() ); in EndElement()

Completed in 150 milliseconds

1234