| /AOO41X/main/bridges/test/java_uno/equals/ |
| H A D | TestEquals.java | 39 import com.sun.star.uno.UnoRuntime; 87 XTestFrame f = UnoRuntime.queryInterface( in run() 90 XBridgeFactory factory = UnoRuntime.queryInterface( in run() 156 XBase test1Ab = UnoRuntime.queryInterface( in getInstance() 159 UnoRuntime.queryInterface( in getInstance() 162 XBase test2Ab = UnoRuntime.queryInterface( in getInstance() 165 UnoRuntime.queryInterface( in getInstance() 177 UnoRuntime.queryInterface( in getInstance() 184 UnoRuntime.queryInterface( in getInstance() 192 UnoRuntime.queryInterface( in getInstance() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sw/paragraph/ |
| H A D | ParagraphNumberingAndBulletCharacterStyle.java | 40 import com.sun.star.uno.UnoRuntime; 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() [all …]
|
| H A D | ParagraphNumberingAndBullet_Numbering.java | 41 import com.sun.star.uno.UnoRuntime; 68 …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() [all …]
|
| H A D | ParagraphNumberingAndBullet_Graphic_Alignment.java | 41 import com.sun.star.uno.UnoRuntime; 68 …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() [all …]
|
| H A D | ParagraphInsertBreak.java | 36 import com.sun.star.uno.UnoRuntime; 55 …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() [all …]
|
| H A D | ParagraphLineSpacing.java | 37 import com.sun.star.uno.UnoRuntime; 65 …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() [all …]
|
| H A D | ParagraphBackGraphic.java | 36 import com.sun.star.uno.UnoRuntime; 63 …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() [all …]
|
| H A D | ParagraphNumberingAndBulletAlignment.java | 40 import com.sun.star.uno.UnoRuntime; 67 …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() [all …]
|
| H A D | ParagraphShadow.java | 39 import com.sun.star.uno.UnoRuntime; 66 …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() [all …]
|
| H A D | ParagraphTabs.java | 39 import com.sun.star.uno.UnoRuntime; 58 …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() [all …]
|
| H A D | ParagraphTexttoTextAlignment.java | 35 import com.sun.star.uno.UnoRuntime; 62 …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() [all …]
|
| H A D | ParagraphNumberingAndBullet_CharacterBullet.java | 41 import com.sun.star.uno.UnoRuntime; 68 …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() [all …]
|
| H A D | ParagraphAlignment.java | 36 import com.sun.star.uno.UnoRuntime; 63 …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() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sw/table/ |
| H A D | TableInsertBreak.java | 38 import com.sun.star.uno.UnoRuntime; 59 …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() [all …]
|
| H A D | TableBasic.java | 33 import com.sun.star.uno.UnoRuntime; 66 …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() [all …]
|
| H A D | TableVerticalAlignment.java | 33 import com.sun.star.uno.UnoRuntime; 66 …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() [all …]
|
| /AOO41X/main/bridges/test/com/sun/star/lib/uno/bridges/java_remote/ |
| H A D | Bug107753_Test.java | 30 import com.sun.star.uno.UnoRuntime; 64 XTransport transport = UnoRuntime.queryInterface( in run() 68 XType1 obj1b = UnoRuntime.queryInterface(XType1.class, obj1a); in run() 72 XType2 obj2b = UnoRuntime.queryInterface(XType2.class, obj2a); in run() 76 XType1 obj3b = UnoRuntime.queryInterface(XType1.class, obj3a); in run() 84 XType2 obj4b = UnoRuntime.queryInterface(XType2.class, obj4a); in run() 92 UnoRuntime.areSame(null, null)); in run() 94 !UnoRuntime.areSame(null, obj1a)); in run() 96 !UnoRuntime.areSame(null, obj1b)); in run() 98 !UnoRuntime.areSame(null, obj2a)); in run() [all …]
|
| /AOO41X/main/odk/examples/DevelopersGuide/Text/ |
| H A D | TextDocuments.java | 107 import com.sun.star.uno.UnoRuntime; 204 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() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sc/data/ |
| H A D | StandardFilterOption.java | 47 import com.sun.star.uno.UnoRuntime; 88 …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() [all …]
|
| /AOO41X/main/odk/examples/DevelopersGuide/GUI/ |
| H A D | UnoDialogSample.java | 82 import com.sun.star.uno.UnoRuntime; 131 …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() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sw/puretext/ |
| H A D | CharacterChangeCase.java | 36 import com.sun.star.uno.UnoRuntime; 54 …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() [all …]
|
| /AOO41X/test/testuno/source/testlib/uno/ |
| H A D | SCUtil.java | 60 import com.sun.star.uno.UnoRuntime; 86 …(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() [all …]
|
| /AOO41X/test/testuno/source/fvt/uno/sd/chart/ |
| H A D | ChartProperties.java | 60 import com.sun.star.uno.UnoRuntime; 100 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() [all …]
|
| /AOO41X/main/ridljar/test/com/sun/star/uno/ |
| H A D | UnoRuntime_Test.java | 42 assure("Test1", UnoRuntime.generateOid(new Test1()) != null); in test_generateOid() 46 assure("Test2", UnoRuntime.generateOid(new Test2()) != null); in test_generateOid() 50 Ifc ifc = UnoRuntime.queryInterface(Ifc.class, test4); in test_generateOid() 53 UnoRuntime.generateOid(test4).equals(UnoRuntime.generateOid(ifc))); in test_generateOid() 60 UnoRuntime.queryInterface(Ifc.class, new Test1()) == null); in test_queryInterface() 66 UnoRuntime.queryInterface(Ifc.class, new Test2()) != null); in test_queryInterface() 72 UnoRuntime.queryInterface(Ifc.class, new Test3()) != null); in test_queryInterface() 77 UnoRuntime.areSame( in test_areSame() 81 !UnoRuntime.areSame( in test_areSame() 83 assure(!UnoRuntime.areSame(new int[] { 1 }, new int[] { 1, 2 })); in test_areSame() [all …]
|
| /AOO41X/main/wizards/com/sun/star/wizards/text/ |
| H A D | TextDocument.java | 63 import com.sun.star.uno.UnoRuntime; 111 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() [all …]
|