Home
last modified time | relevance | path

Searched refs:BasicTreeListBox (Results 1 – 9 of 9) sorted by relevance

/trunk/main/basctl/source/basicide/
H A Dbastype2.cxx189 BasicTreeListBox::BasicTreeListBox( Window* pParent, const ResId& rRes ) : in BasicTreeListBox() function in BasicTreeListBox
200 BasicTreeListBox::~BasicTreeListBox() in ~BasicTreeListBox()
213 void BasicTreeListBox::ScanEntry( const ScriptDocument& rDocument, LibraryLocation eLocation ) in ScanEntry()
245 void BasicTreeListBox::ImpCreateLibEntries( SvLBoxEntry* pDocumentRootEntry, const ScriptDocument& … in ImpCreateLibEntries()
315 void BasicTreeListBox::ImpCreateLibSubEntries( SvLBoxEntry* pLibRootEntry, const ScriptDocument& rD… in ImpCreateLibSubEntries()
414 void BasicTreeListBox::ImpCreateLibSubEntriesInVBAMode( SvLBoxEntry* pLibRootEntry, const ScriptDoc… in ImpCreateLibSubEntriesInVBAMode()
447 void BasicTreeListBox::ImpCreateLibSubSubEntriesInVBAMode( SvLBoxEntry* pLibSubRootEntry, const Scr… in ImpCreateLibSubSubEntriesInVBAMode()
534 SvLBoxEntry* BasicTreeListBox::ImpFindEntry( SvLBoxEntry* pParent, const String& rText ) in ImpFindEntry()
548 void BasicTreeListBox::onDocumentCreated( const ScriptDocument& /*_rDocument*/ ) in onDocumentCreated()
553 void BasicTreeListBox::onDocumentOpened( const ScriptDocument& /*_rDocument*/ ) in onDocumentOpened()
[all …]
H A Dbastype3.cxx50 void __EXPORT BasicTreeListBox::RequestingChilds( SvLBoxEntry* pEntry ) in RequestingChilds()
142 void __EXPORT BasicTreeListBox::ExpandedHdl() in ExpandedHdl()
159 void BasicTreeListBox::ScanAllEntries() in ScanAllEntries()
175 SbxVariable* BasicTreeListBox::FindVariable( SvLBoxEntry* pEntry ) in FindVariable()
274 BasicEntryDescriptor BasicTreeListBox::GetEntryDescriptor( SvLBoxEntry* pEntry ) in GetEntryDescriptor()
377 sal_uInt16 BasicTreeListBox::ConvertType( BasicEntryType eType ) in ConvertType()
414 bool BasicTreeListBox::IsValidEntry( SvLBoxEntry* pEntry ) in IsValidEntry()
470 SbModule* BasicTreeListBox::FindModule( SvLBoxEntry* pEntry ) in FindModule()
478 SvLBoxEntry* BasicTreeListBox::FindRootEntry( const ScriptDocument& rDocument, LibraryLocation eLoc… in FindRootEntry()
H A Dmoduldlg.hxx90 class ExtBasicTreeListBox : public BasicTreeListBox
194 DECL_LINK( BasicBoxHighlightHdl, BasicTreeListBox * );
268 BasicTreeListBox& rBasicBox, const String& rLibName, String aModName, bool bMain = false );
270 BasicCheckBox* pLibBox, BasicTreeListBox* pBasicBox );
H A Dbastype2.hxx147 class BasicTreeListBox :public SvTreeListBox class
180 BasicTreeListBox( Window* pParent, const ResId& rRes );
181 ~BasicTreeListBox();
H A Dobjdlg.cxx51 : BasicTreeListBox( pParent, rRes ) in ObjectTreeListBox()
65 BasicTreeListBox::MouseButtonDown( rMEvt ); in MouseButtonDown()
79 BasicTreeListBox::KeyInput( rEvt ); in KeyInput()
H A Dmoduldlg.cxx66 : BasicTreeListBox( pParent, rRes ) in ExtBasicTreeListBox()
677 IMPL_LINK( ObjectPage, BasicBoxHighlightHdl, BasicTreeListBox *, pBox ) in IMPL_LINK() argument
967 BasicTreeListBox& rBasicBox, const String& rLibName, String aModName, bool bMain ) in createModImpl()
H A Dobjdlg.hxx37 class ObjectTreeListBox : public BasicTreeListBox
H A Dmacrodlg.hxx58 BasicTreeListBox aBasicBox;
H A Dmoduldl2.cxx1605 BasicCheckBox* pLibBox, BasicTreeListBox* pBasicBox ) in createLibImpl()