- 01 Haz, 2013 12 kayıt (commit)
-
-
Takeshi Abe yazdı
Change-Id: I23154b592ffb624fd9fa5a091472a52e02ffbc4b
-
Takeshi Abe yazdı
Change-Id: Ic4407aa95193f6ed1f3f854f3fa9fb50131e7511
-
Rene Engelhard yazdı
Change-Id: I5d37c0e535fc80ca3ab0337a815bc9e978ffaa76
-
Rene yazdı
Change-Id: I55032e7debd8317bc49759d926e58e40ff69ee6b
-
Rene Engelhard yazdı
.. as it split out the icu libs and thus we need to use harfbuzz-icu for pkg-config to get the needed -lharfbuzz-icu Change-Id: Ia4e1774ecdddec87876adf5bc5a93bed86c25046
-
Sophie Gautier yazdı
Change-Id: Ica73de8975de0c3565e3eaad82e6dbb677bec33d
-
Marcos Paulo de Souza yazdı
Change-Id: I466dd68069576d57740ef34b8f6fcd8f9025c5c8 Reviewed-on: https://gerrit.libreoffice.org/4065Tested-by:
LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by:
Fridrich Strba <fridrich@documentfoundation.org> Tested-by:
Fridrich Strba <fridrich@documentfoundation.org>
-
Andrzej J.R. Hunt yazdı
The "Find All" and "Match Case" buttons were previously in opposite order in calc to those in writer/impress/draw. "Find All" should be before "Match Case". Change-Id: I41171742f18cfb9efd63ed8ffb2b2acc32a17a01
-
Markus Mohrhard yazdı
This reverts commit cc50d674.
-
Markus Mohrhard yazdı
Change-Id: I7558ead872ab0e6894689f78fcfbbd1d8fb69877
-
Markus Mohrhard yazdı
Change-Id: Ia026b679ddbea780179a88c9782e24eb9c7f44bb
-
Markus Mohrhard yazdı
Change-Id: I43c315aa9867cf871657064fd9455700b31879ab
-
- 31 May, 2013 28 kayıt (commit)
-
-
Michael Stahl yazdı
Change-Id: Ibf37c17c741fb1844ec9e301a3cc63a3bb3f48de
-
Michael Stahl yazdı
... to work around GCC 4.8.0 -Werror=literal-suffix in gst/video/video.h definition of GST_VIDEO_CAPS_RGB8_PALETTED. Change-Id: I514b29d58f348bad0b13c7ef66db4b3ee34516cd
-
Michael Stahl yazdı
... but this time hopefully topologically sorted. Change-Id: I94960795d729d803641fe7bbf47797f733b56c40
-
Michael Stahl yazdı
The serialization was effectively disabled because the top-level Makefile does not invoke Makefile.gbuild with "all" target but with empty (default) target so MAKECMDS is empty. (regression from 96409470) Change-Id: I919c6543a282945cbb36468ff0d4666718a7d8f6
-
Michael Stahl yazdı
This reverts commit fd3a23ce. The list of serialized libraries must be sorted in dependency order, otherwise there will be cyclic dependencies.
-
Julien Nabet yazdı
Change-Id: Idb698e0fc47bfb50db1127edbec4ee92c5b420f3
-
Michael Stahl yazdı
Change-Id: If528451ec0c90022a5e40e05493d0ea657502c55
-
Marcos Paulo de Souza yazdı
Co-work with Rodolfo Ribeiro Gomes <rodolforg@gmail.com>. Thanks a lot man! Verify if there is a space before insert a new command to not merge variables. Also, just make atributions in EndPos when it is needed, to make this more clear. Change-Id: Ia5ddb4c4c8233b3779c0ee0c7009e181cfe5d1c3 Reviewed-on: https://gerrit.libreoffice.org/3983Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Luboš Luňák <l.lunak@suse.cz>
-
Radu Ioan yazdı
- replaced RTL_CONTEXT_ with SAL_INFO - replace OSL_* with SAL_* Change-Id: Id4e90b83a7275bfd30914f7514a609cebbfbf4ac Reviewed-on: https://gerrit.libreoffice.org/4044Reviewed-by:
Luboš Luňák <l.lunak@suse.cz> Tested-by:
Luboš Luňák <l.lunak@suse.cz>
-
Luboš Luňák yazdı
Change-Id: Ic359209c44171ab42fa21cd300b433facd3c5ea6
-
Luboš Luňák yazdı
Change-Id: I72f1a11ce86d66e773e66116c725310df77fce39
-
Luboš Luňák yazdı
Change-Id: I8ca9b09a6ffd4b2f00740563fa9682fdabb26b3d
-
Luboš Luňák yazdı
At the top should be stuff to set manually if needed. Change-Id: I516ac6df8102f00f6fc34c4c87d040688fcc2e99
-
Luboš Luňák yazdı
Change-Id: I8493afa8e2264a42fba090c9c72f36f36cb2d165
-
Luboš Luňák yazdı
In order to help catch Clang API changes. Change-Id: I5738f5dff405f7a2dd377c983fb32c1c7a2ff921
-
Luboš Luňák yazdı
caused by 56586000 Change-Id: Ifb6e092cd50d8c1a77ba0e8a849c84931a776ad9
-
Zolnai Tamás yazdı
Change-Id: I4bd8863bac0f5b4a5ff1936a9d6a240dbc40be72
-
Faisal M. Al-Otaibi yazdı
Change-Id: Ia5ca3f74ebfea2a927fe8845f1a8237a96e32df7
-
Stephan Bergmann yazdı
The reason to have both export-only XclExpXmlStream ("com.sun.star.comp.oox.ExcelFilterExport") and im-/export oox::xls::ExcelFilter ("com.sun.star.comp.oox.xls.ExcelFilter"), where the latter uses the former to implement export, appears to be historic. Get rid of the former service, but keep it as an independent C++ class for now (still also deriving from XmlFilterBase)---this can likely be cleaned up by somebdoy versed in those XmlFilterBase details. With the last use (in oox::xls::ExcelFilter, to instantiate XclExpXmlStream) of the recently introduced com.sun.star.oox.ExcelFilterExport new-style service gone now, remove that service again. Change-Id: Id3adacd293cbe4390242827615f074d4bbe9d85a
-
Stephan Bergmann yazdı
Change-Id: I4c5080dd05ea7e00c56a820c8ce226c78d0a46b7
-
Stephan Bergmann yazdı
...instead of its export-only part com.sun.star.comp.oox.ExcelFilterExport (for which even a new-style service com.sun.star.oox.ExcelFilterExport has been introduced recently, but all of this should probably go away again; that this filter is used explicitly is probably a rare enough scenario to not warrant a dedicated new-style service). The modified code in ShapeExport::WriteOLE2Shape is triggered e.g. with a Presetation, insert a Spreadsheet as an OLE Object, and save as "Office Open XML Presentation (.pptx)." Change-Id: Id2645972caaec5265eed645c9c6e2c308a4d079d
-
Luboš Luňák yazdı
f22006dc stopped SwDrawTextInfo using pointers to outside data (which lead to various uses of variables that have already gone out of scope). This commit (hopefully) fixes all uses of the clash that relied on the fact that the underlying data changed behind the scenes. Change-Id: I820f13a90b9d1a8055f8e317ca8debc969c39bc0
-
Caolán McNamara yazdı
Change-Id: I14b13285daf27191bb8cf95bc7e801281f97dde8
-
Jürgen Schmidt yazdı
(cherry picked from commit 255beb8f) Conflicts: sfx2/inc/sfx2/objsh.hxx sw/source/core/layout/paintfrm.cxx Change-Id: I23157f7a6983ba81b1c8ddcc409a4989915be2ed
-
Armin Le Grand yazdı
source SlideSorter, target 2nd DocumentView (cherry picked from commit 2136f459) Conflicts: sd/source/core/drawdoc3.cxx Change-Id: I2ba9f2c062b464d3ab3fb28ab115c908b0a7e450
-
Caolán McNamara yazdı
instead hook SvxColorValueSet::Resize() to layoutToGivenHeight and let it add a scrollbar if the height would squish them Change-Id: Ia94b01b247f734f3640b15f7161d28530e65d538
-
Jian Fang Zhang yazdı
to make sure SfxBaseModel object is freed correctly Found by: zhangjf Patch by: zhangjf (cherry picked from commit 4cb73634) Change-Id: I9e316178ef273b13e77d0b166f17fc700363f7bb
-
Jian Fang Zhang yazdı
to break cyclic reference Found by: zhangjf Patch by: zhangjf (cherry picked from commit 1c564cb9) Change-Id: I8aaac18584d55d9f381acdf4deb0e704bc9bcfc1
-