Searched refs:nIntVal (Results 1 – 12 of 12) sorted by relevance
424 sal_Int32 nIntVal = 0; in ScViewCfg() local441 if ( pValues[nProp] >>= nIntVal ) in ScViewCfg()517 if((sal_Int32)VOBJ_MODE_HIDE < nIntVal) nIntVal = (sal_Int32)VOBJ_MODE_SHOW; in ScViewCfg()526 if((sal_Int32)VOBJ_MODE_HIDE < nIntVal) nIntVal = (sal_Int32)VOBJ_MODE_SHOW; in ScViewCfg()535 if((sal_Int32)VOBJ_MODE_HIDE < nIntVal) nIntVal = (sal_Int32)VOBJ_MODE_SHOW; in ScViewCfg()562 if (pValues[nProp] >>= nIntVal) aGrid.SetFldDrawX( nIntVal ); in ScViewCfg()565 if (pValues[nProp] >>= nIntVal) aGrid.SetFldDrawY( nIntVal ); in ScViewCfg()568 if (pValues[nProp] >>= nIntVal) aGrid.SetFldDivisionX( nIntVal ); in ScViewCfg()571 if (pValues[nProp] >>= nIntVal) aGrid.SetFldDivisionY( nIntVal ); in ScViewCfg()574 if (pValues[nProp] >>= nIntVal) aGrid.SetFldSnapX( nIntVal ); in ScViewCfg()[all …]
394 sal_Int32 nIntVal = 0; in ScAppCfg() local415 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()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()[all …]
255 sal_Int32 nIntVal = 0; in ScDocCfg() local283 if (pValues[nProp] >>= nIntVal) SetIterCount( (sal_uInt16) nIntVal ); in ScDocCfg()289 if (pValues[nProp] >>= nIntVal) nDateDay = (sal_uInt16) nIntVal; in ScDocCfg()292 if (pValues[nProp] >>= nIntVal) nDateMonth = (sal_uInt16) nIntVal; in ScDocCfg()295 if (pValues[nProp] >>= nIntVal) nDateYear = (sal_uInt16) nIntVal; in ScDocCfg()298 if (pValues[nProp] >>= nIntVal) SetStdPrecision( (sal_uInt16) nIntVal ); in ScDocCfg()340 if (pValues[nProp] >>= nIntVal) in ScDocCfg()341 SetTabDistance( (sal_uInt16) HMMToTwips( nIntVal ) ); in ScDocCfg()
155 sal_Int32 nIntVal = 0; in ScInputCfg() local172 if ( pValues[nProp] >>= nIntVal ) in ScInputCfg()173 SetMoveDir( (sal_uInt16)nIntVal ); in ScInputCfg()
2412 sal_Int32 nIntVal = (long)fInt; in ScExternal() local2413 uno::Sequence<sal_Int32> aInner( &nIntVal, 1 ); in ScExternal()
81 sal_Int16 nIntVal = 0; in setPropertyValue() local82 if ( aValue >>= nIntVal ) in setPropertyValue()83 rOptions.SetTabDistance( nIntVal ); in setPropertyValue()94 sal_Int32 nIntVal = 0; in setPropertyValue() local95 if ( aValue >>= nIntVal ) in setPropertyValue()96 rOptions.SetIterCount( (sal_uInt16)nIntVal ); in setPropertyValue()124 sal_Int16 nIntVal = 0; in setPropertyValue() local125 if ( aValue >>= nIntVal ) in setPropertyValue()126 rOptions.SetStdPrecision( nIntVal ); in setPropertyValue()
1931 sal_Int16 nIntVal = 0; in setPropertyValue() local1932 if ( aValue >>= nIntVal ) in setPropertyValue()1935 if((sal_Int16)VOBJ_MODE_HIDE < nIntVal) nIntVal = (sal_Int16)VOBJ_MODE_SHOW; in setPropertyValue()1942 sal_Int16 nIntVal = 0; in setPropertyValue() local1943 if ( aValue >>= nIntVal ) in setPropertyValue()1946 if((sal_Int16)VOBJ_MODE_HIDE < nIntVal) nIntVal = (sal_Int16)VOBJ_MODE_SHOW; in setPropertyValue()1953 sal_Int16 nIntVal = 0; in setPropertyValue() local1954 if ( aValue >>= nIntVal ) in setPropertyValue()1957 if((sal_Int16)VOBJ_MODE_HIDE < nIntVal) nIntVal = (sal_Int16)VOBJ_MODE_SHOW; in setPropertyValue()1964 sal_Int32 nIntVal = 0; in setPropertyValue() local[all …]
174 sal_Int32 nIntVal = 0; in setPropertyValue() local175 if ( aValue >>= nIntVal ) in setPropertyValue()177 nRefSheet = nIntVal; in setPropertyValue()
1399 sal_Int16 nIntVal = 0; in setPropertyValue() local1400 if ( aValue >>= nIntVal ) in setPropertyValue()1402 SvxFileFormat eFormat = lcl_UnoToSvxFileFormat( nIntVal ); in setPropertyValue()1465 sal_Int16 nIntVal = lcl_SvxToUnoFileFormat( eFormat ); in getPropertyValue() local1466 aRet <<= nIntVal; in getPropertyValue()
2124 sal_Int32 nIntVal = 0; in lcl_SetCellProperty() local2125 if ( rValue >>= nIntVal ) in lcl_SetCellProperty()2127 sal_uLong nNewFormat = (sal_uLong)nIntVal; in lcl_SetCellProperty()2155 sal_Int16 nIntVal = 0; in lcl_SetCellProperty() local2156 if ( rValue >>= nIntVal ) in lcl_SetCellProperty()2157 rSet.Put( SfxUInt16Item( rEntry.nWID, (sal_uInt16)HMMToTwips(nIntVal) ) ); in lcl_SetCellProperty()
875 sal_Int32 nIntVal = 0; in setFastPropertyValue() local876 aValue >>= nIntVal ; in setFastPropertyValue()880 if ( nIntVal != _pImp->m_xDocProps->getAutoloadSecs()) in setFastPropertyValue()881 _pImp->m_xDocProps->setAutoloadSecs(nIntVal); in setFastPropertyValue()884 if ( nIntVal != _pImp->m_xDocProps->getEditingDuration()) in setFastPropertyValue()885 _pImp->m_xDocProps->setEditingDuration(nIntVal); in setFastPropertyValue()893 short nIntVal = 0; in setFastPropertyValue() local894 aValue >>= nIntVal ; in setFastPropertyValue()898 if ( nIntVal != _pImp->m_xDocProps->getEditingCycles()) in setFastPropertyValue()899 _pImp->m_xDocProps->setEditingCycles(nIntVal); in setFastPropertyValue()
1260 sal_Int32 nIntVal = 100 - static_cast<sal_Int32>( nVal ); in NegPercent() local1263 aNewValBuffer.append( nIntVal ); in NegPercent()
Completed in 118 milliseconds