Home
last modified time | relevance | path

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

12

/aoo41x/main/slideshow/source/inc/
H A Drgbcolor.hxx109 RGBColor operator*( double nFactor, const RGBColor& rRHS );
/aoo41x/main/basctl/source/dlged/
H A Ddlged.cxx985 sal_Int32 nFactor = 1; in Paste() local
988 nResOffset += nFactor * sal_uInt8( pCombinedData[i] ); in Paste()
989 nFactor *= 256; in Paste()
/aoo41x/main/sc/source/filter/inc/
H A Dxeview.hxx82 void Shorten( sal_uInt16 nFactor );
/aoo41x/main/vcl/inc/
H A Dgraphite_layout.hxx142 virtual int GetTextBreak( long nMaxWidth, long nCharExtra=0, int nFactor=1 ) const;
/aoo41x/main/sw/source/core/text/
H A Dinftxt.cxx920 SwTwips nFactor = ( 100 * aFontSize.Width() ) / nMaxWidth; in lcl_DrawSpecial() local
925 aFontSize.Height() = ( 100 * pFnt->GetSize( nAct ).Height() ) / nFactor; in lcl_DrawSpecial()
926 aFontSize.Width() = ( 100 * pFnt->GetSize( nAct).Width() ) / nFactor; in lcl_DrawSpecial()
/aoo41x/main/sw/source/ui/inc/
H A Dpview.hxx246 void SetZoom(SvxZoomType eSet, sal_uInt16 nFactor);
/aoo41x/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()
/aoo41x/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()
/aoo41x/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()
/aoo41x/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 497 milliseconds

12