Home
last modified time | relevance | path

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

1234

/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java157 XTextRange xTextRange = (XTextRange)UnoRuntime.queryInterface(XTextRange.class, xTextCursor); in addPortion() local
158 xTextRange.setString(sText); in addPortion()
160 … XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextRange); in addPortion()
/trunk/main/sw/source/ui/uno/
H A Dunoatxt.cxx438 const OUString& aTitle, const uno::Reference< text::XTextRange > & xTextRange) in insertNewByName()
444 if(!xTextRange.is()) in insertNewByName()
456 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in insertNewByName()
472 sOnlyTxt = UniString(xTextRange->getString()); in insertNewByName()
1077 void SwXAutoTextEntry::applyTo(const uno::Reference< text::XTextRange > & xTextRange)throw( uno::Ru… in applyTo() argument
1093 uno::Reference<lang::XUnoTunnel> xTunnel( xTextRange, uno::UNO_QUERY); in applyTo()
/trunk/main/sw/inc/
H A Dunoframe.hxx141 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & xTextRange)throw( ::com::su…
142 …:com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xTextRange ) throw(::com::s…
210 …:com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange >& xTextRange ) throw(::com::s…
261 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & xTextRange) throw( ::com::s…
310 …com::sun::star::uno::Reference< ::com::sun::star::text::XTextRange > & xTextRange) throw( ::com::s…
/trunk/main/sd/source/ui/unoidl/
H A Dunosrch.cxx674 ESelection SdUnoSearchReplaceShape::GetSelection( uno::Reference< text::XTextRange > xTextRange ) … in GetSelection() argument
677 SvxUnoTextRangeBase* pRange = SvxUnoTextRangeBase::getImplementation( xTextRange ); in GetSelection()
685 …hape > SdUnoSearchReplaceShape::GetShape( uno::Reference< text::XTextRange > xTextRange ) throw() in GetShape() argument
689 if(xTextRange.is()) in GetShape()
691 uno::Reference< text::XText > xText( xTextRange->getText() ); in GetShape()
/trunk/main/scripting/examples/javascript/HelloWorld/
H A Dhelloworld.js34 xTextRange = xText.getEnd();
36 xTextRange.setString( "Hello World (in JavaScript)" );
/trunk/main/writerfilter/source/dmapper/
H A DFormControlHelper.hxx45 bool insertControl(uno::Reference<text::XTextRange> xTextRange);
53 bool createCheckbox(uno::Reference<text::XTextRange> xTextRange,
H A DDomainMapper_Impl.cxx1019 uno::Reference< text::XTextRange > xTextRange = in finishParagraph() local
1021 getTableManager( ).handle(xTextRange); in finishParagraph()
1030 rtl::OUString sText( xTextRange->getString( ) ); in finishParagraph()
1032 xObj->attach( xTextRange ); in finishParagraph()
1043 … uno::Reference< text::XTextCursor > xCur = xTextRange->getText( )->createTextCursor( ); in finishParagraph()
1107 uno::Reference< text::XTextRange > xTextRange = in appendTextPortion() local
1110 CheckRedline( xTextRange ); in appendTextPortion()
1490 uno::Reference<text::XTextRange> xTextRange(xCursor, uno::UNO_QUERY_THROW); in PopAnnotation() local
1494 …xTextAppend->insertTextContent(xTextRange, uno::Reference<text::XTextContent>(m_xAnnotationField, … in PopAnnotation()
/trunk/main/scripting/examples/java/HelloWorld/
H A DHelloWorld.java38 XTextRange xTextRange = xText.getEnd(); in printHW() local
39 xTextRange.setString( "Hello World (in Java)" ); in printHW()
/trunk/main/scripting/java/com/sun/star/script/framework/provider/javascript/
H A Dtemplate.js56 xTextRange = xText.getEnd();
57 xTextRange.setString( "Hello World (in JavaScript)" );
/trunk/main/odk/examples/DevelopersGuide/ScriptingFramework/SayHello/SayHello/
H A DSayHello.java48 XTextRange xTextRange = xText.getEnd(); in start() local
49 xTextRange.setString("Hello"); in start()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_i18n/
H A DBreakIterator.java104 XTextRange xTextRange = (XTextRange)xDoc.getText(); in createTestEnvironment() local
105 tEnv.addObjRelation("UnicodeString", xTextRange.getString()); in createTestEnvironment()
/trunk/main/sw/source/core/unocore/
H A Dunotext.cxx307 SwXText::insertString(const uno::Reference< text::XTextRange >& xTextRange, in insertString() argument
313 if (!xTextRange.is()) in insertString()
321 const uno::Reference<lang::XUnoTunnel> xRangeTunnel(xTextRange, in insertString()
390 xTextRange->setString(rString); in insertString()
415 const uno::Reference< text::XTextRange > & xTextRange, in insertControlCharacter()
421 if (!xTextRange.is()) in insertControlCharacter()
431 if (!::sw::XTextRangeToSwPaM(aPam, xTextRange)) in insertControlCharacter()
464 xTextRange, uno::UNO_QUERY); in insertControlCharacter()
495 xTextRange, uno::UNO_QUERY); in insertControlCharacter()
H A Dunoframe.cxx2678 void SwXFrame::attachToRange(const uno::Reference< text::XTextRange > & xTextRange) in attachToRange() argument
2684 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attachToRange()
2700 ::sw::XTextRangeToSwPaM(aIntPam, xTextRange); in attachToRange()
3020 void SwXFrame::attach(const uno::Reference< text::XTextRange > & xTextRange) in attach() argument
3025 attachToRange(xTextRange); in attach()
3028 uno::Reference<lang::XUnoTunnel> xRangeTunnel( xTextRange, uno::UNO_QUERY); in attach()
3040 if (::sw::XTextRangeToSwPaM(aIntPam, xTextRange)) in attach()
3302 void SwXTextFrame::attach(const uno::Reference< text::XTextRange > & xTextRange) in attach() argument
3305 SwXFrame::attach(xTextRange); in attach()
3468 SwXFrame::attach(xTextRange); in attach()
[all …]
H A Dunoftn.cxx345 SwXFootnote::attach(const uno::Reference< text::XTextRange > & xTextRange) in attach() argument
355 xTextRange, uno::UNO_QUERY); in attach()
369 ::sw::XTextRangeToSwPaM(aPam, xTextRange); in attach()
/trunk/main/scripting/examples/beanshell/HelloWorld/
H A Dhelloworld.bsh35 xTextRange = xText.getEnd();
37 xTextRange.setString( "Hello World (in BeanShell)" );
/trunk/main/sw/source/ui/vba/
H A Dvbafield.cxx380 uno::Reference< text::XTextRange > xTextRange = pVbaRange->getXTextRange(); in Add() local
381 uno::Reference< text::XText > xText = xTextRange->getText(); in Add()
382 xText->insertTextContent( xTextRange, xTextField, true ); in Add()
/trunk/main/vbahelper/source/msforms/
H A Dvbatextbox.cxx69 uno::Reference< text::XTextRange > xTextRange( m_xProps, uno::UNO_QUERY_THROW ); in setText() local
70 xTextRange->setString( _text ); in setText()
/trunk/test/testuno/source/fvt/uno/sw/bookmark/
H A DCheckBookmarks.java65 XTextRange xTextRange = (XTextRange) UnoRuntime.queryInterface(XTextRange.class, xTextCursor); in setUp() local
66 xText.insertControlCharacter(xTextRange, ControlCharacter.PARAGRAPH_BREAK, false); in setUp()
/trunk/main/sw/source/ui/smartmenu/
H A Dstmenu.cxx51 Reference< text::XTextRange > xTextRange ) : in SwSmartTagPopup()
54 mxTextRange( xTextRange ) in SwSmartTagPopup()
/trunk/main/svx/source/mnuctrls/
H A DSmartTagCtl.cxx85 const Reference<text::XTextRange>& xTextRange = mpSmartTagItem->GetTextRange(); in FillMenu() local
140 xTextRange ); in FillMenu()
/trunk/main/sw/source/core/inc/
H A Dunometa.hxx82 ::com::sun::star::text::XTextRange > & xTextRange,
178 ::com::sun::star::text::XTextRange > & xTextRange)
342 ::com::sun::star::text::XTextRange > & xTextRange)
/trunk/test/testuno/source/fvt/uno/sd/animation/
H A DTextAnimation.java132 XTextRange xTextRange = (XTextRange) UnoRuntime.queryInterface( in addPortion() local
134 xTextRange.setString(sText); in addPortion()
/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx331 uno::Reference< text::XTextRange > xTextRange( mxMyText, uno::UNO_QUERY ); in refresh() local
332 if( xTextRange.is()) in refresh()
334 xTextRange->setString( aText ); in refresh()
/trunk/main/sw/source/filter/xml/
H A Dxmltexti.cxx1018 uno::Reference<XTextRange> xTextRange( GetCursor()->getStart() ); in RedlineSetCursor() local
1019 pRedlineHelper->SetCursor(rId, bStart, xTextRange, in RedlineSetCursor()
1031 uno::Reference<XTextRange> xTextRange( GetCursor()->getStart() ); in RedlineAdjustStartNodeCursor() local
1032 pRedlineHelper->AdjustStartNodeCursor(rId, bStart, xTextRange ); in RedlineAdjustStartNodeCursor()
/trunk/main/odk/examples/java/Text/
H A DStyleCreation.java109 com.sun.star.text.XTextRange xTextRange = in main() local
115 com.sun.star.beans.XPropertySet.class, xTextRange ); in main()

Completed in 175 milliseconds

1234