Age | Commit message (Collapse) | Author | |
---|---|---|---|
2012-02-01 | Always look up chart objects by name, change method names' casing. | Kohei Yoshida | |
The old container always perform lookups by name only. | |||
2012-02-01 | We don't really need GetCount(). | Kohei Yoshida | |
2012-02-01 | ScChartListenerCollection is no longer a child of ScStrCollection. | Kohei Yoshida | |
2012-02-01 | std::auto_ptr to boost::scoped_ptr. | Kohei Yoshida | |
2012-02-01 | non-inline the chart collection getter. | Kohei Yoshida | |
2012-02-01 | InsertData 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-02 | remove unused test document, use the ods version instead | Markus Mohrhard | |
2012-02-02 | prevent hanging junit tests | Stephan Bergmann | |
2012-02-02 | add test for XNameReplace | Markus Mohrhard | |
2012-02-02 | try to enable all sc subsequenttests | Markus Mohrhard | |
2012-02-02 | Win32 API calls use the Unicode versions by default | Jesús Corrius | |
2012-02-01 | Some cppcheck cleaning | Julien Nabet | |
2012-02-01 | Fix "Prefer prefix ++/-- operators for non-primitive types" | Julien Nabet | |
2012-02-01 | Some cppcheck cleaning | Julien Nabet | |
2012-02-01 | pgsql: simpler / safer check for system column | Lionel Elie Mamane | |
2012-02-01 | tweak help text of gsicheck tool | Andras Timar | |
2012-02-01 | remove this KeyID check from gsicheck, unused | Andras Timar | |
2012-02-01 | remove support of obsolete ($$) delimited GSI file format | Andras Timar | |
2012-02-01 | pgsql getColumns: order by columns, not by their concatenation... | Lionel Elie Mamane | |
2012-02-01 | pgsql: implement getColumnPrivileges, generate statement only once | Lionel Elie Mamane | |
2012-02-01 | pgsql: clean comments | Lionel Elie Mamane | |
2012-02-01 | postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutive | Lionel Elie Mamane | |
2012-02-01 | fdo#45254 getTablePrivileges: rely on information_schema | Lionel 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-01 | add a check before a cast | Luboš Luňák | |
2012-02-01 | VCL_DLLPUBLIC was missing for some *Value types | Luboš Luňák | |
2012-02-01 | const is such a useless concept anyway </sarcasm> | Luboš Luňák | |
2012-02-01 | unusedcode.easy: Removed unused code | Alexander Bergmann | |
2012-02-01 | pointer -> reference | Ivan Timofeev | |
2012-02-01 | remove unused ImplSalGetWinAnsiString | Andras Timar | |
2012-02-01 | kill ByteString by dropping support of Win9x | Andras Timar | |
2012-02-01 | ByteString -> OUString | Andras Timar | |
2012-02-01 | allow to migrate the shared registrymodifications.xcu | Petr 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-01 | unused variable | Andras Timar | |
2012-02-01 | A few safe replacements of pathes->paths | Jesús Corrius | |
2012-02-01 | convert SdPresLayoutDlg from tools/list.hxx to boost::ptr_vector | Noel Grandin | |
2012-02-01 | n#735533: Donot set duplicate master slide names. | Muthu Subramanian | |
2012-02-01 | add comments | Ivan Timofeev | |
2012-02-01 | Clarified patch status against new upstream | Stephan Bergmann | |
2012-02-01 | callcatcher: update list | Caolán McNamara | |
2012-02-01 | cppcheck: unused variables | Korrawit Pruegsanusak | |
also remove commented-out codes | |||
2012-02-01 | remove glitch in sbase dialog | Korrawit 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-01 | Fixes crashing while loading manipulated pptx files. | Muthu Subramanian | |
2012-02-01 | fdo#34425: [Feature] Persist bgcolor toolbar button. | Winfried Donkers | |
This is to avoid background color selection evertime. | |||
2012-02-01 | German comments translations. | Winfried Donkers | |
2012-02-01 | remove duplicate include | David Tardon | |
2012-02-01 | the bug number is not from public bugzilla | David Tardon | |
2012-02-01 | the depth argument must be >= 0 | David Tardon | |
2012-02-01 | add vcl.gdi log area | David Tardon | |
2012-02-01 | OSL_TRACE -> SAL_INFO | David Tardon | |