Home
last modified time | relevance | path

Searched refs:BasicEntryType (Results 1 – 5 of 5) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbastype2.hxx55 BasicEntryType m_eType;
58 BasicEntry( BasicEntryType eType ) { m_eType = eType; } in BasicEntry()
62 BasicEntryType GetType() const { return m_eType; } in GetType()
72 …ntEntry( const ScriptDocument& rDocument, LibraryLocation eLocation, BasicEntryType eType = OBJ_TY…
86 …ument& rDocument, LibraryLocation eLocation, const String& rLibName, BasicEntryType eType = OBJ_TY…
100 BasicEntryType m_eType;
104 …on, const String& rLibName, const String& rLibSubName, const String& rName, BasicEntryType eType );
131 BasicEntryType GetType() const { return m_eType; } in GetType()
132 void SetType( BasicEntryType eType ) { m_eType = eType; } in SetType()
195 SvLBoxEntry* FindEntry( SvLBoxEntry* pParent, const String& rText, BasicEntryType eType );
[all …]
H A Dbastype2.cxx98 …icDocumentEntry( const ScriptDocument& rDocument, LibraryLocation eLocation, BasicEntryType eType ) in BasicDocumentEntry()
110 …criptDocument& rDocument, LibraryLocation eLocation, const String& rLibName, BasicEntryType eType ) in BasicLibEntry()
127 …ion, const String& rLibName, const String& rLibSubName, const String& rName, BasicEntryType eType ) in BasicEntryDescriptor()
138 …, const String& rLibSubName, const String& rName, const String& rMethodName, BasicEntryType eType ) in BasicEntryDescriptor()
417 ::std::vector< std::pair< BasicEntryType, ::rtl::OUString > > aEntries; in ImpCreateLibSubEntriesInVBAMode()
423 ::std::vector< std::pair< BasicEntryType, ::rtl::OUString > >::iterator iter; in ImpCreateLibSubEntriesInVBAMode()
426 BasicEntryType eType = iter->first; in ImpCreateLibSubEntriesInVBAMode()
461 BasicEntryType eCurrentType( aDesc.GetType() ); in ImpCreateLibSubSubEntriesInVBAMode()
466 BasicEntryType eType = OBJ_TYPE_UNKNOWN; in ImpCreateLibSubSubEntriesInVBAMode()
631 SvLBoxEntry* BasicTreeListBox::FindEntry( SvLBoxEntry* pParent, const String& rText, BasicEntryType in FindEntry()
[all …]
H A Dbastype3.cxx59 BasicEntryType eType( aDesc.GetType() ); in RequestingChilds()
282 BasicEntryType eType = OBJ_TYPE_UNKNOWN; in GetEntryDescriptor()
377 sal_uInt16 BasicTreeListBox::ConvertType( BasicEntryType eType ) in ConvertType()
424 BasicEntryType eType( aDesc.GetType() ); in IsValidEntry()
H A Dmoduldlg.cxx122 BasicEntryType eType( aDesc.GetType() ); in EditedEntry()
214 BasicEntryType eSourceType( aSourceDesc.GetType() ); in NotifyAcceptDrop()
364 BasicEntryType eType( aSourceDesc.GetType() ); in NotifyCopyingMoving()
893 BasicEntryType eType( aDesc.GetType() ); in DeleteCurrent()
H A Dobjdlg.cxx245BasicEntryType eType = pCurEntry ? ((BasicEntry*)pCurEntry->GetUserData())->GetType() : OBJ_TYPE_U… in CheckButtons()

Completed in 29 milliseconds