From 0162fbb76ca95af2e98ee1445e1eb57e001b2c9e Mon Sep 17 00:00:00 2001 From: Oliver Bolte Date: Fri, 13 Feb 2009 07:46:14 +0000 Subject: CWS-TOOLING: integrate CWS aw062 2009-01-27 15:15:53 +0100 aw r266999 : #i97982# corrected small error in ObjectContactOfPageView::isOutputToPDFFile() 2009-01-15 16:02:22 +0100 aw r266378 : #i89872# corrected SdrModel::ImpSetUIUnit to not lose numeric information 2009-01-14 15:16:43 +0100 aw r266309 : #i98072# adde d text suppression for FontworkGallery AutoShapes in ViewContactOfSdrObjCustomShape::createViewIndependentPrimitive2DSequence 2009-01-14 12:35:32 +0100 aw r266283 : #i97878# added TRGetBaseGeometry/TRSetBaseGeometry implementations to SdrMeasureObj 2009-01-14 12:06:47 +0100 aw r266274 : #i97981# corrected the interpretation of bBehaveCompatibleToPaintVersion for line attribute in SdrOle2Primitive2D::createLocalDecomposition 2009-01-14 11:54:07 +0100 aw r266272 : #i97982# added #i97772# to have a correct ChartPrettyPainter output for ChartPrettyPainter 2009-01-14 11:53:13 +0100 aw r266271 : #i97982# added support for ChartPrettyPainter for PDF export 2009-01-13 16:19:19 +0100 aw r266234 : #i96708# adapted RenderBitmapPrimitive2D_self to work with metafile recording and PDF exporting --- svx/inc/svx/sdr/contact/objectcontact.hxx | 3 +++ svx/inc/svx/sdr/contact/objectcontactofpageview.hxx | 3 +++ 2 files changed, 6 insertions(+) (limited to 'svx/inc/svx/sdr/contact') diff --git a/svx/inc/svx/sdr/contact/objectcontact.hxx b/svx/inc/svx/sdr/contact/objectcontact.hxx index 448b61c486ca..3990c48695a3 100644 --- a/svx/inc/svx/sdr/contact/objectcontact.hxx +++ b/svx/inc/svx/sdr/contact/objectcontact.hxx @@ -191,6 +191,9 @@ namespace sdr // recording MetaFile? Default is false virtual bool isOutputToRecordingMetaFile() const; + // pdf export? Default is false + virtual bool isOutputToPDFFile() const; + // gray display mode virtual bool isDrawModeGray() const; diff --git a/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx b/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx index 677e6b20e309..10227d557dde 100644 --- a/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx +++ b/svx/inc/svx/sdr/contact/objectcontactofpageview.hxx @@ -123,6 +123,9 @@ namespace sdr // recording MetaFile? Default is false virtual bool isOutputToRecordingMetaFile() const; + // pdf export? Default is false + virtual bool isOutputToPDFFile() const; + // gray display mode virtual bool isDrawModeGray() const; -- cgit v1.2.3