Searched refs:BasicTreeListBox (Results 1 – 9 of 9) sorted by relevance
/aoo42x/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() 553 void BasicTreeListBox::onDocumentOpened( const ScriptDocument& /*_rDocument*/ ) in onDocumentOpened() 558 void BasicTreeListBox::onDocumentSave( const ScriptDocument& /*_rDocument*/ ) in onDocumentSave() 593 void BasicTreeListBox::UpdateEntries() in UpdateEntries() 618 SvLBoxEntry* __EXPORT BasicTreeListBox::CloneEntry( SvLBoxEntry* pSource ) in CloneEntry() 647 long BasicTreeListBox::ExpandingHdl() in ExpandingHdl() 684 sal_Bool BasicTreeListBox::IsEntryProtected( SvLBoxEntry* pEntry ) in IsEntryProtected() 709 SvLBoxEntry* BasicTreeListBox::AddEntry( in AddEntry() 729 LibraryType BasicTreeListBox::GetLibraryType() const in GetLibraryType() [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()
|
Completed in 65 milliseconds