Home
last modified time | relevance | path

Searched refs:_rDialog (Results 1 – 3 of 3) sorted by relevance

/trunk/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx207 void impl_attributesToDialog_nothrow( OCopyTableWizard& _rDialog ) const;
210 void impl_dialogToAttributes_nothrow( const OCopyTableWizard& _rDialog );
602 void CopyTableWizard::impl_attributesToDialog_nothrow( OCopyTableWizard& _rDialog ) const in impl_attributesToDialog_nothrow()
605 _rDialog.setCreatePrimaryKey( m_aPrimaryKeyName.IsPresent, m_aPrimaryKeyName.Value ); in impl_attributesToDialog_nothrow()
606 _rDialog.setUseHeaderLine(m_bUseHeaderLineAsColumnNames); in impl_attributesToDialog_nothrow()
612 void CopyTableWizard::impl_dialogToAttributes_nothrow( const OCopyTableWizard& _rDialog ) in impl_dialogToAttributes_nothrow() argument
614 m_aPrimaryKeyName.IsPresent = _rDialog.shouldCreatePrimaryKey(); in impl_dialogToAttributes_nothrow()
616 m_aPrimaryKeyName.Value = _rDialog.getPrimaryKeyName(); in impl_dialogToAttributes_nothrow()
620 m_sDestinationTable = _rDialog.getName(); in impl_dialogToAttributes_nothrow()
622 m_nOperation = _rDialog.getOperation(); in impl_dialogToAttributes_nothrow()
[all …]
/trunk/main/svtools/inc/svtools/
H A Dgenericunodialog.hxx174 UnoDialogEntryGuard( OGenericUnoDialog& _rDialog ) in UnoDialogEntryGuard() argument
175 :m_aGuard( _rDialog.GetMutex() ) in UnoDialogEntryGuard()
177 if ( _rDialog.needInitialization() ) in UnoDialogEntryGuard()
/trunk/main/dbaccess/source/ui/dlg/
H A Dsqlmessage.cxx513 void lcl_addButton( ButtonDialog& _rDialog, StandardButtonType _eType, bool _bDefault ) in lcl_addButton() argument
528_rDialog.AddButton( _eType, nButtonID, _bDefault ? BUTTONDIALOG_DEFBUTTON | BUTTONDIALOG_FOCUSBUTT… in lcl_addButton()

Completed in 33 milliseconds