Home
last modified time | relevance | path

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

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