Lines Matching refs:queryInterface

67 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n…  in testNumberingBulletCharacterStyle_Rubies()
74 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Rubies()
76 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Rubies()
78 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Rubies()
84 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Rubies()
89 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Rubies()
99 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Rubies()
111 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Rubies()
112 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Rubies()
113 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Rubies()
114 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Rubies()
115 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Rubies()
123 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Rubies()
124 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Rubies()
125 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Rubies()
126 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Rubies()
136 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_Emphasis()
143 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Emphasis()
145 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Emphasis()
147 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Emphasis()
153 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Emphasis()
158 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Emphasis()
168 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Emphasis()
180 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Emphasis()
181 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Emphasis()
182 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Emphasis()
183 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Emphasis()
184 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Emphasis()
192 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Emphasis()
193 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Emphasis()
194 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Emphasis()
195 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Emphasis()
205 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_FootnoteCharacters()
212 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_FootnoteCharacters()
214 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_FootnoteCharacters()
216 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_FootnoteCharacters()
222 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_FootnoteCharacters()
227 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_FootnoteCharacters()
237 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_FootnoteCharacters()
249 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_FootnoteCharacters()
250 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_FootnoteCharacters()
251 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_FootnoteCharacters()
252 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_FootnoteCharacters()
253 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_FootnoteCharacters()
261 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_FootnoteCharacters()
262 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_FootnoteCharacters()
263 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_FootnoteCharacters()
264 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_FootnoteCharacters()
274 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_PageNumber()
281 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_PageNumber()
283 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_PageNumber()
285 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_PageNumber()
291 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_PageNumber()
296 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_PageNumber()
306 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_PageNumber()
318 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_PageNumber()
319 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_PageNumber()
320 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_PageNumber()
321 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_PageNumber()
322 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_PageNumber()
330 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_PageNumber()
331 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_PageNumber()
332 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_PageNumber()
333 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_PageNumber()
343 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_CaptionCharacters()
350 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_CaptionCharacters()
352 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_CaptionCharacters()
354 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_CaptionCharacters()
360 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_CaptionCharacters()
365 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_CaptionCharacters()
375 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_CaptionCharacters()
387 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_CaptionCharacters()
388 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_CaptionCharacters()
389 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_CaptionCharacters()
390 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_CaptionCharacters()
391 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_CaptionCharacters()
399 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_CaptionCharacters()
400 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_CaptionCharacters()
401 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_CaptionCharacters()
402 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_CaptionCharacters()
412 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_DropCaps()
419 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_DropCaps()
421 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_DropCaps()
423 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_DropCaps()
429 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_DropCaps()
434 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_DropCaps()
444 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_DropCaps()
456 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_DropCaps()
457 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_DropCaps()
458 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_DropCaps()
459 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_DropCaps()
460 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_DropCaps()
468 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_DropCaps()
469 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_DropCaps()
470 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_DropCaps()
471 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_DropCaps()
481 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_NumberingSymbols()
488 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_NumberingSymbols()
490 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_NumberingSymbols()
492 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_NumberingSymbols()
498 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_NumberingSymbols()
503 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_NumberingSymbols()
513 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_NumberingSymbols()
525 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_NumberingSymbols()
526 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_NumberingSymbols()
527 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_NumberingSymbols()
528 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_NumberingSymbols()
529 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_NumberingSymbols()
537 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_NumberingSymbols()
538 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_NumberingSymbols()
539 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_NumberingSymbols()
540 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_NumberingSymbols()
550 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_Bullets()
557 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Bullets()
559 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Bullets()
561 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Bullets()
567 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Bullets()
572 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Bullets()
582 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Bullets()
594 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Bullets()
595 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Bullets()
596 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Bullets()
597 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Bullets()
598 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Bullets()
606 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Bullets()
607 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Bullets()
608 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Bullets()
609 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Bullets()
619 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_InternetLink()
626 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_InternetLink()
628 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_InternetLink()
630 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_InternetLink()
636 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_InternetLink()
641 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_InternetLink()
651 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_InternetLink()
663 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_InternetLink()
664 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_InternetLink()
665 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_InternetLink()
666 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_InternetLink()
667 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_InternetLink()
675 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_InternetLink()
676 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_InternetLink()
677 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_InternetLink()
678 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_InternetLink()
688 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_VisitedInternetLink()
695 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_VisitedInternetLink()
697 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_VisitedInternetLink()
699 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_VisitedInternetLink()
705 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_VisitedInternetLink()
710 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_VisitedInternetLink()
720 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_VisitedInternetLink()
732 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_VisitedInternetLink()
733 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_VisitedInternetLink()
734 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_VisitedInternetLink()
735 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_VisitedInternetLink()
736 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_VisitedInternetLink()
744 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_VisitedInternetLink()
745 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_VisitedInternetLink()
746 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_VisitedInternetLink()
747 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_VisitedInternetLink()
757 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_Placeholder()
764 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Placeholder()
766 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Placeholder()
768 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Placeholder()
774 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Placeholder()
779 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Placeholder()
789 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Placeholder()
801 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Placeholder()
802 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Placeholder()
803 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Placeholder()
804 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Placeholder()
805 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Placeholder()
813 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Placeholder()
814 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Placeholder()
815 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Placeholder()
816 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Placeholder()
826 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_Indexlink()
833 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Indexlink()
835 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Indexlink()
837 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Indexlink()
843 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Indexlink()
848 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Indexlink()
858 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Indexlink()
870 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Indexlink()
871 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Indexlink()
872 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Indexlink()
873 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Indexlink()
874 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Indexlink()
882 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Indexlink()
883 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Indexlink()
884 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Indexlink()
885 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Indexlink()
895 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_EndnoteCharacters()
902 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_EndnoteCharacters()
904 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_EndnoteCharacters()
906 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_EndnoteCharacters()
912 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_EndnoteCharacters()
917 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_EndnoteCharacters()
927 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_EndnoteCharacters()
939 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_EndnoteCharacters()
940 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_EndnoteCharacters()
941 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_EndnoteCharacters()
942 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_EndnoteCharacters()
943 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_EndnoteCharacters()
951 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_EndnoteCharacters()
952 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_EndnoteCharacters()
953 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_EndnoteCharacters()
954 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_EndnoteCharacters()
964 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_LineNumbering()
971 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_LineNumbering()
973 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_LineNumbering()
975 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_LineNumbering()
981 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_LineNumbering()
986 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_LineNumbering()
996 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_LineNumbering()
1008 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_LineNumbering()
1009 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_LineNumbering()
1010 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_LineNumbering()
1011 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_LineNumbering()
1012 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_LineNumbering()
1020 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_LineNumbering()
1021 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_LineNumbering()
1022 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_LineNumbering()
1023 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_LineNumbering()
1033 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_MainIndexEntery()
1040 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_MainIndexEntery()
1042 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_MainIndexEntery()
1044 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_MainIndexEntery()
1050 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_MainIndexEntery()
1055 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_MainIndexEntery()
1065 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_MainIndexEntery()
1077 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_MainIndexEntery()
1078 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_MainIndexEntery()
1079 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_MainIndexEntery()
1080 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_MainIndexEntery()
1081 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_MainIndexEntery()
1089 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_MainIndexEntery()
1090 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_MainIndexEntery()
1091 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_MainIndexEntery()
1092 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_MainIndexEntery()
1102 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1109 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1111 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1113 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1119 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1124 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_FootnoteAnchor()
1134 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_FootnoteAnchor()
1146 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1147 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1148 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1149 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1150 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1158 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1159 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1160 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1161 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_FootnoteAnchor()
1171 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1178 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1180 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1182 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1188 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1193 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_EndnoteAnchor()
1203 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_EndnoteAnchor()
1215 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1216 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1217 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1218 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1219 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1227 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1228 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1229 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1230 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_EndnoteAnchor()
1240 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1247 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1249 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1251 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1257 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1262 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1272 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1284 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1285 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1286 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1287 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1288 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1296 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1297 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1298 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1299 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_VerticalNumberingSymbols()
1309 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_Quotation()
1316 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Quotation()
1318 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Quotation()
1320 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Quotation()
1326 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Quotation()
1331 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Quotation()
1341 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Quotation()
1353 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Quotation()
1354 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Quotation()
1355 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Quotation()
1356 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Quotation()
1357 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Quotation()
1365 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Quotation()
1366 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Quotation()
1367 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Quotation()
1368 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Quotation()
1378 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_StrongEmphasis()
1385 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_StrongEmphasis()
1387 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_StrongEmphasis()
1389 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_StrongEmphasis()
1395 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_StrongEmphasis()
1400 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_StrongEmphasis()
1410 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_StrongEmphasis()
1422 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_StrongEmphasis()
1423 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_StrongEmphasis()
1424 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_StrongEmphasis()
1425 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_StrongEmphasis()
1426 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_StrongEmphasis()
1434 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_StrongEmphasis()
1435 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_StrongEmphasis()
1436 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_StrongEmphasis()
1437 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_StrongEmphasis()
1447 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_Variable()
1454 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Variable()
1456 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Variable()
1458 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Variable()
1464 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Variable()
1469 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Variable()
1479 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Variable()
1491 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Variable()
1492 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Variable()
1493 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Variable()
1494 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Variable()
1495 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Variable()
1503 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Variable()
1504 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Variable()
1505 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Variable()
1506 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Variable()
1516 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_Example()
1523 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Example()
1525 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Example()
1527 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Example()
1533 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Example()
1538 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Example()
1548 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Example()
1560 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Example()
1561 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Example()
1562 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Example()
1563 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Example()
1564 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Example()
1572 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Example()
1573 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Example()
1574 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Example()
1575 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Example()
1584 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_UserEntery()
1591 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_UserEntery()
1593 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_UserEntery()
1595 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_UserEntery()
1601 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_UserEntery()
1606 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_UserEntery()
1616 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_UserEntery()
1628 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_UserEntery()
1629 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_UserEntery()
1630 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_UserEntery()
1631 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_UserEntery()
1632 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_UserEntery()
1640 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_UserEntery()
1641 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_UserEntery()
1642 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_UserEntery()
1643 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_UserEntery()
1653 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_Sourcetext()
1660 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Sourcetext()
1662 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Sourcetext()
1664 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Sourcetext()
1670 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Sourcetext()
1675 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Sourcetext()
1685 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Sourcetext()
1697 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Sourcetext()
1698 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Sourcetext()
1699 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Sourcetext()
1700 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Sourcetext()
1701 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Sourcetext()
1709 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Sourcetext()
1710 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Sourcetext()
1711 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Sourcetext()
1712 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Sourcetext()
1722 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_Definition()
1729 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Definition()
1731 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Definition()
1733 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Definition()
1739 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Definition()
1744 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Definition()
1754 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Definition()
1766 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Definition()
1767 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Definition()
1768 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Definition()
1769 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Definition()
1770 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Definition()
1778 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Definition()
1779 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Definition()
1780 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Definition()
1781 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Definition()
1791 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletCharacterStyle_Teletype()
1798 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletCharacterStyle_Teletype()
1800 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletCharacterStyle_Teletype()
1802 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletCharacterStyle_Teletype()
1808 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletCharacterStyle_Teletype()
1813 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Teletype()
1823 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletCharacterStyle_Teletype()
1835 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Teletype()
1836 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Teletype()
1837 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Teletype()
1838 …XIndexReplace xReplaceRule_assert_odt = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.cl… in testNumberingBulletCharacterStyle_Teletype()
1839 …PropertyValue[] propsRule_assert_odt=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Teletype()
1847 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletCharacterStyle_Teletype()
1848 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletCharacterStyle_Teletype()
1849 …XIndexAccess xNumRule_assert_doc = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletCharacterStyle_Teletype()
1850 …PropertyValue[] propsRule_assert_doc=(PropertyValue[]) UnoRuntime.queryInterface(PropertyValue[].c… in testNumberingBulletCharacterStyle_Teletype()