Lines Matching refs:IconChoicePage
88 IconChoicePage::IconChoicePage( Window *pParent, const ResId &rResId, in IconChoicePage() function in IconChoicePage
101 IconChoicePage::~IconChoicePage() in ~IconChoicePage()
111 void IconChoicePage::ActivatePage( const SfxItemSet& ) in ActivatePage()
117 int IconChoicePage::DeactivatePage( SfxItemSet* ) in DeactivatePage()
128 void IconChoicePage::FillUserData() in FillUserData()
134 sal_Bool IconChoicePage::IsReadOnly() const in IsReadOnly()
141 sal_Bool IconChoicePage::QueryClose() in QueryClose()
152 void IconChoicePage::ImplInitSettings() in ImplInitSettings()
177 void IconChoicePage::StateChanged( StateChangedType nType ) in StateChanged()
190 void IconChoicePage::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
827 int nRet = IconChoicePage::LEAVE_PAGE; in DeActivatePageImpl()
831 IconChoicePage * pPage = pData->pPage; in DeActivatePageImpl()
843 if ( ( IconChoicePage::LEAVE_PAGE & nRet ) == IconChoicePage::LEAVE_PAGE && in DeActivatePageImpl()
866 if ( nRet & IconChoicePage::REFRESH_SET ) in DeActivatePageImpl()
885 if ( nRet & IconChoicePage::LEAVE_PAGE ) in DeActivatePageImpl()
992 void IconChoiceDialog::PageCreated( sal_uInt16 /*nId*/, IconChoicePage& /*rPage*/ ) in PageCreated() argument
1134 IconChoicePage* pPage = GetPageData ( mnCurrentPageId )->pPage; in OK_Impl()
1139 int nRet = IconChoicePage::LEAVE_PAGE; in OK_Impl()
1148 if ( ( IconChoicePage::LEAVE_PAGE & nRet ) == IconChoicePage::LEAVE_PAGE in OK_Impl()
1186 IconChoicePage* pPage = pData->pPage; in Ok()