Home
last modified time | relevance | path

Searched refs:sImplName (Results 76 – 100 of 146) sorted by relevance

123456

/aoo42x/main/sw/source/core/unocore/
H A Dunoevent.cxx144 sImplName(RTL_CONSTASCII_USTRINGPARAM(sAPI_SwHyperlinkEventDescriptor)) in SwHyperlinkEventDescriptor()
155 return sImplName; in getImplementationName()
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbawindowbase.cxx135 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("VbaWindowBase") ); in getServiceImplName() local
136 return sImplName; in getServiceImplName()
H A Dvbacommandbars.cxx238 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaCommandBars") ); in getServiceImplName() local
239 return sImplName; in getServiceImplName()
/aoo42x/main/sc/source/ui/vba/
H A Dvbastyle.cxx168 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaStyle") ); in getServiceImplName() local
169 return sImplName; in getServiceImplName()
H A Dvbachartobject.cxx138 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaChartObject") ); in getServiceImplName() local
139 return sImplName; in getServiceImplName()
H A Dvbaformatcondition.cxx158 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaFormatCondition") ); in getServiceImplName() local
159 return sImplName; in getServiceImplName()
H A Dvbaoleobjects.cxx167 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaOLEObjects") ); in getServiceImplName() local
168 return sImplName; in getServiceImplName()
H A Dvbatitle.hxx145 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("TitleImpl") ); in getServiceImplName() local
146 return sImplName; in getServiceImplName()
H A Dvbastyles.cxx164 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaStyles") ); in getServiceImplName() local
165 return sImplName; in getServiceImplName()
H A Dvbaaxes.cxx184 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaAxes") ); in getServiceImplName() local
185 return sImplName; in getServiceImplName()
H A Dvbawsfunction.cxx241 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaWSFunction") ); in getServiceImplName() local
242 return sImplName; in getServiceImplName()
H A Dvbacomment.cxx221 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaComment") ); in getServiceImplName() local
222 return sImplName; in getServiceImplName()
H A Dvbachartobjects.cxx175 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaChartObjects") ); in getServiceImplName() local
176 return sImplName; in getServiceImplName()
H A Dvbaname.cxx250 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaName") ); in getServiceImplName() local
251 return sImplName; in getServiceImplName()
/aoo42x/main/svl/qa/complex/ConfigItems/helper/
H A DConfigItemTest.cxx229 extern "C" void * SAL_CALL component_getFactory(const char* sImplName , in component_getFactory() argument
233 … return ::cppu::component_getFactoryHelper(sImplName, pServiceManager, pRegistryKey, lRegEntries); in component_getFactory()
/aoo42x/main/sw/source/ui/vba/
H A Dvbadocuments.cxx160 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaDocuments") ); in getServiceImplName() local
161 return sImplName; in getServiceImplName()
H A Dvbaoptions.cxx266 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaOptions") ); in getServiceImplName() local
267 return sImplName; in getServiceImplName()
H A Dvbatables.cxx130 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaTables") ); in getServiceImplName() local
131 return sImplName; in getServiceImplName()
H A Dvbasections.cxx168 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaSections") ); in getServiceImplName() local
169 return sImplName; in getServiceImplName()
H A Dvbawrapformat.cxx222 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaWrapFormat") ); in getServiceImplName() local
223 return sImplName; in getServiceImplName()
H A Dvbafont.cxx133 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("SwVbaFont") ); in getServiceImplName() local
134 return sImplName; in getServiceImplName()
/aoo42x/main/odk/examples/java/Inspector/
H A DInspectorAddon.java194 public static XSingleComponentFactory __getComponentFactory( String sImplName ) in __getComponentFactory() argument
197 if ( sImplName.equals( InspectorAddonImpl.class.getName() ) ) in __getComponentFactory()
/aoo42x/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx242 static rtl::OUString sImplName( RTL_CONSTASCII_USTRINGPARAM("ScVbaComboBox") ); in getServiceImplName() local
243 return sImplName; in getServiceImplName()
/aoo42x/main/comphelper/source/streaming/
H A Dmemorystream.cxx221 static const OUString sImplName( RTL_CONSTASCII_USTRINGPARAM( "com.sun.star.comp.MemoryStream" ) ); in getImplementationName_static() local
222 return sImplName; in getImplementationName_static()
/aoo42x/main/odk/examples/DevelopersGuide/Components/dialogcomponent/
H A DDialogComponent.java289 public static XSingleComponentFactory __getComponentFactory(String sImplName) in __getComponentFactory() argument
293 if ( sImplName.equals( _DialogComponent.class.getName() ) ) in __getComponentFactory()

Completed in 103 milliseconds

123456