Lines Matching refs:GetActFieldDescr

470 	OFieldDescription* pActFieldDescr = pActRow->GetActFieldDescr();  in GetController()
499 OFieldDescription* pActFieldDescr = pActRow->GetActFieldDescr(); in InitController()
578 pDescrWin->SaveData( pActRow->GetActFieldDescr() ); in SaveCurRow()
645 pFieldDescr = (*aIter)->GetActFieldDescr(); in HasFieldName()
658 OFieldDescription* pActFieldDescr = pActRow->GetActFieldDescr(); in SaveData()
678 pActFieldDescr = pActRow->GetActFieldDescr(); in SaveData()
799 pDescrWin->SaveData( pActRow->GetActFieldDescr() ); in CursorMoving()
804 pDescrWin->DisplayData( pActRow->GetActFieldDescr() ); in CursorMoving()
839 OFieldDescription* pActFieldDescr = pActRow->GetActFieldDescr(); in CellModified()
866 pActFieldDescr = pActRow->GetActFieldDescr(); in CellModified()
935 pDescrWin->SaveData( pActRow->GetActFieldDescr() ); in CopyRows()
948 if ( pRow && pRow->GetActFieldDescr() ) in CopyRows()
1021 sal_Int32 nType = pRow->GetActFieldDescr()->GetType(); in InsertRows()
1022 if ( pRow->GetActFieldDescr() ) in InsertRows()
1023 pRow->GetActFieldDescr()->SetType(GetView()->getController().getTypeInfoByType(nType)); in InsertRows()
1026 aFieldName = GenerateName( pRow->GetActFieldDescr()->GetName() ); in InsertRows()
1027 pRow->GetActFieldDescr()->SetName( aFieldName ); in InsertRows()
1089 pDescrWin->DisplayData( pActRow->GetActFieldDescr() ); in DeleteRows()
1374 return pRow->GetActFieldDescr(); in GetFieldDescr()
1438 if( !pRow->GetActFieldDescr() ) in IsCopyAllowed()
1610 OFieldDescription* pFieldDescr = pRow->GetActFieldDescr(); in IsPrimaryKeyAllowed()
1709 pDescrWin->SaveData( pActRow->GetActFieldDescr() ); in Command()
1776 …r != m_pRowList->rend() && (!(*aIter) || !(*aIter)->GetActFieldDescr() || !(*aIter)->GetActFieldDe…
1855 OFieldDescription* pFieldDescr = (*aIter)->GetActFieldDescr(); in SetPrimaryKey()
1874 OFieldDescription* pFieldDescr = pRow->GetActFieldDescr(); in SetPrimaryKey()
1958 pActFieldDescr = pRow->GetActFieldDescr(); in SwitchType()