Home
last modified time | relevance | path

Searched refs:queryInterface (Results 151 – 175 of 2338) sorted by relevance

12345678910>>...94

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sd/
H A DDrawController_OutlineView.java98 UnoRuntime.queryInterface( in initialize()
177 UnoRuntime.queryInterface(XIndexAccess.class,the_pages); in createTestEnvironment()
197 UnoRuntime.queryInterface(XShapes.class, oDrawPage); in createTestEnvironment()
220 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in createTestEnvironment()
228 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
230 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment()
253 UnoRuntime.queryInterface(XShapes.class, oShapeCol1); in createTestEnvironment()
255 UnoRuntime.queryInterface(XShapes.class, oShapeCol2); in createTestEnvironment()
266 UnoRuntime.queryInterface(XIndexAccess.class, o1); in createTestEnvironment()
292 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
[all …]
H A DDrawController_PresentationView.java98 UnoRuntime.queryInterface( in initialize()
177 UnoRuntime.queryInterface(XIndexAccess.class,the_pages); in createTestEnvironment()
197 UnoRuntime.queryInterface(XShapes.class, oDrawPage); in createTestEnvironment()
220 UnoRuntime.queryInterface(XModel.class, xDrawDoc); in createTestEnvironment()
228 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
230 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment()
253 UnoRuntime.queryInterface(XShapes.class, oShapeCol1); in createTestEnvironment()
255 UnoRuntime.queryInterface(XShapes.class, oShapeCol2); in createTestEnvironment()
266 UnoRuntime.queryInterface(XIndexAccess.class, o1); in createTestEnvironment()
292 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
[all …]
H A DSdUnoPresView.java95 UnoRuntime.queryInterface( in initialize()
168 UnoRuntime.queryInterface(XDrawPagesSupplier.class, xImpressDoc); in createTestEnvironment()
171 UnoRuntime.queryInterface(XIndexAccess.class,the_pages); in createTestEnvironment()
198 UnoRuntime.queryInterface(XShapes.class, oDrawPage); in createTestEnvironment()
204 UnoRuntime.queryInterface(XShapes.class, secondDrawPage); in createTestEnvironment()
210 UnoRuntime.queryInterface(XModel.class, xImpressDoc); in createTestEnvironment()
215 UnoRuntime.queryInterface(XModel.class, xSecondDrawDoc); in createTestEnvironment()
217 XWindow anotherWindow = (XWindow) UnoRuntime.queryInterface( in createTestEnvironment()
233 UnoRuntime.queryInterface(XIndexAccess.class, o1); in createTestEnvironment()
235 UnoRuntime.queryInterface(XIndexAccess.class, o2); in createTestEnvironment()
[all …]
/trunk/test/testuno/source/fvt/uno/sw/frame/
H A DFrameBorder.java61 …xTextDocument =(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, app.newDocument("swri… in testInsertFrame()
65 …xWriterFactory =(XMultiServiceFactory)UnoRuntime.queryInterface(XMultiServiceFactory.class, xTextD… in testInsertFrame()
67 …XTextFrame xTextFrame = (XTextFrame)UnoRuntime.queryInterface(XTextFrame.class, xWriterFactory.cre… in testInsertFrame()
69 …XPropertySet xTextFramerops = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextFra… in testInsertFrame()
93 …XTextDocument assertDocument_odt=(XTextDocument)UnoRuntime.queryInterface(XTextDocument.class, SWU… in testInsertFrame()
94 …XTextFramesSupplier xTFS_odt = (XTextFramesSupplier) UnoRuntime.queryInterface(XTextFramesSupplier… in testInsertFrame()
96 …XPropertySet xFrameProps_Assert_odt = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, … in testInsertFrame()
97 …BorderLine LeftBorder_Assert_odt=(BorderLine) UnoRuntime.queryInterface(BorderLine.class, xFramePr… in testInsertFrame()
102 …BorderLine RightBorder_Assert_odt=(BorderLine) UnoRuntime.queryInterface(BorderLine.class, xFrameP… in testInsertFrame()
107 …BorderLine TopBorder_Assert_odt=(BorderLine) UnoRuntime.queryInterface(BorderLine.class, xFramePro… in testInsertFrame()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/chart/
H A DChartTypes.java92 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertAreaChart()
116 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertBubbleChart()
139 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertBarChart()
161 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertConeChart()
168 XPropertySet aDiaProp = (XPropertySet) UnoRuntime.queryInterface( in testInsertConeChart()
195 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testInsertLineChart()
239 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
241 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
261 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()
284 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/trunk/main/comphelper/inc/comphelper/
H A Duno3.hxx59 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
60 { return baseclass::queryInterface(_rType); } \
130 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface(const ::com::sun::star::uno::Type& _rTy…
131 { return baseclass::queryInterface(_rType); } \
155 …virtual ::com::sun::star::uno::Any SAL_CALL queryInterface( const ::com::sun::star::uno::Type& aTy…
167 ::com::sun::star::uno::Any aReturn = refcountbase::queryInterface( _rType ); \
169 aReturn = baseclass2::queryInterface( _rType ); \
177 ::com::sun::star::uno::Any aReturn = refcountbase::queryInterface( _rType ); \
180 aReturn = baseclass2::queryInterface( _rType ); \
182 aReturn = baseclass3::queryInterface( _rType ); \
[all …]
/trunk/main/toolkit/test/accessibility/
H A DInformationWriter.java119 XShape xShape = (XShape) UnoRuntime.queryInterface( in showShapes()
123 (XShapeDescriptor) UnoRuntime.queryInterface( in showShapes()
129 (XPropertySet) UnoRuntime.queryInterface( in showShapes()
183 XServiceName xSN = (XServiceName) UnoRuntime.queryInterface ( in showInfo()
194 XServiceInfo xSI = (XServiceInfo) UnoRuntime.queryInterface ( in showInfo()
222 XTypeProvider xTP = (XTypeProvider) UnoRuntime.queryInterface ( in showInterfaces()
258 = (XAccessibleContext) UnoRuntime.queryInterface ( in showAccessibility()
263 = (XAccessible) UnoRuntime.queryInterface ( in showAccessibility()
318 (XIndexAccess) UnoRuntime.queryInterface ( in showAccessibility()
358 (XAccessibleComponent) UnoRuntime.queryInterface ( in showAccessibleComponent()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_sc/
H A DScDataPilotFieldGroupsObj.java94 XComponent oComp = (XComponent) UnoRuntime.queryInterface ( in cleanup()
129 XIndexAccess oIndexAccess = (XIndexAccess) UnoRuntime.queryInterface ( in createTestEnvironment()
220 XDataPilotTablesSupplier DPTS = (XDataPilotTablesSupplier) UnoRuntime.queryInterface ( in createTestEnvironment()
232 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
237 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
244 fieldPropSet = (XPropertySet) UnoRuntime.queryInterface ( in createTestEnvironment()
283 …XIndexAccess xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotT… in createTestEnvironment()
316 … xIA = (XIndexAccess) UnoRuntime.queryInterface (XIndexAccess.class,DPTS.getDataPilotTables ()); in createTestEnvironment()
336 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, IA.getBy… in createTestEnvironment()
339 … xPropertySet = (XPropertySet) UnoRuntime.queryInterface (XPropertySet.class, datapilotfield); in createTestEnvironment()
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/misc/
H A DInformationWriter.java123 XShape xShape = (XShape) UnoRuntime.queryInterface( in showShapes()
127 (XShapeDescriptor) UnoRuntime.queryInterface( in showShapes()
133 (XPropertySet) UnoRuntime.queryInterface( in showShapes()
187 XServiceName xSN = (XServiceName) UnoRuntime.queryInterface ( in showInfo()
198 XServiceInfo xSI = (XServiceInfo) UnoRuntime.queryInterface ( in showInfo()
226 XTypeProvider xTP = (XTypeProvider) UnoRuntime.queryInterface ( in showInterfaces()
262 = (XAccessibleContext) UnoRuntime.queryInterface ( in showAccessibility()
267 = (XAccessible) UnoRuntime.queryInterface ( in showAccessibility()
322 (XIndexAccess) UnoRuntime.queryInterface ( in showAccessibility()
362 (XAccessibleComponent) UnoRuntime.queryInterface ( in showAccessibleComponent()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DInspector.java108 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in getSDKPath()
145 …XFolderPicker xFolderPicker = (XFolderPicker) UnoRuntime.queryInterface(XFolderPicker.class, oFold… in assignSDKPath()
147 … XComponent xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, oFolderPicker); in assignSDKPath()
158 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in assignSDKPath()
160 …XChangesBatch xBatch = (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class, xNameAccess); in assignSDKPath()
166 … XWindowPeer xWindowPeer = (XWindowPeer) UnoRuntime.queryInterface(XWindowPeer.class, oWindow); in assignSDKPath()
182 … XComponent xComponent = (XComponent) UnoRuntime.queryInterface(XComponent.class, xMessageBox); in showErrorMessageBox()
253 …XPropertySet xPropertySet = (XPropertySet) UnoRuntime.queryInterface(XPropertySet.class, xNameAcce… in setSourceCodeLanguage()
268 …XChangesBatch xBatch = (XChangesBatch) UnoRuntime.queryInterface(XChangesBatch.class, xNameAccess); in setSourceCodeLanguage()
317 … XCloseable xCloseable = (XCloseable) UnoRuntime.queryInterface(XCloseable.class, xComponent); in disposeHiddenDocuments()
[all …]
/trunk/main/cppuhelper/qa/propertysetmixin/
H A Dcomp_propertysetmixin.cxx106 css::uno::Any Empty1::queryInterface(css::uno::Type const & type) in queryInterface() function in __anon312cc8200111::Empty1
109 css::uno::Any a(OWeakObject::queryInterface(type)); in queryInterface()
113 a = cppu::queryInterface( in queryInterface()
117 : cppu::PropertySetMixin< css::lang::XComponent >::queryInterface( in queryInterface()
164 css::uno::Any Empty2::queryInterface(css::uno::Type const & type) in queryInterface() function in __anon312cc8200111::Empty2
167 css::uno::Any a(OWeakObject::queryInterface(type)); in queryInterface()
171 a = cppu::queryInterface( in queryInterface()
262 css::uno::Any Full::queryInterface(css::uno::Type const & type) in queryInterface() function in __anon312cc8200111::Full
265 css::uno::Any a(OWeakObject::queryInterface(type)); in queryInterface()
269 a = cppu::queryInterface( in queryInterface()
[all …]
/trunk/main/cppu/source/uno/
H A Dassign.hxx55 uno_QueryInterfaceFunc queryInterface ) in _queryInterface() argument
60 if (0 == queryInterface) in _queryInterface()
61 queryInterface = binuno_queryInterface; in _queryInterface()
62 pSource = (*queryInterface)( pSource, pDestType ); in _queryInterface()
70 uno_QueryInterfaceFunc queryInterface, uno_AcquireFunc acquire, uno_ReleaseFunc release )
76 uno_QueryInterfaceFunc queryInterface, uno_AcquireFunc acquire, uno_ReleaseFunc release ) in _assignStruct() argument
83 queryInterface, acquire, release )) in _assignStruct()
98 queryInterface, acquire, release )) in _assignStruct()
109 uno_QueryInterfaceFunc queryInterface, uno_AcquireFunc acquire, uno_ReleaseFunc release ) in _assignArray() argument
182 queryInterface, acquire, release ); in _assignArray()
[all …]
/trunk/main/odk/examples/java/ToDo/
H A DToDo.java171 ( XSpreadsheetDocument ) UnoRuntime.queryInterface( in recalc()
176 UnoRuntime.queryInterface( XIndexAccess.class, in recalc()
185 UnoRuntime.queryInterface( XCellRange.class, xspreadsheet ); in recalc()
207 UnoRuntime.queryInterface(XFunctionAccess.class, in recalc()
269 UnoRuntime.queryInterface(XPropertySet.class, in recalc()
284 UnoRuntime.queryInterface( XSimpleText.class, xcell ); in recalc()
302 (XMultiServiceFactory)UnoRuntime.queryInterface( in recalc()
312 UnoRuntime.queryInterface( XTextField.class, in recalc()
317 UnoRuntime.queryInterface( XPropertySet.class, in recalc()
329 XText xtext = ( XText )UnoRuntime.queryInterface( in recalc()
[all …]
/trunk/test/testuno/source/fvt/mix/sc/sheet/
H A DInsertExcelSheetTest.java235 .queryInterface(XSheetLinkable.class, firstexternalsheet); in insertSheetFromFileLinkedNormal()
318 tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedNormal()
328 .queryInterface(XPropertySet.class, scDocument); in insertSheetFromFileLinkedNormal()
339 .queryInterface(XRefreshable.class, sheetlink); in insertSheetFromFileLinkedNormal()
451 .queryInterface(XSheetLinkable.class, firstexternalsheet); in insertSheetFromFileLinkedValue()
535 tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedValue()
545 .queryInterface(XPropertySet.class, scDocument); in insertSheetFromFileLinkedValue()
556 .queryInterface(XRefreshable.class, sheetlink); in insertSheetFromFileLinkedValue()
660 .queryInterface(XSheetLinkable.class, firstexternalsheet); in insertSheetFromFileLinkedNone()
735 tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedNone()
[all …]
H A DInsertCalcSheetTest.java235 .queryInterface(XSheetLinkable.class, firstexternalsheet); in insertSheetFromFileLinkedNormal()
318 tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedNormal()
328 .queryInterface(XPropertySet.class, scDocument); in insertSheetFromFileLinkedNormal()
339 .queryInterface(XRefreshable.class, sheetlink); in insertSheetFromFileLinkedNormal()
451 .queryInterface(XSheetLinkable.class, firstexternalsheet); in insertSheetFromFileLinkedValue()
535 tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedValue()
545 .queryInterface(XPropertySet.class, scDocument); in insertSheetFromFileLinkedValue()
556 .queryInterface(XRefreshable.class, sheetlink); in insertSheetFromFileLinkedValue()
661 .queryInterface(XSheetLinkable.class, firstexternalsheet); in insertSheetFromFileLinkedNone()
736 tempscDocument = (XSpreadsheetDocument)UnoRuntime.queryInterface( in insertSheetFromFileLinkedNone()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DStyleDemo.java83 (XModel)UnoRuntime.queryInterface( in main()
87 UnoRuntime.queryInterface( in main()
104 UnoRuntime.queryInterface( in main()
112 UnoRuntime.queryInterface( in main()
117 UnoRuntime.queryInterface( XPropertySet.class, xStyle ); in main()
135 UnoRuntime.queryInterface(com.sun.star.container.XNameAccess.class, in main()
139 UnoRuntime.queryInterface( com.sun.star.style.XStyle.class, obj ); in main()
142 (XDrawPagesSupplier)UnoRuntime.queryInterface( in main()
145 XDrawPage xDrawPage = (XDrawPage)UnoRuntime.queryInterface( in main()
147 XShapes xShapes = (XShapes)UnoRuntime.queryInterface(XShapes.class, in main()
[all …]
/trunk/main/odk/examples/DevelopersGuide/Charts/
H A DSelectionChangeListener.java78 CellRangeAddress aRangeAddress = ((XCellRangeAddressable) UnoRuntime.queryInterface( in SelectionChangeListener()
108 XSelectionSupplier aSelSupp = (XSelectionSupplier) UnoRuntime.queryInterface( in run()
110 (((XModel) UnoRuntime.queryInterface( in run()
119 XComponent aComp = (XComponent) UnoRuntime.queryInterface( XComponent.class, aSelSupp ); in run()
139 XSelectionSupplier aCtrl = (XSelectionSupplier) UnoRuntime.queryInterface( in disposing()
145 XComponent aComp = (XComponent) UnoRuntime.queryInterface( XComponent.class, aSourceObj ); in disposing()
157 … XController aCtrl = (XController) UnoRuntime.queryInterface( XController.class, aEvent.Source ); in selectionChanged()
190 aDesktop = (XDesktop) UnoRuntime.queryInterface(XDesktop.class, oDesktop); in run()
191 aToolKit = (XInterface) UnoRuntime.queryInterface(XInterface.class, oToolKit); in run()
197 XWindowPeer aWinPeer = (XWindowPeer) UnoRuntime.queryInterface(XWindowPeer.class, xWin); in run()
[all …]
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java112 … XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, m_RootStream); in getByName()
141 XInputStream xSubStream = (XInputStream) UnoRuntime.queryInterface(XInputStream.class, in getEncodedSubStorage()
148 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xSubStream); in getEncodedSubStorage()
185 xTempFileStream = (XStream) UnoRuntime.queryInterface(XStream.class, oTempFile); in CreateTempFileStream()
206 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xInput); in loadRootStorageFromBase64()
217 … m_Storage = (XNameContainer) UnoRuntime.queryInterface(XNameContainer.class, oTempStorage); in loadRootStorageFromBase64()
233 … m_Storage = (XNameContainer) UnoRuntime.queryInterface(XNameContainer.class, oTempStorage); in ensureCreateRootStorage()
272 XSeekable xSeek = (XSeekable) UnoRuntime.queryInterface(XSeekable.class, xInput); in insertSubStorage()
326 XConnector xConnector = (XConnector) UnoRuntime.queryInterface(XConnector.class, x); in connectAwareGetServiceFactory()
339 XBridgeFactory xBridgeFactory = (XBridgeFactory) UnoRuntime.queryInterface( in connectAwareGetServiceFactory()
[all …]
/trunk/main/odk/examples/java/Drawing/
H A DSDraw.java88 (com.sun.star.container.XIndexAccess)UnoRuntime.queryInterface( in main()
90 xDrawPage = (com.sun.star.drawing.XDrawPage)UnoRuntime.queryInterface( in main()
102 UnoRuntime.queryInterface( in main()
155 (com.sun.star.lang.XMultiServiceFactory) UnoRuntime.queryInterface( in createShape()
161 xShape = (com.sun.star.drawing.XShape)UnoRuntime.queryInterface( in createShape()
176 UnoRuntime.queryInterface( in createShape()
196 UnoRuntime.queryInterface(com.sun.star.drawing.XShapes.class, xDP); in createSequence()
208 (com.sun.star.lang.XMultiServiceFactory)UnoRuntime.queryInterface( in createSequence()
214 xShape = (com.sun.star.drawing.XShape)UnoRuntime.queryInterface( in createSequence()
233 UnoRuntime.queryInterface(com.sun.star.beans.XPropertySet.class, in createSequence()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_dbaccess/
H A DOQueryDesign.java72 xDesk = (XDesktop) UnoRuntime.queryInterface( in initialize()
83 UnoRuntime.queryInterface(XDispatchProvider.class,xDesk); in createTestEnvironment()
93 xNameAccess = (XNameAccess) UnoRuntime.queryInterface( in createTestEnvironment()
101 xDS = (XDataSource) UnoRuntime.queryInterface( in createTestEnvironment()
111 xNameAccess = (XNameAccess) UnoRuntime.queryInterface( in createTestEnvironment()
159 XNameAccess xNA = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oDBC); in createTestEnvironment()
186 XModel xDocMod = (XModel) UnoRuntime.queryInterface(XModel.class, xTextDoc); in createTestEnvironment()
258 XNameAccess xNA = (XNameAccess) UnoRuntime.queryInterface(XNameAccess.class, oDBC); in getUninitializedObj()
267 XModel xMod = (XModel) UnoRuntime.queryInterface(XModel.class, xDDS.getDatabaseDocument ()); in getUninitializedObj()
277 XController xCont = (XController) UnoRuntime.queryInterface(XController.class, oQueryDesign); in getUninitializedObj()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/paragraph/
H A DParagraphStyle.java92 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in ParaStyle()
133 .queryInterface(XMultiServiceFactory.class, xComponent); in createShape()
142 XShape xShape = (XShape) UnoRuntime.queryInterface(XShape.class, xObj); in createShape()
150 XText xText = (XText)UnoRuntime.queryInterface(XText.class, xShape); in addPortion()
157 XTextRange xTextRange = (XTextRange)UnoRuntime.queryInterface(XTextRange.class, xTextCursor); in addPortion()
160 … XPropertySet xPropSet = (XPropertySet)UnoRuntime.queryInterface(XPropertySet.class, xTextRange); in addPortion()
170 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
172 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
191 return (XShape) UnoRuntime.queryInterface(XShape.class, xShapes.getByIndex(shapeIndex)); in saveAndLoadShape()
214 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/trunk/main/wizards/com/sun/star/wizards/text/
H A DTextSectionHandler.java58 … xTextSectionsSupplier = UnoRuntime.queryInterface(XTextSectionsSupplier.class, xTextDocument); in TextSectionHandler()
88 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeLastTextSection()
102 …XTextContent xTextContentTextSection = UnoRuntime.queryInterface(XTextContent.class, _oTextSection… in removeTextSection()
115 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeInvisibleTextSections()
119 …XTextContent xTextContentTextSection = UnoRuntime.queryInterface(XTextContent.class, xAllTextSecti… in removeInvisibleTextSections()
120 …XPropertySet xTextSectionPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xTextContentT… in removeInvisibleTextSections()
138 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in removeAllTextSections()
143 …XPropertySet xTextSectionPropertySet = UnoRuntime.queryInterface(XPropertySet.class, xTextContentT… in removeAllTextSections()
158 …XIndexAccess xAllTextSections = UnoRuntime.queryInterface(XIndexAccess.class, xTextSectionsSupplie… in breakLinkofTextSections()
217 XNamed xSectionName = UnoRuntime.queryInterface(XNamed.class, oTextSection); in linkSectiontoTemplate()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/mod/_fwk/
H A DJobExecutor.java133 UnoRuntime.queryInterface(XMultiServiceFactory.class, obj); in initialize()
141 UnoRuntime.queryInterface(XHierarchicalNameAccess.class, oRootCfg); in initialize()
143 jobs = (XNameAccess) UnoRuntime.queryInterface in initialize()
146 events = (XNameAccess) UnoRuntime.queryInterface in initialize()
161 UnoRuntime.queryInterface(XSingleServiceFactory.class, jobs); in initialize()
164 UnoRuntime.queryInterface(XNameReplace.class, oNewJob); in initialize()
167 UnoRuntime.queryInterface(XNameContainer.class, jobs); in initialize()
176 UnoRuntime.queryInterface(XNameAccess.class, oNewEvent); in initialize()
191 UnoRuntime.queryInterface(XNameContainer.class, events); in initialize()
195 UnoRuntime.queryInterface(XChangesBatch.class, oRootCfg); in initialize()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/shape/
H A DShapeTypes.java81 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testLineShape()
85 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testLineShape()
90 XPropertySet xPropSet2 = (XPropertySet) UnoRuntime.queryInterface( in testLineShape()
101 xShapes = (XShapes) UnoRuntime.queryInterface(XShapes.class, xpage); in testBasicShape()
105 XPropertySet xPropSet = (XPropertySet) UnoRuntime.queryInterface( in testBasicShape()
110 XPropertySet xPropSet2 = (XPropertySet) UnoRuntime.queryInterface( in testBasicShape()
126 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
128 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
148 return (XShape) UnoRuntime.queryInterface(XShape.class, in saveAndLoadShape()
171 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]
/trunk/test/testuno/source/fvt/uno/sd/slideshow/
H A DSlideShow.java84 XShapes xShapes1 = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testSlideShow()
92 XShapes xShapes2 = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testSlideShow()
100 XShapes xShapes3 = (XShapes) UnoRuntime.queryInterface(XShapes.class, in testSlideShow()
107 XPropertySet xPresPropSet = (XPropertySet) UnoRuntime.queryInterface( in testSlideShow()
135 impressDocument = (XComponent) UnoRuntime.queryInterface( in createDocumentAndSlide()
137 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
140 sdDocument = (XPresentationSupplier) UnoRuntime.queryInterface( in createDocumentAndSlide()
155 drawsupplier = (XDrawPagesSupplier) UnoRuntime.queryInterface( in saveAndLoadSlide()
159 sdDocument = (XPresentationSupplier) UnoRuntime.queryInterface( in saveAndLoadSlide()
183 XStorable xStorable = (XStorable) UnoRuntime.queryInterface( in saveAndReloadDoc()
[all …]

Completed in 133 milliseconds

12345678910>>...94