Home
last modified time | relevance | path

Searched refs:xBookmark (Results 1 – 25 of 33) sorted by relevance

12

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/python/
H A Dcheck_bookmarks.py103 xBookmark = self.xDoc.createInstance("com.sun.star.text.Bookmark")
104 xBookmark.setName(s)
105 self.xText.insertTextContent(xCursor, xBookmark, True)
113 for xBookmark in xBookmarks:
114 s = '{}:{};'.format(xBookmark.Name,
115 xBookmark.getAnchor().getString().replace("\r\n", "\n"))
H A Dcheck_cross_references.py193 xBookmark = xFac.createInstance("com.sun.star.text.Bookmark")
195 if xBookmark is not None:
196 xName = xBookmark
198 xBookmark.attach(xParaTextRange.getStart())
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/python/
H A Dcheck_bookmarks.py103 xBookmark = self.xDoc.createInstance("com.sun.star.text.Bookmark")
104 xBookmark.setName(s)
105 self.xText.insertTextContent(xCursor, xBookmark, True)
113 for xBookmark in xBookmarks:
114 s = '{}:{};'.format(xBookmark.Name,
115 xBookmark.getAnchor().getString().replace("\r\n", "\n"))
H A Dcheck_cross_references.py203 xBookmark = xFac.createInstance("com.sun.star.text.Bookmark")
205 if xBookmark is not None:
206 xName = xBookmark
208 xBookmark.attach(xParaTextRange.getStart())
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/ui/vba/
H A Dvbabookmarks.cxx142 …uno::Reference< text::XTextContent > xBookmark( m_xNameAccess->getByName( rName ), uno::UNO_QUERY_… in removeBookmarkByName() local
143 word::getXTextViewCursor( mxModel )->getText()->removeTextContent( xBookmark ); in removeBookmarkByName()
149 …uno::Reference< text::XTextContent > xBookmark( xDocMSF->createInstance("com.sun.star.text.Bookmar… in addBookmarkByName() local
150 uno::Reference< container::XNamed > xNamed( xBookmark, uno::UNO_QUERY_THROW ); in addBookmarkByName()
152 rTextRange->getText()->insertTextContent( rTextRange, xBookmark, false ); in addBookmarkByName()
H A Dvbarangehelper.cxx172 …uno::Reference< text::XTextContent > xBookmark( xIndexAccess->getByIndex( index ), uno::UNO_QUERY_… in findBookmarkByPosition() local
173 uno::Reference< text::XTextRange > xBkAnchor = xBookmark->getAnchor(); in findBookmarkByPosition()
180 return xBookmark; in findBookmarkByPosition()
H A Dvbarange.cxx132 …uno::Reference< text::XTextContent > xBookmark = SwVbaRangeHelper::findBookmarkByPosition( mxTextD… in setText() local
133 if( xBookmark.is() ) in setText()
135 uno::Reference< container::XNamed > xNamed( xBookmark, uno::UNO_QUERY_THROW ); in setText()
H A Dvbaselection.cxx559 …uno::Reference< word::XBookmark > xBookmark( xApplication->getActiveDocument()->Bookmarks(_name), … in GoTo() local
560 xBookmark->Select(); in GoTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/ui/vba/
H A Dvbabookmarks.cxx139 …uno::Reference< text::XTextContent > xBookmark( m_xNameAccess->getByName( rName ), uno::UNO_QUERY_… in removeBookmarkByName() local
140 word::getXTextViewCursor( mxModel )->getText()->removeTextContent( xBookmark ); in removeBookmarkByName()
146 …uno::Reference< text::XTextContent > xBookmark( xDocMSF->createInstance("com.sun.star.text.Bookmar… in addBookmarkByName() local
147 uno::Reference< container::XNamed > xNamed( xBookmark, uno::UNO_QUERY_THROW ); in addBookmarkByName()
149 rTextRange->getText()->insertTextContent( rTextRange, xBookmark, false ); in addBookmarkByName()
H A Dvbarangehelper.cxx172 …uno::Reference< text::XTextContent > xBookmark( xIndexAccess->getByIndex( index ), uno::UNO_QUERY_… in findBookmarkByPosition() local
173 uno::Reference< text::XTextRange > xBkAnchor = xBookmark->getAnchor(); in findBookmarkByPosition()
180 return xBookmark; in findBookmarkByPosition()
H A Dvbarange.cxx138 …uno::Reference< text::XTextContent > xBookmark = SwVbaRangeHelper::findBookmarkByPosition( mxTextD… in setText() local
139 if( xBookmark.is() ) in setText()
141 uno::Reference< container::XNamed > xNamed( xBookmark, uno::UNO_QUERY_THROW ); in setText()
H A Dvbaselection.cxx564 …uno::Reference< word::XBookmark > xBookmark( xApplication->getActiveDocument()->Bookmarks(_name), … in GoTo() local
565 xBookmark->Select(); in GoTo()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/unocore/
H A Dunobkm.cxx96 const uno::Reference<text::XTextContent> xBookmark(&rThis); in registerInMark() local
105 pMarkBase->SetXBookmark(xBookmark); in registerInMark()
125 m_wThis = xBookmark; in registerInMark()
165 uno::Reference<text::XTextContent> xBookmark; in CreateXBookmark() local
168 xBookmark = pMarkBase->GetXBookmark(); in CreateXBookmark()
170 if (!xBookmark.is()) in CreateXBookmark()
179 xBookmark.set(pXBookmark); in CreateXBookmark()
182 return xBookmark; in CreateXBookmark()
H A Dunoportenum.cxx93 Reference<XTextContent> xBookmark; member
99 : xBookmark ( xMark ) in SwXBookmarkPortion_Impl()
643 pPortion->SetBookmark(pPtr->xBookmark); in lcl_ExportBookmark()
652 pPortion->SetBookmark(pPtr->xBookmark); in lcl_ExportBookmark()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/unocore/
H A Dunobkm.cxx93 const uno::Reference<text::XTextContent> xBookmark(&rThis); in registerInMark() local
102 pMarkBase->SetXBookmark(xBookmark); in registerInMark()
122 m_wThis = xBookmark; in registerInMark()
167 uno::Reference<text::XTextContent> xBookmark; in CreateXBookmark() local
170 xBookmark = pMarkBase->GetXBookmark(); in CreateXBookmark()
172 if (!xBookmark.is()) in CreateXBookmark()
181 xBookmark.set(pXBookmark); in CreateXBookmark()
184 return xBookmark; in CreateXBookmark()
H A Dunoportenum.cxx89 Reference<XTextContent> xBookmark; member
95 : xBookmark ( xMark ) in SwXBookmarkPortion_Impl()
609 pPortion->SetBookmark(pPtr->xBookmark); in lcl_ExportBookmark()
618 pPortion->SetBookmark(pPtr->xBookmark); in lcl_ExportBookmark()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/sidebar/
H A DWriterInspectorTextPanel.cxx607 uno::Reference<container::XNamed> xBookmark(bookmark, uno::UNO_QUERY); in UpdateTree() local
618 aCurNode.sNodeName = xBookmark->getName(); in UpdateTree()
621 MetadataToTreeNode(xBookmark, aCurNode); in UpdateTree()
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/text/
H A Dtxtparae.cxx2153 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(gsBookmark), UNO_QUERY); in exportTextRangeEnumeration() local
2154 const OUString& rName = xBookmark->getName(); in exportTextRangeEnumeration()
2225 … Reference<XNamed> xBookmark(xPropSet->getPropertyValue(gsBookmark), UNO_QUERY); in exportTextRangeEnumeration() local
2226 if (xBookmark.is()) in exportTextRangeEnumeration()
2228 … GetExport().AddAttribute(XML_NAMESPACE_TEXT, XML_NAME, xBookmark->getName()); in exportTextRangeEnumeration()
2327 … Reference<XNamed> xBookmark(xPropSet->getPropertyValue(gsBookmark), UNO_QUERY); in exportTextRangeEnumeration() local
2328 if (xBookmark.is()) in exportTextRangeEnumeration()
2330 … GetExport().AddAttribute(XML_NAMESPACE_TEXT, XML_NAME, xBookmark->getName()); in exportTextRangeEnumeration()
2346 … Reference<XNamed> xBookmark(xPropSet->getPropertyValue(gsBookmark), UNO_QUERY); in exportTextRangeEnumeration() local
2347 if (xBookmark.is()) in exportTextRangeEnumeration()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/text/
H A Dtxtparae.cxx2164 Reference<XNamed> xBookmark(xPropSet->getPropertyValue(gsBookmark), UNO_QUERY); in exportTextRangeEnumeration() local
2165 const OUString& rName = xBookmark->getName(); in exportTextRangeEnumeration()
2236 … Reference<XNamed> xBookmark(xPropSet->getPropertyValue(gsBookmark), UNO_QUERY); in exportTextRangeEnumeration() local
2237 if (xBookmark.is()) in exportTextRangeEnumeration()
2239 … GetExport().AddAttribute(XML_NAMESPACE_TEXT, XML_NAME, xBookmark->getName()); in exportTextRangeEnumeration()
2338 … Reference<XNamed> xBookmark(xPropSet->getPropertyValue(gsBookmark), UNO_QUERY); in exportTextRangeEnumeration() local
2339 if (xBookmark.is()) in exportTextRangeEnumeration()
2341 … GetExport().AddAttribute(XML_NAMESPACE_TEXT, XML_NAME, xBookmark->getName()); in exportTextRangeEnumeration()
2357 … Reference<XNamed> xBookmark(xPropSet->getPropertyValue(gsBookmark), UNO_QUERY); in exportTextRangeEnumeration() local
2358 if (xBookmark.is()) in exportTextRangeEnumeration()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ww8export/
H A Dww8export3.cxx155 …uno::Reference<container::XNamed> xBookmark(getProperty< uno::Reference<beans::XPropertySet> >(xPr… variable
158 const OUString& sTextFieldName( xBookmark->getName() );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/rtfexport/
H A Drtfexport.cxx556 uno::Reference<text::XTextContent> xBookmark( variable
558 CPPUNIT_ASSERT_EQUAL(OUString("Hello"), xBookmark->getAnchor()->getString());
1231 uno::Reference<text::XTextContent> xBookmark( variable
1234 CPPUNIT_ASSERT_EQUAL(OUString("BBB"), xBookmark->getAnchor()->getString());
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/rtfexport/
H A Drtfexport.cxx550 uno::Reference<text::XTextContent> xBookmark( variable
552 CPPUNIT_ASSERT_EQUAL(OUString("Hello"), xBookmark->getAnchor()->getString());
1216 uno::Reference<text::XTextContent> xBookmark( variable
1219 CPPUNIT_ASSERT_EQUAL(OUString("BBB"), xBookmark->getAnchor()->getString());
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ww8export/
H A Dww8export3.cxx416 …uno::Reference<container::XNamed> xBookmark(getProperty< uno::Reference<beans::XPropertySet> >(xPr… variable
419 const OUString& sTextFieldName( xBookmark->getName() );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport12.cxx794 uno::Reference<container::XNamed> xBookmark( variable
798 const OUString& sTextFieldName(xBookmark->getName());
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/qa/extras/ooxmlexport/
H A Dooxmlexport12.cxx795 uno::Reference<container::XNamed> xBookmark( variable
799 const OUString& sTextFieldName(xBookmark->getName());

12