Lines Matching refs:aBasicBox

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()
227 BasicEntryDescriptor aCmpDesc( aBasicBox.GetEntryDescriptor( pRootEntry ) ); in Execute()
236 pEntry = aBasicBox.FirstChild( pEntry ); in Execute()
239 aBasicBox.SetCurEntry( pLastValid ); in Execute()
241 pRootEntry = aBasicBox.GetEntry( ++nRootPos ); in Execute()
286 SbModule* pModule = aBasicBox.FindModule( aBasicBox.GetCurEntry() ); in GetMacro()
353 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in CreateMacro()
354 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in CreateMacro()
397 aDocument, aBasicBox, aLibName, aModName ); in CreateMacro()
422 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in CheckButtons()
423 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in CheckButtons()
429 sal_uInt16 nDepth = pCurEntry ? aBasicBox.GetModel()->GetDepth( pCurEntry ) : 0; in CheckButtons()
464 bool bProtected = aBasicBox.IsEntryProtected( pCurEntry ); in CheckButtons()
540 SbModule* pModule = aBasicBox.FindModule( aBasicBox.GetCurEntry() ); in IMPL_LINK()
609 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK()
612 sal_uInt16 nDepth = aBasicBox.GetModel()->GetDepth( pCurEntry ); in IMPL_LINK()
613 if ( ( nDepth == 1 ) && ( aBasicBox.IsEntryProtected( pCurEntry ) ) ) in IMPL_LINK()
616 SvLBoxEntry* pManagerEntry = aBasicBox.GetModel()->GetParent( pCurEntry ); in IMPL_LINK()
617 pCurEntry = aBasicBox.GetModel()->FirstChild( pManagerEntry ); in IMPL_LINK()
624 pCurEntry = aBasicBox.FirstChild( pCurEntry ); in IMPL_LINK()
628 nDepth = aBasicBox.GetModel()->GetDepth( pCurEntry ); in IMPL_LINK()
631 SaveSetCurEntry( aBasicBox, pNewEntry ); in IMPL_LINK()
713 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK()
714 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
799 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK()
800 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
821 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK()
822 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
824 createLibImpl( static_cast<Window*>( this ), aDocument, NULL, &aBasicBox ); in IMPL_LINK()
828 SvLBoxEntry* pCurEntry = aBasicBox.GetCurEntry(); in IMPL_LINK()
829 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( pCurEntry ) ); in IMPL_LINK()
834 aBasicBox, aLibName, aModName, true ); in IMPL_LINK()
840 BasicEntryDescriptor aDesc( aBasicBox.GetEntryDescriptor( aBasicBox.FirstSelected() ) ); in IMPL_LINK()
855 aBasicBox.UpdateEntries(); in IMPL_LINK()