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 | 482fa4ca7c94ccd58b51bc2b9e02addebb20a55e (patch) | |
tree | bba2d58c7aa7555c380ca3c87b5074d699cccf7c /sw/inc/ndole.hxx | |
parent | 792cbc03aef3873ba89c61db708898d96d6a52f8 (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/inc/ndole.hxx')
-rw-r--r-- | sw/inc/ndole.hxx | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/sw/inc/ndole.hxx b/sw/inc/ndole.hxx index 41dde811bc40..49e0e724f10c 100644 --- a/sw/inc/ndole.hxx +++ b/sw/inc/ndole.hxx @@ -149,6 +149,10 @@ public: void CheckFileLink_Impl(); + // --> OD 2009-03-05 #i99665# + bool IsChart() const; + // <-- + #ifndef _FESHVIEW_ONLY_INLINE_NEEDED const String& GetChartTblName() const { return sChartTblName; } void SetChartTblName( const String& rNm ) { sChartTblName = rNm; } |