Home
last modified time | relevance | path

Searched refs:sImplName (Results 26 – 50 of 146) sorted by relevance

123456

/aoo42x/main/sc/source/ui/vba/
H A Dvbaaxistitle.cxx35 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaAxisTitle") ); in getServiceImplName() local
36 return sImplName; in getServiceImplName()
H A Dvbacharttitle.cxx35 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaChartTitle") ); in getServiceImplName() local
36 return sImplName; in getServiceImplName()
H A Dvbaseriescollection.cxx61 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaSeriesCollection") ); in getServiceImplName() local
62 return sImplName; in getServiceImplName()
H A Dvbatextframe.cxx50 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaTextFrame") ); in getServiceImplName() local
51 return sImplName; in getServiceImplName()
H A Dvbadialog.cxx70 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaDialog") ); in getServiceImplName() local
71 return sImplName; in getServiceImplName()
H A Dvbapivottables.cxx76 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaPivotTables") ); in getServiceImplName() local
77 return sImplName; in getServiceImplName()
/aoo42x/main/sw/source/ui/vba/
H A Dvbareplacement.cxx52 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaReplacement") ); in getServiceImplName() local
53 return sImplName; in getServiceImplName()
H A Dvbapane.cxx57 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaPane") ); in getServiceImplName() local
58 return sImplName; in getServiceImplName()
H A Dvbasection.cxx68 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaSection") ); in getServiceImplName() local
69 return sImplName; in getServiceImplName()
H A Dvbaaddin.cxx85 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaAddin") ); in getServiceImplName() local
86 return sImplName; in getServiceImplName()
H A Dvbatemplate.cxx84 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaTemplate") ); in getServiceImplName() local
85 return sImplName; in getServiceImplName()
H A Dvbavariable.cxx86 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaVariable") ); in getServiceImplName() local
87 return sImplName; in getServiceImplName()
/aoo42x/main/vbahelper/source/msforms/
H A Dvbapages.cxx48 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaPages") ); in getServiceImplName() local
49 return sImplName; in getServiceImplName()
H A Dvbaprogressbar.cxx52 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaProgressBar") ); in getServiceImplName() local
53 return sImplName; in getServiceImplName()
H A Dvbalabel.cxx72 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaLabel") ); in getServiceImplName() local
73 return sImplName; in getServiceImplName()
H A Dvbacheckbox.cxx92 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaCheckbox") ); in getServiceImplName() local
93 return sImplName; in getServiceImplName()
H A Dvbaradiobutton.cxx92 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaRadioButton") ); in getServiceImplName() local
93 return sImplName; in getServiceImplName()
H A Dvbaspinbutton.cxx83 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaSpinButton") ); in getServiceImplName() local
84 return sImplName; in getServiceImplName()
H A Dvbabutton.cxx104 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaButton") ); in getServiceImplName() local
105 return sImplName; in getServiceImplName()
/aoo42x/main/odk/examples/java/MinimalComponent/
H A DMinimalComponent.java136 public static XSingleComponentFactory __getComponentFactory(String sImplName) in __getComponentFactory() argument
140 if ( sImplName.equals( _MinimalComponent.class.getName() ) ) in __getComponentFactory()
/aoo42x/main/odk/examples/DevelopersGuide/Components/SimpleLicense/
H A DLicenseTest.java121 public static XSingleComponentFactory __getComponentFactory(String sImplName) in __getComponentFactory() argument
125 if ( sImplName.equals( _LicenseTest.class.getName() ) ) in __getComponentFactory()
/aoo42x/main/desktop/test/deployment/locationtest/
H A DLocationTest.java122 public static XSingleComponentFactory __getComponentFactory(String sImplName) in __getComponentFactory() argument
126 if ( sImplName.equals( _LocationTest.class.getName() ) ) in __getComponentFactory()
/aoo42x/main/desktop/test/deployment/update/updateinfocreation/build/
H A DTestExtension.java122 public static XSingleComponentFactory __getComponentFactory(String sImplName) in __getComponentFactory() argument
126 if ( sImplName.equals( _TestExtension.class.getName() ) ) in __getComponentFactory()
/aoo42x/test/smoketestdoc/src/main/java/com/sun/star/comp/smoketest/
H A DTestExtension.java123 public static XSingleComponentFactory __getComponentFactory(String sImplName) in __getComponentFactory() argument
127 if ( sImplName.equals( _TestExtension.class.getName() ) ) in __getComponentFactory()
/aoo42x/main/odk/examples/java/Inspector/
H A DInspector.java426 public static XSingleComponentFactory __getComponentFactory( String sImplName ) in __getComponentFactory() argument
429 if ( sImplName.equals( _Inspector.class.getName() ) ) in __getComponentFactory()
432 xFactory = InspectorAddon.__getComponentFactory(sImplName); in __getComponentFactory()

Completed in 81 milliseconds

123456