Lines Matching refs:sal_Int16

110 	rOStm << (sal_Int16) GDI_POLYPOLYGON_ACTION;  in ImplWritePolyPolyAction()
134 sal_Int16 nVal; in ImplReadColor()
145 sal_Int16 nVal; in ImplWriteColor()
147 nVal = ( (sal_Int16) rColor.GetRed() << 8 ) | rColor.GetRed(); in ImplWriteColor()
150 nVal = ( (sal_Int16) rColor.GetGreen() << 8 ) | rColor.GetGreen(); in ImplWriteColor()
153 nVal = ( (sal_Int16) rColor.GetBlue() << 8 ) | rColor.GetBlue(); in ImplWriteColor()
166 sal_Int16 nUnit; in ImplReadMapMode()
176 rOStm << (sal_Int16) rMapMode.GetMapUnit(); in ImplWriteMapMode()
188 rOStm << (sal_Int16) GDI_PUSH_ACTION; in ImplWritePushAction()
196 rOStm << (sal_Int16) GDI_POP_ACTION; in ImplWritePopAction()
202 void ImplWriteLineColor( SvStream& rOStm, const Color& rColor, sal_Int16 nStyle, sal_Int32 nWidth =… in ImplWriteLineColor()
207 rOStm << (sal_Int16) GDI_PEN_ACTION; in ImplWriteLineColor()
216 void ImplWriteFillColor( SvStream& rOStm, const Color& rColor, sal_Int16 nStyle ) in ImplWriteFillColor()
218 rOStm << (sal_Int16) GDI_FILLBRUSH_ACTION; in ImplWriteFillColor()
229 rOStm << (sal_Int16) 1; in ImplWriteFillColor()
235 rOStm << (sal_Int16) 0; in ImplWriteFillColor()
274 rOStm << (sal_Int16) GDI_FONT_ACTION; in ImplWriteFont()
282 rOStm << (sal_Int16) 0; // no character orientation anymore in ImplWriteFont()
283 rOStm << (sal_Int16) rFont.GetOrientation(); in ImplWriteFont()
284 rOStm << (sal_Int16) rActualCharSet; in ImplWriteFont()
285 rOStm << (sal_Int16) rFont.GetFamily(); in ImplWriteFont()
286 rOStm << (sal_Int16) rFont.GetPitch(); in ImplWriteFont()
287 rOStm << (sal_Int16) rFont.GetAlign(); in ImplWriteFont()
288 rOStm << (sal_Int16) nWeight; in ImplWriteFont()
289 rOStm << (sal_Int16) rFont.GetUnderline(); in ImplWriteFont()
290 rOStm << (sal_Int16) rFont.GetStrikeout(); in ImplWriteFont()
301 void ImplWriteRasterOpAction( SvStream& rOStm, sal_Int16 nRasterOp ) in ImplWriteRasterOpAction()
303 rOStm << (sal_Int16) GDI_RASTEROP_ACTION << (sal_Int32) 6 << nRasterOp; in ImplWriteRasterOpAction()
358 sal_Int16 nType; in ImplSkipActions()
399 rOStm << (sal_Int16) GDI_EXTENDEDPOLYGON_ACTION; in ImplWriteExtendedPolyPolygonAction()
515 sal_Int16 nSize; in ImplConvertFromSVM1()
516 sal_Int16 nVersion; in ImplConvertFromSVM1()
551 sal_Int16 nType; in ImplConvertFromSVM1()
597 sal_Int16 nLineJoin(0); in ImplConvertFromSVM1()
605 sal_Int16 nLineCap(0); in ImplConvertFromSVM1()
613 sal_Int16 a(0); in ImplConvertFromSVM1()
844 sal_Int16 nCharSet, nFamily, nPitch, nAlign, nWeight, nUnderline, nStrikeout; in ImplConvertFromSVM1()
845 sal_Int16 nCharOrient, nLineOrient; in ImplConvertFromSVM1()
1017 sal_Int16 nPenStyle; in ImplConvertFromSVM1()
1032 sal_Int16 nBrushStyle; in ImplConvertFromSVM1()
1055 sal_Int16 nRegType; in ImplConvertFromSVM1()
1056 sal_Int16 bIntersect; in ImplConvertFromSVM1()
1128 sal_Int16 nRasterOp; in ImplConvertFromSVM1()
1186 sal_Int16 nStyle; in ImplConvertFromSVM1()
1187 sal_Int16 nAngle; in ImplConvertFromSVM1()
1188 sal_Int16 nBorder; in ImplConvertFromSVM1()
1189 sal_Int16 nOfsX; in ImplConvertFromSVM1()
1190 sal_Int16 nOfsY; in ImplConvertFromSVM1()
1191 sal_Int16 nIntensityStart; in ImplConvertFromSVM1()
1192 sal_Int16 nIntensityEnd; in ImplConvertFromSVM1()
1216 sal_Int16 nTrans; in ImplConvertFromSVM1()
1406 rOStm << (sal_Int16) 42; // HeaderSize in ImplConvertToSVM1()
1407 rOStm << (sal_Int16) 200; // VERSION in ImplConvertToSVM1()
1447 rOStm << (sal_Int16) GDI_PIXEL_ACTION; in ImplWriteActions()
1459 rOStm << (sal_Int16) GDI_POINT_ACTION; in ImplWriteActions()
1482 rOStm << (sal_Int16) GDI_LINEJOIN_ACTION; in ImplWriteActions()
1484 rOStm << (sal_Int16) rInfo.GetLineJoin(); in ImplWriteActions()
1489 rOStm << (sal_Int16) GDI_LINECAP_ACTION; in ImplWriteActions()
1491 rOStm << (sal_Int16) rInfo.GetLineCap(); in ImplWriteActions()
1497 rOStm << (sal_Int16) GDI_LINEDASHDOT_ACTION; in ImplWriteActions()
1499 rOStm << (sal_Int16)rInfo.GetDashCount(); in ImplWriteActions()
1501 rOStm << (sal_Int16)rInfo.GetDotCount(); in ImplWriteActions()
1506 rOStm << (sal_Int16) GDI_LINE_ACTION; in ImplWriteActions()
1539 rOStm << (sal_Int16) GDI_RECT_ACTION; in ImplWriteActions()
1552 rOStm << (sal_Int16) GDI_RECT_ACTION; in ImplWriteActions()
1565 rOStm << (sal_Int16) GDI_ELLIPSE_ACTION; in ImplWriteActions()
1576 rOStm << (sal_Int16) GDI_ARC_ACTION; in ImplWriteActions()
1589 rOStm << (sal_Int16) GDI_PIE_ACTION; in ImplWriteActions()
1605 rOStm << (sal_Int16) GDI_POLYGON_ACTION; in ImplWriteActions()
1638 rOStm << (sal_Int16) GDI_LINEJOIN_ACTION; in ImplWriteActions()
1640 rOStm << (sal_Int16) rInfo.GetLineJoin(); in ImplWriteActions()
1645 rOStm << (sal_Int16) GDI_LINECAP_ACTION; in ImplWriteActions()
1647 rOStm << (sal_Int16) rInfo.GetLineCap(); in ImplWriteActions()
1653 rOStm << (sal_Int16) GDI_LINEDASHDOT_ACTION; in ImplWriteActions()
1655 rOStm << (sal_Int16)rInfo.GetDashCount(); in ImplWriteActions()
1657 rOStm << (sal_Int16)rInfo.GetDotCount(); in ImplWriteActions()
1662 rOStm << (sal_Int16) GDI_POLYLINE_ACTION; in ImplWriteActions()
1712 rOStm << (sal_Int16) GDI_POLYGON_ACTION; in ImplWriteActions()
1752 rOStm << (sal_Int16) GDI_TEXT_ACTION; in ImplWriteActions()
1789 rOStm << (sal_Int16) GDI_TEXTARRAY_ACTION; in ImplWriteActions()
1815 rOStm << (sal_Int16) GDI_STRETCHTEXT_ACTION; in ImplWriteActions()
1831 rOStm << (sal_Int16) GDI_BITMAP_ACTION; in ImplWriteActions()
1843 rOStm << (sal_Int16) GDI_BITMAPSCALE_ACTION; in ImplWriteActions()
1856 rOStm << (sal_Int16) GDI_BITMAPSCALEPART_ACTION; in ImplWriteActions()
1872 rOStm << (sal_Int16) GDI_BITMAP_ACTION; in ImplWriteActions()
1885 rOStm << (sal_Int16) GDI_BITMAPSCALE_ACTION; in ImplWriteActions()
1899 rOStm << (sal_Int16) GDI_BITMAPSCALEPART_ACTION; in ImplWriteActions()
1915 rOStm << (sal_Int16) GDI_GRADIENT_ACTION; in ImplWriteActions()
1918 rOStm << (sal_Int16) rGrad.GetStyle(); in ImplWriteActions()
1921 rOStm << (sal_Int16) rGrad.GetAngle(); in ImplWriteActions()
1922 rOStm << (sal_Int16) rGrad.GetBorder(); in ImplWriteActions()
1923 rOStm << (sal_Int16) rGrad.GetOfsX(); in ImplWriteActions()
1924 rOStm << (sal_Int16) rGrad.GetOfsY(); in ImplWriteActions()
1925 rOStm << (sal_Int16) rGrad.GetStartIntensity(); in ImplWriteActions()
1926 rOStm << (sal_Int16) rGrad.GetEndIntensity(); in ImplWriteActions()
1937 rOStm << (sal_Int16) GDI_GRADIENTEX_COMMENT; in ImplWriteActions()
1966 rOStm << (sal_Int16) GDI_RECT_ACTION; in ImplWriteActions()
1983 rOStm << (sal_Int16) GDI_CLIPREGION_ACTION; in ImplWriteActions()
1989 rOStm << (sal_Int16) 1; in ImplWriteActions()
1992 rOStm << (sal_Int16) 0; in ImplWriteActions()
1994 rOStm << (sal_Int16) 0; in ImplWriteActions()
2008 rOStm << (sal_Int16) GDI_ISECTCLIPREGION_ACTION; in ImplWriteActions()
2019 rOStm << (sal_Int16) GDI_MOVECLIPREGION_ACTION; in ImplWriteActions()
2093 rOStm << (sal_Int16) GDI_MAPMODE_ACTION; in ImplWriteActions()
2131 sal_Int16 nRasterOp; in ImplWriteActions()
2180 const sal_Int16 nTrans = ( (MetaTransparentAction*) pAction )->GetTransparence(); in ImplWriteActions()
2181 const sal_Int16 nBrushStyle = ( nTrans < 38 ) ? 8 : ( nTrans < 63 ) ? 9 : 10; in ImplWriteActions()
2185 rOStm << (sal_Int16) GDI_TRANSPARENT_COMMENT; in ImplWriteActions()
2248 rOStm << (sal_Int16) GDI_FLOATTRANSPARENT_COMMENT; in ImplWriteActions()
2307 rOStm << (sal_Int16) GDI_HATCH_COMMENT; in ImplWriteActions()
2352 rOStm << (sal_Int16) GDI_REFPOINT_COMMENT; in ImplWriteActions()
2380 rOStm << (sal_Int16) GDI_TEXTLINECOLOR_COMMENT; in ImplWriteActions()
2415 rOStm << (sal_Int16) GDI_TEXTLINE_COMMENT; in ImplWriteActions()
2447 rOStm << (sal_Int16) GDI_COMMENT_COMMENT; in ImplWriteActions()