/aoo42x/main/oox/source/ole/ |
H A D | vbamodule.cxx | 59 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 D | vbaproject.cxx | 380 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 D | svxmsbas.cxx | 334 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 D | msvbasic.cxx | 401 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 D | scriptcont.cxx | 218 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 D | vbaeventshelperbase.cxx | 180 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 D | idltype.hxx | 143 class ModuleType : public IdlType class 146 ModuleType(TypeReader& typeReader, 151 virtual ~ModuleType(); 158 class ConstantsType : public ModuleType
|
H A D | idltype.cxx | 1025 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 D | corbatype.hxx | 192 class ModuleType : public CorbaType class 195 ModuleType(TypeReader& typeReader, 201 virtual ~ModuleType(); 208 class ConstantsType : public ModuleType
|
H A D | corbatype.cxx | 2041 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 D | sb.cxx | 760 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 D | sbxmod.cxx | 154 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 D | cunotype.hxx | 187 class ModuleType : public CunoType class 190 ModuleType(TypeReader& typeReader, 195 virtual ~ModuleType(); 205 class ConstantsType : public ModuleType
|
H A D | cunotype.cxx | 2509 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 D | bastype2.cxx | 84 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 D | baside2.cxx | 1408 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 D | vbaeventshelper.cxx | 535 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 D | vbaworkbooks.cxx | 124 sModuleInfo.ModuleType = script::ModuleType::DOCUMENT; in setUpDocumentModules()
|
/aoo42x/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 231 class ModuleType : public ConstantsType class 234 ModuleType(typereg::Reader& typeReader, 238 virtual ~ModuleType();
|
H A D | cpputype.cxx | 2273 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 D | codegen.cxx | 129 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 D | parser.cxx | 141 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 D | vbaeventshelper.cxx | 38 using namespace ::com::sun::star::script::ModuleType; in SwVbaEventsHelper()
|
/aoo42x/main/offapi/com/sun/star/script/ |
H A D | ModuleInfo.idl | 36 long ModuleType;
|
H A D | ModuleType.idl | 31 published constants ModuleType
|