Lines Matching refs:aCommands
971 aCommands( this, CUI_RES( BOX_SELECTOR_COMMANDS ) ), in SvxScriptSelectorDialog()
994 aCommands.SetDragDropMode( SV_DRAGDROP_APP_COPY ); in SvxScriptSelectorDialog()
999 aCategories.SetFunctionListBox( &aCommands ); in SvxScriptSelectorDialog()
1005 aCommands.SetSelectHdl( LINK( this, SvxScriptSelectorDialog, SelectHdl ) ); in SvxScriptSelectorDialog()
1006 aCommands.SetDoubleClickHdl( LINK( this, SvxScriptSelectorDialog, FunctionDoubleClickHdl ) ); in SvxScriptSelectorDialog()
1056 p = aCommands.GetPosPixel(); in ResizeControls()
1058 aCommands.SetPosPixel( newp ); in ResizeControls()
1059 s = aCommands.GetSizePixel(); in ResizeControls()
1061 aCommands.SetSizePixel( news ); in ResizeControls()
1086 else if ( pCtrl == &aCommands ) in IMPL_LINK()
1088 aCommands.FunctionSelected(); in IMPL_LINK()
1111 aCommands.GetHelpText( aCommands.FirstSelected() ); in UpdateUI()
1151 SvLBoxEntry* current = aCommands.FirstSelected(); in IMPL_LINK()
1152 SvLBoxEntry* next = aCommands.NextSibling( current ); in IMPL_LINK()
1156 aCommands.Select( next ); in IMPL_LINK()
1181 …SvLBoxEntry *pEntry = const_cast< SvxScriptSelectorDialog* >( this )->aCommands.GetLastSelectedEnt… in GetScriptURL()
1199 return aCommands.GetEntryText( aCommands.GetLastSelectedEntry() ); in GetSelectedDisplayName()
1205 return aCommands.GetHelpText( aCommands.GetLastSelectedEntry() ); in GetSelectedHelpText()