Searched refs:nFac (Results 1 – 7 of 7) sorted by relevance
55 sal_Int32 nFac = 100; in AddLength() local70 nFac = 100; in AddLength()78 nFac = 1000; in AddLength()86 nFac = 100; in AddLength()97 nFac = 10000; in AddLength()109 nFac = 1; in AddLength()126 nFac = nFac2; in AddLength()134 nFac = 10*nFac2; in AddLength()142 nFac = nFac2; in AddLength()153 nFac = 100*nFac2; in AddLength()[all …]
106 long nFac = nFactor; in _SetZoom() local150 nFac = aWindowSize.Width() * 100 / aPageSize.Width(); in _SetZoom()158 nFac = aWindowSize.Width() * 100 / nTmpWidth; in _SetZoom()163 nFac = Min( nFac, nVisPercent ); in _SetZoom()169 nFac = aWindowSize.Width() * 100 / nTmpWidth; in _SetZoom()173 nFac = Max( long( MINZOOM ), nFac ); in _SetZoom()181 (sal_uInt16(nFac) != pUsrPref->GetZoom() || in _SetZoom()184 pUsrPref->SetZoom ( sal_uInt16(nFac) ); in _SetZoom()191 if ( pOpt->GetZoom() != (sal_uInt16) nFac ) in _SetZoom()193 aOpt.SetZoom ( sal_uInt16(nFac) ); in _SetZoom()[all …]
1348 long nFac = aWindowSize.Width() * 100 / nTmpWidth; in StateStatusLine() local1351 nFac = Min( nFac, nVisPercent ); in StateStatusLine()1353 aZoomSliderItem.AddSnappingPoint( nFac ); in StateStatusLine()1358 nFac = aWindowSize.Width() * 100 / nTmpWidth; in StateStatusLine()1359 nFac = Min( nFac, nVisPercent ); in StateStatusLine()1360 aZoomSliderItem.AddSnappingPoint( nFac ); in StateStatusLine()
294 long nFac = 100; in convertMeasure()308 nFac = 100; in convertMeasure()316 nFac = 1000; in convertMeasure()324 nFac = 100; in convertMeasure()335 nFac = 10000; in convertMeasure()347 nFac = 1; in convertMeasure()364 nFac = nFac2; in convertMeasure()372 nFac = 10*nFac2; in convertMeasure()380 nFac = nFac2; in convertMeasure()391 nFac = 100*nFac2; in convertMeasure()[all …]
331 long nFac = 100; in AddUnitPropertyValue() local341 nFac = 100; in AddUnitPropertyValue()353 nFac = 1000; in AddUnitPropertyValue()358 nFac = 100; in AddUnitPropertyValue()370 nFac = 100; in AddUnitPropertyValue()375 nFac = 10; in AddUnitPropertyValue()385 nFac = 1000; in AddUnitPropertyValue()390 nFac = 100; in AddUnitPropertyValue()407 nFac = 10000; in AddUnitPropertyValue()412 nFac = 100; in AddUnitPropertyValue()[all …]
389 sal_uInt16 nFac = ( rStrm.GetCompressMode() != COMPRESSMODE_NONE ) ? 3 : 1; in Store() local392 if ( nBytes < sal_uLong(0xFF00*nFac) ) in Store()
3085 short nFac = aEscItm.GetEsc() < 0 ? -1 : 1; in SetEscapement_Impl() local3087 m_aHighLowEdit.SetValue( aEscItm.GetEsc() * nFac ); in SetEscapement_Impl()3372 short nFac; in Reset() local3377 nFac = 1; in Reset()3387 nFac = -1; in Reset()3406 m_aHighLowEdit.SetValue( m_aHighLowEdit.Normalize( nFac * nEsc ) ); in Reset()