Lines Matching refs:SdPageListControl
42 SdPageListControl::SdPageListControl( in SdPageListControl() function in SdPageListControl
57 SetCheckButtonHdl( LINK(this,SdPageListControl,CheckButtonClickHdl) ); in SdPageListControl()
60 IMPL_LINK( SdPageListControl, CheckButtonClickHdl, SvLBoxButtonData *, EMPTYARG ) in IMPL_LINK() argument
78 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()
201 void SdPageListControl::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()