Home
last modified time | relevance | path

Searched refs:m_aPrimaryKeyName (Results 1 – 1 of 1) sorted by relevance

/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx346 Optional< ::rtl::OUString > m_aPrimaryKeyName; member in dbaui::CopyTableWizard
398 ,m_aPrimaryKeyName( sal_False, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ID" ) )) in CopyTableWizard()
518 return m_aPrimaryKeyName; in getCreatePrimaryKey()
533 m_aPrimaryKeyName = _newPrimaryKey; in setCreatePrimaryKey()
605 _rDialog.setCreatePrimaryKey( m_aPrimaryKeyName.IsPresent, m_aPrimaryKeyName.Value ); in impl_attributesToDialog_nothrow()
614 m_aPrimaryKeyName.IsPresent = _rDialog.shouldCreatePrimaryKey(); in impl_dialogToAttributes_nothrow()
615 if ( m_aPrimaryKeyName.IsPresent ) in impl_dialogToAttributes_nothrow()
616 m_aPrimaryKeyName.Value = _rDialog.getPrimaryKeyName(); in impl_dialogToAttributes_nothrow()
618 m_aPrimaryKeyName.Value = ::rtl::OUString(); in impl_dialogToAttributes_nothrow()

Completed in 34 milliseconds