Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-15 | update the relatice refs after the absolute refs, fdo#47285 | Markus 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-15 | ScNameMgrTable takes a reference, fdo#47307 | Markus Mohrhard | |
2012-03-15 | fix to update inputbar when setting a range for a formula fdo#46809 | Noel Power | |
2012-03-15 | fix mishandling of 'End Sub' is there is a trailing comment fod#46889 | Noel Power | |
2012-03-15 | Consolidated file-local functions. | Kohei Yoshida | |
2012-03-15 | Removed unused. | Kohei Yoshida | |
2012-03-15 | Use the same algorithm for database initialization. | Kohei Yoshida | |
2012-03-15 | Fixed memory leak. | Kohei Yoshida | |
2012-03-15 | Better 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-15 | DataListType -> ItemsType. | Kohei Yoshida | |
2012-03-15 | fixup: use introduced preprocessor constant instead of hardcoded constant | Lionel Elie Mamane | |
2012-03-15 | fdo#46843 look for order by clause as fifth child of select_statement | Lionel 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-15 | can't use auto_ptr with an array, wrong delete vs new[] | Caolán McNamara | |
2012-03-15 | Convert tools/table.hxx to std::map in ScEEParser class in SC module | Noel Grandin | |
2012-03-15 | remove unused code (oox, sd) | Petr Vorel | |
2012-03-15 | Add comments in formatclipboard.hxx | Maxime de Roucy | |
2012-03-15 | SwEditShell : use of the STL swap function | Maxime de Roucy | |
2012-03-15 | getMaxLookup in SwEditShell::GetPaMTxtFmtColl | Maxime de Roucy | |
Handle getMaxLookup as the maximum number of node to inspect. | |||
2012-03-15 | rewrite and comment SwEditShell::GetPaMTxtFmtColl | Maxime 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-15 | add SCWARN_EXPORT_MAXTAB and SCWARN_EXPORT_MAXCOL | Maxime 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-15 | fdo#45671 split button for calc cell border color | Winfried Donkers | |
2012-03-15 | Cleanup in txtfly.cxx and translated comments to english there | Cédric Bosdonnat | |
2012-03-15 | do not leave temporary files after a configure check | Luboš Luňák | |
2012-03-15 | these writer unittests surely are slow | Luboš Luňák | |
2012-03-15 | need to be afraid of empty quoted strings as test arguments | Luboš Luňák | |
At least 07a841bc1acde95229ece2a0da4e2a70be5df624 says so. | |||
2012-03-15 | Revert "fix setting of paper tray from print dialog (fdo#43932)" | David Tardon | |
This reverts commit 6d4cca9c22c52b5a7742adc47ebf1a2930e29764. | |||
2012-03-15 | Horizontal scrollbar fix in Writer and Calc Print Preview | Szabolcs Dezsi | |
2012-03-15 | sw: xmldump: print pointers again | Michael Stahl | |
2012-03-15 | clang doesn't have a problem with -Wnon-virtual-dtor | Luboš Luňák | |
Even if some older version possibly does, I doubt anybody would realistically use it. | |||
2012-03-15 | disable 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-15 | fdo#47246: fpicker: merge fop into fps: remove Fopentry.cxx | Michael Stahl | |
Forgot that in 095528351c3c916ef3c79f7275113ec628b4d473. | |||
2012-03-15 | error: 'XFolderPicker' was not declared in this scope | David Tardon | |
2012-03-15 | fdo#42961 Don't let env vars interfere with internal bootstrap vars | Stephan Bergmann | |
2012-03-15 | fdo#47311 don't crash when pasting into more than 1 sheet | David Tardon | |
2012-03-14 | Some proof-of-concept code for dpcache performance. | Kohei Yoshida | |
2012-03-14 | Fix the UNO API for creating a new group dimension. | Kohei Yoshida | |
2012-03-14 | Replace 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-14 | Turn on strict and warnings for installer::converter. | Tim Retout | |
2012-03-14 | Use Exporter in installer::strip. | Tim Retout | |
2012-03-14 | Turn on strict and warnings for install::strip. | Tim Retout | |
2012-03-14 | Turn on strictures and warnings in installer::helppack. | Tim Retout | |
2012-03-14 | Unit test and correction for remove_multiple_modules_packages | Tim Retout | |
2012-03-14 | Remove SO52 strict compatibility stuff | Christina Rossmanith | |
2012-03-14 | fdo#47246: canvas: split out static library directxcanvas | Michael Stahl | |
2012-03-14 | fdo#47246: ucpodma: fix duplicate linked object | Michael Stahl | |
2012-03-14 | Some visual clean up | Stephan Bergmann | |
2012-03-14 | Translate German comments | Philipp Weissenbacher | |
2012-03-14 | implement RTF import of linked styles | Miklos Vajna | |
2012-03-14 | n#751020 implement DOCX import of linked styles | Miklos Vajna | |
This is just initial support: the default template and paragraph properties are included. | |||
2012-03-14 | Remove unused code in drawingml/table. | Mariana Marasoiu | |