Age | Commit message (Collapse) | Author |
|
That is, also when returning an ephemeral value constructed from StringItemList
Change-Id: I3f0edcb6cc31926c6b82acbcb88282829314b859
|
|
Change-Id: I11ee124af09e9806fc45945316ae947757458d5b
|
|
else, all pending changes in the subforms are lost
Change-Id: I82b0967729c71a4f01eff9f823a1961fad999679
|
|
Change-Id: I688a659207c4b95cc98ff5dc5c5622d4592b3f89
|
|
adapt to disappearance of oneway qualifier for method
by hardcoding list of methods that were oneway.
Autogenerated by the following script:
SKIP=1; git log -p -1 90eac3e69749a9227c4b6902b1f3cef1e338c6d1 | while read f0 f1 f2 f3 f4; do if [[ "$f0" == "---" ]]; then if printf '%s' "$f1" | egrep -q '^a/(off|udk)api/.*\.idl$'; then LISTENER=$(printf '%s' "$f1" | sed -re 's@^a/(udk|off)api/@@' -e 's|/|.|g' -e 's@\.idl$@@'); SKIP=0; else SKIP=1; fi; elif [[ "$SKIP" -eq 0 ]] && [[ "$f1" == '[oneway]' ]]; then printf $'(pair<OUString,OUString>("%s","%s"))\n' "$LISTENER" $(echo -n "$f3" | sed -r -e 's@\(.*@@'); fi; done
This is rather atrocious, but ensures the behaviour is exactly the
same as before.
Left to do:
remove methods that are irrelevant here
(that is, impl_allowAsynchronousCall_nothrow will never be called
with them as argument)
Change-Id: If4fea164a2fe727048645cd853a9850e59469ba5
|
|
Change-Id: Ia02968ccc12df994bc8528794e8f55a5eeda25be
|
|
No more jumping and spaces between text runs are not eaten, but text
selection is still broken, as well as editing.
Change-Id: Ic9d2a6df0add20b63d6edf0ddf84b7d6f8de0983
|
|
(cherry picked from commit 1045898eb4be2f19d8435e86ff600f4d9541abf9)
Conflicts:
extensions/source/update/check/Jobs.xcu
Change-Id: Iddf1ba34bd6a48ae64c3b7b104d2e942f39df244
|
|
Change-Id: I7ce3837a1a451560f5867786bb20d8280e7bef23
|
|
Found by: Yan Ji, Jian Hong Cheng
Patch by: Oliver-Rainer Wittmann
Review by: Jian Hong Cheng
(cherry picked from commit 472d5610c71b7a74e6d279d8f625cec8b41b8e81)
Conflicts:
sw/source/core/layout/tabfrm.cxx
Change-Id: I718a0c70c12ed34c4ca3a2826f388b17a84c63e7
|
|
- assure that conversion of nested tables are performed correctly.
Found by: Yang Ji <yanji.yj at gmail dot com>
Patch by: kang jian <jane73_kang at hotmail dot com>
Review by: Oliver <orw at apache dot org>
(cherry picked from commit 48538700cdafaa4becfe74a1d3d93179aed9d764)
Change-Id: Iaefbf6f75d526ef8c0c4302d8b39096becc183e8
|
|
Patch by: Tan Li
Review by: alg
(cherry picked from commit a3677e22a4c4ea24d2a66cefcae0872e94e1c1ea)
Conflicts:
chart2/source/controller/main/ChartController.cxx
Change-Id: I2e87bd49ec750026ad74ca0256b63ba5f4228355
|
|
(cherry picked from commit 48856f602fc5375586fe48a82ff0c47745ee69f2)
Conflicts:
solenv/bin/build.pl
tomcat/tomcat.patch
Change-Id: If5b5495d767b715e7fefde1870024064947790ea
|
|
Patch by: zhang jianfang
Review by: Andre Fischer
(cherry picked from commit e0d5abb649958e48660357d3fa37ab6e9707b61f)
Conflicts:
framework/source/uielement/toolbarmanager.cxx
Change-Id: I4c6a112b27396fc7e5d42f3feef11ac1fe81efcd
|
|
Additionally added Tango and Galaxy icon and some renaming to be
more general (not just specific to Graphic).
Change-Id: I5886246e25457ca5412be8743dcb001b02ebd65b
|
|
Change-Id: Ia7a805c95625b52fc99face000587692de21461e
|
|
Change-Id: Ide7d833801e96a3375909238d036687082f34605
|
|
Change-Id: I52c75432eb30a46b2c6a597211df09fdbb08056c
|
|
Change-Id: Ibdb06d50ca79b2882ad7bd984e30beb09e7c7b95
|
|
Change-Id: Id9bd1905f7608c54861ff3931e56b94afc5688ba
|
|
Set property to cell object if the cell has vertical property. And fix in svx
module by setting cell's vertical property.
Patch By: companycy
Found By: Shan Zu
Review By: jsc
(cherry picked from commit bb8bf7bde59c22776199e791b8cfcbf07992de8e)
Conflicts:
oox/source/drawingml/table/tablecell.cxx
Change-Id: I58bb1548617c4c1e231280a405d6071ea8813039
|
|
from StyleSheetEntry when constructing a new TableStyleSheetEntry object
Patch by: Jinlong Wu
(cherry picked from commit 11eb354532cfb354f9f7c3a72b170c9c8289b75c)
Change-Id: I80054bc6c36bc7c5ed1034e0aadd88cd1a2f3091
|
|
Original author: Tsutomu Uchino <hanya.runo at gmail.com>
(cherry picked from commit 5de5fd495d7cdad852d1631941ae03ec213f93b7)
Change-Id: Iaa0aa8b1dd6a326cd738f2e296a1b5ecdc379c65
|
|
Regression since d3a279cbd308486250e2b652aac01d41e2a52f14
Change-Id: I0113c5a8060eb598c4f3bcee5580658c347b66ac
|
|
Change-Id: Idd30f6fcf9d1e4d2af5f49caffa91d6ce30bb196
|
|
Change-Id: I404ac35010c243fad65b6d83c10c75665a0568f0
|
|
FreeType has 3 different kinds of versions
* release, like 2.4.10
* libtool, like 13.0.7 (this what pkg-config returns)
* soname
FreeType's docs/VERSION.DLL provides a table mapping between the three
We were checking for >= 2.0 which is always true of course, so I
replaced it with 9.4.3 i.e. 2.1.5; the first FreeType release to provide
a freetype2.pc file (I could have omitted the version check at all,
since it is practically the same), but this should be replaced with a
real minimum required version.
Change-Id: I95f6c398a5b19d4bb728a6dddc957a9f95f27efa
|
|
Change-Id: I9734f15811020ce1a7b761688d602c7e244167c7
|
|
Which in itself was effectively a revert of
3364fefe1e2dec522211040f2f9ea37bf5cd7466
Keeping the old broken line height calculation code is just masking of
the real problem; there are some code elsewhere that have fragile
workarounds to the real bug here (the removed code here shows a good
example of such workarounds). On Mac we use the correct metrics as well,
so we need to find the quirks and fix them, instead of pretending they
do not exist.
This fixes fdo#55469, among others.
Change-Id: I36f13b28eaba022b7c388feae7e0bfd0ed1c3e89
|
|
RTL and CTL
Change-Id: Ifdce9e3e08a715dcf493c4103479c5fd64a42d74
|
|
transex3 crashed if a new language was added to the StringArray
PairedList in svtools/source/misc/langtab.src and that resource was
attempted to be built.
For the new entry doesn't exist a MergeEntrys entry in vMergeEntryVector
yet, but ExportList::GetSourceLanguageListEntryCount() already includes
it so nMaxList is greater than size of vMergeEntryVector. Check nLIndex
first.
Change-Id: I3b706bea7aea7cd7ecd8245d99587b944510952d
|
|
Change-Id: I31cd2e9a2a3f1606596a4e681cea07659463d2f1
|
|
Change-Id: I0107fc919a785195a1247c08ae019ed3f48f7e7d
|
|
9132a8d167f4df2799cd4b6011ff1672eeb7687d wasn't quite right, if the
HelpLinkTarget is not re-built but the HelpIndexTarget is the
clucene-generated files need to be deleted by the HelpIndexTarget.
This is all somewhat confusing because some of the index files are
created by HelpLinker but the ones in .idxl directory are created by
HelpIndexer.
Change-Id: I0334a2e54e560aead96dcfbab0b088dd4e44924d
|
|
Change-Id: I87e9cffcb50f879b699fe8df141281fdc6d2dbae
|
|
a) Name.Value attribute was read only
b) Name.[Get|Set]Value not working property
c) Name.ReferToR1C1xxx attributes not returning r1c1 related addresses
d) Names.Add just not working( should return a reference to the new Name )
e) Names.Add not handling multi-area addresses, not constructing the Content for the names correctly
Change-Id: I6f3c1cf029d5e4003c5900a4e9525f5a0d9a8ed6
|
|
Change-Id: Ic00b9135021f2c5f76755efbe88fc1f12e655320
|
|
because libreoffice inserted a bunch of extra resources since fork point.
We should get rid of these ids entirely and e.g. at least instead use the
filename number as the the id instead which would be a little less painful.
Change-Id: I5d0a3b5e60dbe448164bdff25d46171a1ed4d55e
(cherry picked from commit 8e9bcdb73adf7b544299bb57fcce5423b43cc058)
|
|
(cherry picked from commit cf417aec41decab94b5f1e82f6409e97a6c02fb5)
Conflicts:
extras/source/gallery/gallery_system/sg2.sdg
extras/source/gallery/gallery_system/sg2.thm
svx/inc/galtheme.hrc
svx/inc/svx/fontworkgallery.hxx
svx/inc/svx/gallery.hxx
svx/inc/svx/galtheme.hxx
svx/source/gallery2/galctrl.cxx
svx/source/gallery2/galexpl.cxx
svx/source/gallery2/galobj.cxx
svx/source/tbxctrls/fontworkgallery.cxx
vcl/inc/vcl/outdev.hxx
vcl/source/gdi/outdev6.cxx
Change-Id: I519a2cf4e16bb42ecfd9c4b48094e65adcc35599
(cherry picked from commit ddec662e8dc234b7196c1b3c28db5da743557ec6)
|
|
because I need to get the following patch to apply :-(
This reverts commit 2056f718b5f000bdddeb68cc17592497f6baea1a.
Change-Id: I3b005725a826d0339a6d1bb8d211959cd03c7d6e
(cherry picked from commit 58a2d079400d6a6170b512b7fa387a7152849463)
|
|
and additions of new themes
(cherry picked from commit 8ccf0e00b5c67f17427d041321baaa5ade488e7c)
Conflicts:
extras/prj/build.lst
extras/source/gallery/bullets/makefile.mk
extras/source/gallery/gallery_system/sg2.sdg
extras/source/gallery/gallery_system/sg2.sdv
extras/source/gallery/gallery_system/sg2.thm
extras/util/target.pmk
scp2/source/ooo/directory_ooo.scp
scp2/source/ooo/file_extra_ooo.scp
svx/inc/galtheme.hrc
svx/source/gallery2/gallery1.cxx
svx/source/gallery2/galobj.cxx
svx/source/gallery2/galtheme.src
vcl/inc/vcl/alpha.hxx
vcl/inc/vcl/bitmap.hxx
vcl/inc/vcl/bitmapex.hxx
vcl/source/gdi/alpha.cxx
vcl/source/gdi/bitmap.cxx
vcl/source/gdi/bitmap3.cxx
vcl/source/gdi/bitmapex.cxx
(cherry picked from commit 8012fae6cedcf325130d70adf0a486e8918f452f)
Conflicts:
vcl/source/gdi/bitmap3.cxx
Change-Id: If4b2397b889f914487f2135679250c175181e1df
|
|
Core Text will apply its font fallback mechanism when typesetting a
CTLine, and we can't assume that the returned run all use the original
font. This fixes the random glyphs drawn when we hit font fallback.
Change-Id: Id4d7098cb7bd3464cba6abab22be3ac3942c8889
Reviewed-on: https://gerrit.libreoffice.org/3846
Reviewed-by: Tor Lillqvist <tml@iki.fi>
Tested-by: Tor Lillqvist <tml@iki.fi>
|
|
In 5589c72b88e502bfca045ae38af16c854afdd401 a problem due to linking
pyuno_wrapper with g++ was fixed: the library should not have a
dependency on libstdc++. It's possible to implement this in gbuild
directly by checking whether there are any C++ input files.
(apparently on GNU/Linux g++ implicitly links in libm too...)
Change-Id: I04dce06f796e20047ce7f5eab65e6110c0244445
|
|
Change-Id: Ic05de69951b28b9cc8d62f0a534b507c424e6b25
|
|
Note that this doesn't imply it *will* be built; that depends on
configury options and changes to configure.ac.
Change-Id: I5ed531bc8999f49b9e696523226454f99f253882
|
|
Change-Id: I2c174e23b3f995d819ff8ab72281b386b26c1cfe
|
|
http://stackoverflow.com/questions/7406946/why-is-apple-deprecating-openssl-in-macos-10-7-lion
http://stackoverflow.com/questions/7475914/libcrypto-deprecated-on-mac-os-x-10-7-lion
Apple apparently got fed up with the unstable ABI of OpenSSL, or
something, and recommend you either move to their "Common Crypto
Architecture", or, if you have to stay with OpenSSL, just build it
yourself statically and bundle with your application. So let's do
that.
Change-Id: I5f19fcce9b4e00ff2ce3089a2398b3f08f76a9a0
|
|
Change-Id: I7e69466f189b845a807edbf3ca4422b0fb2aec94
|
|
Patch-by: orw
Tested-by: orw
(cherry picked from commit 7a8c7f6a6ceb29bf754e24f07ef92fcee4b925c3)
Conflicts:
svtools/source/filter/jpeg/jpeg.cxx
Change-Id: Icda84dad6b5a8395f8592fdba479b194d4cc7ff7
|
|
Change-Id: Ibc60b487fc769f152d231d962d984e3c8f6dce50
|