Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-04-12 | removed useless static data | Takeshi Abe | |
2012-04-12 | removed unused defines | Takeshi Abe | |
2012-04-11 | smoketest CppUnit lib is only a thin wrapper around smoketest lib | Stephan Bergmann | |
2012-04-11 | set correct value of FINDPRODUCT property | Andras Timar | |
2012-04-11 | callcatcher: update list | Caolán McNamara | |
2012-04-11 | UniString->rtl::OUString | Caolán McNamara | |
2012-04-11 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-11 | WaE: some more boost warnings | Caolán McNamara | |
2012-04-11 | CLucene headers are better in inc/external | Caolán McNamara | |
2012-04-11 | fdo#44176 dmapper: fix import of titlepg top/bottom margin | Miklos Vajna | |
2012-04-11 | also deliver .bin variants of the tools | David Tardon | |
2012-04-11 | re-run bootstrap after make clean | David Tardon | |
2012-04-11 | gbuild conversion: cpputools module | David Ostrovsky | |
dmake stuff removed | |||
2012-04-11 | add use_internal_*api for StaticLibrary too | David Tardon | |
2012-04-11 | Translate German comments | Philipp Weissenbacher | |
2012-04-10 | resolved fdo#48516 use "max columns exceeded" message if appropriate | Eike Rathke | |
In CSV import, instead of SCWARN_IMPORT_RANGE_OVERFLOW use SCWARN_IMPORT_ROW_OVERFLOW and SCWARN_IMPORT_COLUMN_OVERFLOW that already existed, additionally introduced SCWARN_IMPORT_CELL_OVERFLOW if single field data exceeds STRING_MAXLEN. Row overflow takes precedence over column overflow that takes precedence over cell overflow. | |||
2012-04-10 | use correct gid of version.ini | Andras Timar | |
2012-04-10 | bnc#755775: Set numeric formula results when importing xls document. | Kohei Yoshida | |
Without this, calculation upon import may incorrectly show #VALUE! in some cells when the iterative calculation option is turned on. This is on par with what we do during the ods document import. | |||
2012-04-10 | Method signature cleanup. | Kohei Yoshida | |
Taking a reference to double makes no sense here. Plus the bool. | |||
2012-04-10 | Zelle->Cell, Ergebnis->Result and bit of cleanup. | Kohei Yoshida | |
2012-04-10 | Let's use constants instead of raw values to make them more traceable. | Kohei Yoshida | |
2012-04-10 | sal_Bool to bool | Eike Rathke | |
2012-04-10 | remove unused installer::windows::patch module | Andras Timar | |
2012-04-10 | fdo#48411 Find install location during help pack install | Andras Timar | |
2012-04-10 | make OSL_ASSERT print the failed expression, not just "OSL_ASSERT" | Luboš Luňák | |
2012-04-10 | resolved fdo#48501 enable line size >64k in SvStream::Read*Line() | Eike Rathke | |
CSV and other text formats may come with line sizes >64k that so far were truncated due to limitations in ByteString/UniString/String, even if one line consists of several fields that each are <64k. Introduced additional SvStream methods that read into rtl::OString and rtl::OUString and let SvStream::ReadUniOrByteStringLine() fill solely an rtl::OUString. Made Calc CSV import use those. | |||
2012-04-10 | Grouping ScFormulaOptions | Albert Thuswaldner | |
2012-04-10 | extra love for incompatible expat on macosx | Caolán McNamara | |
2012-04-10 | to find the headers and (static) library of our internal openssl | Laurent Godard | |
2012-04-10 | use x.y.z version also for desktop integration packages (fdo#47840) | Petr Mladek | |
This version scheme is used for other packages as well. It is important for the desktop integration packages now because we started reseting buildid for each bugfix release (fdo#47840). This value is used also for the release number of Linux packages. | |||
2012-04-10 | Obtain resolver before spawning process_ in setUp | Stephan Bergmann | |
...so that tearDown does not hang waiting for (idling) process_ to terminate if setUp throws an exception when obtaining resolver. | |||
2012-04-10 | search for hidden rows/columns and not filtered areas, fdo#48449 | Markus Mohrhard | |
2012-04-10 | fdo#47802 fix crash on RTF import of shapes inside tables | Miklos Vajna | |
We already ignore textframes inside tables, the same should be done with textboxes till they can be handled properly. | |||
2012-04-10 | Remove using directives from svpgid.cxx... | Stephan Bergmann | |
...so that the hack of including it in gtk3salnativewidgets-gtk.cxx actually works. | |||
2012-04-10 | Remove unused constructor for ParametricPolyPolygon | Gábor Stefanik | |
2012-04-10 | Kill vbaFontBase::get/setUnderline | Gábor Stefanik | |
2012-04-10 | Partial fix for bug 30711 | Brennan Vincent | |
2012-04-10 | fix tinderbox | Caolán McNamara | |
2012-04-10 | fix build | Caolán McNamara | |
2012-04-10 | fdo#48496 Decode file URL path segment dispalyed as "place" name | Stephan Bergmann | |
2012-04-10 | Upgrade pixman to 0.24.4 | Fridrich Štrba | |
2012-04-10 | fix typo | Caolán McNamara | |
2012-04-10 | Resolves: fdo#31022 about dialog is suboptimal | Andrew Higginson | |
2012-04-10 | add a getBuildVersion helper | Caolán McNamara | |
2012-04-10 | update unused code list | Caolán McNamara | |
2012-04-10 | filter out WPX | Caolán McNamara | |
2012-04-10 | catch by const ref | Caolán McNamara | |
2012-04-10 | String::CreateFromInt32->rtl::OUString::valueOf | Caolán McNamara | |
2012-04-10 | avoid possibility of storagename collision on 64bit | Caolán McNamara | |
2012-04-10 | fdo#35042: previous color applied instead of "no fill" | Aldo Román Nureña | |
There was a missing line when last select highlight color was "no fill" |