Home
last modified time | relevance | path

Searched refs:aLbCustomPages (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sd/source/ui/dlg/
H A Dcustsdlg.cxx318 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()
[all …]
/AOO41X/main/sd/source/ui/inc/
H A Dcustsdlg.hxx86 SvTreeListBox aLbCustomPages; member in SdDefineCustomShowDlg