Caolán McNamara
ff84296937
catch by const reference
2011-04-13 20:35:44 +01:00
Muthu Subramanian
a3c057dd70
fdo#34903: xlsx comment export.
...
This was a bug of not Invalidating the cached
TableArea when a comment is inserted.
2011-04-13 20:27:32 +05:30
Caolán McNamara
47889657dc
allow new test files to be just dropped into the appropiate test dir
2011-04-12 16:01:42 +01:00
Caolán McNamara
e5953862eb
Resolves: fdo#36128 fix up paths for gbuild
2011-04-12 15:14:12 +01:00
Bjoern Michaelsen
aebf2a7957
fdo#36128: disabled testCVEs for now in ucalc.cxx as it fails
2011-04-11 12:38:55 +02:00
Bjoern Michaelsen
edc9a35274
reenable ucalc.cxx unittest in gbuild
2011-04-11 12:38:55 +02:00
Cédric Bosdonnat
7d37a449ab
i#20348: made the ordinal suffixe autocorrection internationalized
2011-04-07 13:33:47 +02:00
Caolán McNamara
932e6daf0d
WaE: sal_Int32 is long on 32bit and int on 64bit
2011-04-07 09:14:43 +01:00
Petr Mladek
6b66b07768
Merge remote-tracking branch 'origin/libreoffice-3-4'
2011-04-06 19:25:23 +02:00
Petr Mladek
ef5304897e
Merge branch 'libreoffice-3-4' of ssh://git.freedesktop.org/git/libreoffice/calc into libreoffice-3-4
2011-04-06 14:07:14 +02:00
Kohei Yoshida
704cfb4f31
Finally fixed vertical alignment issue. (fdo#33622)
2011-04-05 16:15:26 -04:00
Kohei Yoshida
82bde800ba
Massive reduction of indentation level.
2011-04-05 16:15:26 -04:00
Kohei Yoshida
17ca8c9de1
More renaming & sal_Bool to bool conversion.
2011-04-05 16:15:26 -04:00
Kohei Yoshida
b8bc515814
Renamed EditAlignmentParam to DrawEditParam.
2011-04-05 16:15:26 -04:00
Kohei Yoshida
a101db141c
Extracted method from DrawEdit() into DrawEditStandard().
2011-04-05 16:15:26 -04:00
Kohei Yoshida
d117bc5b25
Tuck EditAlignmentParam class under ScOutputData class scope.
...
This is so that this class instance can be passed as a parameter to
DrawEditStandard method.
2011-04-05 16:15:26 -04:00
Kohei Yoshida
323149157c
sal_Bool to bool.
2011-04-05 16:15:26 -04:00
Petr Mladek
b20bedcff1
Merge remote-tracking branch 'origin/libreoffice-3-3' into libreoffice-3-4
...
Conflicts:
sc/source/core/tool/makefile.mk
sc/source/ui/dbgui/filtdlg.cxx
2011-04-05 17:52:16 +02:00
Bjoern Michaelsen
12f32902bf
starting sc_ucalc unit test
2011-04-05 12:05:54 +02:00
Robert Nagy
412bbf4096
set ldflags for *BSD too
2011-04-05 12:03:45 +02:00
Robert Nagy
6b87aa0111
Merge branch 'libreoffice-3-4' of git://anongit.freedesktop.org/libreoffice/calc into libreoffice-3-4
2011-04-05 11:57:30 +02:00
Robert Nagy
0e1acb4bd5
set ldflags for *BSD too
2011-04-05 11:56:59 +02:00
Kohei Yoshida
eb2dc554e9
Put statusbar.xml under statusbar directory, not toolbar dir.
2011-04-04 14:37:26 -04:00
Caolán McNamara
23427e2165
use rtl::Static where double-locked pattern used
2011-04-04 12:52:23 +01:00
Caolán McNamara
11ceaa169b
that's a completely pointless getGlobalMutex acquisition
2011-04-04 12:20:01 +01:00
Kohei Yoshida
3b740361f1
Store ScDocument* locally.
2011-04-01 23:53:12 -04:00
Kohei Yoshida
9f9ff37fe3
Extend data area for standard and special filters as well.
2011-04-01 23:04:45 -04:00
Kohei Yoshida
03417cf345
Re-implement DB area extension prior to autofilter launching.
...
This time store the extended DB area permanently. This makes things
a bit simpler.
2011-04-01 21:06:17 -04:00
Michael Meeks
0a89e8789f
remove obsolete component_writeInfo methods
2011-04-01 22:33:56 +01:00
Kohei Yoshida
91aef61e67
Flag for "shrink to data" not used. Remove it from the signature.
2011-04-01 15:29:23 -04:00
Kohei Yoshida
f2384d6f10
Removed the dynamic row bits from the db range. It was a hack.
...
This concept was there before the Hamburg added their own mechanism
to allow dynamic expansion of db ranges. There is no need to have
two of them, or it would cause weird problems.
2011-04-01 15:24:18 -04:00
Petr Mladek
7c0c5a961a
LibreOffice-3.5 development started in master
...
Branch "libreoffice-3-4" has been created. Further changes in master
will be used for LibreOffice-3.5 release.
2011-04-01 15:26:08 +02:00
Petr Mladek
d99726db9f
Branch libreoffice-3-4
...
This is 'libreoffice-3-4' - the stable branch for the 3.4.x releases
+ only bug fixes are allowed
+ no approval needed during beta phase (two weeks after branch)
+ 1 approval needed during rc phase and for bugfix releases
+ 2 approvals with different/no affiliation needed for late features
+ regularly merged into master by a selected person when living
Please watch http://wiki.documentfoundation.org/ReleasePlan
and read announces on libreoffice@lists.freedesktop.org
If you want to build something cool, unstable, and risky, use master.
2011-04-01 15:13:14 +02:00
Kohei Yoshida
214ce687e6
Prefer bool over sal_Bool in ScDBData.
2011-04-01 00:32:19 -04:00
Kohei Yoshida
87fea6345c
Silenced warnings.
2011-04-01 00:24:06 -04:00
Kohei Yoshida
4cf41de4f1
Added bits for subtotals to make use of anonymous db ranges.
...
This change allows multiple subtotal ranges to be created on the same
sheet.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
1b059829bc
Added container to store global anonymous db ranges.
...
This is needed to support multiple subtotal ranges.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
8dcd3e554c
Finally, export the import mode parameters.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
6dea7664a9
Import the data import mode. This concludes the task on the import side.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
3e86754ca3
Moved up the user index data member.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
12024429e2
Cleaned up ScSortParam.
...
Tabs and sal_Bool madness.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
7d18257bde
Import sort paramters for the anonymous database ranges.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
587b69a8eb
Convert field positions from absolute to relative upon export.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
28c7c35d30
First cut on exporting sort parameters.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
97ba4c59a1
Let's check the db data itself instead of using the old flag value.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
8a1600e6a6
Convert field positions from relative to absolute on import.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
3ecb992f1b
Initial cut on trying to import the filtering properties of anonymous db.
...
Still not quite working right. Something must be broken.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
3598f368be
Field index must be relative to the first field.
...
Also, let's not write the subtotal element when there is not subtotal
entries to export.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
b85b4a09c4
Field index should be relative to the first column index.
2011-04-01 00:11:03 -04:00
Kohei Yoshida
f4cbb0e23a
Export filter conditions for anonymous db ranges.
2011-04-01 00:11:03 -04:00