Commit graph

300515 commits

Author SHA1 Message Date
Andras Timar
7dfd1c4023 remove this KeyID check from gsicheck, unused 2012-02-01 18:46:03 +01:00
Andras Timar
20bb21fc42 remove support of obsolete ($$) delimited GSI file format 2012-02-01 18:46:02 +01:00
Lionel Elie Mamane
0adf5eed03 pgsql getColumns: order by columns, not by their concatenation... 2012-02-01 18:41:14 +01:00
Lionel Elie Mamane
77646473e3 pgsql: implement getColumnPrivileges, generate statement only once 2012-02-01 18:41:13 +01:00
Lionel Elie Mamane
356033d465 pgsql: clean comments 2012-02-01 18:41:13 +01:00
Lionel Elie Mamane
76c34665da postgres getColumns: skip dropped columns, make ORDINAL_POSITION consecutive 2012-02-01 18:41:13 +01:00
Lionel Elie Mamane
8c922d8327 fdo#45254 getTablePrivileges: rely on information_schema
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 18:41:12 +01:00
Luboš Luňák
c161e36528 add a check before a cast 2012-02-01 17:38:59 +01:00
Luboš Luňák
47f16670f0 VCL_DLLPUBLIC was missing for some *Value types 2012-02-01 17:38:59 +01:00
Luboš Luňák
150befe0fe const is such a useless concept anyway </sarcasm> 2012-02-01 17:38:59 +01:00
Alexander Bergmann
b3c3e116ff unusedcode.easy: Removed unused code 2012-02-01 16:34:50 +00:00
Ivan Timofeev
bc8fa08a7a pointer -> reference 2012-02-01 20:00:29 +04:00
Andras Timar
a31acd6b40 remove unused ImplSalGetWinAnsiString 2012-02-01 16:14:19 +01:00
Andras Timar
e1e8bd19a6 kill ByteString by dropping support of Win9x 2012-02-01 16:00:59 +01:00
Andras Timar
56549a939c ByteString -> OUString 2012-02-01 15:57:09 +01:00
Petr Mladek
1205e9a816 allow to migrate the shared registrymodifications.xcu
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 15:34:35 +01:00
Andras Timar
ff9a823e10 unused variable 2012-02-01 15:30:38 +01:00
Jesús Corrius
7be0cc289d A few safe replacements of pathes->paths 2012-02-01 14:43:37 +01:00
Noel Grandin
e8b7f1faaf convert SdPresLayoutDlg from tools/list.hxx to boost::ptr_vector 2012-02-01 13:01:55 +00:00
Muthu Subramanian
fd33c0b1cf n#735533: Donot set duplicate master slide names. 2012-02-01 18:02:28 +05:30
Ivan Timofeev
ab8f1757ce add comments 2012-02-01 15:35:06 +04:00
Stephan Bergmann
581b43d46e Clarified patch status against new upstream 2012-02-01 12:26:56 +01:00
Caolán McNamara
5833c182ed callcatcher: update list 2012-02-01 11:13:44 +00:00
Korrawit Pruegsanusak
7c74443e85 cppcheck: unused variables
also remove commented-out codes
2012-02-01 16:45:50 +07:00
Korrawit Pruegsanusak
97e3d1faef remove glitch in sbase dialog 2012-02-01 16:45:48 +07:00
Korrawit Pruegsanusak
f18cae1296 _os is WINNT, not cygwin (Thanks Norbert)
See http://lists.freedesktop.org/archives/libreoffice/2012-January/024878.html
2012-02-01 16:45:46 +07:00
Muthu Subramanian
af15127871 Fixes crashing while loading manipulated pptx files. 2012-02-01 13:32:56 +05:30
Winfried Donkers
4daa3f5443 fdo#34425: [Feature] Persist bgcolor toolbar button.
This is to avoid background color selection evertime.
2012-02-01 13:17:26 +05:30
Winfried Donkers
afc2de3e04 German comments translations. 2012-02-01 13:06:42 +05:30
David Tardon
4ecc4a91e1 remove duplicate include 2012-02-01 06:07:22 +01:00
David Tardon
b9accbafa1 the bug number is not from public bugzilla 2012-02-01 06:07:21 +01:00
David Tardon
4f6a5040db the depth argument must be >= 0 2012-02-01 06:07:21 +01:00
David Tardon
767098b0ca add vcl.gdi log area 2012-02-01 06:07:20 +01:00
David Tardon
ec505d879e OSL_TRACE -> SAL_INFO 2012-02-01 06:07:20 +01:00
David Tardon
55f00b76a9 it seems this is not true in all cases 2012-02-01 06:07:19 +01:00
Kohei Yoshida
c987912cac More on string conversion. 2012-01-31 21:38:59 -05:00
Kohei Yoshida
3299900442 XubString to rtl::OUString. 2012-01-31 21:38:59 -05:00
Kohei Yoshida
f068f50b5a Re-organized boolean data members. 2012-01-31 21:38:59 -05:00
Kohei Yoshida
fb495f4eb1 One more method to non-inline. I guess this is the last one... 2012-01-31 21:38:59 -05:00
Kohei Yoshida
90d27afdd8 Simplified & non-inlined setUnoShape(). 2012-01-31 21:38:58 -05:00
Kohei Yoshida
c5bb73cae7 Get the whole thing to build after the method sig change in SdrObject. 2012-01-31 21:38:58 -05:00
Kohei Yoshida
90413af046 More implicit inline methods to non-inline. 2012-01-31 21:38:58 -05:00
Kohei Yoshida
960b61a1bc XubString to rtl::OUString. 2012-01-31 21:38:57 -05:00
Kohei Yoshida
5f47d33239 More implicit inline method to hide. 2012-01-31 21:38:57 -05:00
Kohei Yoshida
5d24ffdcbe Container to ptr_vector. 2012-01-31 21:38:57 -05:00
Kohei Yoshida
af2cf56599 One less method that nobody uses. 2012-01-31 21:38:56 -05:00
Kohei Yoshida
d44bbfc5d0 No implicit inlining in the header file. 2012-01-31 21:38:56 -05:00
Kohei Yoshida
971417fc32 Make these data members private. 2012-01-31 21:38:56 -05:00
Kohei Yoshida
2288981aab Use bool & prefer rtl::OUString. 2012-01-31 21:38:56 -05:00
Eike Rathke
4bee7187cd corrections to Komi languages patch
* Changed LCID 0x0A69 to 0x066A to comply with the user-assigned space.
* Added RU country for mapping to locales' ISO codes.
  * All locales should consist of language and country, except those where the
    language is not mappable to any country.
2012-02-01 00:44:02 +01:00