Home
last modified time | relevance | path

Searched refs:PS_SPACE (Results 1 – 1 of 1) sorted by relevance

/AOO41X/main/filter/source/graphicfilter/eps/
H A Deps.cxx59 #define PS_SPACE 1 macro
178 …oid ImplWriteF( sal_Int32 nNumb, sal_uLong nCount = 3, sal_uLong nMode = PS_SPACE );
181 void ImplWriteDouble( double, sal_uLong nMode = PS_SPACE );
184 void ImplWriteLong( sal_Int32 nNumb, sal_uLong nMode = PS_SPACE );
187 void ImplWriteByte( sal_uInt8 nNumb, sal_uLong nMode = PS_SPACE );
193 void ImplWriteB1( sal_uInt8 nNumb, sal_uLong nMode = PS_SPACE );
195 inline void ImplWritePoint( const Point&, sal_uInt32 nMode = PS_SPACE );
196 void ImplMoveTo( const Point&, sal_uInt32 nMode = PS_SPACE );
197 void ImplLineTo( const Point&, sal_uInt32 nMode = PS_SPACE );
198 … ImplCurveTo( const Point& rP1, const Point& rP2, const Point& rP3, sal_uInt32 nMode = PS_SPACE );
[all …]