summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-15update 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
2012-03-15ScNameMgrTable takes a reference, fdo#47307Markus Mohrhard
2012-03-15fix to update inputbar when setting a range for a formula fdo#46809Noel Power
2012-03-15fix mishandling of 'End Sub' is there is a trailing comment fod#46889Noel Power
2012-03-15Consolidated file-local functions.Kohei Yoshida
2012-03-15Removed unused.Kohei Yoshida
2012-03-15Use the same algorithm for database initialization.Kohei Yoshida
2012-03-15Fixed memory leak.Kohei Yoshida
2012-03-15Better algorithm to (re-)populate the cache.Kohei Yoshida
With my test document, this brings the reload time down from 30 seconds to 19 seconds. I was expecting a much better outcome, but this is still better than the current.
2012-03-15DataListType -> ItemsType.Kohei Yoshida
2012-03-15fixup: use introduced preprocessor constant instead of hardcoded constantLionel Elie Mamane
2012-03-15fdo#46843 look for order by clause as fifth child of select_statementLionel Elie Mamane
Since commit 33b9b857ea6cb5a6f731de68f58e532242c43d30 (dba34c: #i20306# support for window function and limit fetch first, ... added), order by is the fifth child. It was the fourth one before.
2012-03-15can't use auto_ptr with an array, wrong delete vs new[]Caolán McNamara
2012-03-15Convert tools/table.hxx to std::map in ScEEParser class in SC moduleNoel Grandin
2012-03-15remove unused code (oox, sd)Petr Vorel
2012-03-15Add comments in formatclipboard.hxxMaxime de Roucy
2012-03-15SwEditShell : use of the STL swap functionMaxime de Roucy
2012-03-15getMaxLookup in SwEditShell::GetPaMTxtFmtCollMaxime de Roucy
Handle getMaxLookup as the maximum number of node to inspect.
2012-03-15rewrite and comment SwEditShell::GetPaMTxtFmtCollMaxime de Roucy
Classe SwEditShell. Add some doxygen description for GetCurTxtFmtColl and GetPaMTxtFmtColl. Rewrite of GetPaMTxtFmtColl in order to comment and simplify the code.
2012-03-15add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOLMaxime de Roucy
Create separate warnings when the maximum number of row, columns or sheets is reach in the export filter to xls forma.
2012-03-15fdo#45671 split button for calc cell border colorWinfried Donkers
2012-03-15Cleanup in txtfly.cxx and translated comments to english thereCédric Bosdonnat
2012-03-15do not leave temporary files after a configure checkLuboš Luňák
2012-03-15these writer unittests surely are slowLuboš Luňák
2012-03-15need to be afraid of empty quoted strings as test argumentsLuboš Luňák
At least 07a841bc1acde95229ece2a0da4e2a70be5df624 says so.
2012-03-15Revert "fix setting of paper tray from print dialog (fdo#43932)"David Tardon
This reverts commit 6d4cca9c22c52b5a7742adc47ebf1a2930e29764.
2012-03-15Horizontal scrollbar fix in Writer and Calc Print PreviewSzabolcs Dezsi
2012-03-15sw: xmldump: print pointers againMichael Stahl
2012-03-15clang doesn't have a problem with -Wnon-virtual-dtorLuboš Luňák
Even if some older version possibly does, I doubt anybody would realistically use it.
2012-03-15disable msvc warning 4265 (non-virtual dtor)Lubos Lunak
msvc2008 now prints out a lot of warnings, probably a result of the recent -Wnon-virtual-dtor changes where msvc does not understand the protected dtor actually makes the code to be ok
2012-03-15fdo#47246: fpicker: merge fop into fps: remove Fopentry.cxxMichael Stahl
Forgot that in 095528351c3c916ef3c79f7275113ec628b4d473.
2012-03-15error: 'XFolderPicker' was not declared in this scopeDavid Tardon
2012-03-15fdo#42961 Don't let env vars interfere with internal bootstrap varsStephan Bergmann
2012-03-15fdo#47311 don't crash when pasting into more than 1 sheetDavid Tardon
2012-03-14Some proof-of-concept code for dpcache performance.Kohei Yoshida
2012-03-14Fix the UNO API for creating a new group dimension.Kohei Yoshida
2012-03-14Replace installer::files::save_array_of_hashes with Data::Dumper.Tim Retout
Note that this will change the format of the fileinfo log, hopefully making it a bit more human-readable.
2012-03-14Turn on strict and warnings for installer::converter.Tim Retout
2012-03-14Use Exporter in installer::strip.Tim Retout
2012-03-14Turn on strict and warnings for install::strip.Tim Retout
2012-03-14Turn on strictures and warnings in installer::helppack.Tim Retout
2012-03-14Unit test and correction for remove_multiple_modules_packagesTim Retout
2012-03-14Remove SO52 strict compatibility stuffChristina Rossmanith
2012-03-14fdo#47246: canvas: split out static library directxcanvasMichael Stahl
2012-03-14fdo#47246: ucpodma: fix duplicate linked objectMichael Stahl
2012-03-14Some visual clean upStephan Bergmann
2012-03-14Translate German commentsPhilipp Weissenbacher
2012-03-14implement RTF import of linked stylesMiklos Vajna
2012-03-14n#751020 implement DOCX import of linked stylesMiklos Vajna
This is just initial support: the default template and paragraph properties are included.
2012-03-14Remove unused code in drawingml/table.Mariana Marasoiu