Home
last modified time | relevance | path

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

/trunk/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
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()
265 FieldLinkRow* aRows[] = { in initializeFieldLists()
316 FieldLinkRow* aRows[] = { in initializeFieldRowsFrom()
[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* );

Completed in 35 milliseconds