Lines Matching refs:eType

98 …icDocumentEntry( const ScriptDocument& rDocument, LibraryLocation eLocation, BasicEntryType eType )  in BasicDocumentEntry()  argument
99 :BasicEntry( eType ) in BasicDocumentEntry()
110 …criptDocument& rDocument, LibraryLocation eLocation, const String& rLibName, BasicEntryType eType ) in BasicLibEntry() argument
111 :BasicDocumentEntry( rDocument, eLocation, eType ) in BasicLibEntry()
127 …ion, const String& rLibName, const String& rLibSubName, const String& rName, BasicEntryType eType ) in BasicEntryDescriptor() argument
133 ,m_eType( eType ) in BasicEntryDescriptor()
138 …, const String& rLibSubName, const String& rName, const String& rMethodName, BasicEntryType eType ) in BasicEntryDescriptor() argument
145 ,m_eType( eType ) in BasicEntryDescriptor()
426 BasicEntryType eType = iter->first; in ImpCreateLibSubEntriesInVBAMode() local
428 SvLBoxEntry* pLibSubRootEntry = FindEntry( pLibRootEntry, aEntryName, eType ); in ImpCreateLibSubEntriesInVBAMode()
442 std::auto_ptr< BasicEntry >( new BasicEntry( eType ) ) ); in ImpCreateLibSubEntriesInVBAMode()
466 BasicEntryType eType = OBJ_TYPE_UNKNOWN; in ImpCreateLibSubSubEntriesInVBAMode() local
470 eType = OBJ_TYPE_DOCUMENT_OBJECTS; in ImpCreateLibSubSubEntriesInVBAMode()
473 eType = OBJ_TYPE_USERFORMS; in ImpCreateLibSubSubEntriesInVBAMode()
476 eType = OBJ_TYPE_NORMAL_MODULES; in ImpCreateLibSubSubEntriesInVBAMode()
479 eType = OBJ_TYPE_CLASS_MODULES; in ImpCreateLibSubSubEntriesInVBAMode()
482 if( eType != eCurrentType ) in ImpCreateLibSubSubEntriesInVBAMode()
488 if( eType == OBJ_TYPE_DOCUMENT_OBJECTS ) in ImpCreateLibSubSubEntriesInVBAMode()
631 …try* BasicTreeListBox::FindEntry( SvLBoxEntry* pParent, const String& rText, BasicEntryType eType ) in FindEntry() argument
639 if ( ( pBasicEntry->GetType() == eType ) && ( GetEntryText( pEntry ) == rText ) ) in FindEntry()
731 LibraryType eType = LIBRARY_TYPE_ALL; in GetLibraryType() local
733 eType = LIBRARY_TYPE_MODULE; in GetLibraryType()
735 eType = LIBRARY_TYPE_DIALOG; in GetLibraryType()
736 return eType; in GetLibraryType()
848 BasicEntryType eType = OBJ_TYPE_MODULE; in SetCurrentEntry() local
850 eType = OBJ_TYPE_DIALOG; in SetCurrentEntry()
851 SvLBoxEntry* pEntry = FindEntry( pCurEntry, aName, eType ); in SetCurrentEntry()