Commit graph

22561 commits

Author SHA1 Message Date
Bjoern Michaelsen
d00bf4bb5e reenable ucalc.cxx unittest in gbuild 2011-04-12 17:02:59 +02:00
Fridrich Štrba
87c7796cf9 fix a mixup with calling conventions 2011-04-12 11:39:46 +02:00
Petr Mladek
682f96553d Version 3.3.99.1, tag libreoffice-3.3.99.1 (3.4.0-beta1) 2011-04-11 17:52:53 +02:00
Kohei Yoshida
2f7564cb08 Update the source range with data in the pivot cache.
Pivot table's source range is stored in DCONREF record; however,
sometimes the real data range is larger than what DCONREF says, in
which case the real data size is specified in the pivot cache stream.
We need to properly resize the source range in such scenarios.
2011-04-08 12:44:31 -04:00
Kohei Yoshida
302acfdea9 Forgot to remove printf. 2011-04-07 14:33:32 -04:00
Cédric Bosdonnat
32cefbced2 i#20348: made the ordinal suffixe autocorrection internationalized 2011-04-07 18:27:14 +02:00
Markus Mohrhard
48b23fbd5e fix cast to implementation objects failure from some vba objects
old calls attempting to cast to implementation objects now fail ( and crash on access ) because we now wrap some objects via a aggregation proxy. This patch fixes this
2011-04-07 17:14:41 +01:00
Kohei Yoshida
bc617d8135 Ported calc-string-number.diff from the build repo.
This change allows string numbers (even fractional numbers) to be
treated as numbers.  Note that fractional numbers are local-dependent,
and the current locale's number formatting is used to interpret them.
2011-04-06 23:41:59 -04:00
Kohei Yoshida
31cc9baa5c Renamed methods for consistency. 2011-04-06 16:09:47 -04:00
Kohei Yoshida
181030a3a3 Fixed horizontal alignment issues for vertical text with text wrap on. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
c00869115d Branching in the main function to call appropriate sub-methods. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
bf8226c605 Do the same for top-bottom text direction. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
b84097fa26 Extracted a method that adjust hyperlinks in PDF output. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
ebd4a8d8fe More sharing of common code blocks. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
9771ab7586 Extracted a method to read cell content. That code is common in both methods. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
9c4e7d41c6 More cleanups. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
c60c5c1223 isVerticallyOriented() is always true in this method. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
4d37821409 Asianl vertical is always false in bottom-top orientation. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
519c03240f Remove the code that's not relevant to the bottom-top orientation. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
97ff7d5c1e First, shameless duplication of the guts of DrawEditStandard(). 2011-04-06 16:01:56 -04:00
Kohei Yoshida
7de46de6b1 Added empty methods for each orientation.
We can't maintain this monster method that processes all orientations
in a single function.  We need to split it up.
2011-04-06 16:01:56 -04:00
Kohei Yoshida
5b4e053194 Remove silliness of passing own data members as params to its own method. 2011-04-06 16:01:56 -04:00
Kohei Yoshida
3de46d8c91 Fixed vertical alignment when the auto wrap is on.
Also extracted a method.
2011-04-06 16:01:56 -04:00
Octavio Alvarez
7197c0df8f Change accel key for Clear Direct Formatting back to D 2011-04-06 21:58:25 +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
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
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
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