Searched refs:OBJ_TYPE_MODULE (Results 1 – 7 of 7) sorted by relevance
/aoo4110/main/basctl/source/basicide/ |
H A D | moduldlg.cxx | 124 bool bSuccess = ( eType == OBJ_TYPE_MODULE ) in EditedEntry() 249 if ( ( eSourceType == OBJ_TYPE_MODULE && rDestDoc.hasModule( aDestLibName, aSourceName ) ) || in NotifyAcceptDrop() 386 if ( eType == OBJ_TYPE_MODULE ) // module in NotifyCopyingMoving() 433 if ( eType == OBJ_TYPE_MODULE ) // module in NotifyCopyingMoving() 895 if ( ( eType == OBJ_TYPE_MODULE && QueryDelModule( aName, this ) ) || in DeleteCurrent() 914 if ( eType == OBJ_TYPE_MODULE ) in DeleteCurrent() 1036 … SvLBoxEntry* pEntry = rBasicBox.FindEntry( pSubRootEntry, aModName, OBJ_TYPE_MODULE ); in createModImpl() 1044 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_MODULE ) ) ); in createModImpl()
|
H A D | bastype3.cxx | 227 case OBJ_TYPE_MODULE: in FindVariable() 334 case OBJ_TYPE_MODULE: in GetEntryDescriptor() 393 case OBJ_TYPE_MODULE: in ConvertType() 441 case OBJ_TYPE_MODULE: in IsValidEntry()
|
H A D | bastype2.cxx | 340 … SvLBoxEntry* pModuleEntry = FindEntry( pLibRootEntry, aModName, OBJ_TYPE_MODULE ); in ImpCreateLibSubEntries() 347 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_MODULE ) ) ); in ImpCreateLibSubEntries() 497 SvLBoxEntry* pModuleEntry = FindEntry( pLibSubRootEntry, aEntryName, OBJ_TYPE_MODULE ); in ImpCreateLibSubSubEntriesInVBAMode() 504 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_MODULE ) ) ); in ImpCreateLibSubSubEntriesInVBAMode() 848 BasicEntryType eType = OBJ_TYPE_MODULE; in SetCurrentEntry()
|
H A D | objdlg.cxx | 200 if ( aDesc.GetType() == OBJ_TYPE_MODULE || in IMPL_LINK() 231 if ( eType == OBJ_TYPE_DIALOG || eType == OBJ_TYPE_MODULE || eType == OBJ_TYPE_METHOD ) in CheckButtons()
|
H A D | bastype2.hxx | 38 enum BasicEntryType { OBJ_TYPE_UNKNOWN, OBJ_TYPE_DOCUMENT, OBJ_TYPE_LIBRARY, OBJ_TYPE_MODULE, OBJ_T… enumerator
|
H A D | baside2.cxx | 1434 …urn BasicEntryDescriptor( aDocument, eLocation, aLibName, aLibSubName, aModName, OBJ_TYPE_MODULE ); in CreateEntryDescriptor()
|
H A D | moduldl2.cxx | 1708 std::auto_ptr< BasicEntry >( new BasicEntry( OBJ_TYPE_MODULE ) ) ); in createLibImpl()
|
Completed in 56 milliseconds