Home
last modified time | relevance | path

Searched refs:xCrsr (Results 1 – 9 of 9) sorted by path

/trunk/main/sw/inc/ !
H A Dunotxdoc.hxx434 SwUnoCrsr* CreateCursorForSearch(css::uno::Reference< css::text::XTextCursor > & xCrsr);
436 css::uno::Reference< css::text::XTextCursor > & xCrsr, sal_Bool bAll,
/trunk/main/sw/qa/complex/writer/ !
H A DCheckBookmarks.java183 XTextCursor xCrsr = m_xDoc.getText().createTextCursor(); in insertRandomParts() local
185 xCrsr.goRight((short)rnd.nextInt(100), false); in insertRandomParts()
186 xCrsr.setString(Long.toString(rnd.nextLong())); in insertRandomParts()
194 XTextCursor xCrsr = m_xDoc.getText().createTextCursor(); in deleteRandomParts() local
196 xCrsr.goRight((short)rnd.nextInt(100), false); in deleteRandomParts()
197 xCrsr.goRight((short)rnd.nextInt(20), true); in deleteRandomParts()
198 xCrsr.setString(""); in deleteRandomParts()
207 XTextCursor xCrsr = m_xDoc.getText().createTextCursor(); in insertLinebreaks() local
209 xCrsr.goRight((short)rnd.nextInt(300), false); in insertLinebreaks()
212 xCrsr); in insertLinebreaks()
/trunk/main/sw/source/ui/envelp/ !
H A Dlabelexp.cxx134 uno::Reference< text::XTextCursor > & xCrsr = pExampleFrame->GetTextCursor(); in IMPL_LINK() local
152 uno::Reference< text::XTextRange > xRange(xCrsr, uno::UNO_QUERY); in IMPL_LINK()
/trunk/main/sw/source/ui/index/ !
H A Dcntex.cxx229 … uno::Reference< text::XTextCursor > xCrsr = xAnchor->getText()->createTextCursorByRange(xAnchor); in CreateOrUpdateExample() local
239 uno::Reference< text::XTextRange > xRg(xCrsr, uno::UNO_QUERY); in CreateOrUpdateExample()
240 xCrsr->getText()->insertTextContent(xRg, xContent, sal_False); in CreateOrUpdateExample()
/trunk/main/sw/source/ui/misc/ !
H A Dglossary.cxx1289 uno::Reference< XTextCursor > & xCrsr = pExampleFrame->GetTextCursor(); in ResumeShowAutoText() local
1290 if(xCrsr.is()) in ResumeShowAutoText()
1302 uno::Reference< XTextRange > xRange(xCrsr, uno::UNO_QUERY); in ResumeShowAutoText()
/trunk/main/sw/source/ui/uno/ !
H A Dunotxdoc.cxx777 xCrsr.set( static_cast<text::XWordCursor*>(pXTextCursor) ); in CreateCursorForSearch()
795 Reference< XTextCursor > xCrsr; in replaceAll() local
796 SwUnoCrsr* pUnoCrsr = CreateCursorForSearch(xCrsr); in replaceAll()
874 Reference< XTextCursor > & xCrsr, sal_Bool bAll, in FindAny()
882 SwUnoCrsr* pUnoCrsr = CreateCursorForSearch(xCrsr); in FindAny()
1005 Reference< XTextCursor > xCrsr; in findAll() local
1006 SwUnoCrsr* pResultCrsr = FindAny(xDesc, xCrsr, sal_True, nResult, xTmp); in findAll()
1023 Reference< XTextCursor > xCrsr; in findFirst() local
1024 SwUnoCrsr* pResultCrsr = FindAny(xDesc, xCrsr, sal_False, nResult, xTmp); in findFirst()
1048 Reference< XTextCursor > xCrsr; in findNext() local
[all …]
H A Dunotxvw.cxx293 uno::Reference< text::XTextCursor > xCrsr(xInterface, uno::UNO_QUERY); in select() local
304 if(xCrsr.is()) in select()
549 uno::Reference< text::XTextTableCursor > xCrsr = new SwXTextTableCursor(*rSh.GetTableFmt(), in getSelection() local
551 aRef = uno::Reference< uno::XInterface > (xCrsr, uno::UNO_QUERY);; in getSelection()
/trunk/main/writerfilter/source/dmapper/ !
H A DDomainMapper_Impl.cxx2511 …uno::Reference< text::XTextCursor > xCrsr = xTextAppend->createTextCursorByRange( xTextAppend->get… in PushFieldContext() local
2512 xCrsr->goLeft( 1, false ); in PushFieldContext()
2513 m_aFieldStack.push( FieldContextPtr( new FieldContext( xCrsr->getStart() ) ) ); in PushFieldContext()
3677 …uno::Reference< text::XTextCursor > xCrsr = xTextAppend->createTextCursorByRange(pContext->GetStar… in PopFieldContext() local
3679 xCrsr->goRight( 1, true ); in PopFieldContext()
3680 xCrsr->setString( ::rtl::OUString() ); in PopFieldContext()
3684 xCrsr->gotoEnd( true ); in PopFieldContext()
3685 … xToInsert->attach( uno::Reference< text::XTextRange >( xCrsr, uno::UNO_QUERY_THROW )); in PopFieldContext()
3702 uno::Reference<text::XTextRange> xTxtRange(xCrsr, uno::UNO_QUERY); in PopFieldContext()
3708 xCrsr->gotoEnd( true ); in PopFieldContext()
[all …]
/trunk/main/xmloff/source/text/ !
H A Dtxtimp.cxx1822 …uno::Reference< text::XTextCursor > xCrsr = xRange->getText()->createTextCursorByRange( xRange->ge… in SetStyleAndAttrs() local
1823 xCrsr->goLeft( 1, true ); in SetStyleAndAttrs()
1824 … uno::Reference< beans::XPropertySet> xCrsrProperties( xCrsr, uno::UNO_QUERY_THROW ); in SetStyleAndAttrs()
1827 xCrsr->collapseToEnd(); in SetStyleAndAttrs()
1828 xCrsr->gotoRange( xRange->getEnd(), true ); in SetStyleAndAttrs()
1829 xCrsr->setString( ::rtl::OUString() ); in SetStyleAndAttrs()

Completed in 153 milliseconds