Home
last modified time | relevance | path

Searched refs:oInt (Results 26 – 41 of 41) sorted by relevance

12

/aoo42x/main/qadevOOo/tests/java/mod/_xmloff/Draw/
H A DXMLContentImporter.java119 Object oInt = null ; in createTestEnvironment() local
128 oInt = xMSF.createInstance in createTestEnvironment()
136 oObj = (XInterface) oInt ; in createTestEnvironment()
H A DXMLImporter.java119 Object oInt = null ; in createTestEnvironment() local
128 oInt = xMSF.createInstance("com.sun.star.comp.Draw.XMLImporter") ; in createTestEnvironment()
135 oObj = (XInterface) oInt ; in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_xmloff/Impress/
H A DXMLStylesImporter.java119 Object oInt = null ; in createTestEnvironment() local
129 oInt = xMSF.createInstance in createTestEnvironment()
137 oObj = (XInterface) oInt ; in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_sc/
H A DScStyleObj.java165 XInterface oInt = null; in createTestEnvironment() local
167 oInt = (XInterface) in createTestEnvironment()
173 XStyle oMyStyle = (XStyle)UnoRuntime.queryInterface(XStyle.class, oInt); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_sw/
H A DSwXFrames.java107 Object oInt = oDocMSF.createInstance("com.sun.star.text.TextFrame"); in createTestEnvironment() local
109 UnoRuntime.queryInterface( XTextFrame.class, oInt ); in createTestEnvironment()
H A DCharacterStyle.java134 XInterface oInt = (XInterface) in createTestEnvironment() local
136 oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); in createTestEnvironment()
H A DConditionalParagraphStyle.java125 XInterface oInt = (XInterface) in createTestEnvironment() local
127 oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); in createTestEnvironment()
H A DParagraphStyle.java119 XInterface oInt = (XInterface) in createTestEnvironment() local
121 oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); in createTestEnvironment()
H A DPageStyle.java120 XInterface oInt = (XInterface) in createTestEnvironment() local
123 oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); in createTestEnvironment()
H A DSwXStyle.java156 XInterface oInt = (XInterface) in createTestEnvironment() local
158 oMyStyle = (XStyle) UnoRuntime.queryInterface(XStyle.class, oInt); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_forms/
H A DOFileControlModel.java167 Object oInt = oDocMSF.createInstance( in createTestEnvironment() local
174 XControlShape.class, oInt); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_svx/
H A DSvxShapeConnector.java138 Object oInt = oDocMSF.createInstance in createTestEnvironment() local
141 oShape = (XShape)UnoRuntime.queryInterface( XShape.class, oInt ); in createTestEnvironment()
/aoo42x/main/qadevOOo/tests/java/mod/_sch/
H A DChXDiagram.java347 XInterface oInt = oEOS.getEmbeddedObject(); in createTestEnvironment() local
349 UnoRuntime.queryInterface(XChartDocument.class,oInt); in createTestEnvironment()
/aoo42x/main/odk/examples/java/Spreadsheet/
H A DSCalc.java300 XInterface oInt = oEOS.getEmbeddedObject(); in main() local
302 XChartDocument.class,oInt); in main()
/aoo42x/main/qadevOOo/tests/java/mod/_dbaccess/
H A DSbaXGridControl.java454 Object oInt = oDocMSF.createInstance( in createGrid() local
465 XControlShape.class, oInt); in createGrid()
/aoo42x/main/qadevOOo/tests/java/ifc/text/
H A D_XFootnote.java48 XInterface oInt = null; field in _XFootnote

Completed in 45 milliseconds

12