Home
last modified time | relevance | path

Searched refs:rModule (Results 1 – 11 of 11) sorted by relevance

/aoo4110/main/framework/source/uifactory/
H A Dfactoryconfiguration.cxx103 …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 Duielementfactorymanager.cxx116 …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()
/aoo4110/main/framework/inc/uifactory/
H A Dfactoryconfiguration.hxx70 …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 Duielementfactorymanager.hxx75 …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…
/aoo4110/main/sfx2/source/appl/
H A Dsfxhelp.cxx331 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()
/aoo4110/main/tools/source/generic/
H A Dsvlibrary.cxx93 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()
/aoo4110/main/svtools/source/svhtml/
H A Dhtmlsupp.cxx59 String& rModule ) in ParseScriptOptions() argument
67 rModule.Erase(); in ParseScriptOptions()
93 rModule = pOption->GetString(); in ParseScriptOptions()
/aoo4110/main/cui/source/options/
H A Dtreeopt.cxx213 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 …]
/aoo4110/main/svl/inc/svl/
H A Dondemand.hxx388 …const ::utl::TransliterationWrapper* getForModule( const String& rModule, LanguageType eLang ) … in getForModule() argument
392 pPtr->loadModuleByImplName( rModule, eLang ); in getForModule()
H A Dzforlist.hxx971 const String& rModule, LanguageType eLang ) const in GetTransliterationForModule() argument
972 { return xTransliteration.getForModule( rModule, eLang ); } in GetTransliterationForModule()
/aoo4110/main/svtools/inc/svtools/
H A Dparhtml.hxx260 String& rSrc, String& rLibrary, String& rModule );

Completed in 63 milliseconds