Home
last modified time | relevance | path

Searched refs:aBasicBox (Results 1 – 4 of 4) sorted by relevance

/AOO42X/main/basctl/source/basicide/
H A Dmacrodlg.cxx68 aBasicBox( this, IDEResId( RID_CTRL_LIB ) ), in DECLARE_LIST()
114 aBasicBox.SetSelectHdl( LINK( this, MacroChooser, BasicSelectHdl ) ); in DECLARE_LIST()
119 aBasicBox.SetMode( BROWSEMODE_MODULES ); in DECLARE_LIST()
120 aBasicBox.SetStyle( WB_TABSTOP | WB_BORDER | in DECLARE_LIST()
134 aBasicBox.ScanAllEntries(); in DECLARE_LIST()
145 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( aBasicBox.FirstSelected() ) ); in StoreMacroDescription()
180 aBasicBox.SetCurrentEntry( aDesc ); in RestoreMacroDescription()
215 SvLBoxEntry* pSelectedEntry = aBasicBox.GetCurEntry(); in Execute()
216 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pSelectedEntry ) ); in Execute()
224 SvLBoxEntry* pRootEntry = aBasicBox.GetEntry( nRootPos ); in Execute()
[all …]
H A Dmoduldlg.cxx566 aBasicBox( this, IDEResId( RID_TRLBOX ) ), in ObjectPage()
579 aBasicBox.SetSelectHdl( LINK( this, ObjectPage, BasicBoxHighlightHdl ) ); in ObjectPage()
592 aBasicBox.SetDragDropMode( SV_DRAGDROP_CTRL_MOVE | SV_DRAGDROP_CTRL_COPY ); in ObjectPage()
593 aBasicBox.EnableInplaceEditing( sal_True ); in ObjectPage()
594 aBasicBox.SetMode( nMode ); in ObjectPage()
595 aBasicBox.SetStyle( WB_BORDER | WB_TABSTOP | in ObjectPage()
599 aBasicBox.ScanAllEntries(); in ObjectPage()
607 aBasicBox.SetCurrentEntry( rDesc ); in SetCurrentEntry()
612 aBasicBox.UpdateEntries(); in ActivatePage()
622 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in CheckButtons()
[all …]
H A Dmacrodlg.hxx58 BasicTreeListBox aBasicBox; member in MacroChooser
H A Dmoduldlg.hxx187 ExtBasicTreeListBox aBasicBox; member in ObjectPage