summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-03-16Introduced SystemShellExecuteFlags::URIS_ONLYStephan Bergmann
2012-03-16add indentation to sw's layout dumperMarkus Mohrhard
2012-03-16Prevent out-of-bound array access.Kohei Yoshida
Source range may not start from column 0.
2012-03-16We shouldn't skip empty columns, or else column index becomes out of sync.Kohei Yoshida
2012-03-16Check all this in one place i.e. in ValidQuery().Kohei Yoshida
2012-03-16We don't ever compare equality of two caches.Kohei Yoshida
That'd be super-expensive anyway.
2012-03-16move excel related oox bits to scNoel Power
2012-03-16asm fixes in opensslLuboš Luňák
2012-03-16asm fixes in nssLuboš Luňák
2012-03-16nss and openssl don't realiably build in paralleltinderbox
2012-03-16don't paste content if user cancels html import, fdo#47393Markus Mohrhard
2012-03-160x80000001 can't fit into (signed) longLuboš 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-15No need to trim capacity any more; it's allocated to the exact size.Kohei Yoshida
2012-03-15We 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" barLuboš Luňák
2012-03-16fix windows buildMatúš Kukan
No idea if this is proper fix or it needs to be done otherwise.
2012-03-15i#84393 Fix title field in header, footerSzabolcs 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-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