Home
last modified time | relevance | path

Searched refs:FieldLinkRow (Results 1 – 2 of 2) sorted by relevance

/AOO42X/main/extensions/source/propctrlr/
H A Dformlinkdialog.cxx74 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()
[all …]
H A Dformlinkdialog.hxx47 class FieldLinkRow;
57 ::std::auto_ptr< FieldLinkRow > m_aRow1;
58 ::std::auto_ptr< FieldLinkRow > m_aRow2;
59 ::std::auto_ptr< FieldLinkRow > m_aRow3;
60 ::std::auto_ptr< FieldLinkRow > m_aRow4;
98 DECL_LINK( OnFieldChanged, FieldLinkRow* );