- 11 Nis, 2013 35 kayıt (commit)
-
-
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>
-
David Tardon yazdı
I plan to use it to deliver all */uiconfig files, not just .ui, as a preliminary step to get rid of postprocess/packconfig. Change-Id: Ie7b4434b2f247165e3ab69a4d0c193418720a149 Reviewed-on: https://gerrit.libreoffice.org/3225Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Julien Nabet yazdı
Change-Id: I58d387c4bbfd4af9cc1e800bc8c715e34a61a970 Reviewed-on: https://gerrit.libreoffice.org/3318Reviewed-by:
David Tardon <dtardon@redhat.com> Tested-by:
David Tardon <dtardon@redhat.com>
-
Thomas Arnhold yazdı
Change-Id: I8f57d46737315caa41f7488e82262067a35f5253
-
Matthias Freund yazdı
The last file in this directory with german comments. Change-Id: I7856e383e032a98fb08a1299a77eb41636549a65 Reviewed-on: https://gerrit.libreoffice.org/3319Reviewed-by:
Thomas Arnhold <thomas@arnhold.org> Tested-by:
Thomas Arnhold <thomas@arnhold.org>
-
- 10 Nis, 2013 5 kayıt (commit)
-
-
Eike Rathke yazdı
Change-Id: Icb0000bde3723c1b37713d0f26ef8305c4a199b8
-
Peter Foley yazdı
Change-Id: Ibbf0c1148cf8ea37bb51e6c31d2e89efc9dfce00
-
Peter Foley yazdı
Change-Id: Ib293b8c0a1130a693f26e91b3d708c1933495c82
-
Matúš Kukan yazdı
Change-Id: Ie85e370d16c09271fdb12cbe0f6e629e72dee929
-
Matúš Kukan yazdı
There is no configure switch for this, URELIBS must be set. This commit changes strategy to link also libraries being merged. We need them for build tools like idlc, cppumaker, .., so the tools can link against them now. This avoids circular dependencies. Change-Id: Ic49e18ecbeaff84d4f5a7fafe8b1fbf45ed18c9b
-