Lines Matching refs:pImplName

259 	const sal_Char * pImplName, void * pServiceManager, void *  )  in component_getFactory()  argument
266 if( rtl_str_compare( pImplName, "com.sun.star.drawing.SvxUnoColorTable" ) == 0 ) in component_getFactory()
273 else if ( rtl_str_compare( pImplName, "com.sun.star.drawing.EnhancedCustomShapeEngine" ) == 0 ) in component_getFactory()
280 else if( rtl_str_compare( pImplName, "com.sun.star.drawing.SvxShapeCollection" ) == 0 ) in component_getFactory()
287 else if( svx::RecoveryUI::st_getImplementationName().equalsAscii( pImplName ) ) in component_getFactory()
294 else if( svx::GraphicExporter_getImplementationName().equalsAscii( pImplName ) ) in component_getFactory()
301 … else if ( svx::FontHeightToolBoxControl::getImplementationName_Static().equalsAscii( pImplName ) ) in component_getFactory()
308 …else if ( svx::FindTextToolbarController::getImplementationName_Static().equalsAscii( pImplName ) ) in component_getFactory()
315 …se if ( svx::DownSearchToolboxController::getImplementationName_Static().equalsAscii( pImplName ) ) in component_getFactory()
322 …else if ( svx::UpSearchToolboxController::getImplementationName_Static().equalsAscii( pImplName ) ) in component_getFactory()
329 else if ( svx::FindbarDispatcher::getImplementationName_Static().equalsAscii( pImplName ) ) in component_getFactory()
336 else if( ::unogallery::GalleryThemeProvider_getImplementationName().equalsAscii( pImplName ) ) in component_getFactory()
343 …nglayer::primitive2d::PrimitiveFactory2D::getImplementationName_Static().equalsAscii( pImplName ) ) in component_getFactory()
351 else if( ::svx::SvXMLGraphicImportHelper_getImplementationName().equalsAscii( pImplName ) ) in component_getFactory()
359 else if( ::svx::SvXMLGraphicExportHelper_getImplementationName().equalsAscii( pImplName ) ) in component_getFactory()
367 else if (::svx::sidebar::PanelFactory::getImplementationName().equalsAscii(pImplName)) in component_getFactory()