diff options
author | Mihaela Kedikova <misheto@openoffice.org> | 2010-04-27 18:10:24 +0200 |
---|---|---|
committer | Mihaela Kedikova <misheto@openoffice.org> | 2010-04-27 18:10:24 +0200 |
commit | 65ccc6d78b7de8259a86726e6715db1ce9e97ebd (patch) | |
tree | 92db755900a8b422dfc645536e103d31cbda455f /svtools/inc | |
parent | bf7e511ee990e956ff4bdf438425a00c05262624 (diff) | |
parent | c5934ada09feec288519cbdfbe1c0c988a2fceec (diff) |
gridcontrol_03: merge with DEV300_m77
Diffstat (limited to 'svtools/inc')
-rw-r--r-- | svtools/inc/svtools/grfmgr.hxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/svtools/inc/svtools/grfmgr.hxx b/svtools/inc/svtools/grfmgr.hxx index 06f75394c8bb..3ed608c1525d 100644 --- a/svtools/inc/svtools/grfmgr.hxx +++ b/svtools/inc/svtools/grfmgr.hxx @@ -422,6 +422,11 @@ public: BOOL Draw( OutputDevice* pOut, const Point& rPt, const Size& rSz, const GraphicAttr* pAttr = NULL, ULONG nFlags = GRFMGR_DRAW_STANDARD ); + BOOL DrawWithPDFHandling( OutputDevice& rOutDev, + const Point& rPt, const Size& rSz, + const GraphicAttr* pGrfAttr = NULL, + const ULONG nFlags = GRFMGR_DRAW_STANDARD ); + /** Draw the graphic repeatedly into the given output rectangle @param pOut |