Lines Matching refs:OTableSubscriptionPage
140 DBG_NAME(OTableSubscriptionPage) in DBG_NAME() argument
142 …OTableSubscriptionPage::OTableSubscriptionPage( Window* pParent, const SfxItemSet& _rCoreAttrs,OTa… in DBG_NAME()
151 DBG_CTOR(OTableSubscriptionPage,NULL); in DBG_NAME()
165 m_aTablesList.SetCheckButtonHdl(LINK(this, OTableSubscriptionPage, OnTreeEntryChecked)); in DBG_NAME()
166 m_aTablesList.SetCheckHandler(LINK(this, OTableSubscriptionPage, OnTreeEntryChecked)); in DBG_NAME()
170 OTableSubscriptionPage::~OTableSubscriptionPage() in ~OTableSubscriptionPage()
179 DBG_DTOR(OTableSubscriptionPage,NULL); in ~OTableSubscriptionPage()
183 void OTableSubscriptionPage::StateChanged( StateChangedType nType ) in StateChanged()
194 void OTableSubscriptionPage::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
207 void OTableSubscriptionPage::resizeControls(const Size& _rDiff) in resizeControls()
220 void OTableSubscriptionPage::implCheckTables(const Sequence< ::rtl::OUString >& _rTables) in implCheckTables()
288 …void OTableSubscriptionPage::implCompleteTablesCheck( const ::com::sun::star::uno::Sequence< ::rtl… in implCompleteTablesCheck()
306 void OTableSubscriptionPage::implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue) in implInitControls()
359 m_aTablesList.GetModel()->SetCompareHdl(LINK(this, OTableSubscriptionPage, OnTreeEntryCompare)); in implInitControls()
470 void OTableSubscriptionPage::CheckAll( sal_Bool _bCheck ) in CheckAll()
485 int OTableSubscriptionPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage()
499 IMPL_LINK( OTableSubscriptionPage, OnTreeEntryChecked, Control*, _pControl ) in IMPL_LINK() argument
504 IMPL_LINK( OTableSubscriptionPage, OnTreeEntryCompare, const SvSortData*, _pSortData ) in IMPL_LINK() argument
537 Sequence< ::rtl::OUString > OTableSubscriptionPage::collectDetailedSelection() const in collectDetailedSelection()
631 SvLBoxEntry* OTableSubscriptionPage::implNextSibling(SvLBoxEntry* _pEntry) const in implNextSibling()
644 sal_Bool OTableSubscriptionPage::FillItemSet( SfxItemSet& _rCoreAttrs ) in FillItemSet()
674 void OTableSubscriptionPage::fillControls(::std::vector< ISaveValueWrapper* >& /*_rControlList*/) in fillControls()
678 void OTableSubscriptionPage::fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) in fillWindows()