Searched refs:OTableSubscriptionPage (Results 1 – 3 of 3) sorted by relevance
| /AOO41X/main/dbaccess/source/ui/dlg/ |
| H A D | tablespage.cxx | 142 DBG_NAME(OTableSubscriptionPage) in DBG_NAME() argument 144 …OTableSubscriptionPage::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() [all …]
|
| H A D | tablespage.hxx | 59 class OTableSubscriptionPage class 92 …OTableSubscriptionPage( Window* pParent, const SfxItemSet& _rCoreAttrs ,OTableSubscriptionDialog* … 93 virtual ~OTableSubscriptionPage();
|
| H A D | TablesSingleDlg.cxx | 80 OTableSubscriptionPage* pTabPage = new OTableSubscriptionPage(this,*m_pOutSet,this); in DBG_NAME()
|