Lines Matching refs:rWizard
1161 const OCopyTableWizard& rWizard = impl_getDialog_throw(); in impl_copyRows_throw() local
1162 ODatabaseExport::TPositions aColumnMapping = rWizard.GetColumnPositions(); in impl_copyRows_throw()
1163 bool bAutoIncrement = rWizard.shouldCreatePrimaryKey(); in impl_copyRows_throw()
1381 OCopyTableWizard& rWizard( impl_getDialog_throw() ); in impl_doCopy_nothrow() local
1383 WaitObject aWO( rWizard.GetParent() ); in impl_doCopy_nothrow()
1386 switch ( rWizard.getOperation() ) in impl_doCopy_nothrow()
1391 xTable = rWizard.createTable(); in impl_doCopy_nothrow()
1399 if( CopyTableOperation::CopyDefinitionOnly == rWizard.getOperation() ) in impl_doCopy_nothrow()
1409 xTable = rWizard.createTable(); in impl_doCopy_nothrow()
1456 rWizard.createView(); in impl_doCopy_nothrow()
1500 const OCopyTableWizard& rWizard = impl_getDialog_throw(); in impl_getServerSideCopyStatement_throw() local
1501 ODatabaseExport::TPositions aColumnMapping = rWizard.GetColumnPositions(); in impl_getServerSideCopyStatement_throw()