Home
last modified time | relevance | path

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

/aoo41x/main/dbaccess/source/ui/uno/
H A Dcopytablewizard.cxx205 void impl_attributesToDialog_nothrow( OCopyTableWizard& _rDialog ) const;
208 void impl_dialogToAttributes_nothrow( const OCopyTableWizard& _rDialog );
600 void CopyTableWizard::impl_attributesToDialog_nothrow( OCopyTableWizard& _rDialog ) const in impl_attributesToDialog_nothrow()
603 _rDialog.setCreatePrimaryKey( m_aPrimaryKeyName.IsPresent, m_aPrimaryKeyName.Value ); in impl_attributesToDialog_nothrow()
604 _rDialog.setUseHeaderLine(m_bUseHeaderLineAsColumnNames); in impl_attributesToDialog_nothrow()
610 void CopyTableWizard::impl_dialogToAttributes_nothrow( const OCopyTableWizard& _rDialog ) in impl_dialogToAttributes_nothrow() argument
612 m_aPrimaryKeyName.IsPresent = _rDialog.shouldCreatePrimaryKey(); in impl_dialogToAttributes_nothrow()
614 m_aPrimaryKeyName.Value = _rDialog.getPrimaryKeyName(); in impl_dialogToAttributes_nothrow()
618 m_sDestinationTable = _rDialog.getName(); in impl_dialogToAttributes_nothrow()
620 m_nOperation = _rDialog.getOperation(); in impl_dialogToAttributes_nothrow()
[all …]
/aoo41x/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()
/aoo41x/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 30 milliseconds