Home
last modified time | relevance | path

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

/AOO41X/main/filter/source/graphicfilter/eps/
H A Deps.cxx175 inline void ImplWriteLine( const char*, sal_uLong nMode = PS_RET );
202 void ImplWriteLine( const Polygon & rPolygon );
446 ImplWriteLine( "%!PS-Adobe-3.0 EPSF-3.0 " ); in ImplWriteProlog()
454 ImplWriteLine( "%%Pages: 0" ); in ImplWriteProlog()
455 ImplWriteLine( "%%Creator: Sun Microsystems, Inc." ); in ImplWriteProlog()
456 ImplWriteLine( "%%Title: none" ); in ImplWriteProlog()
457 ImplWriteLine( "%%CreationDate: none" ); in ImplWriteProlog()
464ImplWriteLine( "%%Extensions: CMYK" ); // CMYK extension is to set in color mode in level… in ImplWriteProlog()
465 ImplWriteLine( "%%EndComments" ); in ImplWriteProlog()
517 ImplWriteLine( "%%EndPreview" ); in ImplWriteProlog()
[all …]
/AOO41X/main/filter/source/svg/
H A Dsvgwriter.cxx545 void SVGActionWriter::ImplWriteLine( const Point& rPt1, const Point& rPt2, in ImplWriteLine() function in SVGActionWriter
1164 ImplWriteLine( pA->GetPoint(), pA->GetPoint(), &pA->GetColor() ); in ImplWriteActions()
1176 ImplWriteLine( pA->GetPoint(), pA->GetPoint(), NULL ); in ImplWriteActions()
1188 ImplWriteLine( pA->GetStartPoint(), pA->GetEndPoint(), NULL ); in ImplWriteActions()
H A Dsvgwriter.hxx201 …void ImplWriteLine( const Point& rPt1, const Point& rPt2, const Color* pLineCol…