summaryrefslogtreecommitdiff
path: root/sc/source/ui
AgeCommit message (Collapse)Author
2010-10-13replace old header ( that I deleted ) with spanking new oneNoel Power
2010-10-13Merge branch 'vba' fix conflics, trailing ws & tab issuesNoel Power
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-11#i107273# release accessibilty contexts before editengineCaolán McNamara
2010-10-09missing include for SAL_N_ELEMENTSNorbert Thiebaud
2010-10-09Use SAL_N_ELEMENTS macroKayo Hamid
2010-10-07FASTBOOL to bool conversionNorbert Thiebaud
2010-10-06fate#307731, fate#307730: Adds dotted and dashed border linesCédric Bosdonnat
2010-10-06Merge commit 'ooo/OOO330_m9'Jan Holesovsky
2010-10-06fix non functioning selectNoel Power
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-06initial commit for vba blob ( not including container_control stuff )Noel Power
2010-10-05Ported calc-extref-interpreter-rework-*.diff from ooo-build.Kohei Yoshida
Re-structured the interpreter code to handle external references with ocPush, instead of ocExternalRef. This is necessary in order to support shifting of references in the same way you can with internal references. In addition, this change allows re-using of document instances already loaded when accessing external references that point to one of already loaded documents. Previously, Calc would load the same document from disk even when the document was already loaded. (n#628876)
2010-10-05Ported calc-dp-sort-fix.diff from ooo-build.Kohei Yoshida
This change fixes the data pilot field options dialog, to display the name of a data field "<name> - <function>" to be consistent with the rest of the data pilot UI. This change also fixes failure to calculate result when a data field's result is relative to another data field & the referenced data field used custom name. (n#629920)
2010-10-05Ported dde-reconnect-on-load-*.diff from ooo-build.Kohei Yoshida
Improve reliability of DDE connections between documents opened in LO. With this change, LO tries to reconnect to a DDE server document upon opening if that server document is being listened to by one of the open documents. Also, the old implementation would load a DDE server document invisible, and would never close it when the user updates the link. This had the consequence that when the user tries to open this document while it's loaded hidden, it causes some weird focus issues, and closing it and opening it again would disconnect the DDE connection. The new implementation closes the server document immediately after the DDE link update is complete. This change also fixes a bug in Calc where DDE link updates to cells would fail when the formula syntax is set to something other than Calc A1.
2010-10-05Ported calc-english-func-names-*.diff from ooo-build.Kohei Yoshida
Add option to switch to English function names instead of the localized ones. In some locales (especially in Hungary) the users are more accustomed to the English function names rather other than translated names (i#38765).
2010-10-05more removed include guards using fixguard.pyPetr Mladek
2010-10-05remove include guards using fixguard.pyPetr Mladek
2010-10-05Ported calc-cell-270-degree-fix.diff from ooo-build.Kohei Yoshida
This patch fixes a bug where cell text disappeared under certain conditions esp when the text is vertically oriented & the automatic spell checking was ON. n#640112
2010-10-05Ported calc-distributed-cell-text-*.diff from ooo-build.Kohei Yoshida
This feature enables horizontal 'distributed' alignment and vertical 'justified' and 'distributed' alignments for cell contents in Calc. Note that this feature relies on ODF 1.2 extended in order for the relevant cell attributes to be saved in ODS.
2010-10-05Ported calc-formula-variable-sep-config-check-sc.diff from ooo-build.Kohei Yoshida
This code handles situations where the formula arg separator is in conflict with the locale specific decimal and/or thousand separators.
2010-10-04Port calc-xls-import-mem-footprint.diff from ooo-build.Kohei Yoshida
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-04Ported calc-insert-current-time-sc.diff from ooo-build.Kohei Yoshida
This enables quick insertion of current date and time into current cell, via command. By default, these commands are bound to * Ctrl-';' * Ctrl-Shift-';' respectively.
2010-10-04Ported calc-insert-new-sheet-tab-sc.diff from ooo-build.Kohei Yoshida
Display a 'plus' button at the right end of the sheet tabs, to allow quick insertion of new sheets.
2010-10-04Ported calc-subtotal-function-update.diff from ooo-build.Kohei Yoshida
With this change, Calc correctly recalculates cells containing SUBTOTAL function when sheet's filtering state changes, instead of recalculating all formula cells that listens to those ranges whose filtering state has changed. The latter is wrong since the values of the filtered ranges haven't changed.
2010-10-04Ported calc-perf-outlining-with-notes.diff from ooo-build.Kohei Yoshida
2010-10-04Ported calc-formula-r1c1-ui-fix.diff from ooo-build.Kohei Yoshida
This fixes incorrect display of cell addresses in the UI when the formula syntax mode is Excel R1C1.
2010-10-04Convert all Query/Put Value() to boolNorbert Thiebaud
2010-10-04More or OD style's comments removalDavid Hobley
2010-10-04Remove redundant #include directives & commentsJ. Graeme Lingard
2010-10-04Remove redundant #include directives & commentsJ. Graeme Lingard
2010-10-01Ported calc-perf-import-dbf-sc.diff from ooo-buildKohei Yoshida
This speeds up import of dBase (dbf) files 4-5 times.
2010-10-01Removed more commented out code.Luke Symes
I went through all files under clone/calc/* that had "//#include" and tidied them up a bit.
2010-10-01Finished removing //CHINA comments and odd dead code from sc/source/ui/*Luke Symes
2010-10-01Removed more //CHINA comments from sc/source/ui/*.Luke Symes
2010-09-30Fixed build breakage.Sean McNamara
Notes: split repo tag: calc_linux-build-fridrich-20100930
2010-09-30 Remove some //CHINA comments and dead codeMichael Meeks
Hi, I have removed some //CHINA comments, dead code, and reworked some comments in a few files under clone/calc. From Luke Symes <allsymes@gmail.com>
2010-09-29Ported autocorrect-accidental-caps-lock-sc.diff from ooo-build.Kohei Yoshida
2010-09-28This gets rid of a great number of the commentsJustin Malcolm
There are a great number of places in calc where code is commented out with lines staring in "//UNUSED". Since 'git' is being used, there is no reason to keep old code like this in comments.
2010-09-28Ported calc-auto-tab-complete.diff from ooo-build.Kohei Yoshida
2010-09-28Ported calc-find-replace-skip-filtered-sc.diff from ooo-build.Kohei Yoshida
2010-09-28Ported calc-ods-sheet-protection-sc.diff from ooo-build.Kohei Yoshida
2010-09-28Forgot to add new files created by cws-koheicopyborder-sc.diff.Kohei Yoshida
2010-09-28Port cws-koheicopyborder-sc.diff from ooo-build.Kohei Yoshida
2010-09-28Remove datapilot autoformat feature.Kohei Yoshida
This reverts commit 1cd57db36c14e98190311ceed238c01f2dd60eea. The current datapilot autoformat feature was done by "duct-taping" two separate features together which don't mix well and cause stability issues. This feature needs to be re-implemented the right way in the future.
2010-09-16calc-enhanced-merge-cells-sc.diffKohei Yoshida
n#213205, i#67243, i#101042 Merging/unmerging of cells on multiple sheets & merge center icon.
2010-09-16calc-html-csv-import-force-text-cell.diff: MigratedKohei Yoshida
n#523414 set cell format to Text when a string format is requested, and don't prepend ' in front of the value.
2010-09-16calc-autofilter-shrink-selection.diff: MigratedKohei Yoshida
n#514164, shrink selection to data area before setting autofilter.
2010-09-16calc-cursor-split-view.diff: show cursor in non-active panesKohei Yoshida
n#433834
2010-09-16calc-selection-fixed-cursor-fix.diff: MigratedKohei Yoshida
n#595822, when making selection, don't move the cursor position.
2010-09-16calc-selection-fixed-cursor.diff: MigratedKohei Yoshida
n#502717, i#21869, i#97093, when making selection, don't move the cursor position