Commit graph

21047 commits

Author SHA1 Message Date
Kohei Yoshida
c629d87b5c ooo-build-resources-sc-sc-hrc.diff: Migrated 2010-09-16 12:42:02 +02:00
Kohei Yoshida
ca1582d4eb calc-enhanced-merge-cells-sc.diff
n#213205, i#67243, i#101042
Merging/unmerging of cells on multiple sheets & merge center icon.
2010-09-16 11:43:15 +02: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
b2051877f9 calc-autofilter-shrink-selection.diff: Migrated
n#514164,  shrink selection to data area before setting autofilter.
2010-09-16 11:27:59 +02:00
Kohei Yoshida
97bea8c3e2 calc-cursor-split-view.diff: show cursor in non-active panes
n#433834
2010-09-16 11:21:13 +02:00
Kohei Yoshida
6d0be7e8be calc-selection-fixed-cursor-fix.diff: Migrated
n#595822, when making selection, don't move the cursor position.
2010-09-16 11:12:39 +02:00
Kohei Yoshida
ac3b66057b calc-selection-fixed-cursor.diff: Migrated
n#502717, i#21869, i#97093, when making selection, don't move the cursor position
2010-09-16 11:09:29 +02:00
Kohei Yoshida
e8adf8fc4d chart-highlight-selection-fix.diff: Migrated
n#568016, correctly highlight disjoint ranges in chart mode
2010-09-16 11:03:28 +02:00
Kohei Yoshida
35c5fca7f6 sc-uninitialized-var-fix.diff: initialize data members for sure 2010-09-16 10:51:53 +02:00
Kohei Yoshida
fbf28ef12b calc-jump-on-formula-ref-sc.diff: Migrated
n#464359, i#101018

allow ctrl-[ and ctrl-] to jump to references used in a formula expression.
2010-09-16 10:35:22 +02:00
Kohei Yoshida
d8bb8c4fb8 calc-autoinput-case-insensitive-matching.diff: no case matching on autoinput
n#472395, i#101046
2010-09-16 10:22:36 +02:00
Kohei Yoshida
f59e350d17 calc-filter-dbf-precision.diff: import/export precision of value cells fix
n#479025, i#101045
2010-09-16 10:13:57 +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
cc69943c86 Pushing new files 2010-09-16 07:52:45 +02:00
Kohei Yoshida
1363fe2fa6 calc-xls-disable-adjust-row-height.diff: Don't adjust row height on xls load
Don't adjust row height on xls load for better layout preservation and
faster file load.
2010-09-15 21:47:40 +02:00
Kohei Yoshida
cd52a0ae7c calc-external-defined-names-enable.diff: Enable external defined names
Enable external defined name import on xls documents.
2010-09-15 21:43:57 +02:00
Kohei Yoshida
28092ca22e chart-subtitle-xls-export.diff: Export chart subtitle
i#92357

Squeeze chart's subtitle into the 2nd line of the main title when exporting
to xls.
2010-09-15 21:38:36 +02:00
Kohei Yoshida
d1b6cb4619 calc-formula-variable-separators-sc.diff: formula separators changeable
n#447164, i#92056

Make the formula separators changeable per locale setting, and add new
configuration page for formula syntax and separators.
2010-09-15 21:19:24 +02:00
Kohei Yoshida
fe8f3ddf3a sc-sheet-gridline-toggle.diff: Toggle gridline display per sheet.
i#14893
2010-09-15 21:15:49 +02:00
Kohei Yoshida
340f9bd08c calc-dp-default-new-sheet.diff: default output to new sheet
i#50886
2010-09-15 17:23:05 +02:00
Kohei Yoshida
d8c68b41b4 sc-fit-to-width-height-skip-breaks.diff: Increase Excel compatibility
n#404232, n#404563, i#94698

ignore manual breaks when the "fit to x pages wide and x pages tall" option
is used, for Excel interoperability.
2010-09-15 17:18:15 +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
5e3d27c198 sc-cellbackground-over-gridlines.diff: Have cell bg paint over the gridlines
n#361360, i#3907
2010-09-15 15:15:32 +02:00
Kohei Yoshida
e1380111b4 sc-dbrange-dynamic-resize.diff: Dynamically resize filtered range.
n#352662, i#85305

Dynamically resize filtered range when new data rows are present.
2010-09-15 15:11:13 +02:00
Kohei Yoshida
d651046b62 enable-sheet-protection-options.diff: Enable sheet protection options 2010-09-15 15:06:06 +02:00
Kohei Yoshida
98b4e6ddc7 chart-odf-always-calc-a1.diff: always store ranges in ODF using A1 syntax
n#463305
2010-09-15 14:09:38 +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
Kohei Yoshida
0018eb8a1e sc-excel-chart-default-xlabels.diff: Change x-y plot chart numbering scheme
n#257079, i#83679

