Lines Matching refs:nIntVal
394 sal_Int32 nIntVal = 0; in ScAppCfg() local
415 if (pValues[nProp] >>= nIntVal) SetAppMetric( (FieldUnit) nIntVal ); in ScAppCfg()
418 if (pValues[nProp] >>= nIntVal) SetStatusFunc( (sal_uInt16) nIntVal ); in ScAppCfg()
421 if (pValues[nProp] >>= nIntVal) SetZoom( (sal_uInt16) nIntVal ); in ScAppCfg()
424 if (pValues[nProp] >>= nIntVal) SetZoomType( (SvxZoomType) nIntVal ); in ScAppCfg()
479 … if (pValues[nProp] >>= nIntVal) SetTrackContentColor( (sal_uInt32) nIntVal ); in ScAppCfg()
482 if (pValues[nProp] >>= nIntVal) SetTrackInsertColor( (sal_uInt32) nIntVal ); in ScAppCfg()
485 if (pValues[nProp] >>= nIntVal) SetTrackDeleteColor( (sal_uInt32) nIntVal ); in ScAppCfg()
488 if (pValues[nProp] >>= nIntVal) SetTrackMoveColor( (sal_uInt32) nIntVal ); in ScAppCfg()
511 if (pValues[nProp] >>= nIntVal) SetLinkMode( (ScLkUpdMode) nIntVal ); in ScAppCfg()
557 if (pValues[nProp] >>= nIntVal) SetDefaultObjectSizeWidth( nIntVal ); in ScAppCfg()
560 if (pValues[nProp] >>= nIntVal) SetDefaultObjectSizeHeight( nIntVal ); in ScAppCfg()