Searched refs:aBasicBox (Results 1 – 4 of 4) sorted by relevance
68 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 …]
566 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 …]
58 BasicTreeListBox aBasicBox; member in MacroChooser
187 ExtBasicTreeListBox aBasicBox; member in ObjectPage