Searched refs:BasicTreeListBox (Results 1 – 9 of 9) sorted by relevance
| /trunk/main/basctl/source/basicide/ |
| H A D | bastype2.cxx | 189 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 D | bastype3.cxx | 50 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 D | moduldlg.hxx | 90 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 D | bastype2.hxx | 147 class BasicTreeListBox :public SvTreeListBox class 180 BasicTreeListBox( Window* pParent, const ResId& rRes ); 181 ~BasicTreeListBox();
|
| H A D | objdlg.cxx | 51 : BasicTreeListBox( pParent, rRes ) in ObjectTreeListBox() 65 BasicTreeListBox::MouseButtonDown( rMEvt ); in MouseButtonDown() 79 BasicTreeListBox::KeyInput( rEvt ); in KeyInput()
|
| H A D | moduldlg.cxx | 66 : 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 D | objdlg.hxx | 37 class ObjectTreeListBox : public BasicTreeListBox
|
| H A D | macrodlg.hxx | 58 BasicTreeListBox aBasicBox;
|
| H A D | moduldl2.cxx | 1605 BasicCheckBox* pLibBox, BasicTreeListBox* pBasicBox ) in createLibImpl()
|