Home
last modified time | relevance | path

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

/aoo42x/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()
373 aLbCustomPages.SetHighlightRange(); in SdDefineCustomShowDlg()
396 sal_Bool bCount = aLbCustomPages.GetEntryCount() > 0; in CheckState()
414 SvLBoxEntry* pEntry = aLbCustomPages.FirstSelected(); 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()
444 aLbCustomPages.GetModel()->Remove( aLbCustomPages.GetModel()->GetEntryAtAbsPos( nPos ) ); in IMPL_LINK()
497 for( pEntry = aLbCustomPages.First(); in CheckCustomShow()
[all …]
/aoo42x/main/sd/source/ui/inc/
H A Dcustsdlg.hxx86 SvTreeListBox aLbCustomPages; member in SdDefineCustomShowDlg

Completed in 18 milliseconds