Cédric Bosdonnat
0ffe180cf6
Added the new border types to the HTML export
2011-03-19 17:56:24 +01:00
Cédric Bosdonnat
9503970fda
sc: don't draw the slanted border twice at all tp remove visual side effects
2011-03-19 17:56:24 +01:00
Cédric Bosdonnat
d1433fd922
sc: draw slanted borders using the drawinglayer primitives
2011-03-19 17:56:24 +01:00
Cédric Bosdonnat
f1731d3810
Using drawinglayer for the rotated cells horizontal borders
2011-03-19 17:56:23 +01:00
Cédric Bosdonnat
7893e658e8
Use svx::frame::DrawRange with the drawinglayer in calc now
2011-03-19 17:56:23 +01:00
Cédric Bosdonnat
89d3e8a842
Switching the order of the SetLinesWidth arguments
2011-03-19 17:56:23 +01:00
Cédric Bosdonnat
e881f7d231
Draw nice borders using drawinglayer
2011-03-19 17:56:23 +01:00
Thomas Arnhold
e52051f501
Move OSL_ENSURE(sal_False,...) to OSL_FAIL(...)
2011-03-19 14:05:33 +01:00
Kohei Yoshida
083f8a897c
Charts' title reference is stored as relative reference. (fdo#35015)
...
For whatever reason, chart's title name references are stored as
relative references as opposed to absolute references. Store the
relative reference values to the absolute values since the ref token
helper methods only use the absolute values when joining.
2011-03-18 21:58:30 -04:00
Michael Meeks
d8420530bc
fix array bounds problem that crept in from OO.o
2011-03-18 17:35:05 +01:00
Caolán McNamara
156784064a
simplify lcl_GetRelativePos.
2011-03-18 11:33:09 -04:00
Jan Holesovsky
bfba2edf75
Merge branch 'master' of git://anongit.freedesktop.org/libreoffice/calc
2011-03-18 16:03:14 +01:00
Jan Holesovsky
e6064484fa
Merge remote-tracking branch 'origin/integration/dev300_m101'
...
Conflicts:
chart2/source/controller/main/UndoManager.cxx
chart2/source/tools/RegressionCurveHelper.cxx
sc/inc/address.hxx
sc/inc/attrib.hxx
sc/inc/bigrange.hxx
sc/inc/callform.hxx
sc/inc/cell.hxx
sc/inc/chartarr.hxx
sc/inc/chartlis.hxx
sc/inc/chgtrack.hxx
sc/inc/collect.hxx
sc/inc/compiler.hxx
sc/inc/detdata.hxx
sc/inc/document.hxx
sc/inc/fillinfo.hxx
sc/inc/olinetab.hxx
sc/inc/prnsave.hxx
sc/inc/queryparam.hxx
sc/inc/sc.hrc
sc/inc/scabstdlg.hxx
sc/inc/table.hxx
sc/inc/validat.hxx
sc/inc/zforauto.hxx
sc/source/core/data/documen2.cxx
sc/source/core/data/document.cxx
sc/source/core/data/table1.cxx
sc/source/core/tool/address.cxx
sc/source/core/tool/token.cxx
sc/source/filter/excel/frmbase.cxx
sc/source/filter/excel/impop.cxx
sc/source/filter/excel/xename.cxx
sc/source/filter/inc/formel.hxx
sc/source/filter/inc/xename.hxx
sc/source/filter/xml/xmlexprt.cxx
sc/source/filter/xml/xmlnexpi.cxx
sc/source/filter/xml/xmlnexpi.hxx
sc/source/ui/dbgui/filtdlg.cxx
sc/source/ui/inc/docfunc.hxx
sc/source/ui/inc/namedlg.hxx
sc/source/ui/namedlg/namedlg.cxx
sc/source/ui/src/namedlg.src
2011-03-18 15:33:40 +01:00
David Tardon
0932d7f0f0
initialize member
2011-03-18 13:20:22 +01:00
Kohei Yoshida
22db10974a
Fixed data loss during pivot table export to XLS.
2011-03-18 00:21:28 -04:00
obo
d3bd824556
CWS-TOOLING: integrate CWS chart55
2011-03-16 09:56:18 +01:00
Caolán McNamara
9e0a09e89c
WaE: silence some warnings
2011-03-16 08:44:25 +00:00
obo
b491f91e8d
CWS-TOOLING: integrate CWS chart51
2011-03-16 09:28:51 +01:00
obo
9f608513ff
CWS-TOOLING: integrate CWS obo55
2011-03-16 09:10:50 +01:00
Kohei Yoshida
6509f546d0
ScRangeName doesn't need to store ScDocument pointer.
2011-03-15 23:51:41 -04:00
Kohei Yoshida
9b4d6050c9
Common part into an own method.
2011-03-15 23:51:41 -04:00
Kohei Yoshida
e060bf8475
Implemented redo.
2011-03-15 23:51:41 -04:00
Kohei Yoshida
4e564d3395
Fixed undo, caused by a silly copy-n-paste.
2011-03-15 23:51:41 -04:00
Kohei Yoshida
23ae9e4a45
Hopefully implemented the undo part, plus lazy-init the global range name.
...
Went through the code to make sure we check for NULL pointer before doing
anything with the global range name instance. Calling GetRangeName()
initializes the range name instance on-demand.
2011-03-15 23:51:41 -04:00
Kohei Yoshida
d4b5eac375
Implement undo and redo for real.
2011-03-15 23:51:41 -04:00
Kohei Yoshida
3098641cba
Added skeleton for undo of all range names, global and local.
2011-03-15 23:51:41 -04:00
Kohei Yoshida
225b335176
Implement ModifyAllRangeNames(), minus undo.
2011-03-15 23:51:41 -04:00
Kohei Yoshida
a040ea619d
Extracted macro-based method into real method (for better context tagging).
...
Macro-based methods don't get tagged correctly in my editor which
screws up cross-referencing.
2011-03-15 23:51:40 -04:00
Kohei Yoshida
979e023be8
Store all range names from the dialog to the document.
...
But I have yet to implement ScDocFunc::ModifyAllRangeNames().
2011-03-15 23:51:40 -04:00
Kohei Yoshida
ba862bbca4
Retrieve sheet-local names and populate the dialog with them.
2011-03-15 23:51:40 -04:00
Kohei Yoshida
b43ad3a6cf
Removed useless comments.
2011-03-15 23:51:40 -04:00
Kohei Yoshida
aa65005ba4
More cleanups.
2011-03-15 23:51:40 -04:00
Kohei Yoshida
f0a0ac5106
Use data member and member methods instead of global and macros...
2011-03-15 23:51:40 -04:00
Kohei Yoshida
4b6758383c
Code cleanups.
2011-03-15 23:51:40 -04:00
Kohei Yoshida
65f4809a0a
Added new list box for the scopes, and adjusted the dialog layout.
2011-03-15 23:51:40 -04:00
Kohei Yoshida
3732372d58
Removed the old sheet local name mapping bits.
...
This was there for the VBA code to work around Calc's lack of
sheet local named ranges.
2011-03-15 23:51:40 -04:00
Kohei Yoshida
378c75a798
Get the unit test code to build.
2011-03-15 23:22:48 -04:00
Michael Meeks
970dfb78ae
more merge fixes, compiles and links now
2011-03-15 09:56:18 +00:00
Kohei Yoshida
1a5aaf0b88
Some attempts to get the VBA code to build.
2011-03-15 01:58:39 -04:00
Kohei Yoshida
0a95ed445f
Added missing definitions that caused linkage to fail.
2011-03-15 00:24:22 -04:00
Kohei Yoshida
2db8d16be6
Fixed part of the linkage problem due to multiple definitions.
2011-03-15 00:11:16 -04:00
Kohei Yoshida
4215f9c024
Fixed build breakages related to HID's.
2011-03-14 23:57:29 -04:00
Kohei Yoshida
fcfddd4fa7
Got optdlg.src to finally build.
2011-03-14 23:08:41 -04:00
Kohei Yoshida
7492dfe8e1
Fixed build breakage in sc/util.
2011-03-14 21:23:00 -04:00
Kohei Yoshida
9f26dfb93b
More on build errors and warnings.
2011-03-14 20:59:57 -04:00
Norbert Thiebaud
0b9cc91b70
mis-merge: setComplexColumnLabel now takes vector of uno::Any
2011-03-14 17:37:24 -05:00
Norbert Thiebaud
c08b8e3144
mis-merge: a declaration was moved due to cppcheck, and also changed value
...
the result is the 2 decalration were in the merge result, the
one with the 'bad' value shadowing the 'good' value
2011-03-14 17:37:24 -05:00
Kohei Yoshida
ea62c27ed1
Fixed pivot.src, while keeping the new Help ID related changes.
2011-03-14 18:12:33 -04:00
Kohei Yoshida
9b50119fd9
Adding missing control ID.
2011-03-14 17:59:55 -04:00
Kohei Yoshida
bb06798a86
More stupid build fixes.
2011-03-14 17:51:41 -04:00