- 11 Nis, 2013 40 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I5a1cc96377957705d88a0245a4c5785d4b3bf2bf
-
Stephan Bergmann yazdı
Change-Id: If256eeddf4b8efded6e5e010b0155e05f5a1de79
-
Stephan Bergmann yazdı
Change-Id: I8e919291cb4c8fc223ca7143e860a2a0b44cb930
-
Stephan Bergmann yazdı
...forgotten from f3051abd "API CHANGE: Remove deprecated cppuhelper/servicefactory.hxx and Java equiv." Change-Id: Iccdcb68c6051a64a09ae7918eecb8d3e2c53a085
-
Stephan Bergmann yazdı
Change-Id: I6088dc1c9d9afaa031231ea0c9f104a92ce41658
-
tinderbox yazdı
It means the LO-4.1.x will get installed into "LibreOffice 4" instead of "LibreOffice 4.1" Change-Id: Ideae670437fda9847d4ee3a86c4cab079d8da07a
-
Caolán McNamara yazdı
Project: help c994e4f941a7d5d5c5b1dae8e0c64d8cbe44b7e8
-
Caolán McNamara yazdı
And remove the remaining SetPosPixel calls of layout controlled elements, they are now unnecessary and get overridden by the layout anyway. Including the ones left over from the printer options conversion. Tweak things for 6/12 spacings. Change-Id: Ifb460fb966452c10a9ac08c6f8cd57b96a2166f0
-
Pavel Kacer yazdı
Change-Id: Ifa11da48867303dbecd2ef104f2c0842aaeb5d72 Reviewed-on: https://gerrit.libreoffice.org/3325Reviewed-by:
Caolán McNamara <caolanm@redhat.com> Tested-by:
Caolán McNamara <caolanm@redhat.com>
-
Yong Lin Ma yazdı
Patch by: Ying Zhang Review by: mayongl (cherry picked from commit 22602686) Change-Id: I04cf1bbbeadf23147fa2cbc1c08c850288ef943a
-
Tor Lillqvist yazdı
Change-Id: I2d65b51ec9a223994d39dc9433d1290b44422e1d
-
Tor Lillqvist yazdı
Change-Id: I87c74eb6e4f9aa4f06bfca00817b4d04d7d84b40
-
Andras Timar yazdı
Change-Id: Ibd45773179be334991d0d493324cadaad772ea33
-
Armin Le Grand yazdı
...with new default StyleSheet for these objects (cherry picked from commit 2868ea34) Conflicts: sd/source/core/drawdoc4.cxx svx/source/sdr/contact/viewcontactofgraphic.cxx Change-Id: I4849101de2ac1da83c8fb0f2d68316774982d197 Resolves: #i119287# Adapted to get the needed style as default style for all SdrGrafObj and SDrOle2Objs. Checked various scenarios, works well. (cherry picked from commit bc859391) Conflicts: sd/source/core/drawdoc.cxx sd/source/ui/func/fuinsert.cxx sd/source/ui/view/sdview4.cxx Change-Id: I40a17216f5c11ebca073026f62f1e9ab9ddfd119
-
David Tardon yazdı
Change-Id: Id8c405e63abec3d8c1d3c5f8fb7f40ba082c9f47
-
Jan Holesovsky yazdı
Change-Id: I3463b727e024260c13a01c017cfd96109a793cb1
-
Jan Holesovsky yazdı
Change-Id: I467f6383ec469f5719fd49914d81605b2a5679a1
-
Armin Le Grand yazdı
to avoid a memory leak. Found by: Chao Huang Patch by: Chao Huang, alg Review by: Chao Huang, alg (cherry picked from commit e7168710) Conflicts: sc/source/filter/xml/xmlfonte.cxx Change-Id: I75475bb59b3a7040938826d095dcd81e19d61b46
-
Tor Lillqvist yazdı
Change-Id: I5caa9c10605ff806677958a2d28428a0cab0d906
-
Tor Lillqvist yazdı
Change-Id: I1b418c563c30be959b771a474ed9c699f71b57e7
-
Jan Holesovsky yazdı
A stale types.rdb can cause that you spend 2 hours debugging hard core UNO exception throwing - like me yesterday... Change-Id: I5eb88a9f1d2c9dd34f1e7945d449b697d3253193
-
Andras Timar yazdı
Change-Id: I720c766aadd3ab64e16c101a1593700719bf0022
-
Andres Gomez yazdı
When SOLAR_JAVA (Java) is not there, vcl plugins will not link against jvmaccess. Change-Id: I13e1ae7d605965b3609c6dfdaa66faa976382e65 Reviewed-on: https://gerrit.libreoffice.org/3320Reviewed-by:
Miklos Vajna <vmiklos@suse.cz> Tested-by:
Miklos Vajna <vmiklos@suse.cz>
-
Stephan Bergmann yazdı
Make javamaker work on top of unoidl/ instead of registry/. API CHANGE: javamaker no longer supports the -B switch, as that is meaningless with the new format. When reading from an old-format .rdb file, /UCR is hard- coded as the prefix now. Change-Id: I8cca39f8ebacd0476934f7bd493d206928d063a9
-
Stephan Bergmann yazdı
Change-Id: I4fa4431978f049a7b5b201d89743f909bc120ff4
-
Stephan Bergmann yazdı
Change-Id: Ic127497cbf248583337183770b0363686c18dc6d
-
Tor Lillqvist yazdı
Use correct path to the app bundle. Also update the comment about code signing to be more relevant for the master branch. Change-Id: I6a357e5cd033afc986fd035f9760c04763b06fc9
-
Tor Lillqvist yazdı
Change-Id: Ifd475718766a772504da9e522894b90d7e63347a
-
Tor Lillqvist yazdı
Calling delete on a NULL pointer does nothing. Checking for non-NULL just clutters the code. Still, I wonder if this code has some issues with heap corruption and/or leaks. The pImagesLst->GetEntryData() calls just return a copy of the OUString pointers stored in some kind of list, right? So is it correct to call delete on the copy, but keep the pointer in the list intact, which thus then will be pointing to freed memory, won't it? Or will the code automatically work in such a way that all pointers in the list will be handled exactly once (and deleted)? Perhaps running this under valgrind would be a good idea. Change-Id: Ibf401cc44caaeea6bb46f38cd9851ac14b2d2545
-
Lionel Elie Mamane yazdı
Change-Id: Icda6d87e2bf17e651d2a60c4a024dfaa8ed36a51
-
Joren De Cuyper yazdı
Change-Id: I0542d9918d9dbbfdc002b7fadec1bb461cbd2831 Reviewed-on: https://gerrit.libreoffice.org/3291Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: I93313dc03e8ed7d4d1a653df92145a153e20e5b1 Reviewed-on: https://gerrit.libreoffice.org/3234Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: I422c8912bc2557c2c03bb885e5c193deb93d1d5e Reviewed-on: https://gerrit.libreoffice.org/3233Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
This is the last step needed to obsolete postprocess/packconfig/packconfig.pl. Change-Id: Iad6de126a467aadc829244951f98fc8b202fbd95 Reviewed-on: https://gerrit.libreoffice.org/3232Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: I0285f6371e68aaccfc7b3347c87b4e24c4a3fda2 Reviewed-on: https://gerrit.libreoffice.org/3231Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
This is intended for bundling filelists of multiple Packages together, to simplify the scp2 configuration. Change-Id: I6f700f691b37375a09a5400166aac80a8bb2a2b4 Reviewed-on: https://gerrit.libreoffice.org/3230Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: Ie78b7ce399ba34485146ca7622c59d31f8105d02 Reviewed-on: https://gerrit.libreoffice.org/3229Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: I878b41783e043efe19097829495a8f13b0f995c0 Reviewed-on: https://gerrit.libreoffice.org/3228Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: Idaf0f5c938deff5b774e675991d0c6aa328ffd4f Reviewed-on: https://gerrit.libreoffice.org/3227Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
David Tardon yazdı
Change-Id: Iccd5225b65887734ff599ca247109c2c1ce4ec25 Reviewed-on: https://gerrit.libreoffice.org/3226Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-