Home
last modified time | relevance | path

Searched refs:queryInterface (Results 1 – 25 of 2224) sorted by relevance

12345678910>>...89

/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphNumberingAndBulletCharacterStyle.java67 …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()
[all …]
H A DParagraphNumberingAndBullet_Numbering.java68 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBullet_ARABIC()
75 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBullet_ARABIC()
77 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBullet_ARABIC()
79 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_ARABIC()
83 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBullet_ARABIC()
88 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBullet_ARABIC()
98 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBullet_ARABIC()
110 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBullet_ARABIC()
111 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBullet_ARABIC()
112 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBullet_ARABIC()
[all …]
H A DParagraphNumberingAndBullet_Graphic_Alignment.java68 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBullet_Graphic_Align_BottomofBaseline()
75 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBullet_Graphic_Align_BottomofBaseline()
77 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBullet_Graphic_Align_BottomofBaseline()
79 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBullet_Graphic_Align_BottomofBaseline()
87 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBullet_Graphic_Align_BottomofBaseline()
93 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBullet_Graphic_Align_BottomofBaseline()
103 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBullet_Graphic_Align_BottomofBaseline()
115 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBullet_Graphic_Align_BottomofBaseline()
116 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBullet_Graphic_Align_BottomofBaseline()
117 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBullet_Graphic_Align_BottomofBaseline()
[all …]
H A DParagraphInsertBreak.java55 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in InsertPage_BeforeBreak_NoSplit_KeepTogether()
61 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in InsertPage_BeforeBreak_NoSplit_KeepTogether()
67 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in InsertPage_BeforeBreak_NoSplit_KeepTogether()
77 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in InsertPage_BeforeBreak_NoSplit_KeepTogether()
89 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in InsertPage_BeforeBreak_NoSplit_KeepTogether()
90 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in InsertPage_BeforeBreak_NoSplit_KeepTogether()
97 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in InsertPage_BeforeBreak_NoSplit_KeepTogether()
98 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in InsertPage_BeforeBreak_NoSplit_KeepTogether()
107 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in InsertPage_BeforeBreak_Orphan_WindowControl()
113 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in InsertPage_BeforeBreak_Orphan_WindowControl()
[all …]
H A DParagraphLineSpacing.java65 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphLineSpacingFix()
71 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphLineSpacingFix()
78 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphLineSpacingFix()
88 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphLineSpacingFix()
100 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphLineSpacingFix()
101 …XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphLineSpacingFix()
102 …LineSpacing paraLineSpacing_assert_odt=(LineSpacing) UnoRuntime.queryInterface(LineSpacing.class, … in testParagraphLineSpacingFix()
107 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphLineSpacingFix()
108 …XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphLineSpacingFix()
109 …LineSpacing paraLineSpacing_assert_doc=(LineSpacing) UnoRuntime.queryInterface(LineSpacing.class, … in testParagraphLineSpacingFix()
[all …]
H A DParagraphBackGraphic.java63 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphBackGraphic_LeftBottom()
69 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphBackGraphic_LeftBottom()
75 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphBackGraphic_LeftBottom()
85 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphBackGraphic_LeftBottom()
97 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphBackGraphic_LeftBottom()
98 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphBackGraphic_LeftBottom()
105 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphBackGraphic_LeftBottom()
106 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphBackGraphic_LeftBottom()
123 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphBackGraphic_LeftMiddle()
129 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphBackGraphic_LeftMiddle()
[all …]
H A DParagraphNumberingAndBulletAlignment.java67 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingBulletAlign_Right()
74 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingBulletAlign_Right()
76 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingBulletAlign_Right()
78 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingBulletAlign_Right()
84 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingBulletAlign_Right()
89 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletAlign_Right()
99 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingBulletAlign_Right()
111 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingBulletAlign_Right()
112 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingBulletAlign_Right()
113 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingBulletAlign_Right()
[all …]
H A DParagraphShadow.java66 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphShadow_BottomRight()
72 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphShadow_BottomRight()
80 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_BottomRight()
90 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphShadow_BottomRight()
102 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphShadow_BottomRight()
103 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphShadow_BottomRight()
105 …ShadowFormat shadowFormat_Assert1=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_BottomRight()
111 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphShadow_BottomRight()
112 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphShadow_BottomRight()
114 …ShadowFormat shadowFormat_Assert2=(ShadowFormat) UnoRuntime.queryInterface(ShadowFormat.class, xCu… in testParagraphShadow_BottomRight()
[all …]
H A DParagraphTabs.java58 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in ParagraphTabs_Center()
63 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in ParagraphTabs_Center()
73 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Center()
83 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in ParagraphTabs_Center()
95 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in ParagraphTabs_Center()
96 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in ParagraphTabs_Center()
98 …TabStop[] paraTabs_assert_odt=(TabStop[]) UnoRuntime.queryInterface(TabStop[].class, paraTabs_obj_… in ParagraphTabs_Center()
105 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in ParagraphTabs_Center()
106 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in ParagraphTabs_Center()
107 …TabStop[] paraTabs_assert_doc=(TabStop[]) UnoRuntime.queryInterface(TabStop[].class, xCursorProps_… in ParagraphTabs_Center()
[all …]
H A DParagraphTexttoTextAlignment.java62 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testTexttoTextAlignment_Baseline()
68 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testTexttoTextAlignment_Baseline()
71 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testTexttoTextAlignment_Baseline()
81 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testTexttoTextAlignment_Baseline()
93 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testTexttoTextAlignment_Baseline()
94 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testTexttoTextAlignment_Baseline()
99 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testTexttoTextAlignment_Baseline()
100 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testTexttoTextAlignment_Baseline()
107 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testTexttoTextAlignment_Bottom()
113 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testTexttoTextAlignment_Bottom()
[all …]
H A DParagraphNumberingAndBullet_CharacterBullet.java68 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testNumberingAndBullet_CharacterBullet1()
75 …XPropertySet xTextProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCursor… in testNumberingAndBullet_CharacterBullet1()
77 …XMultiServiceFactory xWriterFactory= (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServi… in testNumberingAndBullet_CharacterBullet1()
79 …XIndexAccess xNumRule = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class,xWriterFactory… in testNumberingAndBullet_CharacterBullet1()
85 …XIndexReplace xReplaceRule = (XIndexReplace) UnoRuntime.queryInterface(XIndexReplace.class, xNumRu… in testNumberingAndBullet_CharacterBullet1()
90 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingAndBullet_CharacterBullet1()
100 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testNumberingAndBullet_CharacterBullet1()
112 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testNumberingAndBullet_CharacterBullet1()
113 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testNumberingAndBullet_CharacterBullet1()
114 …XIndexAccess xNumRule_assert_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xC… in testNumberingAndBullet_CharacterBullet1()
[all …]
H A DParagraphAlignment.java63 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphAlignmentJustified()
69 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphAlignmentJustified()
77 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphAlignmentJustified()
87 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphAlignmentJustified()
99 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphAlignmentJustified()
101 …XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphAlignmentJustified()
108 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphAlignmentJustified()
110 …XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphAlignmentJustified()
128 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphAlignmentLeft()
134 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphAlignmentLeft()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/table/
H A DTableInsertBreak.java59 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in InsertPage_BeforeBreak_Split_KeepTogether()
63 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in InsertPage_BeforeBreak_Split_KeepTogether()
65 …XTextTable xTable = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.createI… in InsertPage_BeforeBreak_Split_KeepTogether()
68 … XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable); in InsertPage_BeforeBreak_Split_KeepTogether()
75 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in InsertPage_BeforeBreak_Split_KeepTogether()
85 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in InsertPage_BeforeBreak_Split_KeepTogether()
97 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in InsertPage_BeforeBreak_Split_KeepTogether()
98 …XTextTablesSupplier xTablesSupplier_odt = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in InsertPage_BeforeBreak_Split_KeepTogether()
99 …XIndexAccess xIndexedTables_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTa… in InsertPage_BeforeBreak_Split_KeepTogether()
101 …XTextTable xTable_Assert_odt=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_o… in InsertPage_BeforeBreak_Split_KeepTogether()
[all …]
H A DTableBasic.java66 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testCreateTable()
70 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testCreateTable()
72 …XTextTable xTable = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.createI… in testCreateTable()
77 XStorable xStorable = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCreateTable()
89 …XTextDocument assertDocument=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.loa… in testCreateTable()
90 …XTextTablesSupplier xTablesSupplier = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTablesS… in testCreateTable()
91 …XIndexAccess xIndexedTables = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTables… in testCreateTable()
93 … XTextTable xTable_Assert=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj); in testCreateTable()
109 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testInsert_Delete_Rows_Columns()
113 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testInsert_Delete_Rows_Columns()
[all …]
H A DTableVerticalAlignment.java66 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testtableVerticalAlignment_Bottom()
70 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testtableVerticalAlignment_Bottom()
72 …XTextTable xTable = (XTextTable)UnoRuntime.queryInterface(XTextTable.class, xWriterFactory.createI… in testtableVerticalAlignment_Bottom()
78 …XPropertySet xCursorProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class,xTable.getC… in testtableVerticalAlignment_Bottom()
84 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testtableVerticalAlignment_Bottom()
94 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testtableVerticalAlignment_Bottom()
106 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testtableVerticalAlignment_Bottom()
107 …XTextTablesSupplier xTablesSupplier_odt = (XTextTablesSupplier) UnoRuntime.queryInterface(XTextTab… in testtableVerticalAlignment_Bottom()
108 …XIndexAccess xIndexedTables_odt = (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xTa… in testtableVerticalAlignment_Bottom()
110 …XTextTable xTable_Assert_odt=(XTextTable) UnoRuntime.queryInterface(XTextTable.class, xTable_obj_o… in testtableVerticalAlignment_Bottom()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java204 UnoRuntime.queryInterface(XTextFieldsSupplier.class, in templateExample()
207 UnoRuntime.queryInterface(XBookmarksSupplier.class, xTemplateComponent); in templateExample()
224 XPropertySet xPropertySet = (XPropertySet)UnoRuntime.queryInterface( in templateExample()
231 XRefreshable xRefreshable = (XRefreshable)UnoRuntime.queryInterface( in templateExample()
242 XTextContent xBookmarkContent = (XTextContent)UnoRuntime.queryInterface( in templateExample()
265 XDesktop xDesktop = (XDesktop)UnoRuntime.queryInterface( in viewCursorExample()
269 XModel xModel = (XModel)UnoRuntime.queryInterface(XModel.class, in viewCursorExample()
274 (XTextViewCursorSupplier)UnoRuntime.queryInterface( in viewCursorExample()
280 XPropertySet xCursorPropertySet = (XPropertySet)UnoRuntime.queryInterface( in viewCursorExample()
286 XPageCursor xPageCursor = (XPageCursor)UnoRuntime.queryInterface( in viewCursorExample()
[all …]
/trunk/main/sc/workben/
H A Dtest.cxx105 virtual XInterface * queryInterface( UsrUik );
131 XInterface* ScTestListener::queryInterface( UsrUik aUIK ) in queryInterface() function in ScTestListener
136 return UsrObject::queryInterface( aUIK ); in queryInterface()
160 XDocumentViewRef xView = (XDocumentView*)xInt->queryInterface(XDocumentView::getSmartUik()); in selectionChanged()
165 xSelInt->queryInterface(XCellCollection::getSmartUik()); in selectionChanged()
261 …XServiceRegistryRef xReg = (XServiceRegistry*)xProv->queryInterface(XServiceRegistry::getSmartUik(… in lcl_GetDocument()
271 xSSI->newInstance()->queryInterface( XModelCollection::getSmartUik() ); in lcl_GetDocument()
281 … xModel = (XSpreadsheetDocument*) aRef->queryInterface( XSpreadsheetDocument::getSmartUik() ); in lcl_GetDocument()
309 XNameAccessRef xNames = (XNameAccess*)xSource->queryInterface(XNameAccess::getSmartUik()); in lcl_OutputNames()
325 XTextRef xText = (XText*)xCell->queryInterface(XText::getSmartUik()); in lcl_OutputNames()
[all …]
/trunk/main/odk/examples/DevelopersGuide/GUI/
H A DUnoDialogSample.java131 …XMultiPropertySet xFTHeaderModelMPSet = (XMultiPropertySet) UnoRuntime.queryInterface(XMultiProper… in main()
159 …oUnoDialogSample.xDialog = (XDialog) UnoRuntime.queryInterface(XDialog.class, oUnoDialogSample.m_x… in main()
189 …XMultiServiceFactory xMSFConfig = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFa… in getRegistryKeyContent()
191 … XNameAccess xNameAccess = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oNode); in getRegistryKeyContent()
214 …XMacroExpander xMacroExpander = (XMacroExpander) UnoRuntime.queryInterface(XMacroExpander.class, o… in getImageUrl()
237 …m_xMSFDialogModel = (XMultiServiceFactory) UnoRuntime.queryInterface(XMultiServiceFactory.class, o… in createDialog()
240 …m_xDlgModelNameContainer = (XNameContainer) UnoRuntime.queryInterface(XNameContainer.class, oDialo… in createDialog()
244 m_xDialogControl = (XControl) UnoRuntime.queryInterface(XControl.class, oUnoDialog); in createDialog()
247 …m_xDlgContainer = (XControlContainer) UnoRuntime.queryInterface(XControlContainer.class, oUnoDialo… in createDialog()
249 … m_xTopWindow = (XTopWindow) UnoRuntime.queryInterface(XTopWindow.class, m_xDlgContainer); in createDialog()
[all …]
/trunk/test/testuno/source/fvt/uno/sc/data/
H A DStandardFilterOption.java88 …XCellRange xdataRange = (XCellRange) UnoRuntime.queryInterface(XCellRange.class, SCUtil.getCurrent… in testStandardFilterForString()
91 …XSheetFilterable xFilter = (XSheetFilterable) UnoRuntime.queryInterface(XSheetFilterable.class, xd… in testStandardFilterForString()
100 …XPropertySet xFilterProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xFilterDes… in testStandardFilterForString()
105 …XColumnRowRange ColRowRange = (XColumnRowRange) UnoRuntime.queryInterface(XColumnRowRange.class, x… in testStandardFilterForString()
109 … XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterForString()
122 …xdataRange = (XCellRange) UnoRuntime.queryInterface(XCellRange.class, SCUtil.getCurrentSheet(scDoc… in testStandardFilterForString()
123 …ColRowRange = (XColumnRowRange) UnoRuntime.queryInterface(XColumnRowRange.class, xdataRange.getCel… in testStandardFilterForString()
127 … XPropertySet PropSet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, aRowObj); in testStandardFilterForString()
146 …XCellRange xdataRange = (XCellRange) UnoRuntime.queryInterface(XCellRange.class, SCUtil.getCurrent… in testStandardFilterOptionCaseSensitive()
149 …XSheetFilterable xFilter = (XSheetFilterable) UnoRuntime.queryInterface(XSheetFilterable.class, xd… in testStandardFilterOptionCaseSensitive()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterChangeCase.java54 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterLowerCaseSetting()
61 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterLowerCaseSetting()
66 … XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterLowerCaseSetting()
76 … XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterLowerCaseSetting()
89 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testCharacterLowerCaseSetting()
90 …XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterLowerCaseSetting()
96 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testCharacterLowerCaseSetting()
97 …XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterLowerCaseSetting()
103 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterUpperCaseSetting()
110 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterUpperCaseSetting()
[all …]
/trunk/test/testuno/source/testlib/uno/
H A DSCUtil.java86 …(XSpreadsheetDocument) UnoRuntime.queryInterface(XSpreadsheetDocument.class, xSpreadsheetComponent… in getSCDocument()
101 … (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, xSpreadsheets.getByName(sheetName)); in getSCSheetByName()
116 (XIndexAccess) UnoRuntime.queryInterface(XIndexAccess.class, xSpreadsheets); in getSCSheetByIndex()
118 … (XSpreadsheet) UnoRuntime.queryInterface(XSpreadsheet.class, xIndexAccess.getByIndex(index)); in getSCSheetByIndex()
136 XIndexAccess xIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( in getSCSheetNameByIndex()
138 XSpreadsheet xSpreadsheet = (XSpreadsheet) UnoRuntime.queryInterface( in getSCSheetNameByIndex()
140 XNamed xsheetname = (XNamed) UnoRuntime.queryInterface(XNamed.class, in getSCSheetNameByIndex()
158 XIndexAccess xIndexAccess = (XIndexAccess) UnoRuntime.queryInterface( in setSCSheetNameByIndex()
160 XSpreadsheet xSpreadsheet = (XSpreadsheet) UnoRuntime.queryInterface( in setSCSheetNameByIndex()
162 XNamed xsheetname = (XNamed) UnoRuntime.queryInterface(XNamed.class, in setSCSheetNameByIndex()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartProperties.java100 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
102 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
117 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart()
134 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in insertDefaultChart2()
152 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testAreaBordersProperties()
160 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testAreaBordersProperties()
178 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testAreaFillProperties()
185 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testAreaFillProperties()
203 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testAreaTransparencyProperties()
211 aDiaProp = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, in testAreaTransparencyProperties()
[all …]
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextDocument.java111 xComponent = UnoRuntime.queryInterface(XComponent.class, xTextDocument); in TextDocument()
126 XFramesSupplier xFrameSupplier = UnoRuntime.queryInterface(XFramesSupplier.class, xDesktop); in TextDocument()
128 xComponent = UnoRuntime.queryInterface(XComponent.class, xFrame.getController().getModel()); in TextDocument()
129 xTextDocument = UnoRuntime.queryInterface(XTextDocument.class, xComponent); in TextDocument()
162 xTextDocument = UnoRuntime.queryInterface(XTextDocument.class, in TextDocument()
165 XLoadable xLoadable = UnoRuntime.queryInterface(XLoadable.class, xTextDocument); in TextDocument()
168 XModule xModule = UnoRuntime.queryInterface(XModule.class, in TextDocument()
174 XComponentLoader xLoader = UnoRuntime.queryInterface(XComponentLoader.class, xDesktop); in TextDocument()
183 xComponent = UnoRuntime.queryInterface(XComponent.class, xTextDocument); in TextDocument()
203 xComponent = UnoRuntime.queryInterface(XComponent.class, _textDocument); in TextDocument()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DSpreadsheetSample.java207 UnoRuntime.queryInterface( com.sun.star.text.XText.class, xCell ); in doCellSamples()
217 … UnoRuntime.queryInterface( com.sun.star.lang.XMultiServiceFactory.class, getDocument() ); in doCellSamples()
220 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, aHyperlinkObj ); in doCellSamples()
225 UnoRuntime.queryInterface( com.sun.star.text.XTextContent.class, aHyperlinkObj ); in doCellSamples()
231 (com.sun.star.container.XEnumerationAccess) UnoRuntime.queryInterface( in doCellSamples()
239 (com.sun.star.container.XEnumerationAccess) UnoRuntime.queryInterface( in doCellSamples()
248 UnoRuntime.queryInterface(com.sun.star.text.XTextRange.class, in doCellSamples()
258 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xCell ); in doCellSamples()
271 UnoRuntime.queryInterface( com.sun.star.sheet.XCellAddressable.class, xCell ); in doCellSamples()
281 (com.sun.star.sheet.XSheetAnnotationsSupplier) UnoRuntime.queryInterface( in doCellSamples()
[all …]
/trunk/main/odk/examples/DevelopersGuide/FirstSteps/
H A DHelloTextTableShape.java109 XTextDocument xTextDocument = (XTextDocument)UnoRuntime.queryInterface( in useWriter()
116 XMultiServiceFactory xWriterFactory = (XMultiServiceFactory)UnoRuntime.queryInterface( in useWriter()
121 XTextContent xTextContentTable = (XTextContent)UnoRuntime.queryInterface( in useWriter()
126 XCellRange xCellRange = (XCellRange)UnoRuntime.queryInterface( in useWriter()
129 XText xCellText = (XText)UnoRuntime.queryInterface(XText.class, xCell); in useWriter()
137 XShape xWriterShape = (XShape)UnoRuntime.queryInterface( in useWriter()
140 XTextContent xTextContentShape = (XTextContent)UnoRuntime.queryInterface( in useWriter()
145 XPropertySet xShapeProps = (XPropertySet)UnoRuntime.queryInterface( in useWriter()
151 XText xShapeText = (XText)UnoRuntime.queryInterface(XText.class, writerShape); in useWriter()
218 (XSpreadsheetDocument)UnoRuntime.queryInterface( in useCalc()
[all …]

12345678910>>...89