summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-19Remove gcc3 workaround for bug long since fixed in gccChris Sherlock
Change-Id: Ieb1c41481a79ab8713663caee3d5373640ff0ec8 Reviewed-on: https://gerrit.libreoffice.org/9102 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-04-19Finish removing ASCII art from sw/source/core/textChris Laplante
Change-Id: If845234120236f35edb57c767b5debc046e85864 Reviewed-on: https://gerrit.libreoffice.org/9101 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
2014-04-19fdo#74702 Allow Printer & OutputDevice to handle font orientationChris Sherlock
Printer handles setting font orientation differently to how a Window or VirtualDevice handles it. Change-Id: I2903b971651fe56f8d262d3467e76baef617455c
2014-04-19This file seems unused since the 20th centuryTakeshi Abe
Change-Id: Idc26e03d51e37adbd23fb3c77d8ebe63ed8c3de3
2014-04-19cpplint: [build/include] "svx/svdoashp.hxx" already includedJulien Nabet
Change-Id: I28b1dac22a3cc4ea7b087aeed98c81ed48240c3c
2014-04-18non-desktop: Avoid accessibility.Jan Holesovsky
When using the tiled rendering, LibreOffice provides only the content, so no need to instantiate accessibility. Change-Id: Ibc0ff672aa960409fa660a750f8f02c9261041be
2014-04-18accessibility: Move AccessibleFactory to anonymous namespace.Jan Holesovsky
Change-Id: I19a9e0a9f8b15936ee5e7da5d64d39a6c7adc793
2014-04-18No need for the extra levels here.Jan Holesovsky
Change-Id: I6e408fad50c907094431138adc74e59514885912
2014-04-18sfx2: Move InitInterface_Impl() out of SFX_DECL_INTERFACE too.Jan Holesovsky
Change-Id: Ib737e0d1b5888986b308aa60d4140f65e4e90243
2014-04-18sfx2: Move InitInterface_Impl() method out of SFX_IMPL_INTERFACE.Jan Holesovsky
SFX_IMPL_INTERFACE previously looked like a function; where in fact it is several methods defined at once, and only the last one has a body. This is extremely confusing and hard to read; let's kill that nonsense. Change-Id: Ia4ae22eb58b1260c9c827c894f5345693bad49e7
2014-04-18sfx2: Kill SFX_STATUSBAR_REGISTRATION macro.Jan Holesovsky
Change-Id: Iff0ffdb955892117a767e1f31c1f854a93feb560
2014-04-18sfx2: Kill SFX_CHILDWINDOW_CONTEXT_REGISTRATION macro.Jan Holesovsky
Change-Id: Ib94cc5bc33152e53910a50cce878fb69312d0c30
2014-04-18sfx2: Kill SFX_FEATURED_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
Change-Id: I9bf1c2404eeb6c59525061157e91b8777f2da540
2014-04-18sfx2: Kill SFX_CHILDWINDOW_REGISTRATION macro.Jan Holesovsky
Change-Id: Icd56e0cee1ce0283e8a1cbaafc81ecca25469185
2014-04-18sfx2: Kill SFX_FEATURED_OBJECTBAR_REGISTRATION macro.Jan Holesovsky
Change-Id: I7a364b74a9223a6256f004ee2367aaaff80e7f2e
2014-04-18sfx2: Kill SFX_POPUPMENU_REGISTRATION macro.Jan Holesovsky
Change-Id: Ie68ccbe5874ec7c7e1bb73cb2937e06bb4910cd0
2014-04-18sfx2: Kill SFX_OBJECTBAR_REGISTRATION macro.Jan Holesovsky
Change-Id: Ic80e9bebba8c7e76a0400769a2f9d75301227194
2014-04-18svidl: Unwind SFX_SLOTMAP_ARG, and kill it.Jan Holesovsky
Change-Id: Icd99fd2cd530f52b0acf5d91667eeec8142e8340
2014-04-18svidl: Unwind SFX_ARGUMENT macro, and kill it.Jan Holesovsky
Change-Id: I61334b687c251ccc90f125e8bf95f8689028b8c3
2014-04-18svidl: Unwind SFX_ARGUMENTMAP macro, and kill it.Jan Holesovsky
Change-Id: I7c4902a4151f207d8a61b76d05fad74a4c8854d4
2014-04-18No need for these to be statics.Jan Holesovsky
Change-Id: Ia5fef528b7bddae3c6615d5064dcfcf02059f0ec
2014-04-18this test apparently does not need pyunoDavid Tardon
Change-Id: I6000620bec95f32ec357a3e56e14f3255da978af
2014-04-18don't bother with _for_build hereDavid Tardon
The tests cannot be run on cross-compilation anyway. Change-Id: I89afe30067e3f06fe090e529e6072c79ea696038
2014-04-18add missing depDavid Tardon
Change-Id: Ibc97c8d082b154faed48efa81fb48d5247fc7b6d
2014-04-18fdo#77088 WMF - replace 32-bit min/max assumption with constTomaž Vajngerl
Added RECT_MIN and RECT_MAX which represent the minimum and maximum value a Rectangle object can hold. In WMF we used a 32-bit assumption what the min and max value could be (0x7fffffff, 0x80000000) which causes problems on 64-bit systems. Change-Id: Ic62daebbc2708cdeb7b0cf7b694bd9940eb98313
2014-04-18svtools: valueset.cxx - use scoped_ptr and clean-upTomaž Vajngerl
Change-Id: I91528f55af39faccfe1bf95999ac29669ead0aad
2014-04-18Cleanup valueset.cxxTomaž Vajngerl
Change-Id: Ib0a27d8d3a3e974f73e7873ad8baae4721f6fb87
2014-04-18ScImportExport clean-up, German commentsTomaž Vajngerl
Change-Id: Ife16a0e787a03c1225218356572c2fd929a0c63c
2014-04-18handle strange brightness+contrast adjustment from msoffice (fdo#38410)Luboš Luňák
LO uses basically the formula "newpixel=(oldpixel-128)*contrast+128+brightness", i.e. contrast is applied first. It looks like there's no "oficial" formula for this, so a formula that applies brightness first would be ok too. MSO for some weird reason apparently uses a formula that applies half of brightness before contrast and half afterwards (insert funny political correctness or compromise joke here). While the result is the same like with the LO formula if only either brightness or contrast is adjusted, the result is different if both are involved. Just modify the image using the MSO algorithm if this is the case. Change-Id: I55fe8f395832685b90f024cf2f58b0797c1ba588
2014-04-18Extract code of BitmapEx -> RGBA buffer conversion to OpenGLHelperZolnai Tamás
Needed by gltf rendering. Change-Id: I1aa974f3c515c5fb19a07b54ff655331138553cb
2014-04-18Patching libgltf: character buffer is used as cstringZolnai Tamás
Change-Id: If0213fc5406ec9cbdc72be36ffc693fcbbf8ffcc
2014-04-18avmediaogl: use a create function for playerZolnai Tamás
Change-Id: I4c2cc6e99f84a5e4fe78b179891a03e50485056c
2014-04-18do what i meant, not what i wroteDavid Tardon
Change-Id: I266e9ba3fb72489986d7d8cef4cb59b8c09dd51f
2014-04-18restore deps on bins from bundled projects used during buildDavid Tardon
Change-Id: Ibd97268e4aaa61ec896135bf780173a18536101d
2014-04-18Revert "python depend only working under windows so"David Tardon
This reverts commit 89f6ff4c296de5e61d5bfb0cfef55e482839e227.
2014-04-18fdo#75735 RTF import: fix COW when writing a nested structureMiklos Vajna
Regression from a48e2fd9049797110b3b2505c363557284987ca8 (fdo#44736 - convert RTFSprms to a copy-on-write structure., 2012-12-07) Change-Id: I2538f440e29cef6d40db2ea914e4afcbfe411890
2014-04-18fix deps for PythonTestDavid Tardon
System python can be used for build even if the bundled python is enabled, c.f. --enable-python=internal vs. fully-internal. We need to use the python that is used at runtime, not for building. Change-Id: Ia1cd0b787d23645ce469e6975d90f01239256b9b
2014-04-18order-only dep is enoughDavid Tardon
Change-Id: Ie040f95a92eb2fc3b68e5310103388a01cfd4fdf
2014-04-18add missing functionDavid Tardon
Change-Id: I911d1131a91f0a5baea3324c0d48cb4fa5c5c344
2014-04-18use the visual studio project fileMarkus Mohrhard
Change-Id: Ie0914715676830f073cce869183d8db6260fe208
2014-04-18python depend only working under windows soCaolán McNamara
revert 6980da37549d9ae0a89812aeccfa5365c9f7a9b9 for the moment Change-Id: I1c6e6d74bee6d3008e32c48c0da4a7faf90c8f60
2014-04-18create an entry point for .ui-ification of the address book wizard pagesCaolán McNamara
Change-Id: Ief87c7acacb08ee1debebea5085e9de208f29445
2014-04-18add ppm regression testCaolán McNamara
Change-Id: Ifd5f68a3b0dec16f8d992f75fba8c9920700f351
2014-04-18add some jpeg format testsCaolán McNamara
Change-Id: I17347c638b5c6c72e740aaa995339a8ff33609bc
2014-04-18add a Pict format test caseCaolán McNamara
Change-Id: Ibcbb275d6c6a19b3e8ef86c9ab8d5da038d026a6
2014-04-18add a Sun raster format test caseCaolán McNamara
Change-Id: I0e6885b6d9fa23ed4cea2ff4f7b26599fdc368dc
2014-04-18test for enabled python is already handled by PythonTestDavid Tardon
Change-Id: I23ada017f4294fbd34e9b245d012700021914881
2014-04-18move pyuno ssl test back to check targetsDavid Tardon
Change-Id: Ib256217aa014693c73b233a4d8be4c0224287739
2014-04-18PythonTest must depend on bundled python stuffDavid Tardon
Change-Id: I8957392a08bf7f39ef0cfac39484157c6a8f048d
2014-04-18non-desktop: Avoid instantiation of huge amount of 'shells'.Jan Holesovsky
Change-Id: Ic179924f437dd9197a0839f23ee4ba39a8a62f34