Lines Matching refs:aLbCustomPages

318 	aLbCustomPages	( this, SdResId( LB_CUSTOM_PAGES ) ),  in SdDefineCustomShowDlg()
334 aLbCustomPages.SetSelectHdl( aLink ); // wegen Status in SdDefineCustomShowDlg()
360 SvLBoxEntry* pEntry = aLbCustomPages.InsertEntry( pPage->GetName() ); in SdDefineCustomShowDlg()
372 aLbCustomPages.SetDragDropMode( SV_DRAGDROP_CTRL_MOVE ); in SdDefineCustomShowDlg()
373 aLbCustomPages.SetHighlightRange(); in SdDefineCustomShowDlg()
395 sal_Bool bCSPages = aLbCustomPages.FirstSelected() != NULL; in CheckState()
396 sal_Bool bCount = aLbCustomPages.GetEntryCount() > 0; in CheckState()
414 SvLBoxEntry* pEntry = aLbCustomPages.FirstSelected(); in IMPL_LINK()
416 nPosCP = aLbCustomPages.GetModel()->GetAbsPos( pEntry ) + 1L; in IMPL_LINK()
421 pEntry = aLbCustomPages.InsertEntry( aStr, in IMPL_LINK()
424 aLbCustomPages.Select( pEntry ); in IMPL_LINK()
438 SvLBoxEntry* pEntry = aLbCustomPages.FirstSelected(); in IMPL_LINK()
441 sal_uLong nPos = aLbCustomPages.GetModel()->GetAbsPos( pEntry ); in IMPL_LINK()
444 aLbCustomPages.GetModel()->Remove( aLbCustomPages.GetModel()->GetEntryAtAbsPos( nPos ) ); in IMPL_LINK()
473 if( rpCustomShow->Count() != aLbCustomPages.GetEntryCount() ) in CheckCustomShow()
482 for( pPage = (SdPage*) rpCustomShow->First(), pEntry = aLbCustomPages.First(); in CheckCustomShow()
484 pPage = (SdPage*) rpCustomShow->Next(), pEntry = aLbCustomPages.Next( pEntry ) ) in CheckCustomShow()
497 for( pEntry = aLbCustomPages.First(); in CheckCustomShow()
499 pEntry = aLbCustomPages.Next( pEntry ) ) in CheckCustomShow()