Lines Matching refs:FormLinkDialog

161FormLinkDialog::FormLinkDialog( Window* _pParent, const Reference< XPropertySet >& _rxDetailForm,  in FormLinkDialog()  function in pcr::FormLinkDialog
188 m_aSuggest.SetClickHdl ( LINK( this, FormLinkDialog, OnSuggest ) ); in FormLinkDialog()
189 m_aRow1->SetLinkChangeHandler( LINK( this, FormLinkDialog, OnFieldChanged ) ); in FormLinkDialog()
190 m_aRow2->SetLinkChangeHandler( LINK( this, FormLinkDialog, OnFieldChanged ) ); in FormLinkDialog()
191 m_aRow3->SetLinkChangeHandler( LINK( this, FormLinkDialog, OnFieldChanged ) ); in FormLinkDialog()
192 m_aRow4->SetLinkChangeHandler( LINK( this, FormLinkDialog, OnFieldChanged ) ); in FormLinkDialog()
194 PostUserEvent( LINK( this, FormLinkDialog, OnInitialize ) ); in FormLinkDialog()
200 FormLinkDialog::~FormLinkDialog( ) in ~FormLinkDialog()
205 void FormLinkDialog::commitLinkPairs() in commitLinkPairs()
246 short FormLinkDialog::Execute() in Execute()
257 void FormLinkDialog::initializeFieldLists() in initializeFieldLists()
277 void FormLinkDialog::initializeColumnLabels() in initializeColumnLabels()
307 …void FormLinkDialog::initializeFieldRowsFrom( Sequence< ::rtl::OUString >& _rDetailFields, Sequenc… in initializeFieldRowsFrom()
327 void FormLinkDialog::initializeLinks() in initializeLinks()
350 void FormLinkDialog::updateOkButton() in updateOkButton()
374 …String FormLinkDialog::getFormDataSourceType( const Reference< XPropertySet >& _rxForm ) const SAL… in getFormDataSourceType()
402 …void FormLinkDialog::getFormFields( const Reference< XPropertySet >& _rxForm, Sequence< ::rtl::OUS… in getFormFields()
410 WaitObject aWaitCursor( const_cast< FormLinkDialog* >( this ) ); in getFormFields()
450 …::dbtools::showError( aContext, VCLUnoHelper::GetInterface( const_cast< FormLinkDialog* >( this ) … in getFormFields()
455 …void FormLinkDialog::ensureFormConnection( const Reference< XPropertySet >& _rxFormProps, Referenc… in ensureFormConnection()
468 …void FormLinkDialog::getConnectionMetaData( const Reference< XPropertySet >& _rxFormProps, Referen… in getConnectionMetaData()
481 …Reference< XPropertySet > FormLinkDialog::getCanonicUnderlyingTable( const Reference< XPropertySet… in getCanonicUnderlyingTable()
508 …sal_Bool FormLinkDialog::getExistingRelation( const Reference< XPropertySet >& _rxLHS, const Refer… in getExistingRelation()
574 void FormLinkDialog::initializeSuggest() in initializeSuggest()
648 IMPL_LINK( FormLinkDialog, OnSuggest, void*, /*_pNotInterestedIn*/ )
655 IMPL_LINK( FormLinkDialog, OnFieldChanged, FieldLinkRow*, /*_pRow*/ )
662 IMPL_LINK( FormLinkDialog, OnInitialize, void*, /*_pNotInterestedIn*/ )