Home
last modified time | relevance | path

Searched refs:nIntVal (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sc/source/core/tool/
H A Dviewopti.cxx424 sal_Int32 nIntVal = 0; in ScViewCfg() local
441 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 …]
H A Dappoptio.cxx394 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()
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 …]
H A Ddocoptio.cxx255 sal_Int32 nIntVal = 0; in ScDocCfg() local
283 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()
H A Dinputopt.cxx155 sal_Int32 nIntVal = 0; in ScInputCfg() local
172 if ( pValues[nProp] >>= nIntVal ) in ScInputCfg()
173 SetMoveDir( (sal_uInt16)nIntVal ); in ScInputCfg()
H A Dinterpr4.cxx2412 sal_Int32 nIntVal = (long)fInt; in ScExternal() local
2413 uno::Sequence<sal_Int32> aInner( &nIntVal, 1 ); in ScExternal()
/trunk/main/sc/source/ui/unoobj/
H A Doptuno.cxx81 sal_Int16 nIntVal = 0; in setPropertyValue() local
82 if ( aValue >>= nIntVal ) in setPropertyValue()
83 rOptions.SetTabDistance( nIntVal ); in setPropertyValue()
94 sal_Int32 nIntVal = 0; in setPropertyValue() local
95 if ( aValue >>= nIntVal ) in setPropertyValue()
96 rOptions.SetIterCount( (sal_uInt16)nIntVal ); in setPropertyValue()
124 sal_Int16 nIntVal = 0; in setPropertyValue() local
125 if ( aValue >>= nIntVal ) in setPropertyValue()
126 rOptions.SetStdPrecision( nIntVal ); in setPropertyValue()
H A Dviewuno.cxx1931 sal_Int16 nIntVal = 0; in setPropertyValue() local
1932 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() local
1943 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() local
1954 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 …]
H A Daddruno.cxx174 sal_Int32 nIntVal = 0; in setPropertyValue() local
175 if ( aValue >>= nIntVal ) in setPropertyValue()
177 nRefSheet = nIntVal; in setPropertyValue()
H A Dfielduno.cxx1399 sal_Int16 nIntVal = 0; in setPropertyValue() local
1400 if ( aValue >>= nIntVal ) in setPropertyValue()
1402 SvxFileFormat eFormat = lcl_UnoToSvxFileFormat( nIntVal ); in setPropertyValue()
1465 sal_Int16 nIntVal = lcl_SvxToUnoFileFormat( eFormat ); in getPropertyValue() local
1466 aRet <<= nIntVal; in getPropertyValue()
H A Dcellsuno.cxx2124 sal_Int32 nIntVal = 0; in lcl_SetCellProperty() local
2125 if ( rValue >>= nIntVal ) in lcl_SetCellProperty()
2127 sal_uLong nNewFormat = (sal_uLong)nIntVal; in lcl_SetCellProperty()
2155 sal_Int16 nIntVal = 0; in lcl_SetCellProperty() local
2156 if ( rValue >>= nIntVal ) in lcl_SetCellProperty()
2157 rSet.Put( SfxUInt16Item( rEntry.nWID, (sal_uInt16)HMMToTwips(nIntVal) ) ); in lcl_SetCellProperty()
/trunk/main/sfx2/source/doc/
H A Dobjuno.cxx875 sal_Int32 nIntVal = 0; in setFastPropertyValue() local
876 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() local
894 aValue >>= nIntVal ; in setFastPropertyValue()
898 if ( nIntVal != _pImp->m_xDocProps->getEditingCycles()) in setFastPropertyValue()
899 _pImp->m_xDocProps->setEditingCycles(nIntVal); in setFastPropertyValue()
/trunk/main/xmloff/source/transform/
H A DTransformerBase.cxx1260 sal_Int32 nIntVal = 100 - static_cast<sal_Int32>( nVal ); in NegPercent() local
1263 aNewValBuffer.append( nIntVal ); in NegPercent()

Completed in 137 milliseconds