diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2009-03-17 10:06:02 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2009-03-17 10:06:02 +0000 |
commit | 619359bed37630d860b43935e9cf27ee46fd40d5 (patch) | |
tree | 96c9086b1ae663d8bf15e4fcb0151630bac3524f /svx | |
parent | 96f1e7bbb408f80098161a8fdacf722e379e328b (diff) |
CWS-TOOLING: integrate CWS hb20_DEV300
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.cxx | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/svx/source/sdr/contact/objectcontactofpageview.cxx b/svx/source/sdr/contact/objectcontactofpageview.cxx index 0f82674d10a5..41af4fa5fa84 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( |