Home
last modified time | relevance | path

Searched refs:ModuleName (Results 1 – 22 of 22) sorted by relevance

/trunk/main/basic/source/uno/
H A Dscriptcont.cxx1279 SfxScriptLibrary::getModuleInfo( const ::rtl::OUString& ModuleName ) throw (NoSuchElementException,… in getModuleInfo() argument
1281 if ( !hasModuleInfo( ModuleName ) ) in getModuleInfo()
1283 return mModuleInfos[ ModuleName ]; in getModuleInfo()
1287 SfxScriptLibrary::hasModuleInfo( const ::rtl::OUString& ModuleName ) throw (RuntimeException) in hasModuleInfo() argument
1290 ModuleInfoMap::iterator it = mModuleInfos.find( ModuleName ); in hasModuleInfo()
1298 void SAL_CALL SfxScriptLibrary::insertModuleInfo( const ::rtl::OUString& ModuleName, const script::… in insertModuleInfo() argument
1300 if ( hasModuleInfo( ModuleName ) ) in insertModuleInfo()
1302 mModuleInfos[ ModuleName ] = ModuleInfo; in insertModuleInfo()
1305 void SAL_CALL SfxScriptLibrary::removeModuleInfo( const ::rtl::OUString& ModuleName ) throw (NoSuch… in removeModuleInfo() argument
1308 if ( !hasModuleInfo( ModuleName ) ) in removeModuleInfo()
[all …]
/trunk/main/offapi/com/sun/star/script/vba/
H A DXVBAModuleInfo.idl42 com::sun::star::script::ModuleInfo getModuleInfo( [in] string ModuleName )
48 boolean hasModuleInfo( [in] string ModuleName );
52 void insertModuleInfo( [in] string ModuleName,
60 void removeModuleInfo( [in] string ModuleName )
H A DVBAScriptEventId.idl54 <p>The member <member>VBAScriptEvent::ModuleName</member> of the event
72 <p>The member <member>VBAScriptEvent::ModuleName</member> of the event
82 <p>The member <member>VBAScriptEvent::ModuleName</member> of the event
H A DXVBACompatibility.idl54 void broadcastVBAScriptEvent( [in] long Identifier, [in] string ModuleName );
H A DVBAScriptEvent.idl58 string ModuleName;
/trunk/main/basic/source/inc/
H A Dscriptcont.hxx181 …tar::script::ModuleInfo SAL_CALL getModuleInfo( const ::rtl::OUString& ModuleName ) throw (::com::…
182 …virtual sal_Bool SAL_CALL hasModuleInfo( const ::rtl::OUString& ModuleName ) throw (::com::sun::st…
183 …virtual void SAL_CALL insertModuleInfo( const ::rtl::OUString& ModuleName, const ::com::sun::star:…
184 …virtual void SAL_CALL removeModuleInfo( const ::rtl::OUString& ModuleName ) throw (::com::sun::sta…
/trunk/main/xml2cmp/source/xcd/
H A Dcr_index.cxx135 sCurModule = aModule.ModuleName(); in ReadFile()
150 if ( strlen(sOutputDirectory.str()) + strlen(i_rModule.ModuleName()) > 1000 ) in CreateHtmlFileName()
164 strcat( o_sOutputHtml, i_rModule.ModuleName() ); // STRCAT SAFE HERE in CreateHtmlFileName()
H A Dmain.cxx184 Simstr sLibPrefix = i_rData.ModuleName(); in Create_TypeInfo()
260 Simstr sLibPrefix = i_rData.ModuleName(); in Put2File_TypeInfo()
H A Dxmltree.hxx45 const Simstr & ModuleName() const;
H A Dxmltree.cxx85 ModuleDescription::ModuleName() const in ModuleName() function in ModuleDescription
/trunk/main/xml2cmp/source/finder/
H A Ddependy.cxx136 Simstr sModule = aModule.ModuleName(); in ReadFile()
/trunk/main/udkapi/com/sun/star/script/
H A DContextInformation.idl46 be accessed using the ModuleName or if the source is unknown (executing compiled
H A DXStarBasicAccess.idl70 void addModule( [in] string LibraryName, [in] string ModuleName,
H A DInterruptEngineEvent.idl58 be accessed using the ModuleName, or if the source is unknown (executing compiled
H A DXLibraryAccess.idl77 @param ModuleName the full qualified name of a module.
H A DXEngine.idl72 boolean compile( [in] string ModuleName,
/trunk/main/basic/source/basmgr/
H A Dbasmgr.cxx2528 …ual void SAL_CALL addModule( const ::rtl::OUString& LibraryName, const ::rtl::OUString& ModuleName,
2565 const ::rtl::OUString& ModuleName, in addModule()
2575 pLib->MakeModule32( ModuleName, Source ); in addModule()
/trunk/main/extensions/workben/
H A Dpythonautotest.cxx373 virtual Sequence< BYTE > getModuleCode(const UString& ModuleName) THROWS( (UsrSystemException) ) in getModuleCode() argument
/trunk/main/offapi/com/sun/star/ui/
H A DXUIElementFactoryRegistration.idl112 @param ModuleName
/trunk/main/offapi/com/sun/star/frame/
H A DXStatusbarController.idl84 <li><b>ModuleName</b><br/>a string which specifies the name of the
/trunk/main/sfx2/inc/sfx2/
H A Dsfxbasemodel.hxx423 virtual void SAL_CALL addModule( const OUSTRING& LibraryName, const OUSTRING& ModuleName,
/trunk/main/sfx2/source/doc/
H A Dsfxbasemodel.cxx712 …ALL SfxBaseModel::addModule( const ::rtl::OUString& LibraryName, const ::rtl::OUString& ModuleName, in addModule() argument
723 rxAccess->addModule( LibraryName, ModuleName, Language, Source ); in addModule()

Completed in 97 milliseconds