Searched refs:nDisable (Results 1 – 7 of 7) sorted by relevance
295 void ScInsertContentsDlg::SetCellShiftDisabled( int nDisable ) in SetCellShiftDisabled() argument297 sal_Bool bDown = ((nDisable & SC_CELL_SHIFT_DISABLE_DOWN) != 0); in SetCellShiftDisabled()298 sal_Bool bRight = ((nDisable & SC_CELL_SHIFT_DISABLE_RIGHT) != 0); in SetCellShiftDisabled()
181 void DisableControls( sal_uInt16 nDisable );264 void DisableControls( sal_uInt16 nDisable );
1660 void SvxCharNamePage::DisableControls( sal_uInt16 nDisable ) in DisableControls() argument1662 if ( DISABLE_LANGUAGE & nDisable ) in DisableControls()1672 if ( DISABLE_HIDE_LANGUAGE & nDisable ) in DisableControls()2923 void SvxCharEffectsPage::DisableControls( sal_uInt16 nDisable ) in DisableControls() argument2925 if ( ( DISABLE_CASEMAP & nDisable ) == DISABLE_CASEMAP ) in DisableControls()2931 if ( ( DISABLE_WORDLINE & nDisable ) == DISABLE_WORDLINE ) in DisableControls()2934 if ( ( DISABLE_BLINK & nDisable ) == DISABLE_BLINK ) in DisableControls()2937 if ( ( DISABLE_UNDERLINE_COLOR & nDisable ) == DISABLE_UNDERLINE_COLOR ) in DisableControls()
59 void SetCellShiftDisabled( int nDisable );
390 void AbstractScInsertContentsDlg_Impl::SetCellShiftDisabled( int nDisable ) in SetCellShiftDisabled() argument392 pDlg->SetCellShiftDisabled( nDisable ); in SetCellShiftDisabled()
206 virtual void SetCellShiftDisabled( int nDisable );
155 virtual void SetCellShiftDisabled( int nDisable ) = 0;
Completed in 42 milliseconds