Home
last modified time | relevance | path

Searched refs:nFactor (Results 26 – 35 of 35) sorted by relevance

12

/trunk/main/slideshow/source/inc/
H A Dhslcolor.hxx105 HSLColor operator*( double nFactor, const HSLColor& rRHS );
H A Drgbcolor.hxx109 RGBColor operator*( double nFactor, const RGBColor& rRHS );
/trunk/main/sc/source/filter/inc/
H A Dxeview.hxx82 void Shorten( sal_uInt16 nFactor );
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx926 SwTwips nFactor = ( 100 * aFontSize.Width() ) / nMaxWidth; in lcl_DrawSpecial() local
931 aFontSize.Height() = ( 100 * pFnt->GetSize( nAct ).Height() ) / nFactor; in lcl_DrawSpecial()
932 aFontSize.Width() = ( 100 * pFnt->GetSize( nAct).Width() ) / nFactor; in lcl_DrawSpecial()
/trunk/main/vcl/inc/
H A Dgraphite_layout.hxx142 virtual int GetTextBreak( long nMaxWidth, long nCharExtra=0, int nFactor=1 ) const;
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx246 void SetZoom(SvxZoomType eSet, sal_uInt16 nFactor);
/trunk/main/scripting/source/stringresource/
H A Dstringresource.cxx1591 sal_Int32 nFactor = 1; in readInt32() local
1594 nRet += sal_uInt8( m_pData[m_nCurPos++] ) * nFactor; in readInt32()
1595 nFactor *= 256; in readInt32()
/trunk/main/sc/source/core/data/
H A Dtable2.cxx1474 double nFactor = 0.0; in FillMaxRot() local
1487 nFactor = -fabs( nCos / nSin ); in FillMaxRot()
1500 long nWidth = static_cast<long>(mpRowHeights->getValue(nRow) * nFactor); in FillMaxRot()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2585 double nFactor = pDocShell->GetOutputFactor(); in ReadExtOptions() local
2586 aPixel.X() = (long)( aPixel.X() * nFactor + 0.5 ); in ReadExtOptions()
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.cxx834 sal_Int32 nFactor = 1, nDiv = nPrecision; in appendFixedInt() local
836 nFactor *= 10; in appendFixedInt()
838 sal_Int32 nInt = nValue / nFactor; in appendFixedInt()
840 if( nFactor > 1 ) in appendFixedInt()
842 sal_Int32 nDecimal = nValue % nFactor; in appendFixedInt()

Completed in 135 milliseconds

12