Home
last modified time | relevance | path

Searched refs:FOLDER_PICKER_IMPL_NAME (Results 1 – 8 of 8) sorted by relevance

/trunk/main/fpicker/source/win32/folderpicker/
H A DFOPServiceInfo.hxx43 #define FOLDER_PICKER_IMPL_NAME "com.sun.star.ui.dialogs.Win32FolderPicker" macro
H A DFopentry.cxx95 if ( pSrvManager && ( 0 == rtl_str_compare( pImplName, FOLDER_PICKER_IMPL_NAME ) ) ) in component_getFactory()
/trunk/main/fpicker/source/aqua/
H A DFPServiceInfo.hxx37 #define FOLDER_PICKER_IMPL_NAME "com.sun.star.ui.dialogs.SalAquaFolderPicker" macro
H A DFPentry.cxx118 else if (0 == rtl_str_compare(pImplName, FOLDER_PICKER_IMPL_NAME)) in component_getFactory()
H A DSalAquaFolderPicker.cxx226 rtl::OUString retVal = rtl::OUString::createFromAscii( FOLDER_PICKER_IMPL_NAME ); in getImplementationName()
/trunk/main/fpicker/source/unx/gnome/
H A DFPServiceInfo.hxx37 #define FOLDER_PICKER_IMPL_NAME "com.sun.star.ui.dialogs.SalGtkFolderPicker" macro
H A DFPentry.cxx127 else if (0 == rtl_str_compare(pImplName, FOLDER_PICKER_IMPL_NAME)) in component_getFactory()
H A DSalGtkFolderPicker.cxx215 return rtl::OUString::createFromAscii( FOLDER_PICKER_IMPL_NAME ); in getImplementationName()

Completed in 24 milliseconds