Lines Matching refs:rWizard
1163 const OCopyTableWizard& rWizard = impl_getDialog_throw(); in impl_copyRows_throw() local
1164 ODatabaseExport::TPositions aColumnMapping = rWizard.GetColumnPositions(); in impl_copyRows_throw()
1165 bool bAutoIncrement = rWizard.shouldCreatePrimaryKey(); in impl_copyRows_throw()
1383 OCopyTableWizard& rWizard( impl_getDialog_throw() ); in impl_doCopy_nothrow() local
1385 WaitObject aWO( rWizard.GetParent() ); in impl_doCopy_nothrow()
1388 switch ( rWizard.getOperation() ) in impl_doCopy_nothrow()
1393 xTable = rWizard.createTable(); in impl_doCopy_nothrow()
1401 if( CopyTableOperation::CopyDefinitionOnly == rWizard.getOperation() ) in impl_doCopy_nothrow()
1411 xTable = rWizard.createTable(); in impl_doCopy_nothrow()
1458 rWizard.createView(); in impl_doCopy_nothrow()
1502 const OCopyTableWizard& rWizard = impl_getDialog_throw(); in impl_getServerSideCopyStatement_throw() local
1503 ODatabaseExport::TPositions aColumnMapping = rWizard.GetColumnPositions(); in impl_getServerSideCopyStatement_throw()