Home
last modified time | relevance | path

Searched refs:ModuleType (Results 1 – 25 of 30) sorted by relevance

12

/aoo42x/main/oox/source/ole/
H A Dvbamodule.cxx59 mnType( ModuleType::UNKNOWN ), in VbaModule()
106 …OSL_ENSURE( mnType == ModuleType::UNKNOWN, "VbaModule::importDirRecords - multiple module type rec… in importDirRecords()
107 mnType = ModuleType::NORMAL; in importDirRecords()
112 mnType = ModuleType::DOCUMENT; in importDirRecords()
129 … OSL_ENSURE( mnType != ModuleType::UNKNOWN, "VbaModule::importDirRecords - missing module type" ); in importDirRecords()
187 aModuleInfo.ModuleType = mnType; in createModule()
192 case ModuleType::NORMAL: in createModule()
195 case ModuleType::CLASS: in createModule()
198 case ModuleType::FORM: in createModule()
203 case ModuleType::DOCUMENT: in createModule()
[all …]
H A Dvbaproject.cxx380 sal_Int32 nType = ModuleType::UNKNOWN; in importVba()
383 nType = ModuleType::DOCUMENT; in importVba()
390 nType = ModuleType::NORMAL; in importVba()
392 nType = ModuleType::CLASS; in importVba()
394 nType = ModuleType::FORM; in importVba()
396 if( (nType != ModuleType::UNKNOWN) && (aValue.getLength() > 0) ) in importVba()
480 OSL_ENSURE( pModule && (pModule->getType() == ModuleType::FORM), in importVba()
/aoo42x/main/filter/source/msfilter/
H A Dsvxmsbas.cxx334 case ModuleType::CLASS: in ImportCode_Impl()
338 case ModuleType::FORM: in ImportCode_Impl()
342 case ModuleType::DOCUMENT: in ImportCode_Impl()
346 case ModuleType::NORMAL: in ImportCode_Impl()
350 case ModuleType::UNKNOWN: in ImportCode_Impl()
362 if ( mType == ModuleType::CLASS ) in ImportCode_Impl()
432 sModuleInfo.ModuleType = mType; in ImportCode_Impl()
444 sModuleInfo.ModuleType = ModuleType::DOCUMENT; in ImportCode_Impl()
456 if ( sModuleInfo.ModuleType == ModuleType::FORM ) in ImportCode_Impl()
462 else if ( sModuleInfo.ModuleType == ModuleType::DOCUMENT ) in ImportCode_Impl()
H A Dmsvbasic.cxx401 return ModuleType::UNKNOWN; in GetModuleType()
444 mhModHash[ sThisDoc ] = ModuleType::CLASS; in Open()
454 mhModHash[ value ] = ModuleType::CLASS; in Open()
461 mhModHash[ value ] = ModuleType::FORM; in Open()
474 mhModHash[ value ] = ModuleType::DOCUMENT; in Open()
481 mhModHash[ value ] = ModuleType::NORMAL; in Open()
/aoo42x/main/basic/source/uno/
H A Dscriptcont.cxx218 switch( aModInfo.ModuleType ) in writeLibraryElement()
220 case ModuleType::NORMAL: in writeLibraryElement()
223 case ModuleType::CLASS: in writeLibraryElement()
226 case ModuleType::FORM: in writeLibraryElement()
229 case ModuleType::DOCUMENT: in writeLibraryElement()
232 case ModuleType::UNKNOWN: in writeLibraryElement()
327 aModInfo.ModuleType = ModuleType::UNKNOWN; in importLibraryElement()
331 aModInfo.ModuleType = ModuleType::NORMAL; in importLibraryElement()
336 aModInfo.ModuleType = ModuleType::CLASS; in importLibraryElement()
341 aModInfo.ModuleType = ModuleType::FORM; in importLibraryElement()
[all …]
/aoo42x/main/vbahelper/source/vbahelper/
H A Dvbaeventshelperbase.cxx180 if( getModuleType( aModuleName ) == script::ModuleType::NORMAL ) in changesOccurred()
267 case script::ModuleType::NORMAL: in getEventHandlerPath()
271 case script::ModuleType::DOCUMENT: in getEventHandlerPath()
318 return script::ModuleType::NORMAL; in getModuleType()
323 return mxModuleInfos->getModuleInfo( rModuleName ).ModuleType; in getModuleType()
/aoo42x/main/codemaker/source/idlmaker/
H A Didltype.hxx143 class ModuleType : public IdlType class
146 ModuleType(TypeReader& typeReader,
151 virtual ~ModuleType();
158 class ConstantsType : public ModuleType
H A Didltype.cxx1025 ModuleType::ModuleType(TypeReader& typeReader, in ModuleType() function in ModuleType
1033 ModuleType::~ModuleType() in ~ModuleType()
1038 sal_Bool ModuleType::dump(IdlOptions* pOptions) in dump()
1101 sal_Bool ModuleType::dumpHFile(FileStream& o) in dumpHFile()
1143 sal_Bool ModuleType::hasConstants() in hasConstants()
1166 : ModuleType(typeReader, typeName, typeMgr, typeDependencies) in ConstantsType()
1623 ModuleType mType(reader, typeName, typeMgr, typeDependencies); in produceType()
/aoo42x/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.hxx192 class ModuleType : public CorbaType class
195 ModuleType(TypeReader& typeReader,
201 virtual ~ModuleType();
208 class ConstantsType : public ModuleType
H A Dcorbatype.cxx2041 ModuleType::ModuleType(TypeReader& typeReader, in ModuleType() function in ModuleType
2050 ModuleType::~ModuleType() in ~ModuleType()
2056 sal_Bool ModuleType::hasConstants() in hasConstants()
2072 void ModuleType::dumpFunctions(FileStream& o) in dumpFunctions()
2076 sal_Bool ModuleType::dumpConversionFunctions(FileStream& o, TypeSet* allreadyDumped) in dumpConversionFunctions()
2099 : ModuleType(typeReader, typeName, typeMgr, typeDependencies, generatedConversions) in ConstantsType()
2646 ModuleType mType(reader, typeName, typeMgr, typeDependencies, generatedConversions); in produceType()
/aoo42x/main/basic/source/classes/
H A Dsb.cxx760 SetModuleType( ModuleType::CLASS ); in TYPEINIT1()
1064 mInfo.ModuleType = ModuleType::NORMAL; in MakeModule32()
1070 …ype mInfo %d", rtl::OUStringToOString( rName, RTL_TEXTENCODING_UTF8 ).getStr(), mInfo.ModuleType ); in MakeModule32()
1072 switch ( mInfo.ModuleType ) in MakeModule32()
1074 case ModuleType::DOCUMENT: in MakeModule32()
1080 case ModuleType::CLASS: in MakeModule32()
1082 p->SetModuleType( ModuleType::CLASS ); in MakeModule32()
1084 case ModuleType::FORM: in MakeModule32()
1358 if ( nType == ModuleType::DOCUMENT || nType == ModuleType::FORM ) in Find()
H A Dsbxmod.cxx154 if ( pMod->GetModuleType() == ModuleType::DOCUMENT ) in DocObjectWrapper()
523 SetModuleType( script::ModuleType::NORMAL ); in SbModule()
2150 SetModuleType( mInfo.ModuleType ); in SbObjModule()
2151 if ( mInfo.ModuleType == script::ModuleType::FORM ) in SbObjModule()
/aoo42x/main/codemaker/source/cunomaker/
H A Dcunotype.hxx187 class ModuleType : public CunoType class
190 ModuleType(TypeReader& typeReader,
195 virtual ~ModuleType();
205 class ConstantsType : public ModuleType
H A Dcunotype.cxx2509 ModuleType::ModuleType(TypeReader& typeReader, in ModuleType() function in ModuleType
2517 ModuleType::~ModuleType() in ~ModuleType()
2522 sal_Bool ModuleType::dump(CunoOptions* pOptions) in dump()
2630 sal_Bool ModuleType::dumpHFile(FileStream& o) in dumpHFile()
2658 sal_Bool ModuleType::dumpDeclaration(FileStream& o) in dumpDeclaration()
2685 sal_Bool ModuleType::hasConstants() in hasConstants()
2701 sal_Bool ModuleType::dumpCFile(FileStream& o) in dumpCFile()
2714 : ModuleType(typeReader, typeName, typeMgr, typeDependencies) in ConstantsType()
3400 ModuleType mType(reader, typeName, typeMgr, typeDependencies); in produceType()
/aoo42x/main/basctl/source/basicide/
H A Dbastype2.cxx84 sal_Int32 nType = script::ModuleType::NORMAL; in getModuleType()
89 nType = aModuleInfo.ModuleType; in getModuleType()
469 case script::ModuleType::DOCUMENT: in ImpCreateLibSubSubEntriesInVBAMode()
472 case script::ModuleType::FORM: in ImpCreateLibSubSubEntriesInVBAMode()
475 case script::ModuleType::NORMAL: in ImpCreateLibSubSubEntriesInVBAMode()
478 case script::ModuleType::CLASS: in ImpCreateLibSubSubEntriesInVBAMode()
H A Dbaside2.cxx1408 case script::ModuleType::DOCUMENT: in CreateEntryDescriptor()
1423 case script::ModuleType::FORM: in CreateEntryDescriptor()
1426 case script::ModuleType::NORMAL: in CreateEntryDescriptor()
1429 case script::ModuleType::CLASS: in CreateEntryDescriptor()
/aoo42x/main/sc/source/ui/vba/
H A Dvbaeventshelper.cxx535 REGISTER_EVENT( AUTO_##eventid, script::ModuleType::NORMAL, "Auto", eventname, -1, false ) in ScVbaEventsHelper()
537 …REGISTER_EVENT( WORKBOOK_##eventid, script::ModuleType::DOCUMENT, "Workbook", eventname, cancelind… in ScVbaEventsHelper()
539 …REGISTER_EVENT( WORKSHEET_##eventid, script::ModuleType::DOCUMENT, "Worksheet", eventname, canceli… in ScVbaEventsHelper()
540 …REGISTER_EVENT( (USERDEFINED_START + WORKSHEET_##eventid), script::ModuleType::DOCUMENT, "Workbook… in ScVbaEventsHelper()
647 …bool bExecuteEvent = (rInfo.mnModuleType != script::ModuleType::DOCUMENT) || ScVbaApplication::get… in implPrepareEvent()
H A Dvbaworkbooks.cxx124 sModuleInfo.ModuleType = script::ModuleType::DOCUMENT; in setUpDocumentModules()
/aoo42x/main/codemaker/source/cppumaker/
H A Dcpputype.hxx231 class ModuleType : public ConstantsType class
234 ModuleType(typereg::Reader& typeReader,
238 virtual ~ModuleType();
H A Dcpputype.cxx2273 ModuleType::ModuleType(typereg::Reader& typeReader, in ModuleType() function in ModuleType
2280 ModuleType::~ModuleType() in ~ModuleType()
2285 bool ModuleType::dumpFiles( in dumpFiles()
4241 ModuleType mType(reader, typeName, typeMgr); in produceType()
4376 ModuleType mType(reader, typeName, typeMgr); in produceType()
/aoo42x/main/basic/source/comp/
H A Dcodegen.cxx129 if( rMod.mnType == com::sun::star::script::ModuleType::CLASS ) in Save()
157 if ( rMod.mnType == com::sun::star::script::ModuleType::CLASS ) in Save()
158 rMod.mnType = com::sun::star::script::ModuleType::NORMAL; in Save()
H A Dparser.cxx141 bClassModule = ( pm->GetModuleType() == com::sun::star::script::ModuleType::CLASS ); in SbiParser()
800 aGen.GetModule().SetModuleType( com::sun::star::script::ModuleType::CLASS ); in Option()
/aoo42x/main/sw/source/ui/vba/
H A Dvbaeventshelper.cxx38 using namespace ::com::sun::star::script::ModuleType; in SwVbaEventsHelper()
/aoo42x/main/offapi/com/sun/star/script/
H A DModuleInfo.idl36 long ModuleType;
H A DModuleType.idl31 published constants ModuleType

Completed in 1251 milliseconds

12