summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2013-03-25remove external include guardsThomas Arnhold
Change-Id: If5758e02baa8e019923355b6c97043b306223fdd
2013-03-26fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokennessEike Rathke
7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 changed some String to OUString and replaced Search...() with indexOf() but still compared the result against STRING_NOTFOUND instead of the -1 required now. Change-Id: I94ecdd1741554d8ac401f9cc2ffe8456e3184394
2013-03-26Cleanup comments and some translations in style.cxxJoren De Cuyper
Change-Id: I18f0a3d9e9c97164691233e3c997f978d339e401 Reviewed-on: https://gerrit.libreoffice.org/3062 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
2013-03-26fixed some 7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 brokennessEike Rathke
7d1f4cdec307bb1e761bb5dd3d8231bba5833e10 changed String::GetToken() to expect and return a sal_Int32 and return -1 instead of STRING_NOTFOUND. So far so good though not consistent, but unfortunately it also replaced STRING_NOTFOUND with -1 in a few other places like where String::Search() is called but that still returns STRING_NOTFOUND ... Change-Id: I1ef1891cef220c1f1f9032af173d80f3f0e29e71
2013-03-26Make the conditional formatting code free of ScBaseCell.Kohei Yoshida
Change-Id: I93f83a840874c973cdc0821ddeb1913be7f09767
2013-03-26By using ScRefCellValue we can remove some duplicated code.Kohei Yoshida
Change-Id: I75652172033e4ce00ac239e85d835c7cc9256fe2
2013-03-26Add ScRefCellValue, which is ScCellValue without copied value.Kohei Yoshida
It directly points to the original cell value instance. Change-Id: I638ec8b931873d237871b6d8fa9f0e1277520d0f
2013-03-26This method no longer used. Good. Remove it.Kohei Yoshida
Change-Id: I397dedd6c7388b350af0f93151fdf0160698acc7
2013-03-26Fix bogus SAL_WARN useTor Lillqvist
unknown log area 'IMPL_LINK_NOARG(SwSaveLabelDlg, OkHdl) [loplugin], huh? Change-Id: I265102a552615208db43fc7b6617189ad99b6aad
2013-03-26Fix warning: statement aligned ... [loplugin]Tor Lillqvist
Change-Id: I0a0c40545101a82c9a4054c7a7ccd03e7cfa24d4
2013-03-26Fix warning: statement aligned ... [loplugin]Tor Lillqvist
Change-Id: I8c9da74100d9c3db26ddb3aeaf18b1f199c4a297
2013-03-26remove duplicate declarationXisco Fauli
Change-Id: I3ef565d61096189a9abe45a5a43951ceb7aff724
2013-03-26#i119884# Fixed export of fontwork alignment.Andre Fischer
Reported by: Li Feng Wang Patch by: SunYing Review by: Andre Fischer
2013-03-26autoconf can actually handle #define HAVE_FOO 0 as the defaultLuboš Luňák
Change-Id: I6cd70d885a3fe3ab53f7523d1a5da6ae30ee01e3
2013-03-26fix postgresql buildPeter Foley
Change-Id: I379029dbf600769e415582aa7162f320e707c3da
2013-03-26make module-deps.pl work in separate builddirPeter Foley
Change-Id: I951e5b760fa4749cb712a927110e702949e0eaa3
2013-03-26coverity#982306 Logically dead codeJulien Nabet
Change-Id: If02e50e1b57e2cae5834ecb17aa0f955572a2c6f
2013-03-26coverity#982310 Logically dead codeJulien Nabet
Change-Id: Iee6d57bc9900d4c88d614eefe6878eaca6f5e2c3
2013-03-26framework::RecentFilesMenuController clean-up, add clear item.Ariel Constenla-Haile
Conflicts: framework/inc/uielement/recentfilesmenucontroller.hxx framework/source/uielement/recentfilesmenucontroller.cxx Change-Id: Ia8b861b42bd77a90dce3bebdfa6aefd5e5cd91dd
2013-03-26Fix warning: unused variable 'sFormat' [loplugin]Tor Lillqvist
Presumably the call to m_pObjStrm->QuickReadStringPtr() is still necessary because of its side-effects (to update the stream pointer). Change-Id: I69f24de4e956d5fefb4fc5382c0cc7e0173a5a0f
2013-03-26Re-add change from 304cb6ab8fb159c883c42d2d42e82750fab4e4a7Tor Lillqvist
Was accidentally reverted. Change-Id: I1d62003cfab222664b7cf2053f640287910b2892
2013-03-26Use an 8bpp virtual device (instead of a 1bpp one) in sw and sc for iOSTor Lillqvist
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
2013-03-26rCGContext is not used for iOSTor Lillqvist
Change-Id: If853edc8cd15bc61f0bc9d421799ad290a87d298
2013-03-26Ifdef out methods for iOS that are actually in coretext/salgdi.cxxTor Lillqvist
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
2013-03-26Remove unnecessary code that was based on a wrong guessTor Lillqvist
Change-Id: Ia3e12d68c0eef56ba32b2c6062448874a52a8df3
2013-03-26Improve the blitting, use memcpy for each rowTor Lillqvist
Change-Id: Idfc5efe8b2326748670fec82a7780f81b243dbc8
2013-03-26Add a SAL_INFO()Tor Lillqvist
Change-Id: Ieb3ff50a13172fa2c51173697b80ff5a71fbe244
2013-03-26Release style and CGContext resources in dtorTor Lillqvist
Change-Id: I40fa43aaccda42e276f729cb7948101482c6ce5c
2013-03-26Handle different basebmp scanline formats and flip vertically when neededTor Lillqvist
Change-Id: Ic0fd7d60ddc66bcd5577988b3a4e5b2185d3ec1f
2013-03-26Use the applicationFrame and not whole screen sizeTor Lillqvist
Change-Id: I33a67b4908759913e49608110cc2635cc50e54b1
2013-03-26I think kCGImageAlphaNoneSkipLast is what we wantTor Lillqvist
Change-Id: I19a5ab15650cef4ee834af63e19bea7807b77477
2013-03-26Introduce temporary lo_set_view_size() hack like on Android and call itTor Lillqvist
Change-Id: I44df0946f59d1b9a2a6ea935b3c2ea3c96c1260d
2013-03-26Log also corresponding destructions of BitmapDeviceTor Lillqvist
Change-Id: Ic74032b430691215482172c3c5f834374d47873d
2013-03-26Add svt and svxTor Lillqvist
Change-Id: I3298b985bc7f197e50f7246c8fe828d51804bde3
2013-03-26Add the soffice.cfg and registry stuffTor Lillqvist
Change-Id: I12dda660f4eac298af29cee8858f8aef496aa5ed
2013-03-26Change how Rectangles are printed, special case for EMPTYTor Lillqvist
Change-Id: I0fe230875e785b811ae09e04399790a53b354dd6
2013-03-26Add to the project some source files where breakpoints are often usefulTor Lillqvist
Change-Id: Iccd5f7bb99a76542481564b2f6475ca365756e45
2013-03-26WaE: Variable set but not usedTor Lillqvist
Change-Id: Ia9dac8262d08a5727ff0518eeec189c99b768504
2013-03-26Don't exit intentionallyTor Lillqvist
Change-Id: I1d4c7dbc8ed9254e92d097454704c811ba1532f1
2013-03-26Try kCGImageAlphaNoneSkipLastTor Lillqvist
Change-Id: I127f450ae7c52f25033a6dbc34029545ea5ed07b
2013-03-26Improve debugging printout a bitTor Lillqvist
Change-Id: I1acc1b3f1e9d2cdcbba058b050f278e396f115c6
2013-03-26Move SAL_WARN_IFTor Lillqvist
Change-Id: If543e44a1f4aa08a38bf273a3e50a7cd7d57e84d
2013-03-26Resolves fdo#61540K_Karthikeyan
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/2958 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
2013-03-26Check feature test macros instead of ANDROID and/or IOSTor Lillqvist
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
2013-03-26Lock files make no sense on Android or iOSTor Lillqvist
Change-Id: Ie8d05b8596fb7d17e057bc32c7a4204a9ff54021
2013-03-26Shared documents make no sense for Android and iOSTor Lillqvist
(When I say documents, I mean spreadsheets. Only Calc has code for this.) Change-Id: I05fd19885633f9e250940678d33e2e4c82c31a9d
2013-03-26Initial hack attempt to get something renderedTor Lillqvist
Change-Id: I13a407331184f08fd39095b7486d0a370d91ed93
2013-03-26Temporary hack for iOS: open files read-only if read-write open failsTor Lillqvist
Change-Id: Ifc400d9843b23ef942c43af3a2b8830ccff71a7e
2013-03-26Add LOViewerWindow.[hm] to the projectTor Lillqvist
Change-Id: I50ac91fd0e803b1b2322e5c7c25f7bf682a8208d
2013-03-26Add images.zipTor Lillqvist
Change-Id: If764bb95ab29b8092b356fee644cfa5190ce3eeb