Home
last modified time | relevance | path

Searched refs:ResourceManager (Results 1 – 25 of 85) sorted by relevance

1234

/trunk/main/sfx2/source/sidebar/
H A DResourceManager.cxx53 class ResourceManager::Deleter
63 ResourceManager& ResourceManager::Instance (void) in Instance()
65 static ResourceManager maInstance; in Instance()
72 ResourceManager::ResourceManager (void) in ResourceManager() function in sfx2::sidebar::ResourceManager
84 ResourceManager::~ResourceManager (void) in ~ResourceManager()
129 void ResourceManager::SetIsDeckEnabled ( in SetIsDeckEnabled()
150 const ResourceManager::DeckContextDescriptorContainer& ResourceManager::GetMatchingDecks ( in GetMatchingDecks()
193 const ResourceManager::PanelContextDescriptorContainer& ResourceManager::GetMatchingPanels ( in GetMatchingPanels()
241 void ResourceManager::ReadDeckList (void) in ReadDeckList()
359 void ResourceManager::ReadContextList ( in ReadContextList()
[all …]
H A DSidebarController.cxx436 ResourceManager::DeckContextDescriptorContainer aDecks; in UpdateConfigurations()
437 ResourceManager::Instance().GetMatchingDecks ( in UpdateConfigurations()
450 for (ResourceManager::DeckContextDescriptorContainer::const_iterator in UpdateConfigurations()
480 *ResourceManager::Instance().GetDeckDescriptor(sNewDeckId), in UpdateConfigurations()
517 … const DeckDescriptor* pDeckDescriptor = ResourceManager::Instance().GetDeckDescriptor(rsDeckId); in SwitchToDeck()
552 ResourceManager::PanelContextDescriptorContainer aPanelContextDescriptors; in SwitchToDeck()
553 ResourceManager::Instance().GetMatchingPanels( in SwitchToDeck()
609 const ResourceManager::PanelContextDescriptor& rPanelContexDescriptor ( in SwitchToDeck()
699 …const PanelDescriptor* pPanelDescriptor = ResourceManager::Instance().GetPanelDescriptor(rsPanelId… in CreatePanel()
1194 const ResourceManager& rResourceManager (ResourceManager::Instance()); in UpdateTitleBarIcons()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Util/
H A DController.java29 import org.openoffice.setup.ResourceManager;
42 String title = ResourceManager.getString("String_Error"); in checkPackagePathExistence()
70 String osstring = ResourceManager.getString("String_Operating_System"); in checkPackageFormat()
71 String formatstring = ResourceManager.getString("String_Packageformat"); in checkPackageFormat()
73 String title = ResourceManager.getString("String_Error"); in checkPackageFormat()
144 String title = ResourceManager.getString("String_Error"); in createdSubDirectory()
151 String title = ResourceManager.getString("String_Error"); in createdSubDirectory()
176 String title = ResourceManager.getString("String_Error"); in createdDirectory()
229 String title = ResourceManager.getString("String_Error"); in checkForNewerVersion()
243 + ResourceManager.getString("String_Root_Privileges_Required_2"); in checkForUidFile()
[all …]
H A DCalculator.java29 import org.openoffice.setup.ResourceManager;
73 String message = ResourceManager.getString("String_Discspace_Insufficient") + "\n" + in notEnoughDiscSpace()
74ResourceManager.getString("String_Discspace_Required") + ": " + installationSize + " kB." + "\n" + in notEnoughDiscSpace()
75ResourceManager.getString("String_Discspace_Available") + ": " + availableDiscSpace + " kB." + "\n… in notEnoughDiscSpace()
76 ResourceManager.getString("String_Discspace_Tip"); in notEnoughDiscSpace()
77 String title = ResourceManager.getString("String_Error"); in notEnoughDiscSpace()
/trunk/main/sd/source/ui/framework/module/
H A DResourceManager.cxx52 class ResourceManager::MainViewContainer
64 ResourceManager::ResourceManager ( in ResourceManager() function in sd::framework::ResourceManager
98 ResourceManager::~ResourceManager (void) in ~ResourceManager()
105 void ResourceManager::AddActiveMainView ( in AddActiveMainView()
114 void SAL_CALL ResourceManager::disposing (void) in disposing()
126 void ResourceManager::Enable (void) in Enable()
135 void ResourceManager::Disable (void) in Disable()
203 void ResourceManager::UpdateForMainViewShell (void) in UpdateForMainViewShell()
231 void ResourceManager::HandleMainViewSwitch ( in HandleMainViewSwitch()
247 void ResourceManager::HandleResourceRequest( in HandleResourceRequest()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Controller/
H A DChooseComponentsCtrl.java30 import org.openoffice.setup.ResourceManager;
94 String dialogTitle = ResourceManager.getString("String_ChooseComponents1_Maintain"); in beforeShow()
170 … String message = ResourceManager.getString("String_No_Language_Selected_1") + "\n" + in afterShow()
171 ResourceManager.getString("String_No_Language_Selected_2"); in afterShow()
172 String title = ResourceManager.getString("String_Change_Selection"); in afterShow()
177 … String message = ResourceManager.getString("String_No_Application_Selected_1") + "\n" + in afterShow()
178 ResourceManager.getString("String_No_Application_Selected_2"); in afterShow()
179 String title = ResourceManager.getString("String_Change_Selection"); in afterShow()
184 … String message = ResourceManager.getString("String_No_Components_Selected_1") + "\n" + in afterShow()
185 ResourceManager.getString("String_No_Components_Selected_2"); in afterShow()
[all …]
H A DChooseUninstallationComponentsCtrl.java29 import org.openoffice.setup.ResourceManager;
74 … String message = ResourceManager.getString("String_No_Uninstallcomponents_Selected_1") + "\n" + in afterShow()
75ResourceManager.getString("String_No_Uninstallcomponents_Selected_2"); in afterShow()
76 String title = ResourceManager.getString("String_Nothing_To_Uninstall"); in afterShow()
96 … String message = ResourceManager.getString("String_All_Applicationcomponents_Selected_1") + "\n" + in afterShow()
97ResourceManager.getString("String_All_Applicationcomponents_Selected_2"); in afterShow()
98 String title = ResourceManager.getString("String_Change_Selection"); in afterShow()
108 … String message = ResourceManager.getString("String_All_Languagecomponents_Selected_1") + "\n" + in afterShow()
109ResourceManager.getString("String_All_Languagecomponents_Selected_2"); in afterShow()
110 String title = ResourceManager.getString("String_Change_Selection"); in afterShow()
H A DChooseDirectoryCtrl.java32 import org.openoffice.setup.ResourceManager;
149 String title = ResourceManager.getString("String_ChooseDirectory4_Question_Title"); in afterShow()
151 message = ResourceManager.getString("String_ChooseDirectory5_Question_Message"); in afterShow()
212 …String message = ResourceManager.getString("String_Newer_Version_Installed_Found") + "\n" + data.g… in afterShow()
213ResourceManager.getString("String_Newer_Version_Database") + ": " + data.getDatabasePath() + "\n" + in afterShow()
214 ResourceManager.getString("String_Newer_Version_Tip"); in afterShow()
215 String title = ResourceManager.getString("String_Error"); in afterShow()
230 …String message = ResourceManager.getString("String_Older_Version_Installed_Found") + "\n" + data.g… in afterShow()
231ResourceManager.getString("String_Newer_Version_Database") + ": " + data.getDatabasePath() + "\n" + in afterShow()
232 ResourceManager.getString("String_Newer_Version_Tip"); in afterShow()
[all …]
H A DUninstallationCompletedCtrl.java29 import org.openoffice.setup.ResourceManager;
62 … String dialogText = ResourceManager.getString("String_UninstallationCompleted2_Partial"); in beforeShow()
67 String titleText = ResourceManager.getString("String_UninstallationCompleted1_Abort"); in beforeShow()
69 String dialogText = ResourceManager.getString("String_UninstallationCompleted2_Abort"); in beforeShow()
72 String titleText = ResourceManager.getString("String_UninstallationCompleted1_Error"); in beforeShow()
74 String dialogText = ResourceManager.getString("String_UninstallationCompleted2_Error"); in beforeShow()
H A DInstallationCompletedCtrl.java31 import org.openoffice.setup.ResourceManager;
63 String titleText = ResourceManager.getString("String_InstallationCompleted1_Abort"); in beforeShow()
65 String dialogText = ResourceManager.getString("String_InstallationCompleted2_Abort"); in beforeShow()
68 String titleText = ResourceManager.getString("String_InstallationCompleted1_Error"); in beforeShow()
70 String dialogText = ResourceManager.getString("String_InstallationCompleted2_Error"); in beforeShow()
/trunk/main/formula/source/core/resource/
H A Dcore_resource.cxx42 ::osl::Mutex ResourceManager::s_aMutex;
43 sal_Int32 ResourceManager::s_nClients = 0;
44 ResMgr* ResourceManager::m_pImpl = NULL;
47 void ResourceManager::ensureImplExists() in ensureImplExists()
60 ::rtl::OUString ResourceManager::loadString(sal_uInt16 _nResId) in loadString()
72 …::rtl::OUString ResourceManager::loadString( sal_uInt16 _nResId, const sal_Char* _pPlaceholderAsci… in loadString()
79 void ResourceManager::registerClient() in registerClient()
86 void ResourceManager::revokeClient() in revokeClient()
95 ResMgr* ResourceManager::getResManager() in getResManager()
/trunk/main/dbaccess/source/core/resource/
H A Dcore_resource.cxx48 ::osl::Mutex ResourceManager::s_aMutex;
49 sal_Int32 ResourceManager::s_nClients = 0;
50 ResMgr* ResourceManager::m_pImpl = NULL;
53 void ResourceManager::ensureImplExists() in ensureImplExists()
66 ::rtl::OUString ResourceManager::loadString(sal_uInt16 _nResId) in loadString()
78 …::rtl::OUString ResourceManager::loadString( sal_uInt16 _nResId, const sal_Char* _pPlaceholderAsci… in loadString()
86 …::rtl::OUString ResourceManager::loadString( sal_uInt16 _nResId, const sal_Char* _pPlaceholderAsci… in loadString()
96 void ResourceManager::registerClient() in registerClient()
103 void ResourceManager::revokeClient() in revokeClient()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/
H A DSetupFrame.java84 StringPrevious = ResourceManager.getString("String_Previous"); in SetupFrame()
85 StringNext = ResourceManager.getString("String_Next"); in SetupFrame()
86 StringCancel = ResourceManager.getString("String_Cancel"); in SetupFrame()
87 StringFinish = ResourceManager.getString("String_Finish"); in SetupFrame()
88 StringHelp = ResourceManager.getString("String_Help"); in SetupFrame()
92 StringAppTitle = ResourceManager.getString("String_ApplicationTitle"); in SetupFrame()
94 … StringAppTitle = ResourceManager.getString("String_ApplicationTitleUninstallation"); in SetupFrame()
100 IconStarOffice = ResourceManager.getIconFromPath(iconFile); in SetupFrame()
241 mPreviousButton.setIcon(ResourceManager.getIcon("Icon_Previous")); in initFrame()
242 mNextButton.setIcon(ResourceManager.getIcon("Icon_Next")); in initFrame()
H A DSetupActionListener.java48 StringCancelDialog = ResourceManager.getString("String_Cancel_Dialog"); in actionPerformed()
50 … StringCancelDialog = ResourceManager.getString("String_Cancel_Dialog_Uninstallation"); in actionPerformed()
52 … StringCancelDialogTitle = ResourceManager.getString("String_Cancel_Dialog_Title"); in actionPerformed()
65 StringStopDialog = ResourceManager.getString("String_Stop_Dialog"); in actionPerformed()
66 StringStopDialogTitle = ResourceManager.getString("String_Stop_Dialog_Title"); in actionPerformed()
68 StringStopDialog = ResourceManager.getString("String_Stop_Dialog_Uninstallation"); in actionPerformed()
69 …StringStopDialogTitle = ResourceManager.getString("String_Stop_Dialog_Title_Uninstallation"); … in actionPerformed()
/trunk/main/formula/source/core/inc/
H A Dcore_resource.hxx37 #define FORMULA_RES( id ) ResourceManager::loadString( id )
38 #define FORMULA_RES_PARAM( id, ascii, replace ) ResourceManager::loadString( id, ascii, replace )
47 class ResourceManager class
56 ResourceManager() { } in ResourceManager() function in formula::ResourceManager
57 ~ResourceManager() { } in ~ResourceManager()
97 OModuleClient() { ResourceManager::registerClient(); } in OModuleClient()
98 ~OModuleClient() { ResourceManager::revokeClient(); } in ~OModuleClient()
/trunk/main/dbaccess/source/core/inc/
H A Dcore_resource.hxx37 #define DBA_RES( id ) ResourceManager::loadString( id )
38 #define DBA_RES_PARAM( id, ascii, replace ) ResourceManager::loadString( id, ascii, replace )
47 class ResourceManager class
56 ResourceManager() { } in ResourceManager() function in dbaccess::ResourceManager
57 ~ResourceManager() { } in ~ResourceManager()
116 OModuleClient() { ResourceManager::registerClient(); } in OModuleClient()
117 ~OModuleClient() { ResourceManager::revokeClient(); } in ~OModuleClient()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/Panel/
H A DChooseInstallationType.java29 import org.openoffice.setup.ResourceManager;
56 String titleText = ResourceManager.getString("String_ChooseInstallationType1"); in ChooseInstallationType()
57 String subtitleText = ResourceManager.getString("String_ChooseInstallationType2"); in ChooseInstallationType()
65 String borderTitle = ResourceManager.getString("String_ChooseInstallationType3"); in ChooseInstallationType()
77 String typicalText = ResourceManager.getString("String_ChooseInstallationType4"); in ChooseInstallationType()
80 String customText = ResourceManager.getString("String_ChooseInstallationType5"); in ChooseInstallationType()
86 String typicalButtonText = ResourceManager.getString("String_ChooseInstallationType6"); in ChooseInstallationType()
91 String customButtonText = ResourceManager.getString("String_ChooseInstallationType7"); in ChooseInstallationType()
H A DChooseUninstallationType.java29 import org.openoffice.setup.ResourceManager;
56 String titleText = ResourceManager.getString("String_ChooseUninstallationType1"); in ChooseUninstallationType()
57 String subtitleText = ResourceManager.getString("String_ChooseUninstallationType2"); in ChooseUninstallationType()
62 String borderTitle = ResourceManager.getString("String_ChooseUninstallationType1"); in ChooseUninstallationType()
74 String completeText = ResourceManager.getString("String_ChooseUninstallationType4"); in ChooseUninstallationType()
77 String customText = ResourceManager.getString("String_ChooseUninstallationType5"); in ChooseUninstallationType()
83 … String completeButtonText = ResourceManager.getString("String_ChooseUninstallationType6"); in ChooseUninstallationType()
87 … String customButtonText = ResourceManager.getString("String_ChooseUninstallationType3"); in ChooseUninstallationType()
H A DPrologue.java29 import org.openoffice.setup.ResourceManager;
45 String titleText = ResourceManager.getString("String_Prologue1"); in Prologue()
53 String text1 = ResourceManager.getString("String_Prologue2"); in Prologue()
56 String text2 = ResourceManager.getString("String_Prologue3"); in Prologue()
64 String text3 = ResourceManager.getString("String_Prologue4"); in Prologue()
H A DAcceptLicense.java29 import org.openoffice.setup.ResourceManager;
46 String titletext = ResourceManager.getString("String_AcceptLicense1"); in AcceptLicense()
53 String text1 = ResourceManager.getString("String_AcceptLicense2"); in AcceptLicense()
56 String text2 = ResourceManager.getString("String_AcceptLicense3"); in AcceptLicense()
78 String licenseFile = ResourceManager.getFileName("String_License_Filename"); in createEditorPane()
H A DinstallationCompleted.java28 import org.openoffice.setup.ResourceManager;
54 String titleText = ResourceManager.getString("String_InstallationCompleted1"); in installationCompleted()
62 String dialogText = ResourceManager.getString("String_InstallationCompleted2"); in installationCompleted()
64 String text2 = ResourceManager.getString("String_InstallationCompleted3"); in installationCompleted()
69 String buttonText = ResourceManager.getString("String_InstallationCompleted_Button"); in installationCompleted()
/trunk/main/forms/source/resource/
H A Dfrm_resource.cxx45 SimpleResMgr* ResourceManager::m_pImpl = NULL;
48 ResourceManager::EnsureDelete::~EnsureDelete() in ~EnsureDelete()
50 delete ResourceManager::m_pImpl; in ~EnsureDelete()
54 void ResourceManager::ensureImplExists() in ensureImplExists()
66 static ResourceManager::EnsureDelete s_aDeleteTheImplClas; in ensureImplExists()
71 ::rtl::OUString ResourceManager::loadString(sal_uInt16 _nResId) in loadString()
/trunk/main/reportdesign/source/core/resource/
H A Dcore_resource.cxx48 SimpleResMgr* ResourceManager::m_pImpl = NULL;
51 ResourceManager::EnsureDelete::~EnsureDelete() in ~EnsureDelete()
53 delete ResourceManager::m_pImpl; in ~EnsureDelete()
57 …void ResourceManager::ensureImplExists(const uno::Reference< lang::XMultiComponentFactory >& /* _r… in ensureImplExists()
62 static ResourceManager::EnsureDelete s_aDeleteTheImplClass; in ensureImplExists()
72 …::rtl::OUString ResourceManager::loadString(sal_uInt16 _nResId,const uno::Reference< lang::XMultiC… in loadString()
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/PanelHelper/
H A DTreeNodeRenderer.java28 import org.openoffice.setup.ResourceManager;
44 InstallIcon = ResourceManager.getIcon("Icon_Install"); in TreeNodeRenderer()
45 InstalledIcon = ResourceManager.getIcon("Icon_Installed"); in TreeNodeRenderer()
46 DontInstallIcon = ResourceManager.getIcon("Icon_DontInstall"); in TreeNodeRenderer()
47 DontKnowIcon = ResourceManager.getIcon("Icon_DontKnow"); in TreeNodeRenderer()
48 RemoveIcon = ResourceManager.getIcon("Icon_Remove"); in TreeNodeRenderer()
/trunk/main/winaccessibility/source/service/
H A DAccResource.cxx42 SimpleResMgr* ResourceManager::m_pImpl = NULL;
45 ResourceManager::EnsureDelete::~EnsureDelete() in ~EnsureDelete()
47 delete ResourceManager::m_pImpl; in ~EnsureDelete()
51 void ResourceManager::ensureImplExists() in ensureImplExists()
74 ::rtl::OUString ResourceManager::loadString(sal_uInt16 _nResId) in loadString()

Completed in 105 milliseconds

1234