summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-04-11re-run bootstrap after make cleanDavid Tardon
2012-04-11gbuild conversion: cpputools moduleDavid Ostrovsky
dmake stuff removed
2012-04-11add use_internal_*api for StaticLibrary tooDavid Tardon
2012-04-11Translate German commentsPhilipp Weissenbacher
2012-04-10resolved fdo#48516 use "max columns exceeded" message if appropriateEike 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-10use correct gid of version.iniAndras Timar
2012-04-10bnc#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-10Method signature cleanup.Kohei Yoshida
Taking a reference to double makes no sense here. Plus the bool.
2012-04-10Zelle->Cell, Ergebnis->Result and bit of cleanup.Kohei Yoshida
2012-04-10Let's use constants instead of raw values to make them more traceable.Kohei Yoshida
2012-04-10sal_Bool to boolEike Rathke
2012-04-10remove unused installer::windows::patch moduleAndras Timar
2012-04-10fdo#48411 Find install location during help pack installAndras Timar
2012-04-10make OSL_ASSERT print the failed expression, not just "OSL_ASSERT"Luboš Luňák
2012-04-10resolved 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-10Grouping ScFormulaOptionsAlbert Thuswaldner
2012-04-10extra love for incompatible expat on macosxCaolán McNamara
2012-04-10to find the headers and (static) library of our internal opensslLaurent Godard
2012-04-10use 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-10Obtain resolver before spawning process_ in setUpStephan Bergmann
...so that tearDown does not hang waiting for (idling) process_ to terminate if setUp throws an exception when obtaining resolver.
2012-04-10search for hidden rows/columns and not filtered areas, fdo#48449Markus Mohrhard
2012-04-10fdo#47802 fix crash on RTF import of shapes inside tablesMiklos Vajna
We already ignore textframes inside tables, the same should be done with textboxes till they can be handled properly.
2012-04-10Remove using directives from svpgid.cxx...Stephan Bergmann
...so that the hack of including it in gtk3salnativewidgets-gtk.cxx actually works.
2012-04-10Remove unused constructor for ParametricPolyPolygonGábor Stefanik
2012-04-10Kill vbaFontBase::get/setUnderlineGábor Stefanik
2012-04-10Partial fix for bug 30711Brennan Vincent
2012-04-10fix tinderboxCaolán McNamara
2012-04-10fix buildCaolán McNamara
2012-04-10fdo#48496 Decode file URL path segment dispalyed as "place" nameStephan Bergmann
2012-04-10Upgrade pixman to 0.24.4Fridrich Štrba
2012-04-10fix typoCaolán McNamara
2012-04-10Resolves: fdo#31022 about dialog is suboptimalAndrew Higginson
2012-04-10add a getBuildVersion helperCaolán McNamara
2012-04-10update unused code listCaolán McNamara
2012-04-10filter out WPXCaolán McNamara
2012-04-10catch by const refCaolán McNamara
2012-04-10String::CreateFromInt32->rtl::OUString::valueOfCaolán McNamara
2012-04-10avoid possibility of storagename collision on 64bitCaolán McNamara
2012-04-10fdo#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"
2012-04-10move include out of editsh.hxxMichael Stahl
2012-04-10UnoApiTarget.mk: whitespaceMichael Stahl
2012-04-10disable clang warning about something that cannot be fixed without BIC changeLuboš Luňák
2012-04-10Remove VERBOSE part 3Rob Snelders
2012-04-10char[] -> const char[].Jan Holesovsky
2012-04-10More librariesTor Lillqvist
2012-04-10No sonames on AndroidTor Lillqvist
2012-04-10get subsequentcheck unstuckDavid Tardon
2012-04-10Non inline methods of ScFormulaResult.Kohei Yoshida
2012-04-09Make this non-inline too; for easier debugging.Kohei Yoshida
2012-04-09Removed duplicated methods.Kohei Yoshida