Lines Matching refs:OTableSubscriptionPage

142 DBG_NAME(OTableSubscriptionPage)  in DBG_NAME()  argument
144OTableSubscriptionPage::OTableSubscriptionPage( Window* pParent, const SfxItemSet& _rCoreAttrs,OTa… in DBG_NAME()
153 DBG_CTOR(OTableSubscriptionPage,NULL); in DBG_NAME()
167 m_aTablesList.SetCheckButtonHdl(LINK(this, OTableSubscriptionPage, OnTreeEntryChecked)); in DBG_NAME()
168 m_aTablesList.SetCheckHandler(LINK(this, OTableSubscriptionPage, OnTreeEntryChecked)); in DBG_NAME()
172 OTableSubscriptionPage::~OTableSubscriptionPage() in ~OTableSubscriptionPage()
181 DBG_DTOR(OTableSubscriptionPage,NULL); in ~OTableSubscriptionPage()
185 void OTableSubscriptionPage::StateChanged( StateChangedType nType ) in StateChanged()
196 void OTableSubscriptionPage::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
209 void OTableSubscriptionPage::resizeControls(const Size& _rDiff) in resizeControls()
222 void OTableSubscriptionPage::implCheckTables(const Sequence< ::rtl::OUString >& _rTables) in implCheckTables()
290 …void OTableSubscriptionPage::implCompleteTablesCheck( const ::com::sun::star::uno::Sequence< ::rtl… in implCompleteTablesCheck()
308 void OTableSubscriptionPage::implInitControls(const SfxItemSet& _rSet, sal_Bool _bSaveValue) in implInitControls()
361 m_aTablesList.GetModel()->SetCompareHdl(LINK(this, OTableSubscriptionPage, OnTreeEntryCompare)); in implInitControls()
472 void OTableSubscriptionPage::CheckAll( sal_Bool _bCheck ) in CheckAll()
487 int OTableSubscriptionPage::DeactivatePage(SfxItemSet* _pSet) in DeactivatePage()
501 IMPL_LINK( OTableSubscriptionPage, OnTreeEntryChecked, Control*, _pControl ) in IMPL_LINK() argument
506 IMPL_LINK( OTableSubscriptionPage, OnTreeEntryCompare, const SvSortData*, _pSortData ) in IMPL_LINK() argument
539 Sequence< ::rtl::OUString > OTableSubscriptionPage::collectDetailedSelection() const in collectDetailedSelection()
633 SvLBoxEntry* OTableSubscriptionPage::implNextSibling(SvLBoxEntry* _pEntry) const in implNextSibling()
646 sal_Bool OTableSubscriptionPage::FillItemSet( SfxItemSet& _rCoreAttrs ) in FillItemSet()
676 void OTableSubscriptionPage::fillControls(::std::vector< ISaveValueWrapper* >& /*_rControlList*/) in fillControls()
680 void OTableSubscriptionPage::fillWindows(::std::vector< ISaveValueWrapper* >& _rControlList) in fillWindows()