Commit graph

3355 commits

Author SHA1 Message Date
Jens-Heiner Rechtien
b9aed78f63 CWS-TOOLING: integrate CWS koheichart01
2009-05-15 06:32:38 +0200 hde  r271925 : header fixed
2009-04-14 16:23:35 +0200 hde  r270792 : #100231#
2009-04-14 16:13:48 +0200 hde  r270790 : #100231#
2009-04-14 15:56:14 +0200 hde  r270787 : #100231#
2009-04-14 14:28:40 +0200 hde  r270767 : #100231#
2009-04-14 14:27:30 +0200 hde  r270766 : #100231#
2009-04-14 09:43:07 +0200 hde  r270749 : #100231#
2009-04-14 09:25:52 +0200 hde  r270748 : #100231#
2009-03-25 16:18:26 +0100 iha  r270034 : #i91578# removed compiler warning
2009-03-25 03:20:36 +0100 kohei  r269992 : fixed a silly typo in in-line comment.
2009-03-24 17:03:57 +0100 kohei  r269977 : Let's use row and column's hidden flags, instead of width/height, to determine cell's
hidden state.
2009-03-24 16:53:10 +0100 kohei  r269973 : The chart positioner no longer needs to skip hidden cells, as hidden cells are handled
elsewhere.
2009-03-24 16:50:12 +0100 kohei  r269971 : the index should be 0-based (although chart2 doesn't appear to make use of this data any more).
2009-03-24 16:47:56 +0100 kohei  r269969 : Skip hidden cells during cache (re-)build, when the include hidden cells flag is
false.  Also avoid adding data cache when the cell is hidden.
2009-03-24 06:05:53 +0100 kohei  r269909 : fixed the build breakage after the resync.
2009-03-24 06:05:34 +0100 kohei  r269908 : fixed the build breakage after the resync.
2009-03-23 23:38:36 +0100 kohei  r269900 : CWS-TOOLING: rebase CWS koheichart01 to trunk@269781 (milestone: DEV300:m44)
2009-03-17 13:11:40 +0100 iha  r269597 : #i91578# import IncludeHiddenCells from xlsx
2009-03-17 12:56:09 +0100 iha  r269594 : #i91578# import IncludeHiddenCells from xls correctly
2009-03-17 12:49:13 +0100 iha  r269592 : #i91578# import IncludeHiddenCells from xls correctly
2009-03-16 17:03:55 +0100 iha  r269561 : #i91578# remove unused variable
2009-03-16 10:22:30 +0100 iha  r269509 : #i91578# changed wording
2009-03-04 17:07:16 +0100 iha  r268846 : #i91578# display of hidden cells - remove unused property 'IsHidden'
2009-03-04 17:04:22 +0100 iha  r268845 : #i91578# display of hidden cells - remove unused property 'IsHidden'
2009-03-04 17:03:43 +0100 iha  r268844 : #i91578# display of hidden cells - remove unused property 'IsHidden'
2009-03-04 16:24:30 +0100 iha  r268843 : #i91578# display of hidden cells - added missing property description
2009-03-04 15:13:04 +0100 iha  r268835 : #i91578# display of hidden cells - remove unused code
2009-03-04 14:38:44 +0100 iha  r268832 : #i91578# display of hidden cells - reset state corretly when doing undo/redo
2009-03-04 13:42:10 +0100 iha  r268822 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges
2009-03-04 13:40:10 +0100 iha  r268821 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges
2009-03-04 13:37:05 +0100 iha  r268820 : #i81209# #i91578# display of hidden cells - don't show hidden cells per default but keep the hidden ranges
2009-03-03 11:18:39 +0100 iha  r268713 : #i91578# display of hidden cells - hide control if the functionality is not offered by the data provider
2009-03-02 17:41:37 +0100 kohei  r268684 : removed unintended change from DEV300_m38, which was probably introduced due to some sort of
problem during rebase.
2009-02-27 18:51:34 +0100 iha  r268613 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication
2009-02-27 18:45:48 +0100 iha  r268612 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication
2009-02-27 18:44:17 +0100 iha  r268611 : #i91578# display of hidden cells - interface redesign: data provider+sequences are now controlled by the chart via a new parameter 'IncludeHiddenCells' thus unwanted values can be removed early in the communication
2009-02-27 18:35:09 +0100 iha  r268610 : #i91578# display of hidden cells - copy-paste-scenario: export hidden flag per column on copy for migration to locale table during import upon paste
2009-02-19 06:47:56 +0100 kohei  r268257 : also, set the default value of a cached cell to NaN just in case.
2009-02-19 06:42:08 +0100 kohei  r268256 : Set the IsValue flag to false by default so that an empty cell is properly flaged as non-value.
This fixes the broken missing value treatment.
2009-02-18 20:16:30 +0100 iha  r268255 : #i91578# display of hidden cells - radio button 'leave gap' was not clickable anymore
2009-02-17 17:57:24 +0100 iha  r268185 : #i91578# display of hidden cells - corrected range highlighting
2009-02-17 15:39:52 +0100 iha  r268174 : #i91578# display of hidden cells - still display data point value in tip help of data points in writer
2009-02-17 11:21:00 +0100 iha  r267861 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series
2009-02-17 11:15:14 +0100 iha  r267853 : #i91578# display of hidden cells - do not show a space nor a legend entry for hidden series
2009-02-16 16:48:10 +0100 iha  r267826 : #i91578# display of hidden cells - group related ids and minimize changes
2009-02-16 14:32:11 +0100 iha  r267813 : #i91578# display of hidden cells - don't share resource identifier as this easily produces conflicts -> move IDs for series options page into a separate file
2009-02-16 13:21:44 +0100 iha  r267795 : #i91578# display of hidden cells - remove unused member
2009-02-16 13:13:40 +0100 iha  r267794 : #i91578# display of hidden cells - remove unused methods
2009-02-16 13:00:10 +0100 iha  r267792 : #i91578# display of hidden - avoid unnecessary data copy
2009-02-16 11:40:41 +0100 iha  r267785 : #i91578# display of hidden - corrected typo
2009-02-16 11:28:39 +0100 iha  r267783 : #i91578# display of hidden - set correct dirty state in method setIncludeHiddenCells
2009-02-13 17:04:50 +0100 iha  r267734 : #i91578# corrected position and visibility of the controls for display of hidden cells in case of stock charts
2009-02-13 15:30:17 +0100 iha  r267724 : #i91578# charts without category range and charts with data from writer table were broken causes by features changes for display of hidden cells
2009-01-14 19:47:28 +0100 kohei  r266330 : #i91578# Fixed the issue with incorrect tooltip category values.
2009-01-05 22:27:03 +0100 kohei  r265887 : fixed a regression where the x-axis failed to display values when they were numeric or dates.
2008-12-24 17:01:15 +0100 kohei  r265800 : CWS-TOOLING: rebase CWS koheichart01 to trunk@265758 (milestone: DEV300:m38)
2008-12-24 16:03:08 +0100 kohei  r265799 : a little more code cleanup, mostly on tab to whitespace conversion on 
modified lines and removal of unnecessary 'using' statements.
2008-12-24 15:52:00 +0100 kohei  r265798 : removed unnecessary header inclusion & remove hidden data *only when* the 'include hidden cells'
options it false!  I'm glad I caught this.
2008-12-24 07:41:23 +0100 kohei  r265796 : replaced duplicated local functions with a single template function.
2008-12-24 06:37:15 +0100 kohei  r265795 : reverted my last commit, because it was not the right approach.
Instead of using the original data point index in the object name,
leave that index alone, and remove hidden data in the tooltip text
value lookup code.
2008-12-23 23:10:42 +0100 kohei  r265793 : fixed the tooltips so that they would display correct values, taking into account
the hidden data points (if any).
2008-12-20 05:26:07 +0100 kohei  r265739 : CWS-TOOLING: rebase CWS koheichart01 to trunk@264807 (milestone: DEV300:m37)
2008-12-18 15:49:59 +0100 kohei  r265696 : removed markRangeDirty() for now, since that method is still a bit controvertial per Niklas's comment in i#91578.
2008-12-05 20:27:24 +0100 kohei  r264918 : removed a compiler warning.
2008-12-05 20:24:02 +0100 kohei  r264917 : removed a compilar warning.
2008-12-03 17:06:22 +0100 kohei  r264800 : recovered the original keyword file before it was stripped.
2008-12-01 22:00:24 +0100 kohei  r264640 : by default, "include hidden cells" attribute is true.
2008-12-01 19:03:07 +0100 kohei  r264628 : added accelerator for the plot hidden values check box.
2008-12-01 18:32:02 +0100 kohei  r264626 : changed wording per Ingrid's suggestion.
2008-11-26 08:09:36 +0100 kohei  r264341 : the 'Starnding angle' fixed line was 6 pixel short.
2008-11-26 08:02:47 +0100 kohei  r264340 : added include-hidden-cells check box for the pie chart type too & some code cleanup.
2008-11-26 07:41:45 +0100 kohei  r264339 : relocate the controls correctly for line chart types.
2008-11-26 07:14:26 +0100 kohei  r264337 : #i95714# fixed typos that caused incorrect scaling of the y-axis under some conditions.
2008-11-26 07:11:54 +0100 kohei  r264336 : added "Include hidden cells" check box in the data series options tab page.
2008-11-25 21:04:58 +0100 kohei  r264333 : don't check for the number of charts; when importing from xls, the count may be
zero even when the document has charts.
2008-11-25 19:55:50 +0100 kohei  r264332 : patch from ooo-build applied.  This implements chart listener
that listens on cells show/hide state for the chart's data areas.
2008-11-25 19:52:38 +0100 kohei  r264331 : patch from ooo-build applied.
2008-11-25 19:29:54 +0100 kohei  r264329 : new xml token for include-hidden-cells attribute.
2009-05-18 16:46:40 +00:00
Thomas Benisch
aaaa0944f7 #i12587# Inserting/editing arbitrary text objects in chart 2009-05-07 12:57:07 +00:00
Jens-Heiner Rechtien
0ec0bfbad9 chartshapes: merge with DEV300 m46 2009-12-01 17:24:44 +00:00
Release Engineers
7a45f67a4a CWS-TOOLING: integrate CWS mba32issues01
2009-05-05 18:23:27 +0200 mba  r271547 : apply diffs from m45->m47 for all files moved from dialog to cui
2009-05-05 18:22:02 +0200 mba  r271545 : apply diffs from m45->m47 for all files moved from dialog to cui
2009-05-05 18:16:42 +0200 mba  r271544 : apply diffs from m45->m47 for all files moved from dialog to cui
2009-04-29 19:35:58 +0200 mba  r271392 : #i73672#: unify commands for inserting special characters
2009-04-29 18:01:27 +0200 mba  r271391 : #i101337#: missing string resources
2009-04-29 18:01:10 +0200 mba  r271390 : #i101337#: missing string resources
2009-04-29 15:42:47 +0200 mba  r271380 : concurrency problem in multithreaded dmake due to missing dependency
2009-04-28 17:36:03 +0200 tbo  r271336 : #i99432#
2009-04-28 13:57:52 +0200 mba  r271322 : #i101302#: ctor might be called with pSet=0
2009-04-22 19:32:39 +0200 tbo  r271138 : #i99432#
2009-04-09 14:46:03 +0200 mba  r270709 : make sendreportw32.cxx compile with pch
2009-04-06 16:05:07 +0200 mba  r270568 : #i99432#: some tweaks for build order
2009-04-06 15:38:52 +0200 mba  r270558 : typo
2009-04-06 13:36:19 +0200 mba  r270542 : #i99432#: split of localization also
2009-04-06 13:19:06 +0200 mba  r270539 : #i99432#: split up srs files also
2009-04-03 17:57:59 +0200 mba  r270513 : #i99432#: split dialog folder into two
2009-04-03 17:56:46 +0200 mba  r270512 : #i99432#: split dialog folder into two
2009-04-01 22:15:00 +0200 mba  r270364 : warnings on Linux
2009-04-01 22:10:44 +0200 mba  r270363 : warnings on Linux
2009-04-01 21:43:54 +0200 mba  r270362 : warning fixed
2009-04-01 21:41:27 +0200 mba  r270361 : warning on Linux fixed
2009-04-01 21:35:44 +0200 mba  r270360 : warning fixed
2009-04-01 20:19:59 +0200 mba  r270358 : warning found on Linux fixed
2009-04-01 19:23:38 +0200 mba  r270354 : warning due to missing eof
2009-04-01 18:56:25 +0200 mba  r270352 : linking problem fixed that appeared only on mac
2009-04-01 18:41:30 +0200 mba  r270350 : warnings discovered on Linux fixed
2009-04-01 18:34:28 +0200 mba  r270349 : some fixes for warnings and include problems discoverd after resync and build on mac
2009-04-01 14:08:22 +0200 mba  r270328 : CWS-TOOLING: rebase CWS mba32issues01 to trunk@270033 (milestone: DEV300:m45)
2009-03-04 18:13:35 +0100 mba  r268858 : #i99432#: more dialogs moved to cui
2009-03-04 17:47:41 +0100 mba  r268854 : #i99432#: more dialogs moved to cui
2009-03-04 17:32:39 +0100 mba  r268851 : warning fixed
2009-03-04 12:59:26 +0100 mba  r268814 : #i99432#: more dialogs moved to cui
2009-03-04 11:49:03 +0100 mba  r268802 : #i99432#: CharmapDialog moved to cui
2009-03-04 10:46:00 +0100 mba  r268795 : #i99432#: CharmapDialog moved to cui
2009-03-04 10:43:50 +0100 mba  r268794 : #i99432#: CharmapDialog moved to cui
2009-03-04 10:00:29 +0100 mba  r268792 : #i99432#: CharmapDialog moved to cui
2009-03-04 10:00:03 +0100 mba  r268791 : #i99432#: CharmapDialog moved to cui
2009-03-04 09:59:43 +0100 mba  r268790 : #i99432#: CharmapDialog moved to cui
2009-03-04 09:58:51 +0100 mba  r268789 : #i99432#: CharmapDialog moved to cui
2009-03-04 09:58:16 +0100 mba  r268788 : #i99432#: CharmapDialog moved to cui
2009-03-03 16:33:14 +0100 mba  r268763 : #i99465#: new SfxAbstractDialog interface and creation methods
2009-03-03 16:32:28 +0100 mba  r268762 : #i99432#: some tabpages moved to cui
2009-03-03 16:32:09 +0100 mba  r268761 : #i99432#: some tabpages moved to cui
2009-03-03 16:29:40 +0100 mba  r268760 : #i99465#: new SfxAbstractDialog interface and creation methods
2009-03-03 16:29:08 +0100 mba  r268759 : #i99432#: MacroAssignment page moved to cui
2009-03-03 16:28:41 +0100 mba  r268758 : #i99432#: MacroAssignment page moved to cui
2009-03-03 16:28:18 +0100 mba  r268757 : #i99465#: new SfxAbstractDialog interface and creation methods
2009-03-03 16:27:36 +0100 mba  r268756 : #i99465#: replace FN_SYMBOL by SID_CHARMAP
2009-03-03 16:27:02 +0100 mba  r268755 : #i99465#: new SfxAbstractDialog interface and creation methods
2009-03-03 16:26:23 +0100 mba  r268754 : #i99465#: new SfxAbstractDialog interface and creation methods
2009-03-03 16:25:30 +0100 mba  r268753 : #i99465#: new SfxAbstractDialog interface and creation methods
2009-03-03 16:24:49 +0100 mba  r268752 : #i99465#: new SfxAbstractDialog interface and creation methods
2009-03-03 16:24:35 +0100 mba  r268751 : #i99432#: MacroAssignment page moved to cui
2009-03-03 16:23:20 +0100 mba  r268750 : #i99465#: new SfxAbstractDialog interface and creation methods
2009-03-03 16:23:04 +0100 mba  r268749 : #i99432#: MacroAssignment page moved to cui
2009-03-03 16:21:56 +0100 mba  r268748 : #i99465#: new SfxAbstractDialog interface and creation methods
2009-03-03 16:18:39 +0100 mba  r268747 : #i99432#: MacroAssignment page moved to cui
2009-03-03 16:13:14 +0100 mba  r268745 : #i99465#: replace FN_SYMBOL by SID_CHARMAP
2009-03-03 16:02:54 +0100 mba  r268738 : #i99432#: moved MacroAssignment TabPage from sfx2
2009-03-03 14:57:58 +0100 mba  r268729 : #i99465#: transport return value via ItemSet
2009-03-03 00:08:10 +0100 mba  r268701 : #i99432#: move acccfg to cuilib
2009-03-03 00:07:32 +0100 mba  r268700 : #i99432#: move acccfg to cuilib
2009-03-03 00:02:01 +0100 mba  r268699 : #i99432#: move acccfg to cuilib
2009-03-03 00:01:38 +0100 mba  r268698 : #i99432#: move acccfg to cuilib
2009-03-03 00:01:11 +0100 mba  r268697 : #i99432#: move acccfg to cuilib
2009-03-03 00:00:40 +0100 mba  r268696 : #i99432#: move acccfg to cuilib
2009-03-03 00:00:06 +0100 mba  r268695 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog
2009-03-02 23:59:22 +0100 mba  r268694 : #i99432#: move acccfg to cuilib
2009-03-02 23:57:19 +0100 mba  r268693 : #i99432#: move acccfg to svx
2009-03-02 23:56:14 +0100 mba  r268692 : #i99432#: replace SfxAbstractSingleTabDialog by SfxAbstractDialog
2009-03-02 23:49:37 +0100 mba  r268691 : #i99785#: consolidate dialogs library
2009-03-02 17:26:40 +0100 mba  r268683 : #i99785#: consolidate dialogs library
2009-03-02 17:24:28 +0100 mba  r268682 : i99465#: consolidate slot for InsertSymbol command
2009-03-02 17:22:29 +0100 mba  r268681 : #i99785#: consolidate dialogs library
2009-03-02 17:18:11 +0100 mba  r268680 : i99432#: move accelconfig and macroassignment to cui
2009-03-02 17:08:30 +0100 mba  r268679 : #i99785#: consolidate dialogs library
2009-03-02 17:06:57 +0100 mba  r268678 : #i99785#: consolidate dialogs library
2009-03-02 17:06:30 +0100 mba  r268677 : #i99785#: consolidate dialogs library
2009-03-02 17:05:02 +0100 mba  r268676 : #i99785#: consolidate dialogs library
2009-03-02 17:04:35 +0100 mba  r268675 : #i99785#: consolidate dialogs library
2009-03-02 16:47:53 +0100 mba  r268673 : i99432#: move accelconfig and macroassignment to cui
2009-03-02 16:45:17 +0100 mba  r268671 : i99432#: move accelconfig and macroassignment to cui
2009-03-02 16:39:59 +0100 mba  r268670 : i99432#: move accelconfig and macroassignment to cui
2009-03-02 16:38:59 +0100 mba  r268668 : i99432#: move accelconfig and macroassignment to cui
2009-03-02 16:38:28 +0100 mba  r268667 : i99432#: move accelconfig and macroassignment to cui
2009-03-02 16:36:06 +0100 mba  r268666 : i99432#: move accelconfig and macroassignment to cui
2009-03-02 16:29:50 +0100 mba  r268663 : i99432#: move accelconfig and macroassignment to cui
2009-03-02 16:24:00 +0100 mba  r268659 : i99432#: move accelconfig and macroassignment to cui
2009-03-02 16:23:31 +0100 mba  r268658 : i99432#: move accelconfig and macroassignment to cui
2009-03-02 16:22:41 +0100 mba  r268657 : i99432#: move accelconfig and macroassignment to cui
2009-02-25 16:57:26 +0100 mba  r268453 : obsolete
2009-02-17 10:50:51 +0100 mba  r267846 : obsolete
2009-02-12 16:33:54 +0100 mba  r267676 : #i96834#: warning fixed
2009-02-11 19:28:47 +0100 mba  r267626 : #i91978#: unused code
2009-02-11 18:37:47 +0100 mba  r267625 : metafile output, fixes for 3 layer office
2009-02-11 12:56:28 +0100 mba  r267593 : selective trees; incomplete build lists; metafile output
2009-05-06 10:59:57 +00:00
Thomas Benisch
f37538837f #i12587# Inserting/editing arbitrary text objects in chart 2009-04-28 11:48:46 +00:00
Thomas Benisch
c41b4570bb #i12587# Inserting/editing arbitrary text objects in chart 2009-04-27 13:45:54 +00:00
Thomas Benisch
3862727d4f #i12587# Inserting/editing arbitrary text objects in chart 2009-04-27 13:44:26 +00:00
Thomas Benisch
960927943f #i12587# Inserting/editing arbitrary text objects in chart 2009-04-27 13:39:52 +00:00
Ivo Hinkelmann
232386ba75 CWS-TOOLING: integrate CWS sb107
2009-04-14 13:09:13 +0200 sb  r270758 : CWS-TOOLING: rebase CWS sb107 to trunk@270723 (milestone: DEV300:m46)
2009-04-06 14:11:54 +0200 sb  r270545 : #i100884# improve pagein effectiveness: wrap system libs in --as-needed on unxlngi6/unxlngx6 to avoid needing them where unneeded; link pagein as C program to avoid unneeded C++ runtime dependency; reorder pagein and javaldx in soffice startup script so that javaldx benefits from pagein
2009-03-31 16:40:23 +0200 sb  r270287 : decrease collisions in hashCode computation
2009-03-30 11:48:39 +0200 sb  r270207 : #i100668# corrected explicit template instantiation
2009-03-26 14:16:26 +0100 sb  r270078 : #i100408# inadvertently dropped libexslt dynamic library in previous rev 269789
2009-03-26 10:52:51 +0100 sb  r270058 : #i100576# fixed erroneous modification of RPM in previous rev 270057
2009-03-26 10:46:36 +0100 sb  r270057 : #i100576# Enable HAVE_LD_HASH_STYLE in sdev300.ini for unxlgni6 and unxlngx6; corrected unxlngx6.mk so that HAVE_LD_HASH_STYLE actually has an effect on ultimate LINKFLAGS value.
2009-03-25 16:53:39 +0100 sb  r270038 : #i85679# applied speed-symbolic-functions.diff provided by pmladek; re-ran autoconf; enabled HAVE_LD_BSYMBOLIC_FUNCTIONS for unxlngi6 and unxlngx6 in sdev300.ini
2009-03-25 15:29:12 +0100 sb  r270031 : #i100408# missing fixes in addition to -c 269789 (to actually only put single instances of certain libraries into installation sets)
2009-03-25 15:17:10 +0100 sb  r270029 : #i10084# revert masterfix additions of libraries to APPnSTDLIBs (during -r269000:269199) and instead use -rpath-link to avoid linker warnings on unxlngi6 and unxlngx6
2009-03-25 14:15:23 +0100 sb  r270023 : added svn:ignore
2009-03-25 10:25:08 +0100 sb  r270002 : #i10000# copied over trunk -c 269820
2009-03-23 10:16:00 +0100 sb  r269858 : CWS-TOOLING: rebase CWS sb107 to trunk@269781 (milestone: DEV300:m44)
2009-03-20 11:22:27 +0100 sb  r269789 : #i100408# reduce (multiple copies of) libraries delivered to solver; for that to work fine, deliver symlink feature got improved to only create a symlink if the original file exists
2009-03-20 09:21:32 +0100 sb  r269782 : #i100396# replace s(HTML|RTF)_xxx declarations with OOO_STRING_SVTOOLS_(HTML|RTF)_xxx macros to reduce symbolic relocations at load time (at least on ELF systems).
2009-03-19 11:34:56 +0100 sb  r269734 : #i100348# added VISIBILITY_HIDDEN=TRUE so that symbols from the resulting archive are not erroneously exported from dynamic libraries including the archive
2009-03-19 11:32:20 +0100 sb  r269733 : #i100348# as a prerequisite for following changes, brought jpeg-6b.patch into "dmake create_patch" format and removed application/octet-stream svn:mime-type
2009-03-12 10:39:08 +0100 sb  r269370 : duplicated cws/odfmetadata2/solenv/inc/target.mk -c 268831
2009-03-04 17:25:16 +0100 sb  r268849 : #i99880# missing AUGMENT_LIBRARY_PATH
2009-02-25 17:54:34 +0100 sb  r268459 : CWS-TOOLING: rebase CWS sb107 to trunk@268395 (milestone: DEV300:m42)
2009-02-25 09:23:15 +0100 sb  r268413 : #i99584# avoid undefined operations on nOffset (patch by cmc)
2009-02-23 10:02:25 +0100 sb  r268344 : #i99519 removed unnecessary library dependencies
2009-02-18 17:54:24 +0100 sb  r268250 : avoid warnings about format specifier and argument mismatch (on 64bit debug builds)
2009-02-18 17:50:34 +0100 sb  r268249 : avoid erroneous warning that control reaches end of non-void function
2009-02-18 17:33:53 +0100 sb  r268248 : sdext/source/pdfimport/misc/pdfihelper.cxx: #include <vcl/canvastools.hxx>
2009-04-27 11:24:10 +00:00
Vladimir Glazounov
e33b2b6d4d CWS-TOOLING: integrate CWS calc31stopper2_DEV300
2009-03-10 15:35:05 +0100 dr  r269277 : #i100096# allow multiselection of shapes again...
2009-03-10 10:44:13 +0100 nn  r269253 : #i100070# write chart ranges correctly, temporarily also allow wrong syntax when loading
2009-03-09 17:36:48 +0100 iha  r269207 : #i100062# charts loose data when copying from calc to impress or writer
2009-03-09 14:20:52 +0100 nn  r269108 : #i100042# ScTabViewShell::Construct: still have to check for linked sheets
2009-03-16 12:55:24 +00:00
Oliver Bolte
47a410885f CWS-TOOLING: integrate CWS aw063
2009-02-12 13:10:24 +0100 aw  r267649 : #i99123# when a primitive is invisible, it is not sufficient to produce no output when decomposing, but to add invisible data using HitTestPrimitive2D. This is needed for the slideshow which relies on geometry data in MetaFiles when painting invisible objects
2009-02-12 13:08:39 +0100 aw  r267648 : #i99123# do not ignore HitTestPrimitive2D, but draw empty rectangles instead. This is needed since Slideshow is based on getting MetaFile content when painting invisible objects
2009-02-11 16:04:28 +0100 aw  r267620 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:04:10 +0100 aw  r267619 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:03:56 +0100 aw  r267618 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:03:39 +0100 aw  r267617 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:03:21 +0100 aw  r267615 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:02:48 +0100 aw  r267614 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:02:24 +0100 aw  r267613 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:02:01 +0100 aw  r267612 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:01:32 +0100 aw  r267611 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:01:05 +0100 aw  r267610 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 16:00:15 +0100 aw  r267608 : #i98788# made SfxItemPool destructor protected, added static ::Free method
2009-02-11 11:27:33 +0100 aw  r267585 : #i98788# added missing include for STL
2009-02-10 17:46:50 +0100 aw  r267570 : #i98788# added reaction on pool destruction
2009-02-10 17:11:58 +0100 aw  r267562 : #i98788# added messaging mechanism to register for pool destruction
2009-02-10 13:35:35 +0100 aw  r267549 : #i98788# removing changes, too complicated and risky for 3.1
2009-02-10 12:13:48 +0100 aw  r267546 : #i98788# 4th round
2009-02-10 12:13:37 +0100 aw  r267545 : #i98788# 4th round
2009-02-10 12:13:26 +0100 aw  r267544 : #i98788# 4th round
2009-02-10 12:13:14 +0100 aw  r267543 : #i98788# 4th round
2009-02-10 12:13:03 +0100 aw  r267542 : #i98788# 4th round
2009-02-10 12:12:50 +0100 aw  r267541 : #i98788# 4th round
2009-02-10 12:12:37 +0100 aw  r267540 : #i98788# 4th round
2009-02-08 14:38:22 +0100 aw  r267495 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:38:06 +0100 aw  r267494 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:37:48 +0100 aw  r267493 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:37:17 +0100 aw  r267492 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:56 +0100 aw  r267491 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:44 +0100 aw  r267490 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:29 +0100 aw  r267489 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:16 +0100 aw  r267488 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:36:02 +0100 aw  r267487 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-08 14:35:46 +0100 aw  r267486 : #i98788# 3rd round of changes to SfxItemPool handling
2009-02-05 12:20:39 +0100 aw  r267415 : #i98788# 2nd batch of adaptions for SfxItemPoolHolder addition
2009-02-04 15:12:54 +0100 aw  r267385 : #i98788# added newline at EOF
2009-02-04 13:26:04 +0100 aw  r267379 : #i98788# make SfxItemPool holdable
2009-02-04 13:25:40 +0100 aw  r267378 : #i98788# make SfxItemPool holdable
2009-02-04 13:25:08 +0100 aw  r267377 : #i98788# make SfxItemPool holdable
2009-02-04 13:24:42 +0100 aw  r267376 : #i98788# make SfxItemPool holdable
2009-02-04 13:23:14 +0100 aw  r267375 : #i98788# make SfxItemPool holdable
2009-02-04 13:23:02 +0100 aw  r267374 : #i98788# make SfxItemPool holdable
2009-01-29 17:08:31 +0100 aw  r267159 : #i97628# completed the fix
2009-01-29 17:08:15 +0100 aw  r267158 : #i97628# completed the fix
2009-01-29 14:09:07 +0100 aw  r267132 : #i97628# Corrected usage of ParagraphData in headers
2009-01-29 14:06:58 +0100 iha  r267131 : #i98344# incorrect font size in charts
2009-01-29 12:13:46 +0100 aw  r267115 : #i97628# back to old state; triggers too many errors in other modules
2009-01-29 12:03:51 +0100 aw  r267114 : #i97628# enabled exceptions due to STL vector include
2009-01-29 11:21:37 +0100 aw  r267107 : #i97628# added needed include
2009-01-28 17:58:29 +0100 aw  r267077 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-28 17:58:12 +0100 aw  r267076 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-28 17:57:51 +0100 aw  r267074 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-28 17:57:21 +0100 aw  r267073 : #i97628# first version of newly implemented OutlinerParaObject and adaptions
2009-01-27 17:07:33 +0100 aw  r267011 : #i98402# added support for ViewRange when exporting MetaFiles in ObjectContactOfPageView::DoProcessDisplay to avoid to paint too much
2009-01-27 11:45:48 +0100 aw  r266973 : #i98404# Added a warning to a place where a conversion to rectangle should not be copied from
2009-01-26 21:44:36 +0100 iha  r266949 : #i98497# 3D charts are rendered with wrong size
2009-01-26 20:47:07 +0100 aw  r266947 : #i98404# handle BackgroundColorPrimitive2D directly in PixelRenderers and avoid AA under all circumstances
2009-01-26 14:50:36 +0100 aw  r266926 : #i98386# secured cloning of SdrObject in IMapUserData by boost::shared_prt usage
2009-01-26 12:51:30 +0100 aw  r266916 : #i96581# added separated FontStretching and fallback for small X!=Y scale differences
2009-01-23 16:14:55 +0100 aw  r266834 : #i96475# added missing implementation of TextDecoratedPortionPrimitive2D::getB2DRange
2009-01-23 15:24:34 +0100 aw  r266826 : #i98405# fixed fallback to DrawAlphaRect to use the correctly sized rectangle
2009-01-23 13:34:43 +0100 aw  r266813 : #i96474# fixed impSplitSingleWords for an unexpected case
2009-01-23 10:47:31 +0100 aw  r266786 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:47:20 +0100 aw  r266785 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:47:09 +0100 aw  r266783 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:46:58 +0100 aw  r266782 : #i98289#,#i96474# tooling and new flags for tasks
2009-01-23 10:46:48 +0100 aw  r266781 : #i98289#,#i96474# tooling and new flags for tasks
2009-03-04 14:16:02 +00:00
Oliver Bolte
6b741821d6 CWS-TOOLING: integrate CWS chart35
2009-02-20 12:33:54 +0100 nn  r268312 : correct line ends
2009-01-19 12:50:45 +0100 iha  r266491 : #i91800# style:text-position='0' is wrongly imported
2009-01-19 11:59:09 +0100 iha  r266486 : #i91037# Position of Datalabels in 3D Bar-Charts are crossing the edge
2009-01-16 16:45:50 +0100 iha  r266435 : #i93802# clockwise does not work on solars sparc
2009-01-16 13:23:37 +0100 iha  r266414 : #i91037# Position of Datalabels in 3D Bar-Charts are crossing the edge
2009-01-15 14:09:27 +0100 iha  r266370 : #i98102# checkbox show equation should not be checked initially
2009-01-14 17:41:33 +0100 iha  r266323 : #i97133# #i97318# chart type is not detected correctly in case of invisible series
2009-01-14 16:23:06 +0100 iha  r266316 : #i97133# #i97318# chart type is not detected correctly in case of invisible series
2009-01-14 13:43:38 +0100 iha  r266298 : #i84417# Unable to edit existing chart title with clipboard
2009-01-14 13:43:04 +0100 iha  r266297 : #i84417# Unable to edit existing chart title with IME
2009-01-14 13:14:15 +0100 dr  r266293 : do not set CharEscapement property if not needed
2009-01-14 00:48:46 +0100 er  r266262 : #i81383# changed ASC and JIS to use transliteration provided by i18n transliteration; patch from <bluedwarf>
2009-01-14 00:28:06 +0100 er  r266261 : #i97536# silence gcc's unbracketed && || warnings
2009-01-13 22:43:45 +0100 er  r266259 : #i97905# corrected IndexKey order
2009-01-13 20:36:15 +0100 er  r266254 : #i97905# add SKK/EUR conversion (plus MTL/EUR and CYP/EUR)
2009-01-13 20:31:17 +0100 er  r266253 : #i97905# updated locale data; contributed by <brko>
2009-01-13 11:57:08 +0100 iha  r266204 : #i84103# cannot set data in xy diagram in draw
2009-01-12 20:29:37 +0100 nn  r266181 : #i97680# GetStylesContainer: handle non-available style family
2009-01-12 19:53:19 +0100 nn  r266180 : #i98000# don't get initial zoom value via SfxViewFrame::Current
2009-01-12 16:11:19 +0100 iha  r266166 : #i71686# XY charts without valid x values are not imported correctly from Excel
2009-01-09 17:10:20 +0100 iha  r266102 : #i95051# truncated asian strings on scale tabpage
2009-01-09 15:58:46 +0100 iha  r266094 : #i89430# truncated asian strings in smooth lines dialog
2009-01-09 13:09:14 +0100 iha  r266076 : #i94813# importing pie chart with multiline categories crashes
2009-03-03 11:39:43 +00:00
Vladimir Glazounov
87379bf050 CWS-TOOLING: integrate CWS fwk95
2009-01-15 13:24:14 +0100 cd  r266366 : #i96390# Change method name to use UNO AWT style for mnemonics
2009-01-15 13:23:30 +0100 cd  r266365 : #i96390# Change method name to use UNO AWT style for mnemonics
2009-01-12 17:25:13 +0100 cd  r266174 : #i97983# Check pointer returned by dynamic_cast
2009-01-12 15:31:40 +0100 cd  r266162 : #i97983# Create toolkit popup menus via service manager instead of implementation class
2008-12-11 15:04:34 +0100 cd  r265305 : #i95863# Remove user defined properties
2008-12-11 14:56:45 +0100 cd  r265302 : #i95606# Update documentation for textfields
2008-12-11 10:06:20 +0100 cd  r265250 : #i96390# Fix warning on Solaris compiler
2008-12-09 17:27:32 +0100 cd  r265119 : CWS-TOOLING: rebase CWS fwk95 to trunk@264807 (milestone: DEV300:m37)
2008-12-01 13:29:43 +0100 cd  r264597 : #i96390# New interfaces and structures for complete UNO AWT menu API
2008-12-01 13:25:22 +0100 cd  r264596 : #i96390# Added implementation of the new UNO AWT interfaces and structures for menus
2008-11-28 13:55:19 +0100 cd  r264553 : #i96640# Fixed wrong property type for MenuBarCloser
2008-11-28 13:53:56 +0100 cd  r264552 : #i96621# Fixed ambiguous usage of && and ||
2008-11-18 16:05:45 +0100 cd  r263781 : #i95316# Initialize SvtTabAppearanceCfg to enable system settings changed notiifcation code
2008-11-18 16:05:43 +0100 cd  r263780 : #i96155# Fix wrong statement to check for enabled argument
2008-10-20 16:54:37 +0200 cd  r262328 : #i10000# migrate CWS fwk95 to SVN.
2009-01-21 15:28:14 +00:00
Vladimir Glazounov
c7cbb43e3d CWS-TOOLING: integrate CWS rtlchart03
2009-01-08 16:18:26 +0100 iha  r266022 : build error due to warnings
2009-01-07 12:05:50 +0100 iha  r265958 : #i91970# RTL Chart: legend symbols should be on the right side in case of right-to-left writing direction
2009-01-05 15:47:13 +0100 iha  r265876 : CWS-TOOLING: rebase CWS rtlchart03 to trunk@265758 (milestone: DEV300:m38)
2008-11-26 20:45:14 +0100 iha  r264434 : CWS-TOOLING: rebase CWS rtlchart03 to trunk@264325 (milestone: DEV300:m36)
2008-11-20 10:08:30 +0100 iha  r264033 : #i91968#:legend should be on the left per default in rtl mode - migrate CWS rtlchart03 to SVN.
2008-11-20 10:03:10 +0100 iha  r264032 : #i96215#: context menu pops up at wrong position in rtl mode - migrate CWS rtlchart03 to SVN.
2008-11-20 10:00:45 +0100 iha  r264031 : #i91763#: repaint errors on rtl charts - migrate CWS rtlchart03 to SVN.
2008-11-20 09:42:50 +0100 iha  r264029 : #i91963#: reverse x-axis per default for an Arabic version- migrate CWS rtlchart03 to SVN.
2009-01-21 09:49:41 +00:00
Jens-Heiner Rechtien
27c2928516 #i10000#: export method areAllSeriesAttachedToSameAxis() 2009-01-13 14:06:09 +00:00
Jens-Heiner Rechtien
35602b5f0b CWS-TOOLING: integrate CWS overline3
2008-12-11 15:24:46 +0100 fredrikh  r265314 : i97099
2008-12-11 15:20:37 +0100 fredrikh  r265313 : i97099
2008-12-11 15:18:00 +0100 fredrikh  r265312 : i97099
2008-12-11 15:17:00 +0100 fredrikh  r265311 : i97099
2008-12-11 15:13:20 +0100 fredrikh  r265309 : i97144
2008-12-11 15:06:24 +0100 fredrikh  r265306 : i97099
2008-11-24 10:41:42 +0100 fme  r264213 : #i5991# Overline support
2008-11-24 10:39:53 +0100 fme  r264212 : #i5991# Overline support
2008-11-24 10:02:13 +0100 fme  r264209 : #5991# Overline support
2008-11-24 10:01:26 +0100 fme  r264208 : #5991# Overline support
2008-11-24 09:59:11 +0100 fme  r264207 : #5991# Overline support
2008-11-24 09:57:11 +0100 fme  r264206 : #5991# Overline support
2008-11-14 10:36:44 +0100 fme  r263667 : CWS-TOOLING: rebase CWS overline3 to trunk@263288 (milestone: DEV300:m35)
2008-11-13 16:12:13 +0100 fme  r263649 : #i5991# migrate CWS overline3 to SVN.
2009-01-05 17:49:45 +00:00
Jens-Heiner Rechtien
2c51de47a9 CWS-TOOLING: integrate CWS aw059
2008-12-16 16:15:40 +0100 aw  r265557 : #i95645# avoid expensive tries to stream in graphic data when stream is at end anyways
2008-12-15 16:49:58 +0100 wg  r265512 : i97278
2008-12-12 16:02:15 +0100 aw  r265427 : #i95645# new formulation was wrong in two places; thanks go to THB. Thanks!
2008-12-12 15:49:06 +0100 aw  r265425 : #i95645# refined formulation of AA on/off constraints for VCLCanvas
2008-12-12 14:51:26 +0100 aw  r265420 : #i95645# workaround for DrawTransparent of button hilighting when remote displayed; somehow GDI+ does bad dithering in that case
2008-12-12 13:23:00 +0100 aw  r265414 : removed temporary build hack; it made it's way in using the rebase; with SVN the rebase is not based on pure checkouts, but uses local changes.
2008-12-11 19:35:59 +0100 aw  r265352 : #i95645# need to switch off AA for WNT and UNX, the VCLCanvas is currently not able to handle AA correctly
2008-12-11 16:05:17 +0100 thb  r265327 : #i95645# Changed defaults to on; as for the while svx dialog is not changed
2008-12-10 13:40:38 +0100 aw  r265180 : #i95645# changed pixel snap to basegfx::fround
2008-12-10 13:25:45 +0100 aw  r265177 : corrected linux warning
2008-12-10 12:28:02 +0100 aw  r265167 : #i95645# added support for pixel snap/linux resp. no AA for mac (also pixel snap) when AA is switched off to the basegfx::B2DPolyPolygon painting VCL methods; needed for e.g. selection in SC and SW
2008-12-09 18:44:39 +0100 aw  r265136 : #i95645# corrected filled path construction
2008-12-09 18:12:40 +0100 aw  r265133 : #i95645# added support for non-AAd transparent paints
2008-12-09 18:11:58 +0100 aw  r265132 : #i95645# forced selection without AA
2008-12-09 18:11:29 +0100 aw  r265131 : #i88893# smoothed/corrected SW selection rects for transparent selection, forced selection without AA
2008-12-09 15:21:39 +0100 aw  r265094 : #i95645# corrected FormControl full drag
2008-12-09 15:11:26 +0100 aw  r265093 : #i95645# make gdiplus usages more safe when no line or fill color is selected
2008-12-09 14:30:09 +0100 aw  r265085 : #i95645# added GDIPlus support
2008-12-09 13:41:06 +0100 aw  r265081 : #i95645# added simple AA using GDIPlis to VCL
2008-12-09 13:40:46 +0100 aw  r265080 : #i95645# added simple AA using GDIPlis to VCL
2008-12-09 13:40:29 +0100 aw  r265079 : #i95645# added simple AA using GDIPlis to VCL
2008-12-09 13:33:16 +0100 aw  r265078 : #i95645# changes to requirements, discussed with FPE
2008-12-08 14:11:39 +0100 aw  r264995 : #i95646# added missing extra-wireframe for SdrDragObjOwn implementations when object has no border
2008-12-08 14:11:00 +0100 aw  r264994 : #i95646# corrected RenderMarkerArrayPrimitive2D OutDev usage in VclProcessor2D
2008-12-08 12:15:10 +0100 ufi  r264987 : aw059
2008-12-08 12:14:40 +0100 ufi  r264986 : aw059
2008-12-05 13:16:18 +0100 aw  r264905 : CWS-TOOLING: rebase CWS aw059 to trunk@264807 (milestone: DEV300:m37)
2008-12-04 11:29:48 +0100 aw  r264827 : #i95645# corrected warning
2008-12-03 14:43:39 +0100 aw  r264783 : #i95645# simplified overlay manager and objects to stl vector; added stuff to render some more overlay to primitive renderer to get AA support for WIN32
2008-12-03 14:42:43 +0100 aw  r264782 : #i95645# added test for WIN32 for AA if cairo canvas is available
2008-12-03 14:42:13 +0100 aw  r264781 : #i95645# removed unused options for writer selection overlay
2008-12-03 14:41:51 +0100 aw  r264780 : #i95645# removed unused options for calc overlay
2008-12-03 14:41:21 +0100 aw  r264779 : #i95645# small corrections in canvas renderer
2008-12-02 18:32:31 +0100 aw  r264730 : #i95646# merged cairo version from THB's CWS cairosource01
2008-12-02 15:25:45 +0100 aw  r264705 : #i95645# added helpers for the MarkerArrayPrimitive2D change which support buffered creation of the most used markers
2008-12-02 12:50:01 +0100 aw  r264690 : #i95645# added a non-saved method IsAAPossibleOnThisSystem to SvtOptionsDrawinglayer to quickly test if AA can be offered on the system, added buffering of that check.
2008-12-02 12:48:51 +0100 aw  r264689 : #i95645# unified MarkerArrayPrimitive2D to work bitmap-orientated, adapted usages. Added buffered preparation for needed markers. Minor adaptions for AA
2008-12-02 12:47:53 +0100 aw  r264688 : #i95645# unified MarkerArrayPrimitive2D to no longer work on a enum and types of markers, but to use a BitmapEx (or any other Bitmap object) which will be displayed centerd and in discrete coordinates at positions. Adapted decomposition and all usages. Corrected minor stuff with grid primitive
2008-11-28 17:11:12 +0100 thb  r264565 : #i95645# Added two more lists to config; to be able to differentiate canvas capabilities
2008-11-28 17:03:27 +0100 thb  r264563 : #i95645# Added two more lists to config; to be able to differentiate canvas capabilities
2008-11-28 17:00:07 +0100 thb  r264562 : #i95645# Added two more lists to config; to be able to differentiate canvas capabilities
2008-11-28 16:59:51 +0100 thb  r264561 : #i95645# Added two more lists to config; to be able to differentiate canvas capabilities
2008-11-27 19:13:42 +0100 aw  r264519 : #i95646# optimized getLength() a little bit
2008-11-27 19:12:50 +0100 aw  r264518 : #i95646# corrected AA expansion of invalidate frame; buffered discrete distance at OM
2008-11-27 18:50:05 +0100 aw  r264516 : #i95646# corrected fit to frame texts for WIN32
2008-11-27 15:32:15 +0100 aw  r264496 : #i95646# helplines corrected
2008-11-27 15:32:05 +0100 aw  r264495 : #i95646# helplines corrected
2008-11-27 15:01:30 +0100 aw  r264492 : #i95646# enable AA support for old polygons, especially to get support for MetaFile output
2008-11-27 14:33:28 +0100 aw  r264489 : #i95646# AA support for wireframe overlays
2008-11-27 13:40:54 +0100 aw  r264485 : #i95646# added full repaint when AA option changes
2008-11-27 13:29:19 +0100 aw  r264482 : #i95646# corrected handling of bSolidDragging config entries
2008-11-27 13:29:08 +0100 aw  r264481 : #i95646# corrected handling of bSolidDragging config entries
2008-11-27 11:30:12 +0100 aw  r264469 : #i95646# corrected IsAAPossibleOnThisSystem implementation
2008-11-26 16:33:04 +0100 aw  r264420 : #i95646# adapted OfaViewTabPage to use disable mechanism for AA and HWAccel
2008-11-26 15:49:19 +0100 aw  r264406 : #i95646# added DlgEdObj::getFullDragClone() to create specialized simple SdrUnoObj clones for solid dragging
2008-11-26 15:48:11 +0100 aw  r264405 : #i95646# changed derivation of ViewObjectContactOfUnoControl to get a valid isPrimitiveVisible() implementation
2008-11-26 14:11:37 +0100 aw  r264385 : #i88893# added new look for selection in sw
2008-11-26 11:32:33 +0100 aw  r264360 : corrected compiler warning
2008-11-25 18:46:29 +0100 aw  r264328 : #i95646# snapshot with FullDrag clones
2008-11-25 18:46:07 +0100 aw  r264327 : #i95646# snapshot with FullDrag clones
2008-11-25 18:45:43 +0100 aw  r264326 : #i95646# snapshot with FullDrag clones
2008-11-25 18:19:04 +0100 thb  r264324 : #i96585# Added missing inline specifier
2008-11-25 13:16:25 +0100 aw  r264285 : #i95646# next snapshot
2008-11-25 13:15:33 +0100 aw  r264284 : #i95646# next snapshot
2008-11-25 13:15:12 +0100 aw  r264283 : #i95646# next snapshot
2008-11-25 13:14:51 +0100 aw  r264282 : #i95646# next snapshot
2008-11-20 13:40:49 +0100 aw  r264045 : #i95646# stable snapshot
2008-11-20 13:40:29 +0100 aw  r264044 : #i95646# stable snapshot
2008-11-20 13:40:06 +0100 aw  r264043 : #i95646# stable snapshot
2008-11-20 13:39:45 +0100 aw  r264042 : #i95646# stable snapshot
2008-11-18 11:53:39 +0100 aw  r263758 : #i95646# snapshot for linux test build
2008-11-18 11:52:54 +0100 aw  r263757 : #i95646# snapshot for linux test build
2008-11-18 11:52:02 +0100 aw  r263756 : #i95646# snapshot for linux test build
2008-11-14 18:17:49 +0100 aw  r263692 : #i95646# snapshot with most stuff working
2008-11-14 18:14:26 +0100 aw  r263691 : #i95646# snapshot with most stuff working
2008-11-14 18:12:50 +0100 aw  r263690 : #i95646# snapshot with most stuff working
2008-11-14 18:12:16 +0100 aw  r263689 : #i95646# snapshot with most stuff working
2008-11-14 18:11:41 +0100 aw  r263688 : #i95646# snapshot with most stuff working
2008-11-07 18:44:22 +0100 aw  r263479 : #i95968# better support PrefMapMode; special for MAP_PIXEL was missing
2008-11-05 17:39:15 +0100 aw  r263356 : #i95644# #i95645# #i95646# bigger change done, saving for another experiment
2008-11-05 17:39:02 +0100 aw  r263355 : #i95644# #i95645# #i95646# bigger change done, saving for another experiment
2008-11-05 12:28:32 +0100 aw  r263350 : #i95644# #i95645# #i95646# in-between state before bigger change
2008-11-05 12:27:51 +0100 aw  r263349 : #i95644# #i95645# #i95646# in-between state before bigger change
2008-11-05 12:26:58 +0100 aw  r263348 : #i95644# #i95645# #i95646# in-between state before bigger change
2008-11-05 12:26:17 +0100 aw  r263347 : #i95644# #i95645# #i95646# in-between state before bigger change
2008-11-05 12:25:55 +0100 aw  r263346 : #i95644# #i95645# #i95646# in-between state before bigger change
2009-01-05 13:44:12 +00:00
Jens-Heiner Rechtien
ed82fa6ad0 CWS-TOOLING: integrate CWS sb102
2008-12-11 16:18:12 +0100 sb  r265332 : #i95065# cleanup, to make Windows linking work
2008-12-11 16:16:03 +0100 sb  r265331 : #i95065# missing SAL_DLLPUBLIC_EXPORT
2008-12-09 17:40:28 +0100 sb  r265122 : #i94469# move CJK specific configuration data to brand layer
2008-12-09 16:09:08 +0100 sb  r265112 : #i96959# use PTHREAD_MUTEX_RECURSIVE on all platforms
2008-12-09 15:54:31 +0100 sb  r265110 : #i95065# do not derive apphelper::LifeTimeGuard from osl::ResettableMutexGuard to avoid problems with VISIBILITY_HIDDEN=TRUE on MSC
2008-12-09 15:40:51 +0100 sb  r265104 : #i95065# add VISIBILITY_HIDDEN=TRUE to connectivity/source/drivers/mozab
2008-12-09 15:36:21 +0100 sb  r265102 : #i95501# updated SDK_HOME
2008-12-09 15:31:46 +0100 sb  r265099 : typo (temppath vs. tmppath)
2008-12-08 11:48:08 +0100 sb  r264979 : #i95065# removed spurious ExplicitCategoriesProvider.obj (ExplicitCategoriesProvider.cxx is not in this directory)
2008-12-07 19:41:07 +0100 sb  r264960 : #i96994# erroneously doubled backslash caused visibility feature to be disabled for all GCC versions on Mac OS X
2008-12-06 23:54:49 +0100 sb  r264948 : changes from trunk that CWS-TOOLING's rebase to DEV300:m37 (r264891) had missed, as files had been moved around on this CWS
2008-12-05 20:29:23 +0100 sb  r264919 : #i85508# versions of flex apparently differ in whether input() resp. yyinput() returns zero or EOF upon end of file
2008-12-05 15:37:23 +0100 sb  r264908 : #i95315# removed obsolete jut
2008-12-05 15:34:59 +0100 sb  r264907 : #i95531# removed empty obsolete directories
2008-12-05 10:09:23 +0100 sb  r264891 : CWS-TOOLING: rebase CWS sb102 to trunk@264807 (milestone: DEV300:m37)
2008-12-04 14:50:20 +0100 sb  r264845 : #i95065# introduced VISIBILITY_HIDDEN makefile flag to reduce duplications; made additional libraries use VISIBILITY_HIDDEN=TRUE to avoid warnings with recent GCC 4 versions (had to split certain code directories to make changes that would otherwise erroneously affect multiple libraries built in the same makefile); changed connectivity::ORefVector to no longer derive from std::vector, as that caused problems with the MSC implementation of VISIBILITY_HIDDEN=TRUE; replaced uses of JNIEXPORT with SAL_DLLPUBLIC_EXPORT, as the former does not expand to visibility attributes on some platforms where the latter does
2008-12-03 11:29:38 +0100 sb  r264759 : #i94583# remove unnecessary (and wrong) assertion check for rtl_getAppCommandArg return value (which is guaranteed to return osl_Process_E_None or not return at all)
2008-12-02 17:18:31 +0100 sb  r264724 : #i96809# silenced GCC 4.3.2 warning
2008-12-02 13:29:34 +0100 sb  r264695 : #i96797# make get_tmp_dir fail less often
2008-11-28 17:19:24 +0100 sb  r264566 : #i95691# inadvertently missing from -c 264564
2008-11-28 17:07:50 +0100 sb  r264564 : #i95691# only structs of exactly 1, 2, 4, or 8 bytes are returned through registers
2008-11-25 13:28:08 +0100 sb  r264291 : #i96427# support for SAL_EXCEPTION_DLLPUBLIC_EXPORT (patch by np)
2008-11-21 14:45:22 +0100 sb  r264140 : #i95428# added SAL_EXCEPTION_DLLPUBLIC_EXPORT and SAL_EXCEPTION_DLLPRIVATE
2008-11-19 13:19:37 +0100 sb  r263984 : #i95525# removed erroneous application/octet-stream svn:mime-type properties
2008-12-30 13:32:01 +00:00
Rüdiger Timm
9348d2e664 #i10000# Define variables. 2008-12-18 11:44:53 +00:00
Rüdiger Timm
8f03095fa0 CWS-TOOLING: integrate CWS rtlchart02 2008-12-12 12:17:17 +00:00
Vladimir Glazounov
811e7a83cb CWS-TOOLING: integrate CWS rtlchart01 2008-11-26 15:19:48 +00:00
Oliver Bolte
b04c4db390 #i10000# clean up files with zero byte size 2008-10-28 08:15:51 +00:00
Oliver Bolte
0ec586304e CWS-TOOLING: integrate CWS aw057 2008-10-17 08:40:10 +00:00
Oliver Bolte
a258b8caf6 CWS-TOOLING: integrate CWS cmcfixes49 2008-10-10 13:02:43 +00:00
Vladimir Glazounov
70346a3272 CWS-TOOLING: integrate CWS chart30 2008-10-01 07:35:04 +00:00
Vladimir Glazounov
5c0ecf9b57 CWS-TOOLING: integrate CWS sfxnotifyremoval 2008-09-30 06:36:06 +00:00
Rüdiger Timm
abda8e12d8 No old windows def files needed any more. 2008-09-19 11:05:48 +00:00
Vladimir Glazounov
94891d6ee3 INTEGRATION: CWS aw033 (1.5.18); FILE MERGED
2008/07/10 12:45:10 aw 1.5.18.1: #i39532# XOutputDevice removed, PrepareDelete removed
2008-08-19 23:40:52 +00:00
Vladimir Glazounov
49e605a179 INTEGRATION: CWS aw033 (1.7.20); FILE MERGED
2008/07/10 12:45:10 aw 1.7.20.1: #i39532# XOutputDevice removed, PrepareDelete removed
2008-08-19 23:40:40 +00:00
Vladimir Glazounov
cffd2aa303 INTEGRATION: CWS aw033 (1.31.16); FILE MERGED
2008/07/10 12:45:10 aw 1.31.16.1: #i39532# XOutputDevice removed, PrepareDelete removed
2008-08-19 23:40:28 +00:00
Vladimir Glazounov
59283c57aa INTEGRATION: CWS aw033 (1.12.18); FILE MERGED
2008/07/10 12:45:10 aw 1.12.18.1: #i39532# XOutputDevice removed, PrepareDelete removed
2008-08-19 23:40:18 +00:00
Vladimir Glazounov
8e127f2a4d INTEGRATION: CWS aw033 (1.9.44); FILE MERGED
2008/05/14 15:12:58 aw 1.9.44.3: RESYNC: (1.10-1.11); FILE MERGED
2008/01/29 13:16:08 aw 1.9.44.2: RESYNC: (1.9-1.10); FILE MERGED
2008/01/29 11:44:11 aw 1.9.44.1: updated refresh for ActionChanged(), diverse removals
2008-08-19 23:40:04 +00:00
Vladimir Glazounov
90a0f5b8fd INTEGRATION: CWS aw033 (1.2.12); FILE MERGED
2008/05/14 15:12:54 aw 1.2.12.2: RESYNC: (1.2-1.3); FILE MERGED
2008/03/05 07:34:25 aw 1.2.12.1: #i39532# prettyprinter support
2008-08-19 23:39:52 +00:00
Vladimir Glazounov
050ad6378c INTEGRATION: CWS aw033 (1.16.44); FILE MERGED
2008/06/25 13:11:59 aw 1.16.44.4: RESYNC: (1.18-1.19); FILE MERGED
2008/05/14 15:13:01 aw 1.16.44.3: RESYNC: (1.17-1.18); FILE MERGED
2008/01/29 13:16:05 aw 1.16.44.2: RESYNC: (1.16-1.17); FILE MERGED
2008/01/29 11:44:11 aw 1.16.44.1: updated refresh for ActionChanged(), diverse removals
2008-08-19 23:39:40 +00:00
Rüdiger Timm
c44aedfb81 INTEGRATION: CWS pb20 (1.6.34); FILE MERGED
2008/07/28 08:45:51 iha 1.6.34.1: #i91987# Y error bars dialog : string truncated
2008-07-30 13:47:17 +00:00
Rüdiger Timm
9d75290fd1 INTEGRATION: CWS pb20 (1.10.52); FILE MERGED
2008/07/28 08:44:47 iha 1.10.52.1: #i91989# Chart > Object properties > Data labels tab : string truncated
2008-07-30 13:47:05 +00:00
Rüdiger Timm
3fba1263e3 INTEGRATION: CWS pba11y02 (1.4.48); FILE MERGED
2008/07/24 14:46:53 pb 1.4.48.1: fix: #i73746# fillAllControls(); parameter changed
2008-07-30 12:54:07 +00:00
Rüdiger Timm
de18bb5be6 INTEGRATION: CWS pba11y02 (1.8.48); FILE MERGED
2008/07/24 14:51:33 pb 1.8.48.1: fix: #i73746# fillAllControls(); parameter changed
2008-07-30 12:53:53 +00:00
Rüdiger Timm
9c0a95e6fa INTEGRATION: CWS chart22 (1.29.2); FILE MERGED
2008/07/30 10:18:15 iha 1.29.2.5: RESYNC: (1.31-1.32); FILE MERGED
2008/06/10 11:12:01 iha 1.29.2.4: RESYNC: (1.30-1.31); FILE MERGED
2008/04/17 11:30:30 iha 1.29.2.3: RESYNC: (1.29-1.30); FILE MERGED
2008/02/21 18:00:28 iha 1.29.2.2: #i65549# Plotting of missing values
2008/02/21 17:02:09 iha 1.29.2.1: #i65549# Plotting of missing values
2008-07-30 10:58:15 +00:00
Rüdiger Timm
d06946c363 INTEGRATION: CWS chart22 (1.43.2); FILE MERGED
2008/06/10 11:11:57 iha 1.43.2.3: RESYNC: (1.44-1.46); FILE MERGED
2008/04/17 11:30:26 iha 1.43.2.2: RESYNC: (1.43-1.44); FILE MERGED
2008/02/21 17:03:05 iha 1.43.2.1: #i65549# Plotting of missing values
2008-07-30 10:57:54 +00:00
Rüdiger Timm
236a72d768 INTEGRATION: CWS chart22 (1.7.2); FILE MERGED
2008/04/17 11:30:33 iha 1.7.2.3: RESYNC: (1.8-1.9); FILE MERGED
2008/03/12 13:19:01 iha 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED
2008/02/21 17:02:36 iha 1.7.2.1: #i65549# Plotting of missing values
2008-07-30 10:57:28 +00:00
Rüdiger Timm
7ce8e4105a INTEGRATION: CWS chart22 (1.19.2); FILE MERGED
2008/07/30 10:18:18 iha 1.19.2.3: RESYNC: (1.20-1.21); FILE MERGED
2008/04/17 11:30:20 iha 1.19.2.2: RESYNC: (1.19-1.20); FILE MERGED
2008/02/21 17:01:38 iha 1.19.2.1: #i65549# Plotting of missing values
2008-07-30 10:57:13 +00:00
Rüdiger Timm
f21054e4e4 INTEGRATION: CWS chart22 (1.13.40); FILE MERGED
2008/04/17 11:30:23 iha 1.13.40.2: RESYNC: (1.13-1.14); FILE MERGED
2008/02/21 17:00:41 iha 1.13.40.1: #i65549# Plotting of missing values
2008-07-30 10:56:59 +00:00
Rüdiger Timm
6a65be2a07 INTEGRATION: CWS chart22 (1.23.26); FILE MERGED
2008/04/17 11:30:17 iha 1.23.26.2: RESYNC: (1.23-1.24); FILE MERGED
2008/02/21 17:05:25 iha 1.23.26.1: #i65549# Plotting of missing values + corrected zero plotting
2008-07-30 10:56:45 +00:00
Rüdiger Timm
cb302f01ff INTEGRATION: CWS chart22 (1.52.26); FILE MERGED
2008/04/17 11:30:14 iha 1.52.26.2: RESYNC: (1.52-1.53); FILE MERGED
2008/02/21 17:03:51 iha 1.52.26.1: #i65549# Plotting of missing values
2008-07-30 10:56:29 +00:00
Rüdiger Timm
ee3c86f646 INTEGRATION: CWS chart22 (1.14.26); FILE MERGED
2008/06/10 11:12:11 iha 1.14.26.4: RESYNC: (1.17-1.18); FILE MERGED
2008/04/17 11:30:40 iha 1.14.26.3: RESYNC: (1.15-1.17); FILE MERGED
2008/03/12 13:18:58 iha 1.14.26.2: RESYNC: (1.14-1.15); FILE MERGED
2008/02/21 16:56:41 iha 1.14.26.1: #i65549# Plotting of missing values
2008-07-30 10:56:09 +00:00
Rüdiger Timm
84412de2e2 INTEGRATION: CWS chart22 (1.18.2); FILE MERGED
2008/06/10 11:12:14 iha 1.18.2.4: RESYNC: (1.20-1.21); FILE MERGED
2008/04/17 15:44:30 iha 1.18.2.3: corrected mergeconflicts after resync
2008/04/17 11:30:37 iha 1.18.2.2: RESYNC: (1.18-1.20); FILE MERGED
2008/02/21 16:55:28 iha 1.18.2.1: #i65549# Plotting of missing values
2008-07-30 10:55:49 +00:00
Rüdiger Timm
80e78e1af2 INTEGRATION: CWS chart22 (1.9.40); FILE MERGED
2008/04/17 11:30:46 iha 1.9.40.2: RESYNC: (1.9-1.10); FILE MERGED
2008/02/21 16:57:31 iha 1.9.40.1: #i65549# Plotting of missing values
2008-07-30 10:55:31 +00:00
Rüdiger Timm
8347d8363a INTEGRATION: CWS chart22 (1.18.40); FILE MERGED
2008/07/30 10:18:26 iha 1.18.40.3: RESYNC: (1.20-1.21); FILE MERGED
2008/04/17 11:30:49 iha 1.18.40.2: RESYNC: (1.18-1.20); FILE MERGED
2008/02/21 16:58:13 iha 1.18.40.1: #i65549# Plotting of missing values
2008-07-30 10:55:16 +00:00
Rüdiger Timm
2649239416 INTEGRATION: CWS chart22 (1.21.2); FILE MERGED
2008/06/10 11:12:21 iha 1.21.2.3: RESYNC: (1.22-1.24); FILE MERGED
2008/04/17 11:30:43 iha 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED
2008/02/21 16:53:21 iha 1.21.2.1: #i65549# Plotting of missing values
2008-07-30 10:54:58 +00:00
Rüdiger Timm
ae39c2194d INTEGRATION: CWS chart22 (1.5.2); FILE MERGED
2008/04/17 11:30:58 iha 1.5.2.3: RESYNC: (1.6-1.7); FILE MERGED
2008/03/12 13:19:05 iha 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED
2008/02/21 16:59:19 iha 1.5.2.1: #i65549# Plotting of missing values
2008-07-30 10:54:41 +00:00
Rüdiger Timm
b11c19e506 INTEGRATION: CWS chart22 (1.6.26); FILE MERGED
2008/06/10 11:11:50 iha 1.6.26.3: RESYNC: (1.8-1.9); FILE MERGED
2008/04/17 11:30:52 iha 1.6.26.2: RESYNC: (1.6-1.8); FILE MERGED
2008/02/21 16:55:59 iha 1.6.26.1: #i65549# Plotting of missing values
2008-07-30 10:54:27 +00:00
Rüdiger Timm
03a9eccaa7 INTEGRATION: CWS chart22 (1.13.2); FILE MERGED
2008/06/10 11:11:47 iha 1.13.2.3: RESYNC: (1.14-1.15); FILE MERGED
2008/04/17 11:30:55 iha 1.13.2.2: RESYNC: (1.13-1.14); FILE MERGED
2008/02/21 16:54:49 iha 1.13.2.1: #i65549# Plotting of missing values
2008-07-30 10:54:12 +00:00
Rüdiger Timm
fefca351e4 INTEGRATION: CWS chart22 (1.5.2); FILE MERGED
2008/04/17 11:30:10 iha 1.5.2.2: RESYNC: (1.5-1.6); FILE MERGED
2008/02/21 17:06:56 iha 1.5.2.1: #i65549# Plotting of missing values
2008-07-30 10:53:59 +00:00
Rüdiger Timm
0dbab53b64 INTEGRATION: CWS chart22 (1.7.2); FILE MERGED
2008/06/10 11:12:04 iha 1.7.2.4: RESYNC: (1.9-1.10); FILE MERGED
2008/04/17 11:30:06 iha 1.7.2.3: RESYNC: (1.8-1.9); FILE MERGED
2008/03/12 13:18:52 iha 1.7.2.2: RESYNC: (1.7-1.8); FILE MERGED
2008/02/21 17:07:28 iha 1.7.2.1: #i65549# Plotting of missing values
2008-07-30 10:53:44 +00:00
Rüdiger Timm
92d27daab5 INTEGRATION: CWS chart22 (1.9.2); FILE MERGED
2008/04/17 11:29:55 iha 1.9.2.3: RESYNC: (1.10-1.11); FILE MERGED
2008/03/12 13:18:34 iha 1.9.2.2: RESYNC: (1.9-1.10); FILE MERGED
2008/02/21 17:09:10 iha 1.9.2.1: #i65549# Plotting of missing values
2008-07-30 10:53:31 +00:00
Rüdiger Timm
22a45019d5 INTEGRATION: CWS chart22 (1.4.2); FILE MERGED
2008/04/17 11:29:51 iha 1.4.2.2: RESYNC: (1.4-1.5); FILE MERGED
2008/02/21 17:06:14 iha 1.4.2.1: #i65549# Plotting of missing values
2008-07-30 10:53:18 +00:00
Rüdiger Timm
26a1b0d70b INTEGRATION: CWS chart22 (1.7.46); FILE MERGED
2008/04/17 11:29:41 iha 1.7.46.2: RESYNC: (1.7-1.8); FILE MERGED
2008/02/21 17:14:06 iha 1.7.46.1: #i65549# Plotting of missing values
2008-07-30 10:53:06 +00:00
Rüdiger Timm
aa6758ae7f INTEGRATION: CWS chart22 (1.4.46); FILE MERGED
2008/04/17 11:29:49 iha 1.4.46.2: RESYNC: (1.4-1.5); FILE MERGED
2008/02/21 17:12:37 iha 1.4.46.1: #i65549# Plotting of missing values
2008-07-30 10:52:53 +00:00
Rüdiger Timm
a459bb7d63 INTEGRATION: CWS chart22 (1.9.46); FILE MERGED
2008/04/17 11:29:35 iha 1.9.46.2: RESYNC: (1.9-1.10); FILE MERGED
2008/02/21 17:13:32 iha 1.9.46.1: #i65549# Plotting of missing values + cleanuo
2008-07-30 10:52:40 +00:00
Rüdiger Timm
db12002670 INTEGRATION: CWS chart22 (1.21.2); FILE MERGED
2008/04/17 11:29:45 iha 1.21.2.3: RESYNC: (1.22-1.23); FILE MERGED
2008/03/12 13:18:42 iha 1.21.2.2: RESYNC: (1.21-1.22); FILE MERGED
2008/02/21 17:10:37 iha 1.21.2.1: #i65549# Plotting of missing values
2008-07-30 10:52:26 +00:00
Rüdiger Timm
f74e7b31fd INTEGRATION: CWS chart22 (1.5.46); FILE MERGED
2008/04/17 11:29:38 iha 1.5.46.2: RESYNC: (1.5-1.6); FILE MERGED
2008/02/21 17:09:45 iha 1.5.46.1: #i65549# Plotting of missing values
2008-07-30 10:52:09 +00:00
Rüdiger Timm
bb7da6856c INTEGRATION: CWS chart22 (1.13.2); FILE MERGED
2008/06/10 11:12:07 iha 1.13.2.3: RESYNC: (1.15-1.17); FILE MERGED
2008/04/17 11:30:02 iha 1.13.2.2: RESYNC: (1.13-1.15); FILE MERGED
2008/02/21 16:52:22 iha 1.13.2.1: #i65549# Plotting of missing values
2008-07-30 10:51:56 +00:00
Oliver Bolte
d245f0bea3 #i90172# Compilation error unxsoli4 2008-07-25 07:30:00 +00:00
Oliver Bolte
7c8f98d84e INTEGRATION: CWS chart29 (1.5.40); FILE MERGED
2008/07/08 07:59:02 iha 1.5.40.1: #i88825# use update timer for range changes
2008-07-21 11:13:21 +00:00
Oliver Bolte
54c04374cc INTEGRATION: CWS chart29 (1.5.40); FILE MERGED
2008/07/08 08:00:06 iha 1.5.40.1: #i88825# use update timer for range changes
2008-07-21 11:13:07 +00:00
Oliver Bolte
6be3095567 INTEGRATION: CWS chart29 (1.4.40); FILE MERGED
2008/07/08 07:55:33 iha 1.4.40.1: #i88825# use update timer for range changes
2008-07-21 11:12:51 +00:00
Oliver Bolte
ec101a2d6c INTEGRATION: CWS chart29 (1.5.40); FILE MERGED
2008/07/08 07:58:03 iha 1.5.40.1: #i88825# use update timer for range changes
2008-07-21 11:12:35 +00:00
Oliver Bolte
1dbd09415e INTEGRATION: CWS chart29 (1.3.40); FILE MERGED
2008/07/08 07:54:51 iha 1.3.40.1: #i88825# use update timer for range changes
2008-07-21 11:12:18 +00:00
Rüdiger Timm
4adb3d8a01 INTEGRATION: CWS impressa11y (1.3.62); FILE MERGED
2008/05/29 12:45:57 af 1.3.62.2: RESYNC: (1.3-1.4); FILE MERGED
2008/02/05 10:19:04 bm 1.3.62.1: #i73747# return LIST_ITEM as role instead of SHAPE, so that chart objects are read by ZoomText
2008-07-07 13:34:34 +00:00
Vladimir Glazounov
1de23a27ad INTEGRATION: CWS chart27 (1.30.28); FILE MERGED
2008/06/10 08:24:43 iha 1.30.28.2: RESYNC: (1.30-1.31); FILE MERGED
2008/06/09 13:38:43 iha 1.30.28.1: #i72331 Wrong error indicator placement for standard deviation
2008-07-02 11:04:24 +00:00
Vladimir Glazounov
5447d8bd8c INTEGRATION: CWS chart27 (1.10.30); FILE MERGED
2008/06/23 09:10:33 iha 1.10.30.1: #i90976# propagate property CharEscapementHeight
2008-07-02 11:03:45 +00:00
Vladimir Glazounov
b667656d9a INTEGRATION: CWS chart27 (1.24.16); FILE MERGED
2008/06/09 13:39:21 iha 1.24.16.1: #i72331 Wrong error indicator placement for standard deviation
2008-07-02 11:02:52 +00:00
Vladimir Glazounov
25ee5fa896 INTEGRATION: CWS chart27 (1.20.28); FILE MERGED
2008/06/09 13:36:25 iha 1.20.28.1: #i72331 Wrong error indicator placement for standard deviation
2008-07-02 11:02:29 +00:00
Vladimir Glazounov
ab4f55c863 INTEGRATION: CWS chart27 (1.43.16); FILE MERGED
2008/06/09 13:51:05 iha 1.43.16.1: #i72331 Wrong error indicator placement for standard deviation
2008-07-02 11:01:59 +00:00
Vladimir Glazounov
32c598e840 INTEGRATION: CWS chart27 (1.5.30); FILE MERGED
2008/06/03 15:45:28 iha 1.5.30.1: #88498# Inconsistent tranparency in Stock Chart
2008-07-02 11:01:22 +00:00
Vladimir Glazounov
063f889c57 INTEGRATION: CWS chart27 (1.13.30); FILE MERGED
2008/06/10 08:24:46 iha 1.13.30.2: RESYNC: (1.13-1.14); FILE MERGED
2008/06/05 09:10:42 iha 1.13.30.1: #i88972# XY (scatter) with large numbers goes wrong
2008-07-02 11:01:03 +00:00
Vladimir Glazounov
1a77991d10 INTEGRATION: CWS chart27 (1.8.30); FILE MERGED
2008/06/20 14:24:41 iha 1.8.30.1: #i90931# removed wrong default for GradientStepCount
2008-07-02 11:00:39 +00:00
Vladimir Glazounov
68276375c9 INTEGRATION: CWS chart27 (1.10.2); FILE MERGED
2008/06/23 09:01:16 iha 1.10.2.1: #i90976# wrong default value for property CharEscapementHeight
2008-07-02 11:00:23 +00:00
Vladimir Glazounov
7c2bfa001d INTEGRATION: CWS chart27 (1.9.30); FILE MERGED
2008/06/16 09:24:26 iha 1.9.30.1: #i85439# Column and Line Chart are not build correct
2008-07-02 11:00:01 +00:00
Vladimir Glazounov
a52986b68f INTEGRATION: CWS chart27 (1.12.30); FILE MERGED
2008/06/16 09:25:05 iha 1.12.30.1: #i85439# Column and Line Chart are not build correct
2008-07-02 10:59:44 +00:00
Vladimir Glazounov
dcb9a72e75 INTEGRATION: CWS chart27 (1.17.30); FILE MERGED
2008/06/20 14:22:24 iha 1.17.30.1: #i90931# removed wrong default for GradientStepCount
2008-07-02 10:59:25 +00:00
Vladimir Glazounov
ffaa95a18d INTEGRATION: CWS chart27 (1.9.2); FILE MERGED
2008/06/23 12:17:25 iha 1.9.2.1: #i90551# 'Scale Text' button doesn't display state
2008-07-02 10:59:06 +00:00
Vladimir Glazounov
1c9b39d678 INTEGRATION: CWS chart27 (1.5.30); FILE MERGED
2008/06/17 10:44:22 iha 1.5.30.1: #i89585# Destroyed view of  Chart Data Table
2008-07-02 10:58:31 +00:00
Vladimir Glazounov
54fddf1014 INTEGRATION: CWS chart27 (1.7.28); FILE MERGED
2008/06/19 10:13:48 iha 1.7.28.2: RESYNC: (1.7-1.8); FILE MERGED
2008/06/17 10:44:49 iha 1.7.28.1: #i89585# Destroyed view of  Chart Data Table
2008-07-02 10:58:06 +00:00
Vladimir Glazounov
50eb37dd6a INTEGRATION: CWS chart27 (1.4.30); FILE MERGED
2008/06/24 11:03:24 iha 1.4.30.1: #i90504# Minor interval marks are not saved and loeaded correctly
2008-07-02 10:57:40 +00:00
Vladimir Glazounov
d16b10946f INTEGRATION: CWS chart27 (1.7.30); FILE MERGED
2008/06/24 11:07:40 iha 1.7.30.1: #i90504# Minor interval marks are not saved and loeaded correctly
2008-07-02 10:57:17 +00:00
Vladimir Glazounov
440cb7c3f6 INTEGRATION: CWS chart27 (1.5.30); FILE MERGED
2008/06/24 11:08:44 iha 1.5.30.1: #i90504# Minor interval marks are not saved and loeaded correctly
2008-07-02 10:56:58 +00:00
Vladimir Glazounov
70077e531f INTEGRATION: CWS chart27 (1.10.30); FILE MERGED
2008/06/24 11:10:08 iha 1.10.30.1: #i90504# Minor interval marks are not saved and loeaded correctly
2008-07-02 10:56:31 +00:00
Vladimir Glazounov
f03a176c96 INTEGRATION: CWS dr62 (1.10.6); FILE MERGED
2008/06/17 15:17:54 dr 1.10.6.2: RESYNC: (1.10-1.11); FILE MERGED
2008/06/13 07:07:07 iha 1.10.6.1: #i82614# Copy sheet with scatter chart to new document may result in wrong data
2008-07-01 15:35:39 +00:00
Vladimir Glazounov
5291f816e9 INTEGRATION: CWS dr62 (1.15.6); FILE MERGED
2008/06/17 15:17:57 dr 1.15.6.2: RESYNC: (1.15-1.16); FILE MERGED
2008/06/13 07:08:07 iha 1.15.6.1: #i82614# Copy sheet with scatter chart to new document may result in wrong data
2008-07-01 15:35:18 +00:00
Rüdiger Timm
2a73459979 INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED
2008/04/16 06:36:11 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED
2008/03/12 09:01:26 oj 1.5.4.1: register InternalDataProvider as service to use it as delegatee
2008-06-16 11:57:38 +00:00
Rüdiger Timm
838c93c2b8 INTEGRATION: CWS rptchart02 (1.13.22); FILE MERGED
2008/04/16 06:36:08 oj 1.13.22.2: RESYNC: (1.13-1.14); FILE MERGED
2008/04/15 12:50:19 oj 1.13.22.1: use comphelper copyProperties
2008-06-16 11:57:23 +00:00
Rüdiger Timm
180ee64594 INTEGRATION: CWS rptchart02 (1.5.58); FILE MERGED
2008/04/16 06:36:05 oj 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED
2008/04/15 12:50:19 oj 1.5.58.1: use comphelper copyProperties
2008-06-16 11:57:05 +00:00
Rüdiger Timm
b0207bb1bd INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED
2008/04/16 06:36:01 oj 1.4.4.3: RESYNC: (1.4-1.6); FILE MERGED
2008/04/15 12:50:19 oj 1.4.4.2: use comphelper copyProperties
2008/03/12 09:01:26 oj 1.4.4.1: register InternalDataProvider as service to use it as delegatee
2008-06-16 11:56:50 +00:00
Rüdiger Timm
01a82c74b6 INTEGRATION: CWS rptchart02 (1.5.60); FILE MERGED
2008/04/16 06:35:58 oj 1.5.60.2: RESYNC: (1.5-1.6); FILE MERGED
2008/04/15 12:50:19 oj 1.5.60.1: use comphelper copyProperties
2008-06-16 11:56:27 +00:00
Rüdiger Timm
1bad77bcf1 INTEGRATION: CWS rptchart02 (1.2.116); FILE MERGED
2008/04/16 06:35:55 oj 1.2.116.2: RESYNC: (1.2-1.3); FILE MERGED
2008/04/15 12:50:19 oj 1.2.116.1: use comphelper copyProperties
2008-06-16 11:56:09 +00:00
Rüdiger Timm
1dace2ec7c INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED
2008/04/16 06:35:52 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED
2008/04/15 12:50:19 oj 1.4.4.1: use comphelper copyProperties
2008-06-16 11:55:54 +00:00
Rüdiger Timm
163d9e3733 INTEGRATION: CWS rptchart02 (1.9.2); FILE MERGED
2008/04/17 14:34:56 oj 1.9.2.1: #i88295# use correct type for default values
2008-06-16 11:55:32 +00:00
Rüdiger Timm
67036c81b3 INTEGRATION: CWS rptchart02 (1.18.50); FILE MERGED
2008/04/16 06:35:49 oj 1.18.50.2: RESYNC: (1.18-1.20); FILE MERGED
2008/04/15 12:50:18 oj 1.18.50.1: use comphelper copyProperties
2008-06-16 11:54:27 +00:00
Rüdiger Timm
38cda5f584 INTEGRATION: CWS rptchart02 (1.5.58); FILE MERGED
2008/04/16 06:35:46 oj 1.5.58.2: RESYNC: (1.5-1.6); FILE MERGED
2008/04/15 12:50:18 oj 1.5.58.1: use comphelper copyProperties
2008-06-16 11:53:21 +00:00
Rüdiger Timm
fc8811ffc3 INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED
2008/04/16 06:35:43 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED
2008/03/12 09:01:25 oj 1.5.4.1: register InternalDataProvider as service to use it as delegatee
2008-06-16 11:52:47 +00:00
Rüdiger Timm
3f5705e241 INTEGRATION: CWS rptchart02 (1.7.4); FILE MERGED
2008/04/16 06:35:39 oj 1.7.4.2: RESYNC: (1.7-1.8); FILE MERGED
2008/04/15 12:50:18 oj 1.7.4.1: use comphelper copyProperties
2008-06-16 11:52:16 +00:00
Rüdiger Timm
2ee0e75caf INTEGRATION: CWS rptchart02 (1.3.84); FILE MERGED
2008/04/16 06:35:36 oj 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/15 12:50:18 oj 1.3.84.1: use comphelper copyProperties
2008-06-16 11:51:13 +00:00
Rüdiger Timm
6956253e29 INTEGRATION: CWS rptchart02 (1.3.84); FILE MERGED
2008/04/16 06:35:33 oj 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/15 12:50:18 oj 1.3.84.1: use comphelper copyProperties
2008-06-16 11:50:53 +00:00
Rüdiger Timm
358f71b317 INTEGRATION: CWS rptchart02 (1.28.4); FILE MERGED
2008/04/16 06:35:30 oj 1.28.4.2: RESYNC: (1.28-1.29); FILE MERGED
2008/04/15 12:50:18 oj 1.28.4.1: use comphelper copyProperties
2008-06-16 11:50:32 +00:00
Rüdiger Timm
7ba395b0a5 INTEGRATION: CWS rptchart02 (1.3.2); FILE MERGED
2008/04/18 07:13:16 oj 1.3.2.1: #i86850# new member in genericunodialog
2008-06-16 11:49:17 +00:00
Rüdiger Timm
2e0bb70c63 INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED
2008/04/16 06:35:27 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED
2008/04/15 12:50:17 oj 1.5.4.1: use comphelper copyProperties
2008-06-16 11:48:58 +00:00
Rüdiger Timm
0ce77ce2c2 INTEGRATION: CWS rptchart02 (1.5.4); FILE MERGED
2008/04/16 06:35:24 oj 1.5.4.2: RESYNC: (1.5-1.6); FILE MERGED
2008/04/15 12:50:17 oj 1.5.4.1: use comphelper copyProperties
2008-06-16 11:48:06 +00:00
Rüdiger Timm
18e36c2901 INTEGRATION: CWS rptchart02 (1.4.4); FILE MERGED
2008/04/16 06:35:20 oj 1.4.4.2: RESYNC: (1.4-1.5); FILE MERGED
2008/04/15 12:50:17 oj 1.4.4.1: use comphelper copyProperties
2008-06-16 11:47:48 +00:00
Rüdiger Timm
94429cc6cf INTEGRATION: CWS rptchart02 (1.6.4); FILE MERGED
2008/04/16 06:35:17 oj 1.6.4.2: RESYNC: (1.6-1.7); FILE MERGED
2008/04/15 12:50:17 oj 1.6.4.1: use comphelper copyProperties
2008-06-16 11:46:47 +00:00
Rüdiger Timm
fceb09c723 INTEGRATION: CWS rptchart02 (1.7.84); FILE MERGED
2008/04/16 06:35:11 oj 1.7.84.2: RESYNC: (1.7-1.8); FILE MERGED
2008/04/15 12:50:17 oj 1.7.84.1: use comphelper copyProperties
2008-06-16 11:45:36 +00:00
Rüdiger Timm
43bb208715 INTEGRATION: CWS rptchart02 (1.3.84); FILE MERGED
2008/04/16 06:35:08 oj 1.3.84.2: RESYNC: (1.3-1.4); FILE MERGED
2008/04/15 12:50:17 oj 1.3.84.1: use comphelper copyProperties
2008-06-16 11:45:06 +00:00
Rüdiger Timm
4867e10f3c INTEGRATION: CWS qadev32 (1.4.40); FILE MERGED
2008/03/18 21:08:04 cn 1.4.40.1: #i87216# update lists with issues
2008-06-13 11:21:11 +00:00
Rüdiger Timm
4460b936d1 INTEGRATION: CWS qadev32 (1.3.40); FILE MERGED
2008/05/05 10:52:53 cn 1.3.40.3: #i87216# update lists
2008/03/20 16:09:27 cn 1.3.40.2: #i87216# update lists with issues
2008/03/18 21:08:04 cn 1.3.40.1: #i87216# update lists with issues
2008-06-13 11:21:00 +00:00
Rüdiger Timm
629feb671b INTEGRATION: CWS chart28_DEV300 (1.6.82.1.10); FILE MERGED
2008/06/03 17:37:38 iha 1.6.82.1.10.1: #90071#,#88894# crash in clipping algorithm
2008-06-13 07:38:54 +00:00
Rüdiger Timm
0d8e292cbc INTEGRATION: CWS chart25 (1.30.8); FILE MERGED
2008/05/13 13:14:18 iha 1.30.8.1: display hidden cells?
2008-06-06 08:19:23 +00:00
Rüdiger Timm
05907d8502 INTEGRATION: CWS chart25 (1.44.8); FILE MERGED
2008/05/07 15:18:58 iha 1.44.8.2: #i26497# Tickmarks not at the correct position for bar and column charts
2008/05/06 11:14:17 iha 1.44.8.1: #i76053# avoid superfluous notifications for changes on hidden draw page
2008-06-06 08:19:09 +00:00
Rüdiger Timm
78fccc911e INTEGRATION: CWS chart25 (1.7.10); FILE MERGED
2008/05/07 15:22:05 iha 1.7.10.1: #i26497# Tickmarks not at the correct position for bar and column charts
2008-06-06 08:18:55 +00:00
Rüdiger Timm
e8c211f9d0 INTEGRATION: CWS chart25 (1.10.10); FILE MERGED
2008/05/07 15:21:35 iha 1.10.10.1: #i26497# Tickmarks not at the correct position for bar and column charts
2008-06-06 08:18:36 +00:00
Rüdiger Timm
de97e9c2e2 INTEGRATION: CWS chart25 (1.6.10); FILE MERGED
2008/05/07 15:20:39 iha 1.6.10.1: #i26497# Tickmarks not at the correct position for bar and column charts
2008-06-06 08:18:23 +00:00
Rüdiger Timm
ed02089217 INTEGRATION: CWS chart25 (1.13.10); FILE MERGED
2008/05/07 15:20:53 iha 1.13.10.1: #i26497# Tickmarks not at the correct position for bar and column charts
2008-06-06 08:18:03 +00:00
Rüdiger Timm
e5e0a441b6 INTEGRATION: CWS chart25 (1.11.10); FILE MERGED
2008/05/07 15:17:54 iha 1.11.10.1: #i26497# Tickmarks not at the correct position for bar and column charts
2008-06-06 08:17:48 +00:00
Rüdiger Timm
2e3ec6e1d9 INTEGRATION: CWS chart25 (1.7.10); FILE MERGED
2008/05/13 08:07:07 iha 1.7.10.1: corrected property name Hidden->IsHidden
2008-06-06 08:17:35 +00:00
Rüdiger Timm
51195ffc8f INTEGRATION: CWS chart25 (1.7.10); FILE MERGED
2008/05/06 10:46:56 iha 1.7.10.1: #i80933# Selection of Grid with keyboard is not visible
2008-06-06 08:17:22 +00:00
Rüdiger Timm
ceb2126c81 INTEGRATION: CWS chart25 (1.17.8); FILE MERGED
2008/05/14 17:06:01 iha 1.17.8.1: #i85803# save and load stacking mode correctly for column and line charts - (don't stack the lines)
2008-06-06 08:17:09 +00:00
Rüdiger Timm
fcc0aa7b8c INTEGRATION: CWS chart25 (1.10.10); FILE MERGED
2008/04/25 14:44:57 iha 1.10.10.1: #i88742# make default lines a bit stronger for line charts
2008-06-06 08:16:56 +00:00
Rüdiger Timm
2c816b7ee0 INTEGRATION: CWS chart25 (1.20.8); FILE MERGED
2008/05/07 15:16:46 iha 1.20.8.1: #i26497# Tickmarks not at the correct position for bar and column charts
2008-06-06 08:16:42 +00:00
Rüdiger Timm
c8d8bd5858 INTEGRATION: CWS chart25 (1.6.10); FILE MERGED
2008/05/13 08:05:23 iha 1.6.10.1: corrected property name Hidden->IsHidden
2008-06-06 08:15:56 +00:00
Rüdiger Timm
84db93cc89 INTEGRATION: CWS chart25 (1.13.10); FILE MERGED
2008/04/25 15:01:28 iha 1.13.10.1: #i88742# make default lines a bit stronger for line charts
2008-06-06 08:15:26 +00:00
Rüdiger Timm
8328f15968 INTEGRATION: CWS chart25 (1.9.10); FILE MERGED
2008/04/25 15:00:05 iha 1.9.10.1: #i88742# make default lines a bit stronger for line charts
2008-06-06 08:15:00 +00:00
Rüdiger Timm
98223bae16 INTEGRATION: CWS chart25 (1.18.10); FILE MERGED
2008/04/25 14:47:56 iha 1.18.10.1: #i88742# make default lines a bit stronger for line charts
2008-06-06 08:14:39 +00:00
Rüdiger Timm
d9622460de INTEGRATION: CWS chart25 (1.10.10); FILE MERGED
2008/05/08 14:54:58 iha 1.10.10.1: #i88950# implement XDocumentPropertiesSupplierformattings thus newer donut charts are loaded correctly again
2008-06-06 08:14:09 +00:00
Rüdiger Timm
84faa036fe INTEGRATION: CWS chart25 (1.15.10); FILE MERGED
2008/05/08 14:55:14 iha 1.15.10.1: #i88950# implement XDocumentPropertiesSupplierformattings thus newer donut charts are loaded correctly again
2008-06-06 08:13:08 +00:00
Rüdiger Timm
5bbad379db INTEGRATION: CWS chart25 (1.8.8); FILE MERGED
2008/05/14 17:05:20 iha 1.8.8.1: #i85803# save and load stacking mode correctly for column and line charts - (don't stack the lines)
2008-06-06 08:11:55 +00:00
Rüdiger Timm
2afb1638f2 INTEGRATION: CWS chart25 (1.6.10); FILE MERGED
2008/04/25 14:44:15 iha 1.6.10.1: #i88742# make default lines a bit stronger for line charts
2008-06-06 08:11:28 +00:00
Rüdiger Timm
548c9326cd INTEGRATION: CWS chart25 (1.14.8); FILE MERGED
2008/05/07 15:16:16 iha 1.14.8.1: #i26497# Tickmarks not at the correct position for bar and column charts
2008-06-06 08:11:11 +00:00
Rüdiger Timm
241953bee8 INTEGRATION: CWS chart25 (1.28.8); FILE MERGED
2008/04/24 12:46:27 iha 1.28.8.2: RESYNC: (1.28-1.30); FILE MERGED
2008/04/18 07:38:26 iha 1.28.8.1: #i67368# don't show red selection handles for not rotatable objects
2008-06-06 08:10:53 +00:00
Rüdiger Timm
c19a361783 INTEGRATION: CWS chart25 (1.9.86); FILE MERGED
2008/04/24 12:46:31 iha 1.9.86.2: RESYNC: (1.9-1.11); FILE MERGED
2008/03/14 17:01:21 iha 1.9.86.1: #i26490# Base Point for resize does not work correct
2008-06-06 08:09:50 +00:00
Rüdiger Timm
cd4ef7e031 INTEGRATION: CWS chart25 (1.8.8); FILE MERGED
2008/04/24 12:46:42 iha 1.8.8.2: RESYNC: (1.8-1.9); FILE MERGED
2008/04/10 09:11:50 iha 1.8.8.1: #i26572# allow to set an explicit text for the font preview
2008-06-06 08:09:33 +00:00
Rüdiger Timm
927677f476 INTEGRATION: CWS chart25 (1.13.24); FILE MERGED
2008/04/24 12:46:39 iha 1.13.24.2: RESYNC: (1.13-1.14); FILE MERGED
2008/04/10 09:16:21 iha 1.13.24.1: #i26572# set an explicit text for the font preview
2008-06-06 08:09:04 +00:00
Rüdiger Timm
ecb113a8d0 INTEGRATION: CWS chart25 (1.11.86); FILE MERGED
2008/04/24 12:46:35 iha 1.11.86.2: RESYNC: (1.11-1.13); FILE MERGED
2008/04/10 09:15:56 iha 1.11.86.1: #i26572# set an explicit text for the font preview
2008-06-06 08:08:12 +00:00
Rüdiger Timm
2e3fce6a1f INTEGRATION: CWS chart25 (1.7.10); FILE MERGED
2008/04/25 12:37:31 iha 1.7.10.1: #i88729# some help ids for error bars are missing
2008-06-06 08:07:22 +00:00
Rüdiger Timm
dc85edd0ff INTEGRATION: CWS chart25 (1.18.10); FILE MERGED
2008/05/06 11:15:09 iha 1.18.10.1: #i76053# avoid superfluous notifications for changes on hidden draw page
2008-06-06 08:07:05 +00:00
Rüdiger Timm
d98dc4019d INTEGRATION: CWS chart25 (1.4.10); FILE MERGED
2008/04/25 12:40:11 iha 1.4.10.1: #i88729# some help ids for error bars are missing
2008-06-06 08:06:38 +00:00
Rüdiger Timm
25983a4bbe INTEGRATION: CWS chart25 (1.6.10); FILE MERGED
2008/04/25 12:39:08 iha 1.6.10.1: #i88729# some help ids for error bars are missing
2008-06-06 08:06:22 +00:00
Rüdiger Timm
ea1a59a83c INTEGRATION: CWS chart25 (1.9.10); FILE MERGED
2008/05/14 17:07:28 iha 1.9.10.1: #i85803# save and load stacking mode correctly for column and line charts - (don't stack the lines)
2008-06-06 08:06:04 +00:00
Rüdiger Timm
d512d373b4 INTEGRATION: CWS chart25 (1.7.10); FILE MERGED
2008/05/14 17:06:52 iha 1.7.10.1: #i85803# save and load stacking mode correctly for column and line charts - (don't stack the lines)
2008-06-06 08:04:54 +00:00
Oliver Bolte
9f2d92d94e INTEGRATION: CWS aquabmpfix01 (1.6.14); FILE MERGED
2008/05/09 12:40:13 hdu 1.6.14.1: #i88759# chart2: enable antialiasing, nothing depends on exact pixel-boundaries
2008-05-30 09:20:23 +00:00
Vladimir Glazounov
2f5ceaa8aa new version for OOH680 2008-05-21 18:45:50 +00:00
Vladimir Glazounov
56c4d33b49 new version for OOH680 2008-05-21 18:39:49 +00:00
Kurt Zenker
b7cd043722 INTEGRATION: CWS l10nfix24 (1.4.20); FILE MERGED
2008/05/19 16:12:48 ihi 1.4.20.1: #i89642# transex3 macro stringlist bug
2008-05-20 13:34:06 +00:00
Vladimir Glazounov
27cd2aba82 #100000# fix for clones CWS problem 2008-05-15 13:59:10 +00:00
Vladimir Glazounov
58213bf538 INTEGRATION: CWS chart26_DEV300 (1.5.130); FILE MERGED
2008/04/23 19:20:26 iha 1.5.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:26:02 +00:00
Vladimir Glazounov
637a3410bf INTEGRATION: CWS chart26_DEV300 (1.2.130); FILE MERGED
2008/04/23 19:23:00 iha 1.2.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:25:56 +00:00
Vladimir Glazounov
ede741755b INTEGRATION: CWS chart26_DEV300 (1.3.98); FILE MERGED
2008/04/23 19:18:19 iha 1.3.98.8: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008/04/23 08:10:26 iha 1.3.98.7: #i72994# simpler access to 3D settings
2008/04/18 15:28:17 iha 1.3.98.6: #i72994# simpler access to 3D settings
2008/04/18 15:25:10 iha 1.3.98.5: #i72994# corrected angle conversion
2008/04/17 19:11:21 iha 1.3.98.4: #i72994# correct horizontal and vertical rotation in case right-angled-axes is off
2008/04/09 08:12:30 iha 1.3.98.3: #i72994# simpler access to 3D settings
2008/04/08 15:54:47 iha 1.3.98.2: #i72994# simpler access to 3D settings
2008/04/07 15:49:17 iha 1.3.98.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04
2008-05-15 07:25:51 +00:00
Vladimir Glazounov
3b3a313673 INTEGRATION: CWS chart26_DEV300 (1.19.20.1.6); FILE MERGED
2008/04/09 08:13:58 iha 1.19.20.1.6.3: #i72994# simpler access to 3D settings
2008/04/08 15:56:40 iha 1.19.20.1.6.2: #i72994# simpler access to 3D settings
2008/04/07 15:47:41 iha 1.19.20.1.6.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04
2008-05-15 07:25:45 +00:00
Vladimir Glazounov
0a6cdcfc34 INTEGRATION: CWS chart26_DEV300 (1.12.74); FILE MERGED
2008/04/09 08:13:21 iha 1.12.74.3: #i72994# simpler access to 3D settings
2008/04/08 15:56:02 iha 1.12.74.2: #i72994# simpler access to 3D settings
2008/04/07 15:46:24 iha 1.12.74.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04
2008-05-15 07:25:39 +00:00
Vladimir Glazounov
8dda0ae233 INTEGRATION: CWS chart26_DEV300 (1.2.110); FILE MERGED
2008/04/23 19:17:35 iha 1.2.110.5: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008/04/18 15:27:41 iha 1.2.110.4: #i72994# simpler access to 3D settings
2008/04/09 08:11:40 iha 1.2.110.3: #i72994# simpler access to 3D settings
2008/04/08 15:54:12 iha 1.2.110.2: #i72994# simpler access to 3D settings
2008/04/07 15:48:41 iha 1.2.110.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04
2008-05-15 07:25:33 +00:00
Vladimir Glazounov
10dd17f778 INTEGRATION: CWS chart26_DEV300 (1.5.96); FILE MERGED
2008/04/09 08:36:05 iha 1.5.96.1: #155569# avoid crash
2008-05-15 07:25:21 +00:00
Vladimir Glazounov
09a874d13e INTEGRATION: CWS chart26_DEV300 (1.5.36); FILE MERGED
2008/04/09 08:15:04 iha 1.5.36.2: #i72994# simpler access to 3D settings
2008/04/08 15:57:13 iha 1.5.36.1: #i72994# simpler access to 3D settings
2008-05-15 07:25:14 +00:00
Vladimir Glazounov
ede0d23741 INTEGRATION: CWS chart26_DEV300 (1.11.20.1.6); FILE MERGED
2008/04/09 08:15:44 iha 1.11.20.1.6.3: #i72994# simpler access to 3D settings
2008/04/08 15:57:35 iha 1.11.20.1.6.2: #i72994# simpler access to 3D settings
2008/04/07 15:59:21 iha 1.11.20.1.6.1: #i72994# simpler access to 3D settings - joined from CWS xmlfilter04
2008-05-15 07:25:09 +00:00
Vladimir Glazounov
0ec3f2cab4 INTEGRATION: CWS chart26_DEV300 (1.41.6.1.6); FILE MERGED
2008/04/23 19:21:20 iha 1.41.6.1.6.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:06:12 +00:00
Vladimir Glazounov
43a747ca06 INTEGRATION: CWS chart26_DEV300 (1.21.8.1.6); FILE MERGED
2008/04/15 09:03:31 iha 1.21.8.1.6.1: #88075 wrong percentage display
2008-05-15 07:05:54 +00:00
Vladimir Glazounov
dfd480162e INTEGRATION: CWS chart26_DEV300 (1.16.98); FILE MERGED
2008/04/24 09:53:00 iha 1.16.98.2: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008/04/23 19:19:54 iha 1.16.98.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:05:35 +00:00
Vladimir Glazounov
d440098e9d INTEGRATION: CWS chart26_DEV300 (1.39.8.1.6); FILE MERGED
2008/04/15 09:04:54 iha 1.39.8.1.6.1: #88075 wrong percentage display
2008-05-15 07:05:20 +00:00
Vladimir Glazounov
efc0bdaf2a INTEGRATION: CWS chart26_DEV300 (1.9.98); FILE MERGED
2008/04/23 19:22:09 iha 1.9.98.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:05:04 +00:00
Vladimir Glazounov
c07d7511bb INTEGRATION: CWS chart26_DEV300 (1.6.130); FILE MERGED
2008/04/23 19:26:13 iha 1.6.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:04:51 +00:00
Vladimir Glazounov
8f7c283f31 INTEGRATION: CWS chart26_DEV300 (1.7.130); FILE MERGED
2008/04/23 19:24:20 iha 1.7.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:04:38 +00:00
Vladimir Glazounov
267f8ebd66 INTEGRATION: CWS chart26_DEV300 (1.5.130); FILE MERGED
2008/04/23 19:27:24 iha 1.5.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:04:26 +00:00
Vladimir Glazounov
7e72bc369a INTEGRATION: CWS chart26_DEV300 (1.9.96); FILE MERGED
2008/04/23 20:41:25 iha 1.9.96.2: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008/04/23 19:28:25 iha 1.9.96.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:04:14 +00:00
Vladimir Glazounov
696c2ff283 INTEGRATION: CWS chart26_DEV300 (1.2.130); FILE MERGED
2008/04/23 19:23:29 iha 1.2.130.1: #i72994# good automatic placement of walls, grid lines and axes labels dependent on 3D rotation
2008-05-15 07:03:52 +00:00
Vladimir Glazounov
376b2ac5aa INTEGRATION: CWS chart26_DEV300 (1.14.18); FILE MERGED
2008/04/08 15:59:16 iha 1.14.18.1: #i72994# simpler access to 3D settings
2008-05-15 07:03:33 +00:00
Vladimir Glazounov
9484d0283f INTEGRATION: CWS chart26_DEV300 (1.3.110); FILE MERGED
2008/04/23 19:41:31 iha 1.3.110.1: #i72994# correct 3D rotation
2008-05-15 07:02:57 +00:00
Vladimir Glazounov
7aaedb8d11 INTEGRATION: CWS chart26_DEV300 (1.4.98); FILE MERGED
2008/04/23 19:41:39 iha 1.4.98.1: #i72994# correct 3D rotation
2008-05-15 07:02:45 +00:00
Vladimir Glazounov
55ff431387 INTEGRATION: CWS chart26_DEV300 (1.5.20); FILE MERGED
2008/04/09 08:18:32 iha 1.5.20.2: #i72994# simpler access to 3D settings
2008/04/08 16:02:31 iha 1.5.20.1: #i72994# simpler access to 3D settings
2008-05-15 07:02:13 +00:00
Rüdiger Timm
3b35ca557c INTEGRATION: CWS xmlfilter04 (1.20.2); FILE MERGED
2008/03/20 13:29:32 iha 1.20.2.3: removed unused variable
2008/03/19 16:34:34 hbrinkm 1.20.2.2: RESYNC: (1.20-1.21); FILE MERGED
2008/03/14 15:44:08 iha 1.20.2.1: #i72994# simpler access to 3D settings
2008-04-18 12:29:52 +00:00
Rüdiger Timm
276e65efa1 INTEGRATION: CWS xmlfilter04 (1.4.82); FILE MERGED
2008/03/14 15:42:24 iha 1.4.82.1: #i72994# simpler access to 3D settings
2008-04-18 12:29:14 +00:00
Rüdiger Timm
745c4bcb57 INTEGRATION: CWS xmlfilter04 (1.3.82); FILE MERGED
2008/03/14 15:40:34 iha 1.3.82.1: #i72994# simpler access to 3D settings
2008-04-18 12:22:50 +00:00
Rüdiger Timm
3a923120e6 INTEGRATION: CWS xmlfilter04 (1.12.58); FILE MERGED
2008/03/27 13:17:57 sj 1.12.58.2: fixed build problem
2008/03/14 15:43:06 iha 1.12.58.1: #i72994# simpler access to 3D settings
2008-04-18 12:22:21 +00:00
Rüdiger Timm
959e65a358 INTEGRATION: CWS xmlfilter04 (1.2.94); FILE MERGED
2008/03/14 15:40:02 iha 1.2.94.1: #i72994# simpler access to 3D settings
2008-04-18 12:22:04 +00:00
Rüdiger Timm
2603650461 INTEGRATION: CWS xmlfilter04 (1.5.80); FILE MERGED
2008/03/03 16:56:29 dr 1.5.80.1: check xInnerPropertySet to avoid crash
2008-04-18 12:21:40 +00:00
Rüdiger Timm
ad6456a552 INTEGRATION: CWS xmlfilter04 (1.12.2); FILE MERGED
2008/03/19 16:35:34 hbrinkm 1.12.2.2: RESYNC: (1.12-1.13); FILE MERGED
2008/03/14 16:17:17 iha 1.12.2.1: #i72994# simpler access to 3D settings
2008-04-18 12:21:24 +00:00
Rüdiger Timm
7a444d375a INTEGRATION: CWS changefileheader (1.2.170); FILE MERGED
2008/03/28 16:44:53 rt 1.2.170.1: #i87441# Change license header to LPGL v3.
2008-04-10 22:01:17 +00:00
Rüdiger Timm
4916bf4236 INTEGRATION: CWS changefileheader (1.2.354); FILE MERGED
2008/04/01 15:04:31 thb 1.2.354.2: #i85898# Stripping all external header guards
2008/04/01 10:50:44 thb 1.2.354.1: #i85898# Stripping all external header guards
2008-04-10 22:00:59 +00:00
Rüdiger Timm
fb5e985289 INTEGRATION: CWS changefileheader (1.5.126); FILE MERGED
2008/03/28 16:44:53 rt 1.5.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 22:00:30 +00:00
Rüdiger Timm
b06b6ae7a4 INTEGRATION: CWS changefileheader (1.5.170); FILE MERGED
2008/03/28 16:44:53 rt 1.5.170.1: #i87441# Change license header to LPGL v3.
2008-04-10 22:00:13 +00:00
Rüdiger Timm
0580e6d6a2 INTEGRATION: CWS changefileheader (1.2.246); FILE MERGED
2008/03/28 16:44:52 rt 1.2.246.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:59:58 +00:00
Rüdiger Timm
0d03c74635 INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED
2008/03/28 16:44:51 rt 1.3.142.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:56:31 +00:00
Rüdiger Timm
9c106f1aad INTEGRATION: CWS changefileheader (1.3.170); FILE MERGED
2008/03/28 16:44:51 rt 1.3.170.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:56:16 +00:00
Rüdiger Timm
8c25aeb6c8 INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED
2008/03/28 16:44:51 rt 1.2.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:56:00 +00:00
Rüdiger Timm
5243aac978 INTEGRATION: CWS changefileheader (1.3.28); FILE MERGED
2008/03/28 16:44:51 rt 1.3.28.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:55:29 +00:00
Rüdiger Timm
c78e1e928d INTEGRATION: CWS changefileheader (1.3.142); FILE MERGED
2008/03/28 16:44:50 rt 1.3.142.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:55:14 +00:00
Rüdiger Timm
3b1b689c03 INTEGRATION: CWS changefileheader (1.7.28); FILE MERGED
2008/03/28 16:44:50 rt 1.7.28.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:54:59 +00:00
Rüdiger Timm
2e7e1e23fd INTEGRATION: CWS changefileheader (1.6.126); FILE MERGED
2008/03/28 16:44:50 rt 1.6.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:54:45 +00:00
Rüdiger Timm
a460ede41d INTEGRATION: CWS changefileheader (1.9.126); FILE MERGED
2008/03/28 16:44:49 rt 1.9.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:54:31 +00:00
Rüdiger Timm
618d47e038 INTEGRATION: CWS changefileheader (1.3.94); FILE MERGED
2008/04/01 15:04:30 thb 1.3.94.2: #i85898# Stripping all external header guards
2008/03/28 16:44:49 rt 1.3.94.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:54:15 +00:00
Rüdiger Timm
bf160e5bbe INTEGRATION: CWS changefileheader (1.8.126); FILE MERGED
2008/04/01 10:50:44 thb 1.8.126.2: #i85898# Stripping all external header guards
2008/03/28 16:44:49 rt 1.8.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:53:57 +00:00
Rüdiger Timm
79bfcfb815 INTEGRATION: CWS changefileheader (1.15.74); FILE MERGED
2008/04/01 15:04:30 thb 1.15.74.3: #i85898# Stripping all external header guards
2008/04/01 10:50:44 thb 1.15.74.2: #i85898# Stripping all external header guards
2008/03/28 16:44:49 rt 1.15.74.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:53:41 +00:00
Rüdiger Timm
8784f69ce5 INTEGRATION: CWS changefileheader (1.2.126); FILE MERGED
2008/03/28 16:44:49 rt 1.2.126.1: #i87441# Change license header to LPGL v3.
2008-04-10 21:53:12 +00:00