Commit graph

112 commits

Author SHA1 Message Date
Kohei Yoshida
547bcae667 Change the default sheet print option to "print entire sheet".
Previously, sheet had its default print option set to "print nothing",
but when all sheets have "print nothing" option set, calc would print
as if they all have "print entire sheet" option.  The problem comes
when you set a custom print area to one sheet, which causes calc to
skip all the other sheets from printing.

This is not intuitive at all. Let's change the default print option
to "print entire sheet".  This also matches Excel's behavior BTW.
(n#650551)
2010-11-09 11:44:07 -05:00
Caolán McNamara
ad3292e2b3 add modelines to .hxx files as well 2010-10-28 15:47:29 +01:00
Noel Power
be3ca836cb Merge branch 'vba' fix conflics, trailing ws & tab issues
additionally the following iz patches are rolled up with this commit i#113356, i#112998 i#113955 i#113358 i#113515 i#112531 i#112596 i#112530
2010-10-13 10:01:42 +01:00
Noel Power
f13fd7b138 initial commit for vba blob ( not including container_control stuff ) 2010-10-06 10:15:43 +01:00
Kohei Yoshida
1e305422e1 Ported calc-perf-ods-import-row-heights.diff from ooo-build.
Avoid re-calculating cell note positions on every single row height
change during import.  That makes file load take forever.
2010-10-05 14:09:17 -04:00
Kohei Yoshida
d822a72fdd Port calc-xls-import-mem-footprint.diff from ooo-build.
This change reduces memory footprint of column row attribute import
from Excel document, from the previous 20 MB per sheet (!) down to
near zero.  With the test document I had, the memory use during
import dropped from 1.6 GB to 224 MB.
2010-10-04 21:53:16 -04:00
Kohei Yoshida
c45d73199d Ported calc-perf-outlining-with-notes.diff from ooo-build. 2010-10-04 16:28:31 -04:00
Kohei Yoshida
ebc9c4ca0f Ported calc-perf-xls-import-cellstyles.diff from ooo-build.
Like the previous commit, this one improves performance of large
xls files.
2010-10-04 14:19:05 -04:00
Kohei Yoshida
0cfa5a12cc Ported calc-perf-import-dbf-sc.diff from ooo-build
This speeds up import of dBase (dbf) files 4-5 times.
2010-10-01 22:30:59 -04:00
Justin Malcolm
31018e35b1 I think that this eliminates the remaining //UNUSED comments
There were still some of these comments (actually, a lot of them).
The most recent attachment should get rid of the last of them.
(fd#30442)
2010-09-29 14:14:15 -04:00
Kohei Yoshida
2d301b6f4a Ported calc-find-replace-skip-filtered-sc.diff from ooo-build. 2010-09-28 12:00:52 -04:00
Kohei Yoshida
e278e19136 calc-html-csv-import-force-text-cell.diff: Migrated
n#523414
set cell format to Text when a string format is requested, and don't
prepend ' in front of the value.
2010-09-16 11:32:16 +02:00
Kohei Yoshida
b592eb99d1 calc-find-replace-empty-cells-sc.diff: Support find and replace empty cells
i#49380, n#415352
2010-09-16 10:08:52 +02:00
Kohei Yoshida
0701397a48 sc-cellformat-icon-toggle.diff: Cell number format toolbar icons togglable
n#358548, i#86377

Make cell number format toolbar icons togglable & remove the standard format
button.
2010-09-15 17:11:24 +02:00
Kohei Yoshida
4ef978de83 sc-overwrite-char-font-attrs.diff: overwrite character level font attributes
n#374580, i#53545, i#96853

Overwrite character level font attributes when changing them at cell level
2010-09-15 14:09:38 +02:00
Kurt Zenker
68e7d26cd5 CWS-TOOLING: integrate CWS calc57 2010-08-11 13:21:33 +02:00
Eike Rathke [er]
3af0508b10 calc57: #i113429# adapt manual row/column breaks when inserting/deleting rows/columns and undo/redo 2010-07-29 18:29:52 +02:00
Eike Rathke [er]
98cdf33243 calc56: #i113139# various performance improvements for 1MB rows, especially with large hidden segments 2010-07-16 15:58:36 +02:00
obo
b3579d71c6 koheirowlimitperf: #i109369# #i109373# #i109384# #i109385# #i109386# #i109387# #i109388# #i109389# #i109391# #i109934# #i109935# #i110116# #i111531# #i111887# #i112190# #i30215# increased the row limit to 1 million, and integrated lots of speed optimization and bug fixes to ensure Calc remains usable after the row limit increase. 2010-06-23 13:38:34 +02:00
obo
1da68eb19a CWS-TOOLING: integrate CWS mib16 2010-06-22 05:59:20 +02:00
Daniel Rentz
f3f36bb0e3 mib16: rebase to m82 2010-06-17 11:32:18 +02:00
Daniel Rentz
5624330c20 mib16: contributed bugfixes and various new symbols in VBA compatibility implementation 2010-06-15 20:02:53 +02:00
Kohei Yoshida
90d71fa312 calctabcolor: rebased to DEV300_m82. 2010-06-15 05:33:03 +02:00
obo
2f9f36ac4a CWS-TOOLING: integrate CWS koheiextref01 2010-06-09 16:14:02 +02:00
Vladimir Glazunov
dd508f5004 CWS-TOOLING: integrate CWS koheiautodecimal 2010-05-28 08:57:30 +02:00
Kohei Yoshida
e456718e01 rebased to DEV300_m78 2010-05-26 12:37:05 -04:00
Kohei Yoshida
46f4ddda06 rebased to DEV300_m77. 2010-05-11 20:59:39 +02:00
Ivo Hinkelmann
0ebdc61a4f CWS-TOOLING: integrate CWS dr73 2010-05-10 18:38:52 +02:00
Kohei Yoshida
2f32b639a9 rebased to m77. 2010-04-29 05:16:36 +02:00
Kohei Yoshida
9ffe84307f koheiautodecimal: #i111074# When querying max precision, ignore unlimited precision, or use 2 in case all cell's precisions are unlimited. 2010-04-22 15:38:53 -04:00
Jens-Heiner Rechtien
8a241125de CWS-TOOLING: integrate CWS calcfilterrange 2010-04-16 10:27:47 +02:00
Vladimir Glazunov
6918fdbcc7 CWS-TOOLING: integrate CWS kohei04 2010-03-22 17:49:38 +01:00
Vladimir Glazunov
4d27ce49a3 CWS-TOOLING: integrate CWS koheicsvimport 2010-03-22 17:31:11 +01:00
Niklas Nebel
ea9452e6a4 dr73: merge with DEV300_m75 2010-03-17 12:18:14 +01:00
Kohei Yoshida
b62a698b9c kohei04: tab to whitespace & BOOL to bool etc to make MSVC compiler happy. 2010-03-09 09:38:03 -05:00
Eike Rathke [er]
0aa219d249 dr73: #i94695# when filtering on date disregard time fraction of cells formatted as date; reworked patch from <kohei> 2010-03-08 23:03:53 +01:00
Kohei Yoshida
3387f0a6dd koheiextref01: i#109170# Iterate through the formula cell list in the external ref mgr to mark used references.
The old code scanned *all* formula cells in the entire document, to see if any external references exist in the
document.  Now that the external ref mgr tracks formula cells with external references better, let's use that
list, to be more efficient.
2010-03-08 10:38:03 -05:00
Kohei Yoshida
1d436fb051 merged to DEV300_m72. 2010-03-05 19:00:36 +01:00
Kohei Yoshida
22dd3c5a20 koheiextref01: Turned several functions const because they don't modify the states of the classes. 2010-03-05 11:29:20 -05:00
Kohei Yoshida
e63f20a19a calctabcolor: resynced with the repository to get more recent changes in. 2010-02-26 16:01:28 +01:00
Eike Rathke [er]
19e19bafa2 calcfilterrange: #i109553# #160403# for filters (AutoFilter, StandardFilter, AdvancedFilter) shrink selected area to used data area and expand single selected row down to end of data 2010-02-24 12:16:42 +01:00
Kohei Yoshida
e91ccd784a calctabcolor: Entirely removed storage of tabcolor from ScViewDataTable. 2010-02-22 14:25:56 -05:00
Kohei Yoshida
cc0d82f6a3 calctabcolor: Added data member to ScTable to store tab color. 2010-02-22 11:48:02 -05:00
Vladimir Glazunov
22e99ad710 CWS-TOOLING: integrate CWS changefileheader2 2010-02-17 10:32:35 +01:00
Vladimir Glazunov
4ed2a42bf1 CWS-TOOLING: integrate CWS kohei03 2010-02-12 17:46:41 +01:00
Jens-Heiner Rechtien
4573ccfffd changefileheader2: #i109125#: change source file copyright notice from Sun Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision) 2010-02-12 15:01:35 +01:00
Vladimir Glazunov
664b49ae17 CWS-TOOLING: integrate CWS ab71 2010-02-04 16:22:08 +01:00
Jens-Heiner Rechtien
e1842855ac ab71: merge with DEV300_m63 2010-01-29 15:36:08 +00:00
Jens-Heiner Rechtien
f851cc8449 ab71: merge with DEV300_m54 2010-01-29 15:26:37 +00:00
Daniel Rentz
9ba03e8299 calc321stopper1: #i109372# reintroduced default values for arguments 2010-03-31 14:43:12 +02:00