Lines Matching refs:FieldLinkRow

74     class FieldLinkRow : public Window  class
84 FieldLinkRow( Window* _pParent, const ResId& _rId );
107 FieldLinkRow::FieldLinkRow( Window* _pParent, const ResId& _rId ) in FieldLinkRow() function in pcr::FieldLinkRow
118 m_aDetailColumn.SetModifyHdl( LINK( this, FieldLinkRow, OnFieldNameChanged ) ); in FieldLinkRow()
119 m_aMasterColumn.SetModifyHdl( LINK( this, FieldLinkRow, OnFieldNameChanged ) ); in FieldLinkRow()
123 …void FieldLinkRow::fillList( LinkParticipant _eWhich, const Sequence< ::rtl::OUString >& _rFieldNa… in fillList()
134 bool FieldLinkRow::GetFieldName( LinkParticipant _eWhich, String& /* [out] */ _rName ) const in GetFieldName()
142 void FieldLinkRow::SetFieldName( LinkParticipant _eWhich, const String& _rName ) in SetFieldName()
149 IMPL_LINK( FieldLinkRow, OnFieldNameChanged, ComboBox*, /*_pBox*/ )
170 ,m_aRow1 ( new FieldLinkRow( this, PcrRes( 1 ) ) ) in FormLinkDialog()
171 ,m_aRow2 ( new FieldLinkRow( this, PcrRes( 2 ) ) ) in FormLinkDialog()
172 ,m_aRow3 ( new FieldLinkRow( this, PcrRes( 3 ) ) ) in FormLinkDialog()
173 ,m_aRow4 ( new FieldLinkRow( this, PcrRes( 4 ) ) ) in FormLinkDialog()
211 const FieldLinkRow* aRows[] = { in commitLinkPairs()
218 aRows[ i ]->GetFieldName( FieldLinkRow::eDetailField, sDetailField ); in commitLinkPairs()
219 aRows[ i ]->GetFieldName( FieldLinkRow::eMasterField, sMasterField ); in commitLinkPairs()
265 FieldLinkRow* aRows[] = { in initializeFieldLists()
270 aRows[i]->fillList( FieldLinkRow::eDetailField, sDetailFields ); in initializeFieldLists()
271 aRows[i]->fillList( FieldLinkRow::eMasterField, sMasterFields ); in initializeFieldLists()
316 FieldLinkRow* aRows[] = { in initializeFieldRowsFrom()
321 aRows[ i ]->SetFieldName( FieldLinkRow::eDetailField, *pDetailFields ); in initializeFieldRowsFrom()
322 aRows[ i ]->SetFieldName( FieldLinkRow::eMasterField, *pMasterFields ); in initializeFieldRowsFrom()
357 const FieldLinkRow* aRows[] = { in updateOkButton()
364 if ( aRows[ i ]->GetFieldName( FieldLinkRow::eDetailField, sNotInterestedInRightNow ) in updateOkButton()
365 != aRows[ i ]->GetFieldName( FieldLinkRow::eMasterField, sNotInterestedInRightNow ) in updateOkButton()
655 IMPL_LINK( FormLinkDialog, OnFieldChanged, FieldLinkRow*, /*_pRow*/ )