- 26 Mar, 2013 40 kayıt (commit)
-
-
Kohei Yoshida yazdı
Change-Id: I397dedd6c7388b350af0f93151fdf0160698acc7
-
Tor Lillqvist yazdı
unknown log area 'IMPL_LINK_NOARG(SwSaveLabelDlg, OkHdl) [loplugin], huh? Change-Id: I265102a552615208db43fc7b6617189ad99b6aad
-
Tor Lillqvist yazdı
Change-Id: I0a0c40545101a82c9a4054c7a7ccd03e7cfa24d4
-
Tor Lillqvist yazdı
Change-Id: I8c9da74100d9c3db26ddb3aeaf18b1f199c4a297
-
Xisco Fauli yazdı
Change-Id: I3ef565d61096189a9abe45a5a43951ceb7aff724
-
Andre Fischer yazdı
Reported by: Li Feng Wang Patch by: SunYing Review by: Andre Fischer
-
Luboš Luňák yazdı
Change-Id: I6cd70d885a3fe3ab53f7523d1a5da6ae30ee01e3
-
Peter Foley yazdı
Change-Id: I379029dbf600769e415582aa7162f320e707c3da
-
Peter Foley yazdı
Change-Id: I951e5b760fa4749cb712a927110e702949e0eaa3
-
Julien Nabet yazdı
Change-Id: If02e50e1b57e2cae5834ecb17aa0f955572a2c6f
-
Julien Nabet yazdı
Change-Id: Iee6d57bc9900d4c88d614eefe6878eaca6f5e2c3
-
Ariel Constenla-Haile yazdı
Conflicts: framework/inc/uielement/recentfilesmenucontroller.hxx framework/source/uielement/recentfilesmenucontroller.cxx Change-Id: Ia8b861b42bd77a90dce3bebdfa6aefd5e5cd91dd
-
Tor Lillqvist yazdı
Presumably the call to m_pObjStrm->QuickReadStringPtr() is still necessary because of its side-effects (to update the stream pointer). Change-Id: I69f24de4e956d5fefb4fc5382c0cc7e0173a5a0f
-
Tor Lillqvist yazdı
Was accidentally reverted. Change-Id: I1d62003cfab222664b7cf2053f640287910b2892
-
Tor Lillqvist yazdı
The reason why a 1bpp virtual device is used in these two places in sc and sw is unclear to me. It causes complications on iOS as such a bitmap gets passed to CGBitmapContextCreate() which does not accept 1bpp bitmaps. But let's keep the 1bpp for other platforms. Change-Id: Ia34927cf728d4be05a31e88b7da78200d0b799ba
-
Tor Lillqvist yazdı
Change-Id: If853edc8cd15bc61f0bc9d421799ad290a87d298
-
Tor Lillqvist yazdı
A bit scary that the linker didn't notice the duplicate symbols, but instead apparently just picked the first (or an arbitrary) one. Need to look into that. Anyway, now when the correct SetTextColor is linked in the coloured text in the demo document shows up in all its glory. The code that is partially shared between the headless, OS X CoreText and iOS backends should to be refactored a bit, I guess. Change-Id: Id341298f72dc253380d9b2319032e0a9a8bdd0f6
-
Tor Lillqvist yazdı
Change-Id: Ia3e12d68c0eef56ba32b2c6062448874a52a8df3
-
Tor Lillqvist yazdı
Change-Id: Idfc5efe8b2326748670fec82a7780f81b243dbc8
-
Tor Lillqvist yazdı
Change-Id: Ieb3ff50a13172fa2c51173697b80ff5a71fbe244
-
Tor Lillqvist yazdı
Change-Id: I40fa43aaccda42e276f729cb7948101482c6ce5c
-
Tor Lillqvist yazdı
Change-Id: Ic0fd7d60ddc66bcd5577988b3a4e5b2185d3ec1f
-
Tor Lillqvist yazdı
Change-Id: I33a67b4908759913e49608110cc2635cc50e54b1
-
Tor Lillqvist yazdı
Change-Id: I19a5ab15650cef4ee834af63e19bea7807b77477
-
Tor Lillqvist yazdı
Change-Id: I44df0946f59d1b9a2a6ea935b3c2ea3c96c1260d
-
Tor Lillqvist yazdı
Change-Id: Ic74032b430691215482172c3c5f834374d47873d
-
Tor Lillqvist yazdı
Change-Id: I3298b985bc7f197e50f7246c8fe828d51804bde3
-
Tor Lillqvist yazdı
Change-Id: I12dda660f4eac298af29cee8858f8aef496aa5ed
-
Tor Lillqvist yazdı
Change-Id: I0fe230875e785b811ae09e04399790a53b354dd6
-
Tor Lillqvist yazdı
Change-Id: Iccd5f7bb99a76542481564b2f6475ca365756e45
-
Tor Lillqvist yazdı
Change-Id: Ia9dac8262d08a5727ff0518eeec189c99b768504
-
Tor Lillqvist yazdı
Change-Id: I1d4c7dbc8ed9254e92d097454704c811ba1532f1
-
Tor Lillqvist yazdı
Change-Id: I127f450ae7c52f25033a6dbc34029545ea5ed07b
-
Tor Lillqvist yazdı
Change-Id: I1acc1b3f1e9d2cdcbba058b050f278e396f115c6
-
Tor Lillqvist yazdı
Change-Id: If543e44a1f4aa08a38bf273a3e50a7cd7d57e84d
-
K_Karthikeyan yazdı
On Insert before, the reference column whose size is going to be used for newly created column(s) is wrong. As the new columns are inserted before the reference column, the reference column moved to the new position by no., of new columns i.e (earlier+newcolumns). Change-Id: Ib52e3633aecb1220cdf709058391361376dc5f00 Reviewed-on: https://gerrit.libreoffice.org/2958Reviewed-by:
Petr Mladek <pmladek@suse.cz> Tested-by:
Petr Mladek <pmladek@suse.cz>
-
Tor Lillqvist yazdı
Pass -DLIBO_FEATURE_FOO to compiler for some elements in BUILD_TYPE. BUILD_TYPE has at least two kinds of elements: Those that indicate building a bundled copy of some 3rd-party library, and those that indicate some specific feature of the LibreOffice platform or build-time configuration choice. This is for the latter kind. Change many of the checks for Android and/or iOS in the source code to check LIBO_FEATURE_DESKTOP, LIBO_FEATURE_HELP or DISABLE_EXTENSIONS instead, in cases where that is what is meant, not Android or iOS specifically. Change-Id: I2cd3f3bb99e953c7754dcea76a426f8f9d61e4db
-
Tor Lillqvist yazdı
Change-Id: Ie8d05b8596fb7d17e057bc32c7a4204a9ff54021
-
Tor Lillqvist yazdı
(When I say documents, I mean spreadsheets. Only Calc has code for this.) Change-Id: I05fd19885633f9e250940678d33e2e4c82c31a9d
-
Tor Lillqvist yazdı
Change-Id: I13a407331184f08fd39095b7486d0a370d91ed93
-