summaryrefslogtreecommitdiff
path: root/svx
diff options
context:
space:
mode:
authorJens-Heiner Rechtien <hr@openoffice.org>2009-03-12 14:54:18 +0000
committerJens-Heiner Rechtien <hr@openoffice.org>2009-03-12 14:54:18 +0000
commitb096225ab1bb97f666dc2cbf1de804121a5c7ba6 (patch)
tree8c8fb3a4bcf53a8c6bebe626ddc4539c67e9ac6a /svx
parent68997093392552a3a6efc7d3bf9bb8c1c5aeb3e0 (diff)
CWS-TOOLING: integrate CWS hb20
2009-03-10 09:17:27 +0100 od r269243 : #i100043# method <OutWW8_SwTxtNode(..)> - if paragraph is numbered via set list style at paragraph style and list level indent values of LABEL_ALIGNMENT list level style not applicable, put indent values into temporary itemset for export NOTE: This is a correction of fix for issue i94187 2009-03-06 08:42:17 +0100 od r268967 : #i99665# method <SwNoTxtFrm::PaintPicture(..)> - adjust AntiAliasing mode at output device for the output of the chart OLE replacement image 2009-03-05 12:04:34 +0100 od r268894 : #i99876# method <ObjectContactOfPageView::DoProcessDisplay(..)> - set the ClipRegion as ViewRange on printing, as already done on PDF export 2009-03-05 11:48:13 +0100 od r268891 : #i99822# method <SwWW8ImplReader::RegisterNumFmtOnTxtNode(..)> - do not apply list level formatting indents directly at the text node for list levels of position and space mode LABEL_ALIGNMENT 2009-03-05 09:25:24 +0100 hbrinkm r268876 : #i99789# write vertical merge flags 2009-03-05 08:30:31 +0100 hbrinkm r268872 : CWS-TOOLING: rebase CWS hb20 to branches/OOO310@268862 (milestone: OOO310:m4)
Diffstat (limited to 'svx')
-rw-r--r--svx/source/sdr/contact/objectcontactofpageview.cxx3
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx
index 18db96f142..898e76a0cc 100644
--- a/svx/source/sdr/contact/objectcontactofpageview.cxx
+++ b/svx/source/sdr/contact/objectcontactofpageview.cxx
@@ -190,11 +190,12 @@ namespace sdr
// create ViewRange
if(isOutputToRecordingMetaFile())
{
- if(isOutputToPDFFile())
+ if(isOutputToPDFFile() || isOutputToPrinter())
{
// #i98402# if it's a PDF export, set the ClipRegion as ViewRange. This is
// mainly because SW does not use DrawingLayer Page-Oriented and if not doing this,
// all existing objects will be collected as primitives and processed.
+ // OD 2009-03-05 #i99876# perform the same also for SW on printing.
const Rectangle aLogicClipRectangle(rDisplayInfo.GetRedrawArea().GetBoundRect());
aViewRange = basegfx::B2DRange(