Lines Matching refs:OCopyTable

97 DBG_NAME(OCopyTable)  in DBG_NAME()  argument
99 OCopyTable::OCopyTable( Window * pParent ) in DBG_NAME()
116 DBG_CTOR(OCopyTable,NULL); in DBG_NAME()
130 m_aRB_AppendData.SetClickHdl( LINK( this, OCopyTable, AppendDataClickHdl ) ); in DBG_NAME()
132 m_aRB_DefData.SetClickHdl( LINK( this, OCopyTable, RadioChangeHdl ) ); in DBG_NAME()
133 m_aRB_Def.SetClickHdl( LINK( this, OCopyTable, RadioChangeHdl ) ); in DBG_NAME()
134 m_aRB_View.SetClickHdl( LINK( this, OCopyTable, RadioChangeHdl ) ); in DBG_NAME()
136 m_aCB_PrimaryColumn.SetClickHdl(LINK( this, OCopyTable, KeyClickHdl ) ); in DBG_NAME()
154 OCopyTable::~OCopyTable() in ~OCopyTable()
156 DBG_DTOR(OCopyTable,NULL); in ~OCopyTable()
159 IMPL_LINK( OCopyTable, AppendDataClickHdl, Button*, /*pButton*/ )
161 DBG_CHKTHIS(OCopyTable,NULL);
167 void OCopyTable::SetAppendDataRadio() in SetAppendDataRadio()
178 IMPL_LINK( OCopyTable, RadioChangeHdl, Button*, pButton ) in IMPL_LINK() argument
180 DBG_CHKTHIS(OCopyTable,NULL); in IMPL_LINK()
199 IMPL_LINK( OCopyTable, KeyClickHdl, Button*, /*pButton*/ )
201 DBG_CHKTHIS(OCopyTable,NULL);
207 sal_Bool OCopyTable::LeavePage() in LeavePage()
209 DBG_CHKTHIS(OCopyTable,NULL); in LeavePage()
293 void OCopyTable::ActivatePage() in ActivatePage()
295 DBG_CHKTHIS(OCopyTable,NULL); in ActivatePage()
302 String OCopyTable::GetTitle() const in GetTitle()
304 DBG_CHKTHIS(OCopyTable,NULL); in GetTitle()
308 void OCopyTable::Reset() in Reset()
310 DBG_CHKTHIS(OCopyTable,NULL); in Reset()
317 sal_Bool OCopyTable::checkAppendData() in checkAppendData()
319 DBG_CHKTHIS(OCopyTable,NULL); in checkAppendData()
372 void OCopyTable::setCreatePrimaryKey( bool _bDoCreate, const ::rtl::OUString& _rSuggestedName ) in setCreatePrimaryKey()
384 void OCopyTable::setCreateStyleAction() in setCreateStyleAction()