Searched refs:FOLDER_PICKER_IMPL_NAME (Results 1 – 8 of 8) sorted by relevance
43 #define FOLDER_PICKER_IMPL_NAME "com.sun.star.ui.dialogs.Win32FolderPicker" macro
95 if ( pSrvManager && ( 0 == rtl_str_compare( pImplName, FOLDER_PICKER_IMPL_NAME ) ) ) in component_getFactory()
37 #define FOLDER_PICKER_IMPL_NAME "com.sun.star.ui.dialogs.SalGtkFolderPicker" macro
127 else if (0 == rtl_str_compare(pImplName, FOLDER_PICKER_IMPL_NAME)) in component_getFactory()
215 return rtl::OUString::createFromAscii( FOLDER_PICKER_IMPL_NAME ); in getImplementationName()
37 #define FOLDER_PICKER_IMPL_NAME "com.sun.star.ui.dialogs.SalAquaFolderPicker" macro
118 else if (0 == rtl_str_compare(pImplName, FOLDER_PICKER_IMPL_NAME)) in component_getFactory()
226 rtl::OUString retVal = rtl::OUString::createFromAscii( FOLDER_PICKER_IMPL_NAME ); in getImplementationName()
Completed in 35 milliseconds