Home
last modified time | relevance | path

Searched refs:xServiceInfo (Results 1 – 25 of 67) sorted by relevance

123

/trunk/main/basctl/source/dlged/
H A Dpropbrw.cxx400 Reference< lang::XServiceInfo > xServiceInfo( _rxObject, UNO_QUERY ); in GetHeadlineName() local
402 if (xServiceInfo.is()) // single selection in GetHeadlineName()
407 …if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.aw… in GetHeadlineName()
411 …else if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in GetHeadlineName()
419 …else if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in GetHeadlineName()
423 …else if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in GetHeadlineName()
427 …else if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in GetHeadlineName()
431 …else if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in GetHeadlineName()
435 …else if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in GetHeadlineName()
439 …else if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in GetHeadlineName()
[all …]
/trunk/main/toolkit/test/accessibility/
H A DAccessibleUNOHandler.java58 XServiceInfo xServiceInfo = null; in GetServiceInfo() local
60 xServiceInfo = (XServiceInfo)UnoRuntime.queryInterface( in GetServiceInfo()
62 return xServiceInfo; in GetServiceInfo()
77 XServiceInfo xServiceInfo; in createChild() local
81 xServiceInfo = GetServiceInfo (aParent); in createChild()
83 (xServiceInfo!=null ? xServiceInfo.getImplementationName() in createChild()
88 xServiceInfo = GetServiceInfo (aParent); in createChild()
89 if (xServiceInfo == null) in createChild()
94 aChild = CreateServiceTree (aParent, xServiceInfo); in createChild()
112 XServiceInfo xServiceInfo) in CreateServiceTree() argument
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/comp/servicemanager/
H A DServiceManager.java526 …return xServiceInfo != null && UnoRuntime.areSame(factoriesByImplNames.get(xServiceInfo.getImpleme… in has()
544 XServiceInfo xServiceInfo = in insert() local
547 if (xServiceInfo == null) in insert()
552 if ( factoriesByImplNames.containsKey( xServiceInfo.getImplementationName() ) ) { in insert()
554 xServiceInfo.getImplementationName() + " already registred" in insert()
559 factoriesByImplNames.put( xServiceInfo.getImplementationName(), object ); in insert()
562 String[] serviceNames = xServiceInfo.getSupportedServiceNames(); in insert()
598 XServiceInfo xServiceInfo = in remove() local
601 if (xServiceInfo == null) in remove()
616 xServiceInfo.getImplementationName() + in remove()
[all …]
/trunk/main/wizards/com/sun/star/wizards/ui/
H A DUnoDialog.java893 if (xServiceInfo.supportsService("com.sun.star.awt.UnoControlFixedTextModel")) in getControlModelType()
897 else if (xServiceInfo.supportsService("com.sun.star.awt.UnoControlButtonModel")) in getControlModelType()
905 else if (xServiceInfo.supportsService("com.sun.star.awt.UnoControlDateFieldModel")) in getControlModelType()
909 else if (xServiceInfo.supportsService("com.sun.star.awt.UnoControlFixedLineModel")) in getControlModelType()
917 else if (xServiceInfo.supportsService("com.sun.star.awt.UnoControlRoadmapModel")) in getControlModelType()
929 else if (xServiceInfo.supportsService("com.sun.star.awt.UnoControlHyperTextModel")) in getControlModelType()
933 else if (xServiceInfo.supportsService("com.sun.star.awt.UnoControlProgressBarModel")) in getControlModelType()
937 else if (xServiceInfo.supportsService("com.sun.star.awt.UnoControlTimeFieldModel")) in getControlModelType()
949 else if (xServiceInfo.supportsService("com.sun.star.awt.UnoControlCheckBoxModel")) in getControlModelType()
953 else if (xServiceInfo.supportsService("com.sun.star.awt.UnoControlEditModel")) in getControlModelType()
[all …]
/trunk/main/vbahelper/source/msforms/
H A Dvbacontrol.cxx450 uno::Reference< lang::XServiceInfo > xServiceInfo( xProps, uno::UNO_QUERY_THROW ); in createUserformControl() local
455 …if ( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.U… in createUserformControl()
459 …else if ( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.… in createUserformControl()
461 …else if ( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.… in createUserformControl()
470 …else if ( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.… in createUserformControl()
472 …else if ( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.… in createUserformControl()
474 …else if ( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.… in createUserformControl()
480 …else if ( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.… in createUserformControl()
482 …else if ( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.… in createUserformControl()
484 …else if ( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.… in createUserformControl()
[all …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dxmldlg_export.cxx1380 Reference< lang::XServiceInfo > xServiceInfo( xProps, UNO_QUERY ); in exportDialogModel() local
1381 OSL_ENSURE( xServiceInfo.is(), "no XServiceInfo!" ); in exportDialogModel()
1382 if (! xServiceInfo.is()) in exportDialogModel()
1389 …if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt… in exportDialogModel()
1410 …if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.… in exportDialogModel()
1418 …else if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star… in exportDialogModel()
1426 …else if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star… in exportDialogModel()
1434 …else if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star… in exportDialogModel()
1458 …else if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star… in exportDialogModel()
1467 …else if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star… in exportDialogModel()
[all …]
/trunk/main/reportdesign/source/ui/report/
H A Dpropbrw.cxx380 …Reference< lang::XServiceInfo > xServiceInfo( xNameCont->getByName(::rtl::OUString(RTL_CONSTASCII_… in GetHeadlineName() local
381 if ( xServiceInfo.is() ) in GetHeadlineName()
383 if ( xServiceInfo->supportsService( SERVICE_FIXEDTEXT ) ) in GetHeadlineName()
387 else if ( xServiceInfo->supportsService( SERVICE_IMAGECONTROL ) ) in GetHeadlineName()
391 else if ( xServiceInfo->supportsService( SERVICE_FORMATTEDFIELD ) ) in GetHeadlineName()
395 else if ( xServiceInfo->supportsService( SERVICE_SHAPE ) ) in GetHeadlineName()
399 else if ( xServiceInfo->supportsService( SERVICE_REPORTDEFINITION ) ) in GetHeadlineName()
403 else if ( xServiceInfo->supportsService( SERVICE_SECTION ) ) in GetHeadlineName()
407 else if ( xServiceInfo->supportsService( SERVICE_FUNCTION ) ) in GetHeadlineName()
411 else if ( xServiceInfo->supportsService( SERVICE_GROUP ) ) in GetHeadlineName()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java299 XServiceInfo xServiceInfo = in exportToPDF() local
307 aFiltername.Value = getFilterName_forPDF(xServiceInfo); in exportToPDF()
332 private String getFilterName_forPDF(XServiceInfo xServiceInfo) in getFilterName_forPDF() argument
336 if (xServiceInfo.supportsService("com.sun.star.text.TextDocument")) in getFilterName_forPDF()
341 else if ( xServiceInfo.supportsService( "com.sun.star.sheet.SpreadsheetDocument" ) ) in getFilterName_forPDF()
346 else if ( xServiceInfo.supportsService( "com.sun.star.drawing.DrawingDocument" ) ) in getFilterName_forPDF()
356 else if (xServiceInfo.supportsService("com.sun.star.text.WebDocument")) in getFilterName_forPDF()
361 else if ( xServiceInfo.supportsService("com.sun.star.text.GlobalDocument") ) in getFilterName_forPDF()
366 else if ( xServiceInfo.supportsService( "com.sun.star.formulaFormulaProperties" ) ) in getFilterName_forPDF()
1221 XServiceInfo xServiceInfo = UnoRuntime.queryInterface( XServiceInfo.class, aDoc ); in convertDocument() local
[all …]
/trunk/main/accessibility/workben/org/openoffice/accessibility/awb/view/
H A DServiceInterfaceView.java112 XServiceInfo xServiceInfo = (XServiceInfo)UnoRuntime.queryInterface( in CreateImplementationNameTree() local
115 if (xServiceInfo != null) in CreateImplementationNameTree()
119 (xServiceInfo!=null in CreateImplementationNameTree()
120 ? xServiceInfo.getImplementationName() in CreateImplementationNameTree()
127 XServiceInfo xServiceInfo = (XServiceInfo)UnoRuntime.queryInterface( in CreateServiceTree() local
130 if (xServiceInfo != null) in CreateServiceTree()
132 String[] aServiceNames = xServiceInfo.getSupportedServiceNames(); in CreateServiceTree()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java252 XServiceInfo xServiceInfo = in exportToPDF() local
260 aFiltername.Value = getFilterName_forPDF(xServiceInfo); in exportToPDF()
283 static String getFilterName_forPDF(XServiceInfo xServiceInfo) in getFilterName_forPDF() argument
287 if (xServiceInfo.supportsService("com.sun.star.text.TextDocument")) in getFilterName_forPDF()
292 else if ( xServiceInfo.supportsService( "com.sun.star.sheet.SpreadsheetDocument" ) ) in getFilterName_forPDF()
297 else if ( xServiceInfo.supportsService( "com.sun.star.drawing.DrawingDocument" ) ) in getFilterName_forPDF()
307 else if (xServiceInfo.supportsService("com.sun.star.text.WebDocument")) in getFilterName_forPDF()
312 else if ( xServiceInfo.supportsService("com.sun.star.text.GlobalDocument") ) in getFilterName_forPDF()
317 else if ( xServiceInfo.supportsService( "com.sun.star.formulaFormulaProperties" ) ) in getFilterName_forPDF()
1256 XServiceInfo xServiceInfo = UnoRuntime.queryInterface( XServiceInfo.class, aDoc ); in convertDocument() local
[all …]
/trunk/main/reportdesign/source/core/sdr/
H A DRptObject.cxx92 uno::Reference< lang::XServiceInfo > xServiceInfo( _xComponent , uno::UNO_QUERY ); in getObjectType() local
93 OSL_ENSURE(xServiceInfo.is(),"Who deletes the XServiceInfo interface!"); in getObjectType()
94 if ( xServiceInfo.is() ) in getObjectType()
96 if ( xServiceInfo->supportsService( SERVICE_FIXEDTEXT )) in getObjectType()
98 if ( xServiceInfo->supportsService( SERVICE_FIXEDLINE )) in getObjectType()
103 if ( xServiceInfo->supportsService( SERVICE_IMAGECONTROL)) in getObjectType()
105 if ( xServiceInfo->supportsService( SERVICE_FORMATTEDFIELD )) in getObjectType()
109 if ( xServiceInfo->supportsService( SERVICE_SHAPE )) in getObjectType()
111 if ( xServiceInfo->supportsService( SERVICE_REPORTDEFINITION ) ) in getObjectType()
437 if ( xServiceInfo.is() ) in supportsService()
[all …]
/trunk/main/sw/source/ui/vba/
H A Dvbaparagraph.cxx95 …uno::Reference< lang::XServiceInfo > xServiceInfo( xParEnum->nextElement(), uno::UNO_QUERY_THROW ); in getCount() local
96 …if( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.P… in getCount()
111 …uno::Reference< lang::XServiceInfo > xServiceInfo( xParEnum->nextElement(), uno::UNO_QUERY_THROW ); in getByIndex() local
112 …if( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.P… in getByIndex()
115 return uno::makeAny( xServiceInfo ); in getByIndex()
H A Dvbaview.cxx83 uno::Reference< lang::XServiceInfo > xServiceInfo( xCurrentText, uno::UNO_QUERY_THROW ); in getSeekView() local
84 rtl::OUString aImplName = xServiceInfo->getImplementationName(); in getSeekView()
112 …if( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.E… in getSeekView()
387 …uno::Reference< lang::XServiceInfo > xServiceInfo( xParaEnum->nextElement(), uno::UNO_QUERY_THROW … in getFirstObjectPosition() local
388 …if( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.text.T… in getFirstObjectPosition()
390 uno::Reference< table::XCellRange > xCellRange( xServiceInfo, uno::UNO_QUERY_THROW ); in getFirstObjectPosition()
H A Dvbastyle.cxx78 uno::Reference< lang::XServiceInfo > xServiceInfo( mxStyle, uno::UNO_QUERY_THROW ); in getType() local
79 …if( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.style.… in getType()
81 …else if( xServiceInfo->supportsService( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.s… in getType()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/
H A DMenuElement.java31 com.sun.star.lang.XServiceInfo xServiceInfo = in IsMenuEntry() local
35 return xServiceInfo.supportsService( "com.sun.star.ui.ActionTrigger" ); in IsMenuEntry()
39 com.sun.star.lang.XServiceInfo xServiceInfo = in IsMenuSeparator() local
43 return xServiceInfo.supportsService( "com.sun.star.ui.ActionTriggerSeparator" ); in IsMenuSeparator()
/trunk/main/ucb/qa/complex/tdoc/
H A DCheckContentProvider.java316 _XServiceInfo xServiceInfo = new _XServiceInfo(); in checkInterfaces() local
317 xServiceInfo.oObj = UnoRuntime.queryInterface(XServiceInfo.class, xContent); in checkInterfaces()
319 assertNotNull("getImplementationName()", xServiceInfo._getImplementationName()); in checkInterfaces()
320 assertNotNull("getSupportedServiceNames()", xServiceInfo._getSupportedServiceNames()); in checkInterfaces()
321 assertNotNull("supportsService()", xServiceInfo._supportsService()); in checkInterfaces()
/trunk/main/xmloff/source/draw/
H A Danimexp.cxx284 Reference< XServiceInfo > xServiceInfo( xShape, UNO_QUERY ); in prepare() local
285 …if( !xServiceInfo.is() || !xServiceInfo->supportsService( OUString( RTL_CONSTASCII_USTRINGPARAM( "… in prepare()
316 Reference< XServiceInfo > xServiceInfo( xShape, UNO_QUERY ); in collect() local
317 …if( !xServiceInfo.is() || !xServiceInfo->supportsService( OUString( RTL_CONSTASCII_USTRINGPARAM( "… in collect()
/trunk/main/vbahelper/source/vbahelper/
H A Dvbadocumentsbase.cxx140 … uno::Reference< lang::XServiceInfo > xServiceInfo( xEnum->nextElement(), uno::UNO_QUERY ); in DocumentsAccessImpl() local
141 if ( xServiceInfo.is() in DocumentsAccessImpl()
142 …&& ( ( xServiceInfo->supportsService( sSpreadsheetDocument ) && meDocType == VbaDocumentsBase::EX… in DocumentsAccessImpl()
143 …|| ( xServiceInfo->supportsService( sTextDocument ) && meDocType == VbaDocumentsBase::WORD_DOCUMEN… in DocumentsAccessImpl()
145 …uno::Reference< frame::XModel > xModel( xServiceInfo, uno::UNO_QUERY_THROW ); // that the spreadsh… in DocumentsAccessImpl()
/trunk/main/svtools/source/filter/
H A DSvFilterOptionsDialog.cxx245 uno::Reference< lang::XServiceInfo > xServiceInfo in setSourceDocument() local
247 if ( xServiceInfo.is() ) in setSourceDocument()
249 …if ( xServiceInfo->supportsService( OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.presentat… in setSourceDocument()
251 …else if ( xServiceInfo->supportsService( OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.draw… in setSourceDocument()
/trunk/main/sd/source/filter/html/
H A DHtmlOptionsDialog.cxx267 Reference< XServiceInfo > xServiceInfo in setSourceDocument() local
269 if ( xServiceInfo.is() ) in setSourceDocument()
271 …if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.pr… in setSourceDocument()
276 …else if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "com.sun.st… in setSourceDocument()
/trunk/main/desktop/source/deployment/registry/
H A Ddp_registry.cxx335 Reference<lang::XServiceInfo> xServiceInfo( in create() local
340 xServiceInfo->getImplementationName(), in create()
386 Reference<lang::XServiceInfo> xServiceInfo( in create() local
389 OSL_ASSERT(xServiceInfo.is()); in create()
393 xServiceInfo->getImplementationName(), in create()
/trunk/main/wizards/com/sun/star/wizards/document/
H A DShape.java49 public XServiceInfo xServiceInfo; field in Shape
73 xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, oShape); in Shape()
102 xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, xShape); in createShape()
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx173 Reference<XServiceInfo> xServiceInfo(xTxtContent, UNO_QUERY); in lcl_ShapeFilter() local
174 if(xServiceInfo->supportsService(sTextFrameService) || in lcl_ShapeFilter()
175 xServiceInfo->supportsService(sTextGraphicService) || in lcl_ShapeFilter()
176 xServiceInfo->supportsService(sTextEmbeddedService) ) in lcl_ShapeFilter()
1586 if( xServiceInfo->supportsService(sShapeService)) in collectTextAutoStylesOptimized()
1810 Reference<XServiceInfo> xServiceInfo( xTxtCntnt, UNO_QUERY ); in exportTextContentEnumeration() local
1811 if( xServiceInfo->supportsService( sParagraphService ) ) in exportTextContentEnumeration()
1867 else if( xServiceInfo->supportsService( sTableService ) ) in exportTextContentEnumeration()
1897 else if( xServiceInfo->supportsService( sTextFrameService ) ) in exportTextContentEnumeration()
1901 else if( xServiceInfo->supportsService( sTextGraphicService ) ) in exportTextContentEnumeration()
[all …]
/trunk/main/odk/examples/java/Inspector/
H A DUnoPropertyNode.java97 …XServiceInfo xServiceInfo = (XServiceInfo) UnoRuntime.queryInterface(XServiceInfo.class, m_oUnoObj… in getClassName() local
98 if (xServiceInfo != null){ in getClassName()
99 String[] sServiceNames = xServiceInfo.getSupportedServiceNames(); in getClassName()
/trunk/main/framework/source/uielement/
H A Dmacrosmenucontroller.cxx195 Reference< XServiceInfo > xServiceInfo; in addScriptItems() local
196 if ( sal_False == ( xEnum->nextElement() >>= xServiceInfo ) ) in addScriptItems()
200 Sequence< ::rtl::OUString > serviceNames = xServiceInfo->getSupportedServiceNames(); in addScriptItems()

Completed in 131 milliseconds

123