Searched refs:sModuleIdentifier (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/desktop/source/migration/ |
H A D | migration.cxx | 84 …retrieveLabelFromCommand(const ::rtl::OUString& sCommand, const ::rtl::OUString& sModuleIdentifier) in retrieveLabelFromCommand() argument 92 uno::Any a = xNameAccess->getByName( sModuleIdentifier ); in retrieveLabelFromCommand() 290 …::rtl::OUString sModuleIdentifier = mapModuleShortNameToIdentifier(vModulesInfo[i].sModuleShortNam… in doMigration() 291 if (sModuleIdentifier.getLength()==0) in doMigration() 321 …mergeOldToNewVersion(xCfgManager, xNewVersionMenuSettings, sModuleIdentifier, sMenubarResourceURL); in doMigration() 336 …mergeOldToNewVersion(xCfgManager, xNewVersionToolbarSettings, sModuleIdentifier, sToolbarResourceU… in doMigration() 1167 const ::rtl::OUString& sModuleIdentifier, in mergeOldToNewVersion() 1223 aPropSeq[1].Value <<= retrieveLabelFromCommand(it->m_sCommandURL, sModuleIdentifier); in mergeOldToNewVersion() 1337 …::rtl::OUString sModuleIdentifier = mapModuleShortNameToIdentifier(vModulesInfo[i].sModuleShortNam… in init() 1338 if (sModuleIdentifier.getLength() > 0) in init() [all …]
|
H A D | migration_impl.hxx | 223 const ::rtl::OUString& sModuleIdentifier,
|
/aoo4110/main/dbaccess/source/core/recovery/ |
H A D | subcomponentrecovery.cxx | 491 const ::rtl::OUString sModuleIdentifier = xModuleManager->identify( m_xComponent ); in impl_identifyComponent_throw() local 496 … m_aCompDesc.bForEditing = sModuleIdentifier.equalsAscii( "com.sun.star.sdb.TableDesign" ); in impl_identifyComponent_throw() 500 … m_aCompDesc.bForEditing = sModuleIdentifier.equalsAscii( "com.sun.star.sdb.QueryDesign" ); in impl_identifyComponent_throw() 504 if ( sModuleIdentifier.equalsAscii( "com.sun.star.report.ReportDefinition" ) ) in impl_identifyComponent_throw() 517 if ( sModuleIdentifier.equalsAscii( "com.sun.star.sdb.RelationDesign" ) ) in impl_identifyComponent_throw()
|
/aoo4110/main/sfx2/source/sidebar/ |
H A D | CommandInfoProvider.cxx | 320 const OUString sModuleIdentifier (GetModuleIdentifier()); in GetCommandProperties() local 321 if (sModuleIdentifier.getLength() > 0) in GetCommandProperties() 329 if (xNameAccess->getByName(sModuleIdentifier) >>= xUICommandLabels) in GetCommandProperties()
|
/aoo4110/main/sd/source/ui/dlg/ |
H A D | dlgass.cxx | 1771 ::rtl::OUString sModuleIdentifier ( in GetUiTextForCommand() 1779 Any a = xNameAccess->getByName(sModuleIdentifier); in GetUiTextForCommand() 1833 ::rtl::OUString sModuleIdentifier ( in GetUiIconForCommand() 1842 xSupplier->getUIConfigurationManager(sModuleIdentifier)); in GetUiIconForCommand()
|
/aoo4110/main/svx/source/form/ |
H A D | fmdocumentclassification.cxx | 133 ::rtl::OUString sModuleIdentifier; in classifyDocument()
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | dockwin.cxx | 210 ::rtl::OUString sModuleIdentifier = xModuleManager->identify( xFrame ); in SfxDockingWrapper() 213 … xWindowStateConfiguration->getByName( sModuleIdentifier ), in SfxDockingWrapper()
|
Completed in 57 milliseconds