Searched refs:getValueOf (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/vcl/unx/generic/printergfx/ |
H A D | common_gfx.cxx | 354 nChar = psp::getValueOf (rRectangle.TopLeft().X(), pRect); in DrawRect() 356 nChar += psp::getValueOf (rRectangle.TopLeft().Y(), pRect + nChar); in DrawRect() 828 nChar += psp::getValueOf (nTextWidth, pSetFont + nChar); in PSSetFont() 830 nChar += psp::getValueOf (-nTextHeight, pSetFont + nChar); in PSSetFont() 836 nChar += psp::getValueOf (nTextWidth, pSetFont + nChar); in PSSetFont() 840 nChar += psp::getValueOf (-nTextHeight, pSetFont + nChar); in PSSetFont() 865 nChar = psp::getValueOf (nFullAngle, pRotate); in PSRotate() 867 nChar += psp::getValueOf (nTenthAngle, pRotate + nChar); in PSRotate() 879 nChar = psp::getValueOf (rPoint.X(), pPSCommand); in PSPointOp() 881 nChar += psp::getValueOf (rPoint.Y(), pPSCommand + nChar); in PSPointOp() [all …]
|
H A D | bitmap_gfx.cxx | 511 nChar += psp::getValueOf (nWidth, pGrayImage + nChar); in DrawPS1GrayImage() 513 nChar += psp::getValueOf (nHeight, pGrayImage + nChar); in DrawPS1GrayImage() 516 nChar += psp::getValueOf (nHeight, pGrayImage + nChar); in DrawPS1GrayImage() 519 nChar += psp::getValueOf (nWidth, pGrayImage + nChar); in DrawPS1GrayImage() 565 nChar += psp::getValueOf (rArea.GetWidth(), pImage + nChar); in writePS2ImageHeader() 567 nChar += psp::getValueOf (rArea.GetHeight(), pImage + nChar); in writePS2ImageHeader() 569 nChar += psp::getValueOf (nDictType, pImage + nChar); in writePS2ImageHeader() 571 nChar += psp::getValueOf (nCompressType, pImage + nChar); in writePS2ImageHeader() 602 nChar += psp::getValueOf (nSize - 1, pImage + nChar); in writePS2Colorspace()
|
H A D | printerjob.cxx | 469 sal_Int32 nSz = getValueOf(GetPostscriptLevel(&rSetupData), pLevel); in StartJob() 705 nChar += psp::getValueOf (mnLMarginPt, pBBox + nChar); in StartPage() 707 nChar += psp::getValueOf (mnBMarginPt, pBBox + nChar); in StartPage() 709 nChar += psp::getValueOf (mnWidthPt - mnRMarginPt, pBBox + nChar); in StartPage() 711 nChar += psp::getValueOf (mnHeightPt - mnTMarginPt, pBBox + nChar); in StartPage() 888 nChar += psp::getValueOf (mnRMarginPt, pTranslate + nChar); in writePageSetup() 890 nChar += psp::getValueOf (mnHeightPt-mnTMarginPt, in writePageSetup() 905 nChar += psp::getValueOf (mnBMarginPt, pTranslate + nChar ); in writePageSetup()
|
H A D | psputil.hxx | 45 sal_Int32 getValueOf (sal_Int32 nValue, sal_Char* pBuffer);
|
H A D | psputil.cxx | 103 getValueOf (sal_Int32 nValue, sal_Char* pBuffer) in getValueOf() function
|
Completed in 20 milliseconds