Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-03-16 | Introduced SystemShellExecuteFlags::URIS_ONLY | Stephan Bergmann | |
2012-03-16 | add indentation to sw's layout dumper | Markus Mohrhard | |
2012-03-16 | Prevent out-of-bound array access. | Kohei Yoshida | |
Source range may not start from column 0. | |||
2012-03-16 | We shouldn't skip empty columns, or else column index becomes out of sync. | Kohei Yoshida | |
2012-03-16 | Check all this in one place i.e. in ValidQuery(). | Kohei Yoshida | |
2012-03-16 | We don't ever compare equality of two caches. | Kohei Yoshida | |
That'd be super-expensive anyway. | |||
2012-03-16 | move excel related oox bits to sc | Noel Power | |
2012-03-16 | asm fixes in openssl | Luboš Luňák | |
2012-03-16 | asm fixes in nss | Luboš Luňák | |
2012-03-16 | nss and openssl don't realiably build in parallel | tinderbox | |
2012-03-16 | don't paste content if user cancels html import, fdo#47393 | Markus Mohrhard | |
2012-03-16 | 0x80000001 can't fit into (signed) long | Luboš Luňák | |
As far as I can say, this value and all those negative values are actually not valid in CGM anyway, but since I do not know the code, I'm leaving them in, they shouldn't break anything. | |||
2012-03-15 | No need to trim capacity any more; it's allocated to the exact size. | Kohei Yoshida | |
2012-03-15 | We don't need these extra order index array; items are already sorted. | Kohei Yoshida | |
This shaves off extra 5MB of memory with my test document. | |||
2012-03-16 | "foo"bar -> "foo" bar | Luboš Luňák | |
2012-03-16 | fix windows build | Matúš Kukan | |
No idea if this is proper fix or it needs to be done otherwise. | |||
2012-03-15 | i#84393 Fix title field in header, footer | Szabolcs Dezsi | |
According to help Title should be the Title property of the document, not the file name without extension. If that property is missing, we fall back to file name without extension. | |||
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 | |