Lines Matching refs:aLbCustomPages

305     aLbCustomPages  ( this, SdResId( LB_CUSTOM_PAGES ) ),  in SdDefineCustomShowDlg()
321 aLbCustomPages.SetSelectHdl( aLink ); // wegen Status in SdDefineCustomShowDlg()
347 SvLBoxEntry* pEntry = aLbCustomPages.InsertEntry( pPage->GetName() ); in SdDefineCustomShowDlg()
359 aLbCustomPages.SetDragDropMode( SV_DRAGDROP_CTRL_MOVE ); in SdDefineCustomShowDlg()
360 aLbCustomPages.SetHighlightRange(); in SdDefineCustomShowDlg()
380 sal_Bool bCSPages = aLbCustomPages.FirstSelected() != NULL; in CheckState()
381 sal_Bool bCount = aLbCustomPages.GetEntryCount() > 0; in CheckState()
399 SvLBoxEntry* pEntry = aLbCustomPages.FirstSelected(); in IMPL_LINK()
401 nPosCP = aLbCustomPages.GetModel()->GetAbsPos( pEntry ) + 1L; in IMPL_LINK()
406 pEntry = aLbCustomPages.InsertEntry( aStr, in IMPL_LINK()
409 aLbCustomPages.Select( pEntry ); in IMPL_LINK()
423 SvLBoxEntry* pEntry = aLbCustomPages.FirstSelected(); in IMPL_LINK()
426 sal_uLong nPos = aLbCustomPages.GetModel()->GetAbsPos( pEntry ); in IMPL_LINK()
429aLbCustomPages.GetModel()->Remove( aLbCustomPages.GetModel()->GetEntryAtAbsPos( nPos ) ); in IMPL_LINK()
458 if( rpCustomShow->Count() != aLbCustomPages.GetEntryCount() ) in CheckCustomShow()
467 for( pPage = (SdPage*) rpCustomShow->First(), pEntry = aLbCustomPages.First(); in CheckCustomShow()
469 pPage = (SdPage*) rpCustomShow->Next(), pEntry = aLbCustomPages.Next( pEntry ) ) in CheckCustomShow()
482 for( pEntry = aLbCustomPages.First(); in CheckCustomShow()
484 pEntry = aLbCustomPages.Next( pEntry ) ) in CheckCustomShow()