Home
last modified time | relevance | path

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

/trunk/main/svtools/source/filter/wmf/
H A Dwinwmf.cxx134 Rectangle WMFReader::ReadRectangle() in ReadRectangle() function in WMFReader
260 pOut->IntersectClipRect( ReadRectangle() ); in ReadRecordParams()
266 pOut->DrawRect( ReadRectangle() ); in ReadRecordParams()
279 pOut->DrawEllipse( ReadRectangle() ); in ReadRecordParams()
287 Rectangle aRect( ReadRectangle() ); in ReadRecordParams()
297 Rectangle aRect( ReadRectangle() ); in ReadRecordParams()
313 Rectangle aRect( ReadRectangle() ); in ReadRecordParams()
800 pOut->ExcludeClipRect( ReadRectangle() ); in ReadRecordParams()
1277 GetWinExtMax( ReadRectangle(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
1283 GetWinExtMax( ReadRectangle(), rPlaceableBound, nMapMode ); in GetPlaceableBound()
[all …]
H A Denhwmf.cxx550 pOut->IntersectClipRect( ReadRectangle( nX32, nY32, nx32, ny32 ) ); in ReadEnhWMF()
717 pOut->DrawEllipse( ReadRectangle( nX32, nY32, nx32, ny32 ) ); in ReadEnhWMF()
724 pOut->DrawRect( ReadRectangle( nX32, nY32, nx32, ny32 ) ); in ReadEnhWMF()
732 pOut->DrawRoundRect( ReadRectangle( nX32, nY32, nx32, ny32 ), aSize ); in ReadEnhWMF()
740 …pOut->DrawArc( ReadRectangle( nX32, nY32, nx32, ny32 ), Point( nStartX, nStartY ), Point( nEndX, n… in ReadEnhWMF()
748 …pOut->DrawChord( ReadRectangle( nX32, nY32, nx32, ny32 ), Point( nStartX, nStartY ), Point( nEndX,… in ReadEnhWMF()
756 const Rectangle aRect( ReadRectangle( nX32, nY32, nx32, ny32 )); in ReadEnhWMF()
778 …pOut->DrawArc( ReadRectangle( nX32, nY32, nx32, ny32 ), Point( nStartX, nStartY ), Point( nEndX, n… in ReadEnhWMF()
1473 Rectangle EnhWMFReader::ReadRectangle( sal_Int32 x1, sal_Int32 y1, sal_Int32 x2, sal_Int32 y2 ) in ReadRectangle() function in EnhWMFReader
H A Dwinmtf.hxx712 …Rectangle ReadRectangle( sal_Int32, sal_Int32, sal_Int32, sal_Int32 ); // Liesst und konvertier…
755 Rectangle ReadRectangle(); // Liesst und konvertiert ein Rechteck
/trunk/main/filter/source/graphicfilter/ipict/
H A Dipict.cxx192 void ReadRectangle(Rectangle & rRect);
456 void PictReader::ReadRectangle(Rectangle & rRect) in ReadRectangle() function in PictReader
514 ReadRectangle(aLastRect); in ReadAndDrawRect()
529 ReadRectangle(aLastRoundRect); in ReadAndDrawRoundRect()
544 ReadRectangle(aLastOval); in ReadAndDrawOval()
576 ReadRectangle(aLastArcRect); in ReadAndDrawArc()
1232 ReadRectangle(aRect); in ReadData()

Completed in 56 milliseconds