summaryrefslogtreecommitdiff
path: root/sc
AgeCommit message (Collapse)Author
2012-04-20resolved fdo#48856 update sheet-local named expressions correctlyEike Rathke
This combines from master: 44481da569df85aa91455fdc2892a4e0c5818e6c Author: Markus Mohrhard <markus.mohrhard@googlemail.com> update relative local range names, fdo#48856 Signed-off-by: Eike Rathke <erack@redhat.com> 409f11ae387c859dcf9275c08093649a676e1f9e Author: Eike Rathke <erack@redhat.com> fdo#48856 update sheet-local named expressions correctly * Named expression must be updated before any formulas that would access them. * Handle all ocName tokens differentiating between global and sheet-local names. Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com> Signed-off-by: Noel Power <nopower@suse.com>
2012-04-18fdo#44861 make "Replace All" work with REsDavid Tardon
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-17resolved rhbz#813280 the current document is not always the first in listEike Rathke
i.e. if more than one document open and dialog invoked on any but the first document. Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-04-17fdo#46983 Macros: Macro to set filter in Calc does not work with .StringValueTakeshi Abe
this fixed a regression slipped into 8808d77f199720be596a09084fbc36569ed2f1f1 Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-04-17fdo#48431: More reliable way to check for RTL text.Kohei Yoshida
This is probably more reliable way to fix fdo#32530 such that it won't cause the regression in rendering Thai texts as reported in fdo#48431. Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-04-05resolved fdo#40021 CSV import got confused by erroneous HTML detectionEike Rathke
HTMLParser::IsHTMLFormat() is convinced that anything containing a valid HTML tag would indeed be HTML, which is a rather idiotic assumption for us in the case of "foo <br> bar" with a preselected CSV filter. So keep this detection to the end. The original order where preselected CSV had precedence over others was changed with 9f1cc58c20ee365ff2a158ad69c1091e6ad11ac6 (cherry picked from commit a5eadc6aaafec92df23c57e258882a2c98ece0ad) Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com> Conflicts: sc/source/ui/unoobj/scdetect.cxx
2012-04-02use same border width information for xls import and export, fdo#44742Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-04-02this hack in no longer needed, fdo#44337Markus Mohrhard
excel import now uses the stored row height and we should go back to a symetric default margin Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-27export all style information to xls/xlsx, fdo#46738Markus Mohrhard
Fixes that if more than 84 empty but formatted rows at the end of a file have been found the export skipped those rows. Signed-off-by: Noel Power <noel.power@novell.com>
2012-03-26prevent update during init in new autofilter dlg, fdo#45679Markus Mohrhard
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-23cache calls to mdds:mixed_type_matrix::size, related fdo#47299Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-23increase nCol before next iteratation to prevent loop, fdo#46220Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-22Make sure one base class does not use another one after destructionStephan Bergmann
The original code lead to invoking a pure virtual function in Calc when doing Ctrl-F2, ESC. Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-03-20check for negative sheet number here too, fdo#47503Markus Mohrhard
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-03-19only shrink to used area in text export, fdo#46230, related n#677811Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-19add all imported properties to ScDBData, fdo#40426Markus Mohrhard
(cherry picked from commit ed88b144ce24b9a733d4a9ab6614307c96537baa) Signed-off-by: Tor Lillqvist <tlillqvist@suse.com>
2012-03-19also shrink used area for HTML in some cases, fdo#46230, n#677811Markus Mohrhard
Hopefully this will allow pasting to external applications with whole column/row selected while not affecting calc itself. (cherry picked from commit 0ee518863337fba9bce019e05e24f527617a4321) Signed-off-by: Tor Lillqvist <tlillqvist@suse.com>
2012-03-17i#84393 Fix title field in header, footerSzabolcs Dezsi
According to help Title should be the Title property of the document, not the file name without extension. If that property is missing, we fall back to file name without extension. Signed-off-by: Andras Timar <atimar@suse.com>
2012-03-16fix to update inputbar when setting a range for a formula fdo#46809Noel Power
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-16don't paste content if user cancels html import, fdo#47393Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-16update the relatice refs after the absolute refs, fdo#47285Markus Mohrhard
The algoithm for updating absolute refs needs to calculate the old position based on the information before any updates to the RefData Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-16ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-16Resolves: fdo#46728 reference count the overlay managersCaolán McNamara
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-12take explicit number format before implicit number format, fdo#47084Markus Mohrhard
Follow-up to fdo#43467 Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-09don't show the anonymous db string, it is for internal use onlyMarkus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-09remove one more reference to the anonymous db stringMarkus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-09prevent creating new db ranges with the internal anonymous db nameMarkus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-09use new anonymous db name in filter dlg, fdo#47105Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-09Set entries correctly visible, fdo#47102Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@gmail.com>
2012-03-07export all row styles, fdo#46336Markus Mohrhard
only exporting the used row styles is a loss of information since this means that all following rows use the height of the default row style # Changes to be committed: Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-03-06don't crash when scrolling in input line, fdo#46975Markus Mohrhard
Signed-off-by: Noel Power <noel.power@novell.com>
2012-03-05don't crash for empty input data in charts, fdo#46885Markus Mohrhard
Signed-off-by: Michael Meeks <michael.meeks@suse.com>
2012-03-02don't show an error message for empty names in Define Names, fdo#46816Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-03-01use the correct db range for the copy, fdo#46712Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-03-01use correct source tableMarkus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-03-01don't try to update the range names twiceMarkus Mohrhard
the update process is now done in cell.cxx:adjustRangeNames Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-02-28fdo#40320: Insert only a placeholder since the caller relies on this behavior.Kohei Yoshida
Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-02-28fdo#40320: Correctly import data point formats in data series.Kohei Yoshida
Signed-off-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-02-26fix core when clicking on entries in Manage Names dialog in calc fdo#46568Noel Power
2012-02-21add test case for old password algorithm, related fdo#45171Markus Mohrhard
(cherry picked from 8f82bccf26d14d3ad4a64739edd9ba23c124b8ad) Signed-off-by: Rene Engelhard <rene@debian.org>
2012-02-21don't add empty categories, fdo#46332Markus Mohrhard
Signed-off-by: Petr Mladek <pmladek@suse.cz>
2012-02-13fdo#45916: Ensure formula cell's pCode isn't NULL even when compilation fails.Kohei Yoshida
Signed-off-by: Ivan Timofeev <timofeev.i.s@gmail.com>
2012-02-08copy settings for RTL with sheets, fdo#45768Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-02-08we need to explicitly set the paste area in ScMarkData, fdo#45481Markus Mohrhard
Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>
2012-02-08fix problem with vba Range.Copy ( for multirange ) bnc#707486Noel Power
(cherry picked from commit b0602d2f179182de42bffb739252cc3f3705d18f) Signed-off-by: Eike Rathke <erack@redhat.com>
2012-02-08make ctrl-shift-f2 change focus to the inputline fdo#40957Noel Power
(cherry picked from commit 09d7b5e6039827d0f02f424370f929caff179ac9) Signed-off-by: Eike Rathke <erack@redhat.com>
2012-02-08add the "Send Feedback..." help menu itemIvan Timofeev
Signed-off-by: Thorsten Behrens <tbehrens@suse.com> Signed-off-by: Bjoern Michaelsen <bjoern.michaelsen@canonical.com> Signed-off-by: Michael Meeks <MMeeks@suse.com>
2012-02-07fdo#45115: sc: fix setting bordersMichael Stahl
Same problem in ScHelperFunctions::GetBorderLine. (cherry picked from commit 697743161a6047902ee880851b23c9aef1bfa392) Signed-off-by: Eike Rathke <erack@redhat.com>
2012-02-07fdo#45450: sc: ODF export: cell styles:Michael Stahl
Only write "style:vertical-justify" and "css3t:text-justify" in ODF extended mode. (regression from 7da57d17b6179e71c8b6d7549ad89eaf3a4a28c6)
2012-01-31clone token in ScFormulaResult copy-ctor instead of referringEike Rathke
Replaces commit e2b11f4fd79dce4116badb0ecf6477546ca5d0d4 Prevent excessive references to single token instance during fill. Because if not, we may run out of the 16-bit integer space to store reference count. Signed-off-by: Kohei Yoshida <kohei.yoshida@suse.com>