Searched refs:SdPageListControl (Results 1 – 3 of 3) sorted by relevance
42 SdPageListControl::SdPageListControl( in SdPageListControl() function in SdPageListControl57 SetCheckButtonHdl( LINK(this,SdPageListControl,CheckButtonClickHdl) ); in SdPageListControl()60 IMPL_LINK( SdPageListControl, CheckButtonClickHdl, SvLBoxButtonData *, EMPTYARG ) in IMPL_LINK() argument78 SdPageListControl::~SdPageListControl() in ~SdPageListControl()83 void SdPageListControl::Clear() in Clear()88 SvLBoxEntry* SdPageListControl::InsertPage( const String& rPageName ) in InsertPage()102 void SdPageListControl::InsertTitle( SvLBoxEntry* pParent, const String& rTitle ) in InsertTitle()111 void SdPageListControl::Fill( SdDrawDocument* pDoc ) in Fill()172 sal_uInt16 SdPageListControl::GetSelectedPage() in GetSelectedPage()195 sal_Bool SdPageListControl::IsPageChecked( sal_uInt16 nPage ) in IsPageChecked()[all …]
31 class SdPageListControl : public SvTreeListBox class40 SdPageListControl( Window* pParent, const ResId& rResId );41 ~SdPageListControl();
355 SdPageListControl* mpPage5PageListCT;589 mpPage5PageListCT = new SdPageListControl( pWindow, SdResId( CT_PAGE5_PAGELIST ) )); in AssistentDlgImpl()
Completed in 21 milliseconds