Home
last modified time | relevance | path

Searched refs:queryInterface (Results 226 – 250 of 2342) sorted by relevance

12345678910>>...94

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_svx/
H A DSvxGraphCtrlAccessibleContext.java85 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in createTestEnvironment()
97 UnoRuntime.queryInterface(XPropertySet.class, oShape); in createTestEnvironment()
120 UnoRuntime.queryInterface( XDispatchProvider.class, xController ); in createTestEnvironment()
122 UnoRuntime.queryInterface(XURLTransformer.class, in createTestEnvironment()
149 UnoRuntime.queryInterface(XExtendedToolkit.class,oObj); in createTestEnvironment()
155 UnoRuntime.queryInterface(XWindow.class,tk.getActiveTopWindow()); in createTestEnvironment()
169 UnoRuntime.queryInterface(XSelectionSupplier.class,xController); in createTestEnvironment()
195 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in cleanup()
203 UnoRuntime.queryInterface( XDispatchProvider.class, xController ); in cleanup()
205 UnoRuntime.queryInterface(XURLTransformer.class, in cleanup()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_toolkit/
H A DAccessibleRadioButton.java101 the_Desk = (XDesktop) UnoRuntime.queryInterface(XDesktop.class, in initialize()
177 XModel aModel1 = (XModel) UnoRuntime.queryInterface(XModel.class, in createTestEnvironment()
182 XDispatchProvider aProv = (XDispatchProvider) UnoRuntime.queryInterface( in createTestEnvironment()
191 urlTransf = (XURLTransformer) UnoRuntime.queryInterface( in createTestEnvironment()
223 XExtendedToolkit tk = (XExtendedToolkit) UnoRuntime.queryInterface( in createTestEnvironment()
230 XWindow xWindow = (XWindow) UnoRuntime.queryInterface(XWindow.class, in createTestEnvironment()
239 XAccessibleSelection sel = (XAccessibleSelection) UnoRuntime.queryInterface( in createTestEnvironment()
265 accCloseButton = (XAccessibleAction) UnoRuntime.queryInterface( in createTestEnvironment()
277 final XAccessibleComponent acomp = (XAccessibleComponent) UnoRuntime.queryInterface( in createTestEnvironment()
293 XAccessibleValue anotherButtonValue = (XAccessibleValue) UnoRuntime.queryInterface( in createTestEnvironment()
/trunk/main/desktop/test/deployment/options/handler/com/sun/star/comp/extensionoptions/
H A DOptionsEventHandler.java93 xConfig = (XMultiServiceFactory) UnoRuntime.queryInterface( in _OptionsEventHandler()
113 m_xAccessLeaves = (XNameAccess) UnoRuntime.queryInterface( in _OptionsEventHandler()
209 XControlContainer xContainer = (XControlContainer) UnoRuntime.queryInterface( in saveData()
233 XPropertySet xProp = (XPropertySet) UnoRuntime.queryInterface( in saveData()
259 XPropertySet xLeaf = (XPropertySet) UnoRuntime.queryInterface( in saveData()
271 (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class, m_xAccessLeaves); in saveData()
288 XControlContainer xContainer = (XControlContainer) UnoRuntime.queryInterface( in loadData()
304 XPropertySet xLeaf = (XPropertySet) UnoRuntime.queryInterface( in loadData()
328 XPropertySet xProp = (XPropertySet) UnoRuntime.queryInterface( in loadData()
353 XControl xControlDlg = (XControl) UnoRuntime.queryInterface( in getWindowName()
[all …]
/trunk/main/sfx2/qa/complex/sfx2/
H A DDocumentInfo.java87 …XDocumentInfoSupplier xDocInfoSup = UnoRuntime.queryInterface(XDocumentInfoSupplier.class, xTextDo… in checkDocInfo()
89 … XPropertyContainer xPropContainer = UnoRuntime.queryInterface(XPropertyContainer.class, xDocInfo); in checkDocInfo()
130 XPropertySet xProps2 = UnoRuntime.queryInterface(XPropertySet.class, xPropContainer); in checkDocInfo()
137 XStorable store = UnoRuntime.queryInterface(XStorable.class, xTextDoc); in checkDocInfo()
156 …XComponentLoader xCL = UnoRuntime.queryInterface(XComponentLoader.class, m_xMSF.createInstance("co… in checkDocInfo()
158 xTextDocSecond = UnoRuntime.queryInterface(XTextDocument.class, xComp); in checkDocInfo()
167 …XDocumentInfoSupplier xDocInfoSup = UnoRuntime.queryInterface(XDocumentInfoSupplier.class, xTextDo… in checkDocInfo()
169 … XPropertyContainer xPropContainer = UnoRuntime.queryInterface(XPropertyContainer.class, xDocInfo); in checkDocInfo()
171 XPropertySet xProps = UnoRuntime.queryInterface(XPropertySet.class, xDocInfo); in checkDocInfo()
183 xPropContainer = UnoRuntime.queryInterface(XPropertyContainer.class, xDocInfo); in checkDocInfo()
[all …]
/trunk/main/wizards/com/sun/star/wizards/letter/
H A DLetterDocument.java59 return UnoRuntime.queryInterface(XWindowPeer.class, xTextDocument); in getWindowPeer()
90 …XStyleFamiliesSupplier xStyleFamiliesSupplier = UnoRuntime.queryInterface(XStyleFamiliesSupplier.c… in switchFooter()
95 …xPageStyleCollection = UnoRuntime.queryInterface(com.sun.star.container.XNameContainer.class, xNam… in switchFooter()
98 …XStyle xPageStyle = UnoRuntime.queryInterface(XStyle.class, xPageStyleCollection.getByName(sPageSt… in switchFooter()
103 …xFooterText = UnoRuntime.queryInterface(XText.class, Helper.getUnoPropertyValue(xPageStyle, "Foote… in switchFooter()
111 … XPropertySet xCursorPSet = UnoRuntime.queryInterface(XPropertySet.class, myCursor); in switchFooter()
113 …XTextField xPageNumberField = UnoRuntime.queryInterface(XTextField.class, xMSFDoc.createInstance("… in switchFooter()
114 … XPropertySet xPSet = UnoRuntime.queryInterface(XPropertySet.class, xPageNumberField); in switchFooter()
256 …xFrame = UnoRuntime.queryInterface(XTextFrame.class, xMSFDoc.createInstance("com.sun.star.text.Tex… in BusinessPaperObject()
257 xShape = UnoRuntime.queryInterface(XShape.class, xFrame); in BusinessPaperObject()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java161 XModel xModel = UnoRuntime.queryInterface( XModel.class, _aDoc); in getDocumentType()
201 XDesktop aDesktop = UnoRuntime.queryInterface(XDesktop.class, oDsk); in loadFromURL()
300 UnoRuntime.queryInterface( in exportToPDF()
316 UnoRuntime.queryInterface( in exportToPDF()
545 XPrintable aPrintable = UnoRuntime.queryInterface( XPrintable.class, _aDoc); in impl_printToFileWithOOo()
912 aTypeDetection = UnoRuntime.queryInterface(XTypeDetection.class, oObj); in showType()
954 XNameAccess aNameAccess = UnoRuntime.queryInterface(XNameAccess.class, aObj); in getInternalFilterName()
1045 XNameAccess aNameAccess = UnoRuntime.queryInterface(XNameAccess.class, aObj); in getServiceNameFromFilterName()
1113 aTypeDetection = UnoRuntime.queryInterface(XTypeDetection.class, oObj); in getFileExtension()
1221 XServiceInfo xServiceInfo = UnoRuntime.queryInterface( XServiceInfo.class, aDoc ); in convertDocument()
[all …]
/trunk/main/extensions/test/stm/
H A Ddatatest.cxx74 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
106 BOOL ODataStreamTest::queryInterface( Uik uik , XInterfaceRef &rOut ) in queryInterface() function in ODataStreamTest
112 return OWeakObject::queryInterface( uik , rOut ); in queryInterface()
186 x->queryInterface( XDataInputStream::getSmartUik() , rInput ); in test()
187 x->queryInterface( XActiveDataSink::getSmartUik() , rSink ); in test()
192 x->queryInterface( XDataOutputStream::getSmartUik() , rOutput ); in test()
390 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
578 return OWeakObject::queryInterface( aUik , rOut ); in queryInterface()
649 BOOL queryInterface( Uik aUik, XInterfaceRef & rOut );
678 return ODataStreamTest::queryInterface( uik , rOut ); in queryInterface()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DDocumentViewHelper.java79 return UnoRuntime.queryInterface( aInterfaceClass, m_controller ); in get()
98 XDispatchProvider xProvider = (XDispatchProvider)UnoRuntime.queryInterface( in getDispatcher()
103 XURLTransformer xTransformer = (XURLTransformer)UnoRuntime.queryInterface( in getDispatcher()
128 … return formLayer.getFormController( (XForm)UnoRuntime.queryInterface( XForm.class, _form ) ); in getFormController()
149 … XControlModel xModel = (XControlModel)UnoRuntime.queryInterface( XControlModel.class, aModel ); in getFormControl()
156 … XControlModel xModel = (XControlModel)UnoRuntime.queryInterface( XControlModel.class, aModel ); in getFormControl()
157 return UnoRuntime.queryInterface( aInterfaceClass, getFormControl( xModel ) ); in getFormControl()
187 XWindow xControlWindow = (XWindow)UnoRuntime.queryInterface( XWindow.class, in grabControlFocus()
210 XControlModel xControlModel = (XControlModel)UnoRuntime.queryInterface( in grabControlFocus()
H A DHsqlDatabase.java78 XNameAccess dbContext = (XNameAccess)UnoRuntime.queryInterface( XNameAccess.class, in createDBDocument()
80 …XDocumentDataSource dataSource = (XDocumentDataSource)UnoRuntime.queryInterface( XDocumentDataSour… in createDBDocument()
94 m_databaseDocument = (XOfficeDatabaseDocument)UnoRuntime.queryInterface( in createDBDocument()
98 …XPropertySet dsProperties = (XPropertySet)UnoRuntime.queryInterface( XPropertySet.class, m_databas… in createDBDocument()
101 … XStorable storable = (XStorable)UnoRuntime.queryInterface( XStorable.class, m_databaseDocument ); in createDBDocument()
133 XStorable storeDoc = (XStorable)UnoRuntime.queryInterface( XStorable.class, in store()
147 XCloseable closeConn = (XCloseable)UnoRuntime.queryInterface( XCloseable.class, in close()
162 … com.sun.star.util.XCloseable closeDoc = (com.sun.star.util.XCloseable)UnoRuntime.queryInterface( in close()
215 return (XModel)UnoRuntime.queryInterface( XModel.class, m_databaseDocument ); in getModel()
H A DFLTools.java56 XURLTransformer xTransformer = (XURLTransformer)UnoRuntime.queryInterface( in parseURL()
70 XNamed xNamed = (XNamed)UnoRuntime.queryInterface( XNamed.class, in getName()
122 XInterface xElement = (XInterface)UnoRuntime.queryInterface( in getIndexInParent()
134 XInterface xCurrent = (XInterface)UnoRuntime.queryInterface( in getIndexInParent()
153 XChild xAsChild = (XChild)UnoRuntime.queryInterface( XChild.class, aComponent ); in getParent()
155 return UnoRuntime.queryInterface( aInterfaceClass, xAsChild.getParent() ); in getParent()
171 XComponent xComponent = (XComponent)UnoRuntime.queryInterface( XComponent.class, in disposeComponent()
182 XControl xControl = (XControl)UnoRuntime.queryInterface( in getModel()
188 return UnoRuntime.queryInterface( aInterfaceClass, xModel ); in getModel()
H A DKeyGenerator.java56 XConnection xFormConn = (XConnection)UnoRuntime.queryInterface( XConnection.class, in extractTableName()
60 (XSQLQueryComposerFactory)UnoRuntime.queryInterface( in extractTableName()
68 XTablesSupplier xSuppTables = (XTablesSupplier)UnoRuntime.queryInterface( in extractTableName()
118 XConnection xConn = (XConnection)UnoRuntime.queryInterface( in generatePrimaryKey()
133 XRow xRow = (XRow)UnoRuntime.queryInterface( XRow.class, xResults ); in generatePrimaryKey()
157 XColumnsSupplier xSuppCols = (XColumnsSupplier)UnoRuntime.queryInterface( in insertPrimaryKey()
160 XColumnUpdate xCol = (XColumnUpdate)UnoRuntime.queryInterface( in insertPrimaryKey()
196 XIndexAccess xFormAsContainer = (XIndexAccess)UnoRuntime.queryInterface( in defaultNewRecordFocus()
382 XRowSetApproveBroadcaster xFormBroadcaster = (XRowSetApproveBroadcaster)UnoRuntime.queryInterface( in stopGenerator()
397 XRowSetApproveBroadcaster xFormBroadcaster = (XRowSetApproveBroadcaster)UnoRuntime.queryInterface( in activateKeyGenerator()
/trunk/main/ridljar/test/com/sun/star/uno/
H A DUnoRuntime_Test.java43 Ifc ifc = UnoRuntime.queryInterface(Ifc.class, test4); in test_generateOid()
54 UnoRuntime.queryInterface(Ifc.class, new Test1()) == null); in test_queryInterface()
60 UnoRuntime.queryInterface(Ifc.class, new Test2()) != null); in test_queryInterface()
66 UnoRuntime.queryInterface(Ifc.class, new Test3()) != null); in test_queryInterface()
96 UnoRuntime.queryInterface(Ifc.class, test2), test2)); in test_areSame()
143 public Object queryInterface(Type type) { in queryInterface() method in UnoRuntime_Test.Test2
163 public Object queryInterface(Type type) { in queryInterface() method in UnoRuntime_Test.Test4
176 public Object queryInterface(Type type) { in queryInterface() method in UnoRuntime_Test.Test4.T4
177 return Test4.this.queryInterface(type); in queryInterface()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DSdUnoOutlineView.java91 UnoRuntime.queryInterface( in initialize()
151 UnoRuntime.queryInterface(XDrawPagesSupplier.class, xImpressDoc); in createTestEnvironment()
154 UnoRuntime.queryInterface(XIndexAccess.class,the_pages); in createTestEnvironment()
157 UnoRuntime.queryInterface(XModel.class, xImpressDoc); in createTestEnvironment()
165 UnoRuntime.queryInterface( XDispatchProvider.class, oObj ); in createTestEnvironment()
167 UnoRuntime.queryInterface(XURLTransformer.class, in createTestEnvironment()
192 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
194 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment()
216 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
/trunk/main/forms/qa/integration/forms/
H A DDocumentViewHelper.java83 return UnoRuntime.queryInterface( aInterfaceClass, m_controller ); in query()
102 XDispatchProvider xProvider = (XDispatchProvider)UnoRuntime.queryInterface( in getDispatcher()
107 XURLTransformer xTransformer = (XURLTransformer)UnoRuntime.queryInterface( in getDispatcher()
163 … XControlModel xModel = (XControlModel)UnoRuntime.queryInterface( XControlModel.class, aModel ); in getControl()
170 … XControlModel xModel = (XControlModel)UnoRuntime.queryInterface( XControlModel.class, aModel ); in getControl()
171 return UnoRuntime.queryInterface( aInterfaceClass, getControl( xModel ) ); in getControl()
188 return getFormController( UnoRuntime.queryInterface( XForm.class, _form )); in getFormController()
214 XWindow xControlWindow = (XWindow)UnoRuntime.queryInterface( XWindow.class, in grabControlFocus()
237 XControlModel xControlModel = (XControlModel)UnoRuntime.queryInterface( in grabControlFocus()
/trunk/main/odk/examples/DevelopersGuide/Spreadsheet/
H A DViewSample.java65 UnoRuntime.queryInterface( com.sun.star.frame.XModel.class, xDoc); in doSampleFunction()
71 UnoRuntime.queryInterface( com.sun.star.sheet.XViewFreezable.class, xController ); in doSampleFunction()
79 UnoRuntime.queryInterface( com.sun.star.container.XIndexAccess.class, xController ); in doSampleFunction()
82 UnoRuntime.queryInterface( com.sun.star.sheet.XCellRangeReferrer.class, aPane ); in doSampleFunction()
85 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xRange ); in doSampleFunction()
92 UnoRuntime.queryInterface( com.sun.star.beans.XPropertySet.class, xController ); in doSampleFunction()
99 UnoRuntime.queryInterface( com.sun.star.sheet.XRangeSelection.class, xController ); in doSampleFunction()
118 … UnoRuntime.queryInterface( com.sun.star.view.XSelectionSupplier.class, xController ); in doSampleFunction()
120 UnoRuntime.queryInterface( com.sun.star.sheet.XSpreadsheetView.class, xController ); in doSampleFunction()
/trunk/main/jurt/demo/com/sun/star/demo/
H A DTestOffice.java72 XInputStream rIn = UnoRuntime.queryInterface(XInputStream.class, rOut); in testPipe()
86 XTextDocument rTextDoc = UnoRuntime.queryInterface(XTextDocument.class, rCmp); in testWriter()
88 XText rText = UnoRuntime.queryInterface(XText.class, rTextDoc.getText()); in testWriter()
89 XTextCursor rCursor = UnoRuntime.queryInterface(XTextCursor.class, rText.createTextCursor()); in testWriter()
90 XTextRange rRange = UnoRuntime.queryInterface(XTextRange.class, rCursor); in testWriter()
108 …XComponentLoader rLoader = UnoRuntime.queryInterface(XComponentLoader.class, rSmgr.createInstance(… in testDocument()
144 XNamingService rName = UnoRuntime.queryInterface(XNamingService.class, r); in doSomething()
150 XMultiServiceFactory rSmgr = UnoRuntime.queryInterface(XMultiServiceFactory.class, rXsmgr); in doSomething()
179 …XUnoUrlResolver resolver_xUnoUrlResolver = UnoRuntime.queryInterface(XUnoUrlResolver.class, resolv… in main()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/sheet/
H A D_XNamedRanges.java141 queryInterface(XTextRange.class, cell); in _addNewFromTitles()
146 queryInterface(XTextRange.class, cell); in _addNewFromTitles()
154 queryInterface(XTextRange.class, cell); in _addNewFromTitles()
168 queryInterface(XCellRangeReferrer.class,range); in _addNewFromTitles()
172 UnoRuntime.queryInterface(XCellRangeAddressable.class, CR); in _addNewFromTitles()
189 queryInterface(XCellRangeReferrer.class,range); in _addNewFromTitles()
193 UnoRuntime.queryInterface(XCellRangeAddressable.class, CR); in _addNewFromTitles()
230 queryInterface(XIndexAccess.class, oObj); in _outputList()
240 UnoRuntime.queryInterface(XTextRange.class, cell); in _outputList()
267 queryInterface(XIndexAccess.class, oObj); in _removeByName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScStyleObj.java96 UnoRuntime.queryInterface(XComponent.class, xSpreadsheetDoc); in cleanup()
132 UnoRuntime.queryInterface( in createTestEnvironment()
136 UnoRuntime.queryInterface(XIndexAccess.class, oStyleFamilies); in createTestEnvironment()
145 UnoRuntime.queryInterface(XIndexAccess.class, in createTestEnvironment()
162 UnoRuntime.queryInterface( in createTestEnvironment()
173 XStyle oMyStyle = (XStyle)UnoRuntime.queryInterface(XStyle.class, oInt); in createTestEnvironment()
176 queryInterface(XNameContainer.class, oStyleFamilyNameAccess); in createTestEnvironment()
203 UnoRuntime.queryInterface(XIndexAccess.class, oSheets); in createTestEnvironment()
223 UnoRuntime.queryInterface(XPropertySet.class, aCell); in createTestEnvironment()
247 ((XPropertySet) UnoRuntime.queryInterface in createTestEnvironment()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sw/
H A DSwXTextView.java152 first = (XTextFrame)UnoRuntime.queryInterface in createTestEnvironment()
157 second = (XTextFrame)UnoRuntime.queryInterface in createTestEnvironment()
172 XSearchable oSearch = (XSearchable)UnoRuntime.queryInterface in createTestEnvironment()
186 UnoRuntime.queryInterface(XServiceInfo.class, o1); in createTestEnvironment()
188 UnoRuntime.queryInterface(XServiceInfo.class, o2); in createTestEnvironment()
197 UnoRuntime.queryInterface(XIndexAccess.class, o1); in createTestEnvironment()
199 UnoRuntime.queryInterface(XIndexAccess.class, o2); in createTestEnvironment()
208 UnoRuntime.queryInterface(XText.class, o1); in createTestEnvironment()
210 UnoRuntime.queryInterface(XText.class, o2); in createTestEnvironment()
223 UnoRuntime.queryInterface(XSelectionSupplier.class,xContr); in createTestEnvironment()
/trunk/main/udkapi/com/sun/star/uno/
H A DXInterface.idl59 The queryInterface() method is the entry point to obtain other interfaces which
65 There are certain specifications, a queryInterface() implementation must not violate.
67 1) If queryInterface on a specific object has once returned a valid interface reference
68 for a given type, it must return a valid reference for any successive queryInterface
71 2) If queryInterface on a specific object has once returned a null reference
74 3) If queryInterface on a reference A returns reference B, queryInterface on
78 4) If queryInterface on a reference A returns reference B, queryInterface on
82 may choose to cache queryInterface() calls.
93 any queryInterface( [in] type aType );
/trunk/main/cppuhelper/source/
H A Dweak.cxx67 Any SAL_CALL queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeException);
94 Any SAL_CALL OWeakConnectionPoint::queryInterface( const Type & rType ) in queryInterface() function in cppu::OWeakConnectionPoint
97 return ::cppu::queryInterface( in queryInterface()
193 Any SAL_CALL OWeakObject::queryInterface( const Type & rType ) throw(::com::sun::star::uno::Runtime… in queryInterface() function in cppu::OWeakObject
195 return ::cppu::queryInterface( in queryInterface()
288 Any OWeakAggObject::queryInterface( const Type & rType ) throw(::com::sun::star::uno::RuntimeExcept… in queryInterface() function in cppu::OWeakAggObject
291 return (x.is() ? x->queryInterface( rType ) : queryAggregation( rType )); in queryInterface()
307 return ::cppu::queryInterface( in queryAggregation()
347 Any SAL_CALL queryInterface( const Type & rType ) throw(RuntimeException);
415 Any SAL_CALL OWeakRefListener::queryInterface( const Type & rType ) throw(RuntimeException) in queryInterface() function in com::sun::star::uno::OWeakRefListener
[all …]
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameHyperlink.java65 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testFrameHyperlink()
69 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testFrameHyperlink()
71 …XTextFrame xTextFrame = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cre… in testFrameHyperlink()
73 …XPropertySet xTextFrameProps = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFr… in testFrameHyperlink()
79 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class,SWUt… in testFrameHyperlink()
80 …XTextFramesSupplier xTFS_odt = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testFrameHyperlink()
82 …XTextFrame xTextFrame_Assert=(XTextFrame) UnoRuntime.queryInterface(XTextFrame.class, xTextFrames_… in testFrameHyperlink()
83 …XPropertySet xTextFrameProps_assert = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class,… in testFrameHyperlink()
/trunk/test/testuno/source/fvt/uno/sw/paragraph/
H A DParagraphBackColor.java62 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testParagraphBackColorSetting()
68 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testParagraphBackColorSetting()
72 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphBackColorSetting()
82 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testParagraphBackColorSetting()
94 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphBackColorSetting()
95 …XPropertySet xCursorProps_Assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphBackColorSetting()
100 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testParagraphBackColorSetting()
101 …XPropertySet xCursorProps_Assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testParagraphBackColorSetting()
/trunk/test/testuno/source/fvt/uno/sw/puretext/
H A DCharacterBackColor.java54 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterBackColorSetting()
60 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterBackColorSetting()
65 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterBackColorSetting()
75 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterBackColorSetting()
87 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testCharacterBackColorSetting()
88 …XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterBackColorSetting()
93 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testCharacterBackColorSetting()
94 …XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterBackColorSetting()
H A DCharacterBlink.java62 …XTextDocument xTextDocument = (XTextDocument) UnoRuntime.queryInterface(XTextDocument.class, app.n… in testCharacterBlinkSetting()
68 …XPropertySet xCursorProps = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xTextCurs… in testCharacterBlinkSetting()
73 XStorable xStorable_odt = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterBlinkSetting()
83 XStorable xStorable_doc = (XStorable) UnoRuntime.queryInterface(XStorable.class, xTextDocument); in testCharacterBlinkSetting()
95 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testCharacterBlinkSetting()
96 …XPropertySet xCursorProps_assert_odt = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterBlinkSetting()
101 …XTextDocument assertDocument_doc=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app… in testCharacterBlinkSetting()
102 …XPropertySet xCursorProps_assert_doc = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class… in testCharacterBlinkSetting()

Completed in 109 milliseconds

12345678910>>...94