/aoo41x/main/framework/source/uifactory/ |
H A D | factoryconfiguration.cxx | 103 …getServiceFromCommandModule( const rtl::OUString& rCommandURL, const rtl::OUString& rModule ) const in getServiceFromCommandModule() 108 …::const_iterator pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rCommandURL, rModule )); in getServiceFromCommandModule() 112 else if ( rModule.getLength() ) in getServiceFromCommandModule() 123 …::getValueFromCommandModule( const rtl::OUString& rCommandURL, const rtl::OUString& rModule ) const in getValueFromCommandModule() 129 …::const_iterator pIter = m_aMenuControllerMap.find( getHashKeyFromStrings( rCommandURL, rModule )); in getValueFromCommandModule() 133 else if ( rModule.getLength() ) in getValueFromCommandModule() 148 const rtl::OUString& rModule, in addServiceToCommandModule() argument 155 rtl::OUString aHashKey = getHashKeyFromStrings( rCommandURL, rModule ); in addServiceToCommandModule() 161 const rtl::OUString& rModule ) in removeServiceFromCommandModule() argument 167 rtl::OUString aHashKey = getHashKeyFromStrings( rCommandURL, rModule ); in removeServiceFromCommandModule()
|
H A D | uielementfactorymanager.cxx | 116 …odule( const rtl::OUString& rType, const rtl::OUString& rName, const rtl::OUString& rModule ) const in getFactorySpecifierFromTypeNameModule() 123 m_aFactoryManagerMap.find( getHashKeyFromStrings( rType, rName, rModule )); in getFactorySpecifierFromTypeNameModule() 152 …t rtl::OUString& rType, const rtl::OUString& rName, const rtl::OUString& rModule, const rtl::OUStr… in addFactorySpecifierToTypeNameModule() argument 158 rtl::OUString aHashKey = getHashKeyFromStrings( rType, rName, rModule ); in addFactorySpecifierToTypeNameModule() 169 …eNameModule( const rtl::OUString& rType, const rtl::OUString& rName, const rtl::OUString& rModule ) in removeFactorySpecifierFromTypeNameModule() argument 175 rtl::OUString aHashKey = getHashKeyFromStrings( rType, rName, rModule ); in removeFactorySpecifierFromTypeNameModule() 355 …ny& aElement, rtl::OUString& rType, rtl::OUString& rName, rtl::OUString& rModule, rtl::OUString& r… in impl_getElementProps() argument 367 xPropertySet->getPropertyValue( m_aPropModule ) >>= rModule; in impl_getElementProps()
|
/aoo41x/main/framework/inc/uifactory/ |
H A D | factoryconfiguration.hxx | 70 …etServiceFromCommandModule( const rtl::OUString& rCommandURL, const rtl::OUString& rModule ) const; 71 … getValueFromCommandModule( const rtl::OUString& rCommandURL, const rtl::OUString& rModule ) const; 72 …eToCommandModule( const rtl::OUString& rCommandURL, const rtl::OUString& rModule, const rtl::OUStr… 73 … removeServiceFromCommandModule( const rtl::OUString& rCommandURL, const rtl::OUString& rModule );
|
H A D | uielementfactorymanager.hxx | 75 …dule( const rtl::OUString& rType, const rtl::OUString& rName, const rtl::OUString& rModule ) const; 76 …t rtl::OUString& rType, const rtl::OUString& rName, const rtl::OUString& rModule, const rtl::OUStr… 77 …NameModule( const rtl::OUString& rType, const rtl::OUString& rName, const rtl::OUString& rModule ); 100 …ny& rElement, rtl::OUString& rType, rtl::OUString& rName, rtl::OUString& rModule, rtl::OUString& r…
|
/aoo41x/main/sfx2/source/appl/ |
H A D | sfxhelp.cxx | 331 static String GetHelpText( const rtl::OUString& aCommandURL, const String& rModule ); 332 sal_Bool HasModule( const ::rtl::OUString& rModule ); // module installed 374 String SfxHelp_Impl::GetHelpText( const rtl::OUString& aCommandURL, const String& rModule ) in GetHelpText() argument 377 String aHelpURL = SfxHelp::CreateHelpURL( aCommandURL, rModule ); in GetHelpText() 392 sal_Bool SfxHelp_Impl::HasModule( const ::rtl::OUString& rModule ) in HasModule() argument 396 …return ( ::std::find( m_aModulesList.begin(), m_aModulesList.end(), rModule ) != m_aModulesList.en… in HasModule()
|
/aoo41x/main/tools/source/generic/ |
H A D | svlibrary.cxx | 93 bool SvLibrary::LoadModule( osl::Module& rModule, const rtl::OUString& rLibName, ::oslGenericFuncti… in LoadModule() argument 116 bLoaded = rModule.load( aMod, mode ); in LoadModule() 122 bLoaded = rModule.loadRelative( baseModule, rLibName, mode ); in LoadModule()
|
/aoo41x/main/svtools/source/svhtml/ |
H A D | htmlsupp.cxx | 59 String& rModule ) in ParseScriptOptions() argument 67 rModule.Erase(); in ParseScriptOptions() 93 rModule = pOption->GetString(); in ParseScriptOptions()
|
/aoo41x/main/cui/source/options/ |
H A D | treeopt.cxx | 213 if ( sTemp == rModule ) in setGroupName() 230 if ( sTemp == rModule ) in getGroupName() 243 if ( rModule == C2U("Writer") ) in getGroupName() 245 else if ( rModule == C2U("WriterWeb") ) in getGroupName() 247 else if ( rModule == C2U("Calc") ) in getGroupName() 249 else if ( rModule == C2U("Impress") ) in getGroupName() 251 else if ( rModule == C2U("Draw") ) in getGroupName() 253 else if ( rModule == C2U("Math") ) in getGroupName() 255 else if ( rModule == C2U("Base") ) in getGroupName() 268 static sal_uInt16 getGroupNodeId( const rtl::OUString& rModule ) in getGroupNodeId() argument [all …]
|
/aoo41x/main/svl/inc/svl/ |
H A D | ondemand.hxx | 388 …const ::utl::TransliterationWrapper* getForModule( const String& rModule, LanguageType eLang ) … in getForModule() argument 392 pPtr->loadModuleByImplName( rModule, eLang ); in getForModule()
|
H A D | zforlist.hxx | 971 const String& rModule, LanguageType eLang ) const in GetTransliterationForModule() argument 972 { return xTransliteration.getForModule( rModule, eLang ); } in GetTransliterationForModule()
|
/aoo41x/main/svtools/inc/svtools/ |
H A D | parhtml.hxx | 260 String& rSrc, String& rLibrary, String& rModule );
|