Searched refs:getValueOfDouble (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 730 nChar = psp::getValueOfDouble (pBuffer, maVirtualStatus.mfLineWidth, 5); in PSSetLineWidth() 750 nChar = psp::getValueOfDouble (pBuffer, in PSSetColor() 753 nChar += psp::getValueOfDouble (pBuffer + nChar, in PSSetColor() 756 nChar += psp::getValueOfDouble (pBuffer + nChar, in PSSetColor() 764 nChar = psp::getValueOfDouble( pBuffer, (double)nCol / 255.0, 5 ); in PSSetColor() 838 nChar += psp::getValueOfDouble (pSetFont + nChar, 0.27*(double)nTextWidth, 3 ); in PSSetFont() 1039 nChar = psp::getValueOfDouble (pScale, fScaleX, 5); in PSScale() 1041 nChar += psp::getValueOfDouble (pScale + nChar, fScaleY, 5); in PSScale() 1122 psp::getValueOfDouble( pBuffer, (double)nLW / 30.0 ); in PSShowText()
|
H A D | printerjob.cxx | 884 nChar += psp::getValueOfDouble ( pTranslate + nChar, mfXScale, 5); in writePageSetup() 886 nChar += psp::getValueOfDouble ( pTranslate + nChar, mfYScale, 5); in writePageSetup() 899 nChar += psp::getValueOfDouble ( pTranslate + nChar, -mfYScale, 5); in writePageSetup() 901 nChar += psp::getValueOfDouble ( pTranslate + nChar, mfXScale, 5); in writePageSetup() 903 nChar += psp::getValueOfDouble ( pTranslate + nChar, mnLMarginPt, 5 ); in writePageSetup()
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | strhelper.hxx | 69 inline int VCL_DLLPUBLIC getValueOfDouble( char* pBuffer, double f, int nPrecision = 0) in getValueOfDouble() function
|
/aoo41x/main/vcl/source/fontsubset/ |
H A D | cff.cxx | 2086 const int nLen = psp::getValueOfDouble( pOut, fVal, nPrecision); in dbl2str()
|
Completed in 28 milliseconds