/aoo4110/main/basctl/source/dlged/ |
H A D | propbrw.cxx | 400 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 …]
|
/aoo4110/main/toolkit/test/accessibility/ |
H A D | AccessibleUNOHandler.java | 58 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 …]
|
/aoo4110/main/jurt/com/sun/star/comp/servicemanager/ |
H A D | ServiceManager.java | 526 …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 …]
|
/aoo4110/main/vbahelper/source/msforms/ |
H A D | vbacontrol.cxx | 450 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 …]
|
/aoo4110/main/wizards/com/sun/star/wizards/ui/ |
H A D | UnoDialog.java | 893 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 …]
|
/aoo4110/main/xmlscript/source/xmldlg_imexp/ |
H A D | xmldlg_export.cxx | 1349 Reference< lang::XServiceInfo > xServiceInfo( xProps, UNO_QUERY ); in exportDialogModel() local 1350 OSL_ENSURE( xServiceInfo.is(), "no XServiceInfo!" ); in exportDialogModel() 1351 if (! xServiceInfo.is()) in exportDialogModel() 1358 …if ( xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt… in exportDialogModel() 1379 …if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.awt.… in exportDialogModel() 1387 …else if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star… in exportDialogModel() 1395 …else if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star… in exportDialogModel() 1403 …else if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star… in exportDialogModel() 1427 …else if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star… in exportDialogModel() 1436 …else if (xServiceInfo->supportsService( ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("com.sun.star… in exportDialogModel() [all …]
|
/aoo4110/main/accessibility/workben/org/openoffice/accessibility/awb/view/ |
H A D | ServiceInterfaceView.java | 112 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()
|
/aoo4110/main/reportdesign/source/ui/report/ |
H A D | propbrw.cxx | 380 …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 …]
|
/aoo4110/main/qadevOOo/runner/graphical/ |
H A D | OpenOfficePostscriptCreator.java | 299 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 …]
|
/aoo4110/main/qadevOOo/runner/convwatch/ |
H A D | OfficePrint.java | 252 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 …]
|
/aoo4110/main/reportdesign/source/core/sdr/ |
H A D | RptObject.cxx | 92 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 …]
|
/aoo4110/main/odk/examples/DevelopersGuide/OfficeDev/ |
H A D | MenuElement.java | 31 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()
|
/aoo4110/main/sw/source/ui/vba/ |
H A D | vbaparagraph.cxx | 95 …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 D | vbaview.cxx | 83 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 D | vbastyle.cxx | 78 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()
|
/aoo4110/main/ucb/qa/complex/tdoc/ |
H A D | CheckContentProvider.java | 316 _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()
|
/aoo4110/main/xmloff/source/draw/ |
H A D | animexp.cxx | 284 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()
|
/aoo4110/main/svtools/source/filter/ |
H A D | SvFilterOptionsDialog.cxx | 245 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()
|
/aoo4110/main/vbahelper/source/vbahelper/ |
H A D | vbadocumentsbase.cxx | 140 … 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()
|
/aoo4110/main/sd/source/filter/html/ |
H A D | HtmlOptionsDialog.cxx | 267 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()
|
/aoo4110/main/desktop/source/deployment/registry/ |
H A D | dp_registry.cxx | 335 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()
|
/aoo4110/main/wizards/com/sun/star/wizards/document/ |
H A D | Shape.java | 49 public XServiceInfo xServiceInfo; field in Shape 73 xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, oShape); in Shape() 102 xServiceInfo = UnoRuntime.queryInterface(XServiceInfo.class, xShape); in createShape()
|
/aoo4110/main/odk/examples/java/Inspector/ |
H A D | UnoPropertyNode.java | 97 …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()
|
/aoo4110/main/framework/source/uielement/ |
H A D | macrosmenucontroller.cxx | 195 Reference< XServiceInfo > xServiceInfo; in addScriptItems() local 196 if ( sal_False == ( xEnum->nextElement() >>= xServiceInfo ) ) in addScriptItems() 200 Sequence< ::rtl::OUString > serviceNames = xServiceInfo->getSupportedServiceNames(); in addScriptItems()
|
/aoo4110/main/xmloff/source/text/ |
H A D | txtparae.cxx | 171 Reference<XServiceInfo> xServiceInfo(xTxtContent, UNO_QUERY); in lcl_ShapeFilter() local 172 if(xServiceInfo->supportsService(sTextFrameService) || in lcl_ShapeFilter() 173 xServiceInfo->supportsService(sTextGraphicService) || in lcl_ShapeFilter() 174 xServiceInfo->supportsService(sTextEmbeddedService) ) in lcl_ShapeFilter() 1584 if( xServiceInfo->supportsService(sShapeService)) in collectTextAutoStylesOptimized() 1808 Reference<XServiceInfo> xServiceInfo( xTxtCntnt, UNO_QUERY ); in exportTextContentEnumeration() local 1809 if( xServiceInfo->supportsService( sParagraphService ) ) in exportTextContentEnumeration() 1865 else if( xServiceInfo->supportsService( sTableService ) ) in exportTextContentEnumeration() 1895 else if( xServiceInfo->supportsService( sTextFrameService ) ) in exportTextContentEnumeration() 1899 else if( xServiceInfo->supportsService( sTextGraphicService ) ) in exportTextContentEnumeration() [all …]
|