summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-02-01Always look up chart objects by name, change method names' casing.Kohei Yoshida
The old container always perform lookups by name only.
2012-02-01We don't really need GetCount().Kohei Yoshida
2012-02-01ScChartListenerCollection is no longer a child of ScStrCollection.Kohei Yoshida
2012-02-01std::auto_ptr to boost::scoped_ptr.Kohei Yoshida
2012-02-01non-inline the chart collection getter.Kohei Yoshida
2012-02-01InsertData to AppendData, to hide the insert position.Kohei Yoshida
Only a few places in sc specified insert position, and those were not strictly necessary.
2012-02-02remove unused test document, use the ods version insteadMarkus Mohrhard
2012-02-02prevent hanging junit testsStephan Bergmann
2012-02-02add test for XNameReplaceMarkus Mohrhard
2012-02-02try to enable all sc subsequenttestsMarkus Mohrhard
2012-02-02Win32 API calls use the Unicode versions by defaultJesús Corrius
2012-02-01Some cppcheck cleaningJulien Nabet
2012-02-01Fix "Prefer prefix ++/-- operators for non-primitive types"Julien Nabet
2012-02-01Some cppcheck cleaningJulien Nabet
2012-02-01pgsql: simpler / safer check for system columnLionel Elie Mamane
2012-02-01tweak help text of gsicheck toolAndras Timar
2012-02-01remove this KeyID check from gsicheck, unusedAndras Timar
2012-02-01remove support of obsolete ($$) delimited GSI file formatAndras Timar
2012-02-01pgsql getColumns: order by columns, not by their concatenation...Lionel Elie Mamane
2012-02-01pgsql: implement getColumnPrivileges, generate statement only onceLionel Elie Mamane
2012-02-01pgsql: clean commentsLionel Elie Mamane
2012-02-01postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutiveLionel Elie Mamane
2012-02-01fdo#45254 getTablePrivileges: rely on information_schemaLionel Elie Mamane
This avoids the use of aclexplode(), which is only SQL-available in PostgreSQL 9.0 and later. With PostgreSQL versions known to have the information_schema.table_privileges bug of not filling in the default ACL in the absence of an ACL, fill in "owner has all rights", which is the default state of the default ACL.
2012-02-01add a check before a castLuboš Luňák
2012-02-01VCL_DLLPUBLIC was missing for some *Value typesLuboš Luňák
2012-02-01const is such a useless concept anyway </sarcasm>Luboš Luňák
2012-02-01unusedcode.easy: Removed unused codeAlexander Bergmann
2012-02-01pointer -> referenceIvan Timofeev
2012-02-01remove unused ImplSalGetWinAnsiStringAndras Timar
2012-02-01kill ByteString by dropping support of Win9xAndras Timar
2012-02-01ByteString -> OUStringAndras Timar
2012-02-01allow to migrate the shared registrymodifications.xcuPetr Mladek
LO-3.3 and older wrote configuration into many files under user/registry/data. LO-3.4 spped up startup by moving these files into a single /user/registrymodifications.xcu. officecfg/registry/data/org/openoffice/Setup.xcu defines what registry nodes are migrated and what are excluded. Finally, the old migration code detected the name of the .xcu file by the first entry in IncludedNodes. This fix allows to search the data in the single registrymodifications.xcu when available.
2012-02-01unused variableAndras Timar
2012-02-01A few safe replacements of pathes->pathsJesús Corrius
2012-02-01convert SdPresLayoutDlg from tools/list.hxx to boost::ptr_vectorNoel Grandin
2012-02-01n#735533: Donot set duplicate master slide names.Muthu Subramanian
2012-02-01add commentsIvan Timofeev
2012-02-01Clarified patch status against new upstreamStephan Bergmann
2012-02-01callcatcher: update listCaolán McNamara
2012-02-01cppcheck: unused variablesKorrawit Pruegsanusak
also remove commented-out codes
2012-02-01remove glitch in sbase dialogKorrawit Pruegsanusak
2012-02-01_os is WINNT, not cygwin (Thanks Norbert)Korrawit Pruegsanusak
See http://lists.freedesktop.org/archives/libreoffice/2012-January/024878.html
2012-02-01Fixes crashing while loading manipulated pptx files.Muthu Subramanian
2012-02-01fdo#34425: [Feature] Persist bgcolor toolbar button.Winfried Donkers
This is to avoid background color selection evertime.
2012-02-01German comments translations.Winfried Donkers
2012-02-01remove duplicate includeDavid Tardon
2012-02-01the bug number is not from public bugzillaDavid Tardon
2012-02-01the depth argument must be >= 0David Tardon
2012-02-01add vcl.gdi log areaDavid Tardon
2012-02-01OSL_TRACE -> SAL_INFODavid Tardon