Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx173 …virtual void SAL_CALL setCreatePrimaryKey( const Optional< ::rtl::OUString >& _newPrimaryKey ) thr…
522 void SAL_CALL CopyTableWizard::setCreatePrimaryKey( const Optional< ::rtl::OUString >& _newPrimaryK… in setCreatePrimaryKey() function in dbaui::CopyTableWizard
605 _rDialog.setCreatePrimaryKey( m_aPrimaryKeyName.IsPresent, m_aPrimaryKeyName.Value ); in impl_attributesToDialog_nothrow()
/trunk/main/dbaccess/source/ui/inc/
H A DWCPage.hxx111 void setCreatePrimaryKey( bool _bDoCreate, const ::rtl::OUString& _rSuggestedName );
H A DWCopyTable.hxx358 … void setCreatePrimaryKey( bool _bDoCreate, const ::rtl::OUString& _rSuggestedName );
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DCopyTableWizard.java179 copyWizard.setCreatePrimaryKey(auto); in copyTable()
/trunk/main/dbaccess/source/ui/misc/
H A DWCPage.cxx372 void OCopyTable::setCreatePrimaryKey( bool _bDoCreate, const ::rtl::OUString& _rSuggestedName ) in setCreatePrimaryKey() function in OCopyTable
H A DWCopyTable.cxx988 void OCopyTableWizard::setCreatePrimaryKey( bool _bDoCreate, const ::rtl::OUString& _rSuggestedName… in setCreatePrimaryKey() function in OCopyTableWizard
998 pSettingsPage->setCreatePrimaryKey( _bDoCreate, _rSuggestedName ); in setCreatePrimaryKey()

Completed in 46 milliseconds