summaryrefslogtreecommitdiff
path: root/sw/source/core/inc/dview.hxx
diff options
context:
space:
mode:
authorVladimir Glazounov <vg@openoffice.org>2009-03-17 10:06:02 +0000
committerVladimir Glazounov <vg@openoffice.org>2009-03-17 10:06:02 +0000
commit482fa4ca7c94ccd58b51bc2b9e02addebb20a55e (patch)
treebba2d58c7aa7555c380ca3c87b5074d699cccf7c /sw/source/core/inc/dview.hxx
parent792cbc03aef3873ba89c61db708898d96d6a52f8 (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 'sw/source/core/inc/dview.hxx')
-rw-r--r--sw/source/core/inc/dview.hxx4
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/source/core/inc/dview.hxx b/sw/source/core/inc/dview.hxx
index d867b8e9e259..8d1988903aa8 100644
--- a/sw/source/core/inc/dview.hxx
+++ b/sw/source/core/inc/dview.hxx
@@ -119,6 +119,10 @@ public:
//JP 06.10.98: 2. Versuch
inline void ValidateMarkList() { FlushComeBackTimer(); }
+ // --> OD 2009-03-05 #i99665#
+ sal_Bool IsAntiAliasing() const;
+ // <--
+
// OD 18.06.2003 #108784# - method to replace marked/selected <SwDrawVirtObj>
// by its reference object for delete of selection and group selection
static void ReplaceMarkedDrawVirtObjs( SdrMarkView& _rMarkView );