Home
last modified time | relevance | path

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

/aoo4110/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx344 Optional< ::rtl::OUString > m_aPrimaryKeyName; member in dbaui::CopyTableWizard
396 ,m_aPrimaryKeyName( sal_False, ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "ID" ) )) in CopyTableWizard()
516 return m_aPrimaryKeyName; in getCreatePrimaryKey()
531 m_aPrimaryKeyName = _newPrimaryKey; in setCreatePrimaryKey()
603 _rDialog.setCreatePrimaryKey( m_aPrimaryKeyName.IsPresent, m_aPrimaryKeyName.Value ); in impl_attributesToDialog_nothrow()
612 m_aPrimaryKeyName.IsPresent = _rDialog.shouldCreatePrimaryKey(); in impl_dialogToAttributes_nothrow()
613 if ( m_aPrimaryKeyName.IsPresent ) in impl_dialogToAttributes_nothrow()
614 m_aPrimaryKeyName.Value = _rDialog.getPrimaryKeyName(); in impl_dialogToAttributes_nothrow()
616 m_aPrimaryKeyName.Value = ::rtl::OUString(); in impl_dialogToAttributes_nothrow()

Completed in 18 milliseconds