Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx724 …troller::appendColumns(Reference<XColumnsSupplier>& _rxColSup,sal_Bool _bNew,sal_Bool _bKeyColumns) in appendColumns() argument
745 if ( !pField || (!_bNew && (*aIter)->IsReadOnly() && !_bKeyColumns) ) in appendColumns()
749 if(pField->IsPrimaryKey() || !_bKeyColumns) in appendColumns()
753 if(!_bKeyColumns) in appendColumns()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1184 …umnsSupplier>& _rxColSup, const ODatabaseExport::TColumnVector* _pVec, sal_Bool _bKeyColumns) const in appendColumns()
1207 if(pField->IsPrimaryKey() || !_bKeyColumns) in appendColumns()
1211 if(!_bKeyColumns) in appendColumns()
/trunk/main/dbaccess/source/ui/inc/
H A DTableController.hxx69 …::sun::star::sdbcx::XColumnsSupplier>& _rxColSup,sal_Bool _bNew,sal_Bool _bKeyColumns = sal_False);
H A DWCopyTable.hxx292 …er>& _rxColSup, const ODatabaseExport::TColumnVector* _pVec, sal_Bool _bKeyColumns = sal_False ) c…

Completed in 34 milliseconds