Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-01-06 | make ReadUniOrByteString return a string | Caolán McNamara | |
2012-01-05 | fdo#36851, bnc#737190: Make the data validation popup more reliable. | Kohei Yoshida | |
Previously, the data validation message popup was not sticking on reliably on Linux, and flickers very bad on Windows. That was due to the painting conflict between the top-most frame window and the grid window. By making the message popup window a child window of the grid window, it paints more reliably. | |||
2012-01-06 | add inital part for XDatabaseRange test, related fdo#44167 | Markus Mohrhard | |
2012-01-06 | correctly update absolute refs in range names if pointing to copied area | Markus Mohrhard | |
2012-01-05 | getPropertyMap can return a reference instead of a pointer | Caolán McNamara | |
2012-01-05 | simplify code a bit | Markus Mohrhard | |
2012-01-05 | remove unneeded debug statements | Markus Mohrhard | |
2012-01-05 | handle relative refs in name dialogs correctly | Markus Mohrhard | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
2012-01-05 | Removed unnecessary tools includes. | Marcel Metz | |
Hello lo-devs, this patch series removes a lot of unnecessary includes for the various tools header. The patches without suffix should be applied to the core repository, the .binfilter.patch suffix should be applied to the binfilter repository. I've tested the build with the configuration --enable-binfilter --enable-dbgutil --enable-debug, is this sufficient or did I miss another important configuration, that enables some conditional compiled code? I've only build this on linux-x86_64, but the patch also touches some of the mac specific code like fpicker/source/aqua/SalAquaFilePicker.mm so it would be maybe a good idea to test this patch. regards Marcel Metz | |||
2012-01-05 | use the docshell to change tab attributes. don't do it directly | Norbert Thiebaud | |
2012-01-05 | add a comphelper::string::getTokenCount | Caolán McNamara | |
suitable for conversion from [Byte]String::GetTokenCount converted low-hanging variants to rtl::O[UString]::getToken loops added unit test | |||
2012-01-05 | add mode-lines to some new files | Caolán McNamara | |
2012-01-05 | WaE and build fixes for OSL_DEBUG_LEVEL == 2 | Caolán McNamara | |
2012-01-05 | WaE: invalid conversion from 'const ScToken*' to 'ScToken*' | David Tardon | |
2012-01-05 | Removed the restriction to always pass Calc A1 formatted data ranges. | Kohei Yoshida | |
This change also fixes the bug where changing data series ranges was impossible to do when the formula syntax was not Calc A1. | |||
2012-01-04 | Register chart data ranges via tokens rather than string. | Kohei Yoshida | |
Doing it this way avoids having to re-generate the data ranges in Calc A1 before passing it to the chart backend in Calc. We need this in order to remove the silly restriction that forces us to always pass data range strings in Calc A1 format, which is error-prone. This is also necessary in order to fix the bug that prevents editing data ranges of an existing chart when the formula syntax is something other than Calc A1. | |||
2012-01-04 | New unit test to test jumping to precedent / dependent cells. | Kohei Yoshida | |
The test doesn't do the actual jumping, but it only tests the validity of the destination range(s). | |||
2012-01-04 | move static casts outside loops | Laurent Godard | |
some little perf. improvements on saving spreadsheets | |||
2012-01-04 | remove entry from unsaved ref container if doc is saved | Markus Mohrhard | |
2012-01-04 | don't show generic error message if a better one is available, fdo#43911 | Markus Mohrhard | |
2012-01-04 | Easyhack fdo#38831 remove SvStrings | Brad Sowden | |
Remove SvStrings definition and obsolete #defines. | |||
2012-01-04 | Easyhack fdo#38831 remove SvStrings | Brad Sowden | |
Remove unused variables. | |||
2012-01-03 | Get the reference jump feature to work with relative references. | Kohei Yoshida | |
By 'reference jump feature' I mean Ctrl-[ and Ctrl-]. | |||
2012-01-02 | Clean non English strings in the code | Lior Kaplan | |
we do translation differently. | |||
2011-12-31 | Correct ARCCOSH()'s parameter description | Korrawit Pruegsanusak | |
2011-12-28 | Same expression for comparison and for assignment | Julien Nabet | |
2011-12-28 | use of bool instead of sal_bool | Pierre-André Jacquod | |
2011-12-28 | fdo42286 better solution: extend and shrink end of row if needed | Pierre-André Jacquod | |
2011-12-27 | fix ScDatabaseRangeObj test, fdo#43312 | Markus Mohrhard | |
2011-12-27 | better handling for unsaved external references | Markus Mohrhard | |
Now references to unsaved documents can be created in the sheet and not only through copy/paste This fixes the problem that otherwise editing these refs resulted in #REF | |||
2011-12-27 | fix dbglevel=2 build in sc | Markus Mohrhard | |
2011-12-26 | missing pointer check in new multiline input code, fdo#43856 | Markus Mohrhard | |
2011-12-26 | move OSL_FAIL to correct location | Markus Mohrhard | |
2011-12-23 | fix copy/paste with whole column/row | Markus Mohrhard | |
this fix should restore the old copy/paste behavior in calc and still only paste relevant entries to external programs | |||
2011-12-23 | adjust absolute refs to copied areas correctly | Markus Mohrhard | |
2011-12-23 | sc test : enhance importSheet tests regarding namedRanges | Laurent Godard | |
2011-12-22 | ScChangeActionTable conversion: Yet another correction. | Marcel Metz | |
2011-12-22 | remove some unused code | Caolán McNamara | |
2011-12-22 | ByteString->rtl::OString | Caolán McNamara | |
2011-12-21 | ScChangeActionTable conversion: another correction | Eike Rathke | |
2011-12-21 | ScChangeActionTable conversion: small corrections | Michael Stahl | |
2011-12-21 | fdo#38832 Replace ScChangeActionTable with std::map | Marcel Metz | |
2011-12-21 | Revert this to build on msvc 2008 | Korrawit Pruegsanusak | |
2011-12-21 | tweak for pre language-defect #77 | Caolán McNamara | |
2011-12-21 | disentangle Read/WriteByteString OUString variants | Caolán McNamara | |
The ones which use a definite 8-bit encoding read/write pascal-style strings with a 16bit length prefix. The ones which use a definite 16-bit encoding read/write pascal-style UTF-16 strings with a 32bit length prefix, i.e. not ByteStrings at all The "I dunno" ones might be UTF-16 strings or 8-bit strings, depending on the charset. Rename to ReadUniOrByteString like the other similar horrors to flag this misery | |||
2011-12-21 | convert ReadByteString/WriteByteString from ByteString to OString | Caolán McNamara | |
Nobody ever used the return values anyway, so for reading just return the string and for writing the number of bytes written Doesn't need to be members, make standalone functions Rename to read_lenPrefixed_uInt8s_ToO[U]String and write_lenPrefixed_uInt8s_FromO[U]String, lengthy, but much less unambiguous, seeing as a lot of users of it don't seem to be aware that they read/write pascal-style length prefixed strings, which isn't surprising given the apparent simplicity of their original name. added a unit test | |||
2011-12-21 | needs more work first | Caolán McNamara | |
This reverts commit 92f396733ebc518bcb7a9eae2dd3169d333b82b9. |