Searched refs:m_aPrimaryKeyName (Results 1 – 1 of 1) sorted by relevance
344 Optional< ::rtl::OUString > m_aPrimaryKeyName; member in dbaui::CopyTableWizard396 ,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 13 milliseconds