Change default numbering scheme of x-y plot chart from Row 1, Row2, ... to
1, 2, 3... when the X labels are not explicitly given.  This is what Excel
does.
2010-09-15 14:09:38 +02:00
Jonathan Pryor
d50261fd21 sc-drwlayer-units.diff: Unit conversion fixes in ScDrawLayer
i#83735
2010-09-15 14:09:38 +02:00
Kohei Yoshida
ff7de59de6 calc-multiline-pattern-fix.diff: Fix bolding in multi-line cell contents
n#359690, n#437137, i#99291

For multi-line cell contents, bolding the first line shouldn't bold the
entire cell.
2010-09-15 14:09:38 +02:00
Kohei Yoshida
879dfb1aca sc-natural-sort.diff: Add a 'Natural' variant of sorting
i#26565
2010-09-15 14:09:38 +02:00
Jonathan Pryor
8c929c317b calc-filter-xml-free-context.diff: Don't use pShapeContext after deleting it
n#467536
2010-09-15 14:09:38 +02:00
Jonathan Pryor
4927b87e1d sc-print-lines.diff: print & page preview for files containing only lines
n#351468, i#85076
2010-09-15 14:09:37 +02:00
Jonathan Pryor
7e905a8c79 sc-print-selected-sheets.diff: Make Print Preview consistent with Print output
n#335684, i#45497
2010-09-15 14:09:37 +02:00
Jonathan Pryor
833272e9bb sc-extra-cell-margins.diff: Add extra padding the the cell height
n#361358
2010-09-15 14:09:37 +02:00
Jonathan Pryor
82edbbe8b7 sc-xls-builtin-name-scope.diff: Print_Area/_Titles only for sheet local names
n#191005, n#257422
2010-09-15 14:09:37 +02:00
Jody Goldberg
164aca5f32 sc-read-only-colrow-resize.diff: Allow resizing Cols/Rows if document is R/O
n#165980
2010-09-15 14:09:37 +02:00
Jody Goldberg
38ec0c1814 sc-dp-gridlayout.diff: Something with grid layout :)
i#68544, n#190970
2010-09-15 14:09:37 +02:00
Jody Goldberg
568969f061 sc-change-record-dnd.diff: Allow dnd in Change record mode for Data source
i#44982
2010-09-15 14:09:37 +02:00
Jody Goldberg
20f5f0613f sc-datapilot-autoformat.diff: Provision for data-pilot to give autoformat
i#37388, bxc#62162
2010-09-15 14:09:37 +02:00
Jody Goldberg
8a14ea8b58 sc-filters-fill-fix.diff: fix Autofill doesnt fill filtered rows
bxc#62499
2010-09-15 14:09:37 +02:00
Jody Goldberg
66c8185103 sc-autofilter-empty-nonempty.diff: adds to Autofilter Empty-NonEmpty options
i#35578, bxc#62165
2010-09-15 14:09:37 +02:00
Michael Meeks
6e71bad72b default-no-registration-menu.diff: Remove registration from menu. 2010-09-15 10:52:07 +02:00
obo
c548b0b0b3 CWS-TOOLING: integrate CWS calc59 2010-09-14 09:13:16 +02:00
obo
1a8dc8a165 CWS-TOOLING: integrate CWS dba33i 2010-09-14 09:05:18 +02:00
obo
dee0e9f293 CWS-TOOLING: integrate CWS impress200 2010-09-14 07:53:51 +02:00
Jan Holesovsky
08fea1b8b8 Merge commit 'ooo/OOO330_m6' 2010-09-07 09:33:00 +02:00
Niklas Nebel
c87fa692ab calc59: compiler warning 2010-09-01 18:30:27 +02:00
Niklas Nebel
892fc048a3 calc59: #i114256# Don't move DataPilot fields to orientations that the source doesn't support 2010-09-01 17:53:25 +02:00
Frank Schoenheit [fs]
839c0f5270 dba33i: #i111146# completely put the responsibility for remembering/restoring view data, when switching to the
print preview and back, to SFX
In particular, the following changes have been applied
- the SfxViewFactory now supports a programmatic API name, as documented in XModel2.getAvailableViewControllerNames
- the new SFX_IMPL_NAMED_VIEWFACTORY, complementing the existing SFX_IMPL_VIEWFACTORY, allows to create view
  factories for such named views
- SfxViewFrame::SwitchToViewShell_Impl has been extended to recognize the case where a non-PrintPreview view
  is exchanged with another view. In this case, it preserves the view's view data at the model
- Calc's own mechanism for preserving the standard view's view data, and restoring it when coming back from
  the print preview, has been removed completely.

What probably is left here is to migrate the other applications from SFX_IMPL_VIEWFACTORY to SFX_IMPL_NAMED_VIEWFACTORY.
This way, they could also benefit from the new mechanism. Also, the UNO API would then be more precise, as the
view names would be speaking then, instead of the current "view<number>" names.
2010-09-01 13:39:49 +02:00