/aoo4110/main/basic/source/uno/ |
H A D | scriptcont.cxx | 1279 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 …]
|
/aoo4110/main/offapi/com/sun/star/script/vba/ |
H A D | XVBAModuleInfo.idl | 42 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 D | VBAScriptEventId.idl | 54 <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 D | XVBACompatibility.idl | 54 void broadcastVBAScriptEvent( [in] long Identifier, [in] string ModuleName );
|
H A D | VBAScriptEvent.idl | 58 string ModuleName;
|
/aoo4110/main/basic/source/inc/ |
H A D | scriptcont.hxx | 181 …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…
|
/aoo4110/main/xml2cmp/source/xcd/ |
H A D | cr_index.cxx | 135 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 D | main.cxx | 184 Simstr sLibPrefix = i_rData.ModuleName(); in Create_TypeInfo() 260 Simstr sLibPrefix = i_rData.ModuleName(); in Put2File_TypeInfo()
|
H A D | xmltree.hxx | 45 const Simstr & ModuleName() const;
|
H A D | xmltree.cxx | 85 ModuleDescription::ModuleName() const in ModuleName() function in ModuleDescription
|
/aoo4110/main/xml2cmp/source/finder/ |
H A D | dependy.cxx | 136 Simstr sModule = aModule.ModuleName(); in ReadFile()
|
/aoo4110/main/udkapi/com/sun/star/script/ |
H A D | ContextInformation.idl | 46 be accessed using the ModuleName or if the source is unknown (executing compiled
|
H A D | XStarBasicAccess.idl | 70 void addModule( [in] string LibraryName, [in] string ModuleName,
|
H A D | InterruptEngineEvent.idl | 58 be accessed using the ModuleName, or if the source is unknown (executing compiled
|
H A D | XLibraryAccess.idl | 77 @param ModuleName the full qualified name of a module.
|
H A D | XEngine.idl | 72 boolean compile( [in] string ModuleName,
|
/aoo4110/main/basic/source/basmgr/ |
H A D | basmgr.cxx | 2528 …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()
|
/aoo4110/main/extensions/workben/ |
H A D | pythonautotest.cxx | 373 virtual Sequence< BYTE > getModuleCode(const UString& ModuleName) THROWS( (UsrSystemException) ) in getModuleCode() argument
|
/aoo4110/main/offapi/com/sun/star/ui/ |
H A D | XUIElementFactoryRegistration.idl | 112 @param ModuleName
|
/aoo4110/main/offapi/com/sun/star/frame/ |
H A D | XStatusbarController.idl | 84 <li><b>ModuleName</b><br/>a string which specifies the name of the
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | sfxbasemodel.hxx | 423 virtual void SAL_CALL addModule( const OUSTRING& LibraryName, const OUSTRING& ModuleName,
|
/aoo4110/main/sfx2/source/doc/ |
H A D | sfxbasemodel.cxx | 712 …ALL SfxBaseModel::addModule( const ::rtl::OUString& LibraryName, const ::rtl::OUString& ModuleName, in addModule() argument 723 rxAccess->addModule( LibraryName, ModuleName, Language, Source ); in addModule()
|