Home
last modified time | relevance | path

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

1234

/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DCustomAnimation.java229 XTextRange xTextRange = (XTextRange) UnoRuntime.queryInterface( in addPortion() local
231 xTextRange.setString(sText); in addPortion()
/trunk/main/odk/examples/java/Text/
H A DBookmarkInsertion.java98 com.sun.star.text.XTextRange xTextRange, in InsertBookmark() argument
128 xTextDocument.getText().insertTextContent(xTextRange, xTextContent, true); in InsertBookmark()
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextFieldHandler.java77 XTextRange xTextRange = xTextCursor.getEnd(); in getUserFieldContent() local
78 Object oTextField = Helper.getUnoPropertyValue(xTextRange, "TextField"); in getUserFieldContent()
/trunk/main/sd/source/ui/inc/
H A Dunosrch.hxx51 …tion( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > xTextRange ) throw();
52 …hape( ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > xTextRange ) throw();
/trunk/main/sw/source/core/unocore/
H A Dunodraw.cxx101 uno::Reference< text::XTextRange > xTextRange; member in SwShapeDescriptor_Impl
197 return xTextRange; in GetTextRange()
1550 const uno::Reference< text::XTextRange > xTextRange in getPropertyValue() local
1555 … aRet.setValue(&xTextRange, ::getCppuType((uno::Reference<text::XTextRange>*)0)); in getPropertyValue()
2008 void SwXShape::attach(const uno::Reference< text::XTextRange > & xTextRange) in attach() argument
2016 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attach()
2067 aPos <<= xTextRange; in attach()
H A Dunofield.cxx1216 const uno::Reference< text::XTextRange > & xTextRange) in attachToRange()
1222 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attachToRange()
1238 ::sw::XTextRangeToSwPaM(aPam, xTextRange); in attachToRange()
1824 void SwXTextField::attach( const uno::Reference< text::XTextRange > & xTextRange ) in attach() argument
1831 attachToRange( xTextRange ); in attach()
1838 if ( ::sw::XTextRangeToSwPaM( aIntPam, xTextRange ) ) in attach()
H A Dunoidx.cxx1345 SwXDocumentIndex::attach(const uno::Reference< text::XTextRange > & xTextRange) in attach() argument
1354 const uno::Reference<XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attach()
1369 ::sw::XTextRangeToSwPaM(aPam, xTextRange); in attach()
1905 const uno::Reference< text::XTextRange > & xTextRange) in attach()
1915 const uno::Reference<XUnoTunnel> xRangeTunnel(xTextRange, uno::UNO_QUERY); in attach()
1974 ::sw::XTextRangeToSwPaM(aPam, xTextRange); in attach()
H A Dunorefmk.cxx305 SwXReferenceMark::attach(const uno::Reference< text::XTextRange > & xTextRange) in attach() argument
314 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attach()
332 ::sw::XTextRangeToSwPaM(aPam, xTextRange); in attach()
H A Dunosect.cxx296 SwXTextSection::attach(const uno::Reference< text::XTextRange > & xTextRange) in attach() argument
306 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attach()
325 ::sw::XTextRangeToSwPaM(aPam, xTextRange); in attach()
/trunk/main/oox/source/ppt/
H A Dpresentationfragmenthandler.cxx127 Reference< text::XTextRange > xTextRange( rTextField.xTextCursor, UNO_QUERY ); in ResolveTextFields() local
128 rTextField.xText->insertTextContent( xTextRange, xContent, sal_True ); in ResolveTextFields()
/trunk/main/wizards/com/sun/star/wizards/report/
H A DDBColumn.java440 XTextRange xTextRange = xCellCursor.getEnd(); in isNameCell() local
441 Object oTextField = Helper.getUnoPropertyValue(xTextRange, "TextField"); in isNameCell()
/trunk/main/sw/inc/
H A Dunoidx.hxx173 ::com::sun::star::text::XTextRange > & xTextRange)
302 ::com::sun::star::text::XTextRange > & xTextRange)
H A Dunofield.hxx172 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & xTextRange) throw( ::com::s…
197 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & xTextRange)throw( ::com::su…
/trunk/main/unoxml/source/rdf/
H A Dlibrdf_repository.cxx1427 uno::Reference<text::XTextRange> xTextRange; in setStatementRDFa() local
1432 xTextRange.set(i_xObject, uno::UNO_QUERY_THROW); in setStatementRDFa()
1439 xTextRange = xTextContent->getAnchor(); in setStatementRDFa()
1441 if (!xTextRange.is()) { in setStatementRDFa()
1470 ? xTextRange->getString() in setStatementRDFa()
/trunk/main/sc/source/filter/xml/
H A Dxmlcelli.cxx356 uno::Reference < text::XTextRange > xTextRange (xTextCursor, uno::UNO_QUERY); in CreateChildContext() local
357 if (xText.is() && xTextRange.is()) in CreateChildContext()
358 … xText->insertControlCharacter(xTextRange, text::ControlCharacter::PARAGRAPH_BREAK, sal_False); in CreateChildContext()
/trunk/main/writerfilter/source/dmapper/
H A DDomainMapper_Impl.hxx240 ::com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > xTextRange ) in BookmarkInsertPosition()
243 , m_xTextRange( xTextRange ) in BookmarkInsertPosition()
/trunk/main/sw/source/ui/inc/
H A Dstmenu.hxx75 … ::com::sun::star::uno::Reference< com::sun::star::text::XTextRange > xTextRange );
/trunk/main/sw/source/filter/xml/
H A Dxmlimp.cxx491 Reference < XTextRange > xTextRange = in SwXMLImport() local
493 Reference < XText > xText = xTextRange->getText(); in SwXMLImport()
495 xText->createTextCursorByRange( xTextRange ); in SwXMLImport()
/trunk/main/sw/source/ui/vba/
H A Dvbaparagraph.hxx44 …ment >& xDocument, const css::uno::Reference< css::text::XTextRange >& xTextRange ) throw ( css::u…
/trunk/main/editeng/source/uno/
H A Dunofield.cxx617 void SAL_CALL SvxUnoTextField::attach( const uno::Reference< text::XTextRange >& xTextRange ) in attach() argument
620 SvxUnoTextRangeBase* pRange = SvxUnoTextRange::getImplementation( xTextRange ); in attach()
/trunk/main/sc/inc/
H A Dfielduno.hxx174 ::com::sun::star::text::XTextRange >& xTextRange )
369 ::com::sun::star::text::XTextRange >& xTextRange )
/trunk/main/offapi/com/sun/star/text/
H A DXBookmarkInsertTool.idl55 …sun::star::text::XTextContent insertNewBookmark( [in] com::sun::star::text::XTextRange xTextRange,
/trunk/main/filter/source/pdf/
H A Dimpdialog.cxx155 … Reference< text::XTextRange > xTextRange( xIndexAccess->getByIndex( 0 ), UNO_QUERY ); in ImpPDFTabDialog() local
156 if ( xTextRange.is() && ( xTextRange->getString().getLength() == 0 ) ) in ImpPDFTabDialog()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A Dtemplate.bsh65 xTextRange = xText.getEnd();
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx776 uno::Reference< text::XTextRange > xTextRange( xCell, uno::UNO_QUERY_THROW ); in processValue() local
777 xTextRange->setString( aRemainder ); in processValue()
848 uno::Reference< text::XTextRange > xTextRange(xCell, ::uno::UNO_QUERY_THROW); in visitNode() local
849 aValue <<= xTextRange->getString(); in visitNode()
869 uno::Reference< text::XTextRange > xTextRange(xCell, ::uno::UNO_QUERY_THROW); in visitNode() local
870 aValue <<= xTextRange->getString(); in visitNode()
1875 …uno::Reference< text::XTextRange > xTextRange(mxRange->getCellByPosition(0,0), uno::UNO_QUERY_THRO… in getText() local
1876 return xTextRange->getString(); in getText()
2009 uno::Reference< text::XTextRange > xTextRange(mxRange, ::uno::UNO_QUERY_THROW ); in Characters() local
2010 rString = xTextRange->getString(); in Characters()

Completed in 212 milliseconds

1234