Age | Commit message (Collapse) | Author |
|
Change-Id: I3fb41fe649f68f82566e465ba4fa2de52e6201ac
|
|
Change-Id: Ic45a2219c8352625f40619373f5828b981864fef
|
|
Change-Id: Ie5404a378cc3bffdc3ba7a858814f3490fb82e3e
|
|
this dialog has some bizarre behaviour which is unchanged
with the .ui conversion
a) the scrollbar does not scroll the window beside it
up and down through the rows (which map to the spreadsheet columns),
but instead scrolls through the records (which map to the spreadsheet rows)
b) the dialog grows to include a row for each spreadsheet column, i.e.
large number of spreadsheet columns -> unusable dialog with too many rows
to fit on the screen.
what's indicated here is to clip the dialog to some max size and make the
scrollbar then scroll through the rows of the widget, and add another
scrollbar if necessary to scroll through the records.
Change-Id: I9b56992fc57468eb058d2a2914c08074f958a692
|
|
reverse commit e0dd0e821b9b29e7489e0a17f7c43ef45c0941e9
as commit 8c4f20938bc5d4013126a00a02e8eca80b250284 is
a better fix
Change-Id: I4951f19161e6cc92a1297ad17b7cc1fe9c76df0b
|
|
Change-Id: I43722339ed72adde46ed307e1906c34a32e7b507
Reviewed-on: https://gerrit.libreoffice.org/3386
Tested-by: Caolán McNamara <caolanm@redhat.com>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ib8508ad50b8f2b4ce0443be0b1437c2595b9b6d5
|
|
Change-Id: I68c6f4d4bae3ae495dd2033c95f47a34a4aba560
|
|
Also fix gb_CPPU_ENV := msc6 in WNT_X86_64_MSC.mk
to be consistent with the name we register in Repository.mk.
Change-Id: I1520d78c378f8c48d65defb22c4c77277bd061f7
|
|
Change-Id: I02c86d7ab6814bfcf559af7408e5d0e1eef59666
|
|
Change-Id: I569a47816281b16fc84fdb859ecce4ab83d0a9ee
|
|
Change-Id: I293cca130137f35b6ff29925228284ced3d9b1b7
|
|
Change-Id: I9c5d55300d53d8778e926be8de0bea7a9a57b522
|
|
Change-Id: I765e36aa95d0bcfb62b696d5db1fb151ba33da2c
|
|
I could not get it to build using the project files and VS2012...
With one additional patch to drop the use of dllimport in env.hpp, the
"gcc-wrapper" way builds fine for me, using VS2012.
It is not necessary to specify the dllimport attribute for functions
imported from a DLL. Specifying dllimport if the library actually is a
static library (as it is here) leads to linking errors.
The way the ifdefs and -D options were set up here, the utility and/or
test programs that are built as part of the liborcus build were
compiled using dllimport, and thus failed to link. So just don't
bother with dllimport.
This reverts commit 58b4cd934fd28b796dc12590f33971dd32ec95ee.
Change-Id: I2ffc90d47ae018a9a14b1c6d07fb0a225ce10d6d
|
|
Change-Id: I85b85afb6d1b170d71633f93d56f7ce4fffdf0a3
|
|
Change-Id: I9d187fc5b52a27ff5b8bc847a52fe95c63558a40
|
|
Change-Id: Ia6d27eadb41d66de558c290bc07b6d1c491f5f1c
|
|
Change-Id: Id1fd8b4c7ebcc8ffd3b6914596385eb3eda922c6
|
|
Change-Id: I032f9737746b39047b2d62df6821da4b3b9e9242
Reviewed-on: https://gerrit.libreoffice.org/3395
Reviewed-by: Joren De Cuyper <joren.libreoffice@telenet.be>
Reviewed-by: Jan Holesovsky <kendy@suse.cz>
Tested-by: Jan Holesovsky <kendy@suse.cz>
|
|
Change-Id: I3990e9fd073f06427dd86c690371011eb029b397
|
|
Change-Id: I8c256668edeb4c0475136f46103002d804ee66eb
|
|
Change-Id: Ie854ab8b8b7ea4d98ee33d6802ea3a1e65ef2769
|
|
Project: help 02312df0968c2d6e1aece678fab055ee59e82b07
|
|
Change-Id: I6be8675f4ec24ee318c2d5c84544c24a7c68c95f
|
|
Change-Id: I2f6de203e2a14e36e7baf3cbc15048b8f045eac0
|
|
Change-Id: I2bc44990efb62183507f46b22bfd8e09edf02eb6
Reviewed-on: https://gerrit.libreoffice.org/3380
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Project: help 0ce9cee610e614ed3e0ba80815aee1b2c0175f10
|
|
Change-Id: I276f354cd07480c8798951c14b565994c93750c2
|
|
Project: help 4a3bd60420f64d18d0b8e07a83f22c13b49267b5
|
|
Change-Id: I32967859db63a064a9e46a14430c125643e2bfd5
Reviewed-on: https://gerrit.libreoffice.org/3371
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: Ica2d3485c62f44311f612ade20924690bfbb2666
|
|
It broke cross-compilation at least for me:
No rule to make target 'cppumaker', needed by 'build-tools'
This reverts commit 4960f665194760fc913cbfb97d35c1c182bbdd0d.
Change-Id: I29c16aa2c094692c26f77164e15ed4f4b2a82dac
|
|
Change-Id: Ic34b5958472a7d2c19ff686914309b6699e237c4
Reviewed-on: https://gerrit.libreoffice.org/3370
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I2dfaf152bd473f73fdeec08a8c2ac6b007d38352
|
|
Change-Id: I13a917c84678d4dc5a0e6dae80a1a494909ca1d3
|
|
Reported by: Li Feng Wang
Patch by: SunYing
Reviewed by: Andre Fischer
(cherry picked from commit 830bd984a9db75a76057a969a96a17233ed4d7ee)
Conflicts:
filter/source/msfilter/svdfppt.cxx
Change-Id: Ibf3b7ea395c552ca8d0205e4c2eb4a4f8075a246
|
|
Change-Id: Ife2f49853a9974010d6247ae40df9b534d044c12
Reviewed-on: https://gerrit.libreoffice.org/3381
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
|
|
Change-Id: I5bd7152f0dfdc5459e9a754af1e8c65234ff606d
Reviewed-on: https://gerrit.libreoffice.org/3377
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I4a8aa2d2f89fd3ee56ac10c2551076a6063d570c
Reviewed-on: https://gerrit.libreoffice.org/3392
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I33590e7907c593d821e2eafda0e04c76c8b99879
Reviewed-on: https://gerrit.libreoffice.org/3393
Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
Tested-by: Thomas Arnhold <thomas@arnhold.org>
|
|
Change-Id: I77dd5b38e729310d58c92aa4aaf82228d2fe781b
|
|
Change-Id: Ib46d7b8934f63d88ea953707fa1fbfb51c524efd
|
|
Fix for: ./program/soffice.bin: error while loading shared libraries:
libcppunit-1.13.so.0: cannot open shared object file: No such file or
directory
Change-Id: Ib73010f69c7fcab0e5759df9e77e0848aa80579f
|
|
Change-Id: I38047da8cb73493916803d73e1036dec68ee2d97
Reviewed-on: https://gerrit.libreoffice.org/3389
Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org>
Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
|
|
Change-Id: Ib1506f4917eed6b05af3df0e83b2843fd370d374
|
|
Change-Id: I52904567d0c7434af3f013cad7c3d9a8a67ac9f2
Reviewed-on: https://gerrit.libreoffice.org/3384
Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org>
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
This is preparation for delivering HelpTarget files as a Package, which
would not be possible with the previous impl.
Change-Id: Ia79effcb77aaa7054987879c394cb277e377c9d8
Reviewed-on: https://gerrit.libreoffice.org/3383
Reviewed-by: David Tardon <dtardon@redhat.com>
Tested-by: David Tardon <dtardon@redhat.com>
|
|
Change-Id: Iccb314155ac70984fa70e7d1ec839edd9eb14270
|
|
Change-Id: I880ddfe30361ab1984ec6a234176d47ad3dcb435
|