Searched refs:setCreatePrimaryKey (Results 1 – 6 of 6) sorted by relevance
111 void setCreatePrimaryKey( bool _bDoCreate, const ::rtl::OUString& _rSuggestedName );
358 … void setCreatePrimaryKey( bool _bDoCreate, const ::rtl::OUString& _rSuggestedName );
171 …virtual void SAL_CALL setCreatePrimaryKey( const Optional< ::rtl::OUString >& _newPrimaryKey ) thr…520 void SAL_CALL CopyTableWizard::setCreatePrimaryKey( const Optional< ::rtl::OUString >& _newPrimaryK… in setCreatePrimaryKey() function in dbaui::CopyTableWizard603 _rDialog.setCreatePrimaryKey( m_aPrimaryKeyName.IsPresent, m_aPrimaryKeyName.Value ); in impl_attributesToDialog_nothrow()
179 copyWizard.setCreatePrimaryKey(auto); in copyTable()
372 void OCopyTable::setCreatePrimaryKey( bool _bDoCreate, const ::rtl::OUString& _rSuggestedName ) in setCreatePrimaryKey() function in OCopyTable
988 void OCopyTableWizard::setCreatePrimaryKey( bool _bDoCreate, const ::rtl::OUString& _rSuggestedName… in setCreatePrimaryKey() function in OCopyTableWizard998 pSettingsPage->setCreatePrimaryKey( _bDoCreate, _rSuggestedName ); in setCreatePrimaryKey()
Completed in 53 milliseconds