Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableRow.cxx99 sal_Bool OTableRow::IsPrimaryKey() const in IsPrimaryKey() function in OTableRow
102 return m_pActFieldDescr && m_pActFieldDescr->IsPrimaryKey(); in IsPrimaryKey()
158 _rStr << sal_Int32(pFieldDesc->IsPrimaryKey() ? 1 : 0); in operator <<()
H A DTEditControl.cxx555 if( pActRow->IsPrimaryKey() ) in GetRowStatus()
561 if( pActRow->IsPrimaryKey() ) in GetRowStatus()
1703 …xtMenu.CheckItem( SID_TABLEDESIGN_TABED_PRIMARYKEY, IsRowSelected(GetCurRow()) && IsPrimaryKey() ); in Command()
1737 SetPrimaryKey( !IsPrimaryKey() ); in Command()
1856 if( pFieldDescr && (*aIter)->IsPrimaryKey() && (!bSet || !IsRowSelected(nRow)) ) in SetPrimaryKey()
1896 sal_Bool OTableEditorCtrl::IsPrimaryKey() in IsPrimaryKey() function in OTableEditorCtrl
1906 if( IsRowSelected(nRow) && !(*aIter)->IsPrimaryKey() ) in IsPrimaryKey()
1908 if( (*aIter)->IsPrimaryKey() ) in IsPrimaryKey()
H A DTableController.cxx749 if(pField->IsPrimaryKey() || !_bKeyColumns) in appendColumns()
983 bFoundPKey |= (*aIter)->IsPrimaryKey(); in checkColumns()
1336 if ( pField->IsPrimaryKey() in alterColumns()
1343 else if ( !pField->IsPrimaryKey() in alterColumns()
H A DTEditControl.hxx137 sal_Bool IsPrimaryKey();
H A DFieldDescriptions.cxx640 sal_Bool OFieldDescription::IsPrimaryKey() const in IsPrimaryKey() function in OFieldDescription
/trunk/main/dbaccess/source/ui/misc/
H A DWTypeSelect.cxx343 if((*aIter)->second->IsPrimaryKey()) in Reset()
467 if(pFieldDescr->IsPrimaryKey() && !IsEntryPosSelected(j)) in PreNotify()
471 setPrimaryKey(pFieldDescr,j,!pFieldDescr->IsPrimaryKey()); in PreNotify()
H A DWCopyTable.cxx929 …,::std::compose1(::std::mem_fun(&OFieldDescription::IsPrimaryKey),::std::select2nd<ODatabaseExport… in IMPL_LINK()
1207 if(pField->IsPrimaryKey() || !_bKeyColumns) in appendColumns()
/trunk/main/dbaccess/source/ui/control/
H A DFieldDescControl.cxx768 if(pActFieldDescr->IsPrimaryKey()) in IMPL_LINK()
1431 if(pFieldDescr->IsPrimaryKey()) in DisplayData()
1463 if(!pFieldDescr->IsPrimaryKey()) in DisplayData()
1685 …if((pRequired && pRequired->GetSelectEntryPos() == 0) || pFieldDescr->IsPrimaryKey() || (pBoolDefa… in SaveData()
/trunk/main/dbaccess/source/ui/inc/
H A DTableRow.hxx71 sal_Bool IsPrimaryKey() const;
H A DFieldDescriptions.hxx124 sal_Bool IsPrimaryKey() const;

Completed in 60 milliseconds