Lines Matching refs:aContentsListBox

1651 	aContentsListBox( 0 ),  in SvxConfigPage()
1994 if ( aContentsListBox == NULL ) in PositionContentsListBox()
2017 aContentsListBox->SetPosPixel( Point( x, y ) ); in PositionContentsListBox()
2018 aContentsListBox->SetSizePixel( Size( width, height ) ); in PositionContentsListBox()
2175 pTarget != NULL ? pTarget : aContentsListBox->GetCurEntry(); in InsertEntry()
2182 else if ( pCurEntry == NULL || pCurEntry == aContentsListBox->Last() ) in InsertEntry()
2216 aContentsListBox->Select( pNewEntry ); in InsertEntry()
2217 aContentsListBox->MakeVisible( pNewEntry ); in InsertEntry()
2232 pNewEntry = aContentsListBox->InsertEntry( in InsertEntryIntoUI()
2245 pNewEntry = aContentsListBox->InsertEntry( in InsertEntryIntoUI()
2250 pNewEntry = aContentsListBox->InsertEntry( in InsertEntryIntoUI()
2286 SvLBoxEntry *pSourceEntry = aContentsListBox->FirstSelected(); in MoveEntry()
2299 pSourceEntry = aContentsListBox->PrevSibling( pTargetEntry ); in MoveEntry()
2304 pTargetEntry = aContentsListBox->NextSibling( pSourceEntry ); in MoveEntry()
2310 aContentsListBox->GetModel()->Move( pSourceEntry, pTargetEntry ); in MoveEntry()
2311 aContentsListBox->Select( pToSelect ); in MoveEntry()
2312 aContentsListBox->MakeVisible( pToSelect ); in MoveEntry()
2376 aContentsListBox = new SvxMenuEntriesListBox( this, CUI_RES( BOX_ENTRIES ) ); in SvxMenuConfigPage()
2380 aContentsListBox->SetZOrder( &aAddCommandsButton, WINDOW_ZORDER_BEFOR ); in SvxMenuConfigPage()
2385 aContentsListBox->SetSelectHdl( in SvxMenuConfigPage()
2419 aContentsListBox->Clear(); in Init()
2442 delete aContentsListBox; in ~SvxMenuConfigPage()
2459 SvLBoxEntry* selection = aContentsListBox->GetCurEntry(); in UpdateButtonStates()
2461 if ( aContentsListBox->GetEntryCount() == 0 || selection == NULL ) in UpdateButtonStates()
2475 SvLBoxEntry* first = aContentsListBox->First(); in UpdateButtonStates()
2476 SvLBoxEntry* last = aContentsListBox->Last(); in UpdateButtonStates()
2519 SvLBoxEntry *pActEntry = aContentsListBox->FirstSelected(); in DeleteSelectedContent()
2534 aContentsListBox->GetModel()->Remove( pActEntry ); in DeleteSelectedContent()
2571 aContentsListBox->Clear(); in IMPL_LINK()
2710 SvLBoxEntry* pActEntry = aContentsListBox->GetCurEntry(); in IMPL_LINK()
2727 aContentsListBox->SetEntryText( pActEntry, aNewName ); in IMPL_LINK()
3124 aContentsListBox = new SvxToolbarEntriesListBox(this, CUI_RES(BOX_ENTRIES)); in SvxToolbarConfigPage()
3127 aContentsListBox->SetZOrder( &aAddCommandsButton, WINDOW_ZORDER_BEFOR ); in SvxToolbarConfigPage()
3129 aContentsListBox->SetHelpId( HID_SVX_CONFIG_TOOLBAR_CONTENTS ); in SvxToolbarConfigPage()
3146 aContentsListBox->SetSelectHdl( in SvxToolbarConfigPage()
3228 delete aContentsListBox; in ~SvxToolbarConfigPage()
3263 SvLBoxEntry *pActEntry = aContentsListBox->FirstSelected(); in DeleteSelectedContent()
3277 aContentsListBox->GetModel()->Remove( pActEntry ); in DeleteSelectedContent()
3288 if ( aContentsListBox->GetEntryCount() == 0 && in DeleteSelectedContent()
3433 SvLBoxEntry* pActEntry = aContentsListBox->GetCurEntry(); in IMPL_LINK()
3450 aContentsListBox->SetEntryText( pActEntry, aNewName ); in IMPL_LINK()
3460 SvLBoxEntry* pActEntry = aContentsListBox->GetCurEntry(); in IMPL_LINK()
3467 for ( sal_uInt16 i = 0; i < aContentsListBox->GetEntryCount(); i++ ) in IMPL_LINK()
3469 if ( aContentsListBox->GetEntry( 0, i ) == pActEntry ) in IMPL_LINK()
3485 aContentsListBox->SetEntryText( in IMPL_LINK()
3505 aContentsListBox->GetModel()->Remove( pActEntry ); in IMPL_LINK()
3510 aContentsListBox->SetCheckButtonState( pNewLBEntry, in IMPL_LINK()
3514 aContentsListBox->Select( pNewLBEntry ); in IMPL_LINK()
3515 aContentsListBox->MakeVisible( pNewLBEntry ); in IMPL_LINK()
3532 aContentsListBox->SetCheckButtonState( in IMPL_LINK()
3557 SvLBoxEntry* pActEntry = aContentsListBox->GetCurEntry(); in IMPL_LINK()
3564 for ( sal_uInt16 i = 0; i < aContentsListBox->GetEntryCount(); i++ ) in IMPL_LINK()
3566 if ( aContentsListBox->GetEntry( 0, i ) == pActEntry ) in IMPL_LINK()
3613 aContentsListBox->GetModel()->Remove( pActEntry ); in IMPL_LINK()
3617 aContentsListBox->SetCheckButtonState( pNewLBEntry, in IMPL_LINK()
3621 aContentsListBox->Select( pNewLBEntry ); in IMPL_LINK()
3622 aContentsListBox->MakeVisible( pNewLBEntry ); in IMPL_LINK()
3640 SvLBoxEntry* pActEntry = aContentsListBox->GetCurEntry(); in IMPL_LINK()
3647 for ( sal_uInt16 i = 0; i < aContentsListBox->GetEntryCount(); i++ ) in IMPL_LINK()
3649 if ( aContentsListBox->GetEntry( 0, i ) == pActEntry ) in IMPL_LINK()
3672 aContentsListBox->GetModel()->Remove( pActEntry ); in IMPL_LINK()
3677 aContentsListBox->SetCheckButtonState( pNewLBEntry, in IMPL_LINK()
3681 aContentsListBox->Select( pNewLBEntry ); in IMPL_LINK()
3682 aContentsListBox->MakeVisible( pNewLBEntry ); in IMPL_LINK()
3712 aContentsListBox->Clear(); in Init()
4583 SvLBoxEntry* selection = aContentsListBox->GetCurEntry(); in UpdateButtonStates()
4584 if ( aContentsListBox->GetEntryCount() == 0 || selection == NULL ) in UpdateButtonStates()
4631 aContentsListBox->Clear(); in IMPL_LINK()
4683 aContentsListBox->SetCheckButtonState( pNewLBEntry, in IMPL_LINK()
4688 aContentsListBox->SetCheckButtonState( in IMPL_LINK()
4810 aContentsListBox->SetCheckButtonState( in AddFunction()
4815 aContentsListBox->SetCheckButtonState( in AddFunction()