Searched refs:_rDialog (Results 1 – 3 of 3) sorted by relevance
205 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() argument612 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 …]
174 UnoDialogEntryGuard( OGenericUnoDialog& _rDialog ) in UnoDialogEntryGuard() argument175 :m_aGuard( _rDialog.GetMutex() ) in UnoDialogEntryGuard()177 if ( _rDialog.needInitialization() ) in UnoDialogEntryGuard()
513 void lcl_addButton( ButtonDialog& _rDialog, StandardButtonType _eType, bool _bDefault ) in lcl_addButton() argument528 …_rDialog.AddButton( _eType, nButtonID, _bDefault ? BUTTONDIALOG_DEFBUTTON | BUTTONDIALOG_FOCUSBUTT… in lcl_addButton()
Completed in 26 milliseconds