- 09 Tem, 2014 3 kayıt (commit)
-
-
Stephan Bergmann yazdı
Change-Id: I53bf8b74edab720fccc829f9228f7d9c4a8c2dad
-
Stephan Bergmann yazdı
Change-Id: I9d540c2a404600bba038853d73d0cce63f162ea2
-
Kohei Yoshida yazdı
Else it won't build. Change-Id: I6d857ffc7a444abaf477ee820e577757287a707c
-
- 08 Tem, 2014 37 kayıt (commit)
-
-
Michael Stahl yazdı
Replace one ugly way with a different ugly way; it looks like the make_define invocation did not actually work before. Change-Id: Idd365f82a6fabab9444471ac88f91d81476bf124
-
Norbert Thiebaud yazdı
Change-Id: I3154e79cf43b836c46512575834ed8a99b56c912
-
Norbert Thiebaud yazdı
Change-Id: Icea7057734020914fe0df3df70c8a895e96c1af0
-
Caolán McNamara yazdı
Change-Id: I43c8e1327731796498c6da42179ff085c26279b9
-
Caolán McNamara yazdı
Change-Id: I25f29821079cf4fa4759daffe78bec8c4b48abbc
-
Armin Le Grand yazdı
(cherry picked from commit 87637364) Conflicts: svx/source/svdraw/svdfmtf.cxx Change-Id: I853f3499121c8708a7de9d04ff2856037061c6ed
-
Douglas Mencken yazdı
"Writing Python code that is OK on 2.x and 3.x is next to impossible when 2.x is 2.5" --Miklos Vajna Change-Id: I432c2773eb60ab3bd5cc907407ca5159ce4390ad Reviewed-on: https://gerrit.libreoffice.org/10116Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Caolán McNamara yazdı
turns out to be a bit tangled wrt copy construction This reverts commit 48cc4f1b.
-
Caolán McNamara yazdı
Project: help 900defa453aeb03e0d675d3860de5674786dd6cb
-
Tor Lillqvist yazdı
Change-Id: Ief7d3b09cb68eb2abdb99ebc9cfac7f71cd1476e
-
Tor Lillqvist yazdı
Change-Id: I694d90e2cfca2b4b68a33df0d3912c2492563d28
-
Tor Lillqvist yazdı
Change-Id: I810ea99f61c47da62f2489d5176f6fbb779134a9
-
Caolán McNamara yazdı
Change-Id: Iaf30a41dcc74e4542d3df60ca26354876badc81f
-
Palenik Mihály yazdı
Change-Id: I23ac6a7328a43c2fb63f2f804f6718f64e73eb8e
-
Caolán McNamara yazdı
Change-Id: Ibcd5d2b4124ab441a90748588d063f394b1ef372
-
Caolán McNamara yazdı
otherwise the VclExpander will have no effect Change-Id: I039fa361d7088dfe4a6ff849623e34b27e2be26b
-
Caolán McNamara yazdı
Change-Id: If655720c1d1d2e8685315261b4524b876adfc053
-
Caolán McNamara yazdı
Change-Id: If266fa0ebaf2c3c0cd54238879a858098066c03d
-
David Tardon yazdı
Change-Id: I9955223aac20f3f640fde51bb7231666c269ca70
-
Miklos Vajna yazdı
These were used by the now removed analyzemodel, effort and modelcleanup scripts, so can be removed as well. Change-Id: I3a3ed98b914e8ee21a2ffccdc399821fded90708
-
Miklos Vajna yazdı
Change-Id: I2d702a3ea94412a35fee163581ef8c3f28566657
-
Miklos Vajna yazdı
Regression from 263938c4 (fdo#73596 [DOCX] Multiple Columns in Index, 2014-02-13), header / footer was lost in multi-column section. This fixes both DOC and DOCX export. Change-Id: Icb30ec882b38853e25289299d8f829a5cf56e6d8
-
Michael Meeks yazdı
Saves ~40bn cycles, 10% of calculation for the bug document. Change-Id: I9d48706ad2cfe290965b648306d95b4d66e5fc63
-
Noel Grandin yazdı
to replace hand-rolled version Change-Id: Ie4e66d2f1f893c04be589877ef53f470ca74c9eb
-
Noel Grandin yazdı
to replace hand-rolled version Change-Id: I7a7bf7f8f7d4f8a73ee842e7aba5eab5a254d8eb
-
Noel Grandin yazdı
to replace hand-rolled version Change-Id: I084a21161ae44991199fbd2b12d61dcb7d592408
-
Noel Grandin yazdı
to replace hand-rolled version Change-Id: I7a1048ff1ea335c3934fe7e91a09489a4d7aeb96
-
Andras Timar yazdı
Change-Id: I652dc63cc0e8fb04d7c3115d66d60dabda60f0f4
-
Michael Stahl yazdı
Cleraly the variable "n" from line 999 is not in scope in line 1054 or line 1057? Change-Id: I8ca321e6030390ad0192e4dceb37d87b6f06f0a5
-
Michael Stahl yazdı
(to fix up f2945255) Change-Id: Ie20fb9db4515b9737322ec7224ecd7e411d31c03
-
Laurent Godard yazdı
also translate the mark to make cell border visible Change-Id: Ifa9f3befd1e25a66cc3443a3f33255603feea6a6 Reviewed-on: https://gerrit.libreoffice.org/10135Reviewed-by:
Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by:
Markus Mohrhard <markus.mohrhard@googlemail.com>
-
Norbert Thiebaud yazdı
Change-Id: Ie1c7e022a2e1713a111ebd2db9db866e09f4f4f4 Reviewed-on: https://gerrit.libreoffice.org/10120Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Michael Stahl yazdı
All environment variables contain native Win32 paths. This allows building with Win32 make and Cygwin sh.exe, but Cygwin make cannot build any more with the Win32 entries in PATH. Requires adding "bash" detection to configure since /usr/bin/env can't be invoked by Win32 make and it's possible to install cygwin somewhere else than C:/cygwin. Change-Id: Ia8f4ee3c91222e8f5919cfbfc452f12ffbfadd40 Reviewed-on: https://gerrit.libreoffice.org/9698Reviewed-by:
Michael Stahl <mstahl@redhat.com> Tested-by:
Michael Stahl <mstahl@redhat.com>
-
Winfried Donkers yazdı
matrix-ranges not supported Change-Id: I902c78da6d9c7a4a5f8c5e4a7e1678b69d49a6fe Reviewed-on: https://gerrit.libreoffice.org/9449Reviewed-by:
Eike Rathke <erack@redhat.com> Tested-by:
Eike Rathke <erack@redhat.com>
-
Tor Lillqvist yazdı
Change-Id: Ieb01023b93923777cf53a2fc8d7198d88422e8a4
-
Tor Lillqvist yazdı
Change-Id: I88a590344292b4adf562ca83f5072d543b5924ad
-
Tor Lillqvist yazdı
Change-Id: I8500b0cc4e541c96124425b713ba96226ff4715d
-