summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-04-19fixincludeguards.sh: reportdesignThomas Arnhold
2014-04-19fixincludeguards.sh: xmlsecurityThomas Arnhold
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold
2014-04-19fixincludeguards.sh: basicThomas Arnhold
2014-04-19fixincludeguards.sh: basebmpThomas Arnhold
2014-04-19fixincludeguards.sh: basctlThomas Arnhold
2014-04-19fixincludeguards.sh: accessibilityThomas Arnhold
2014-04-19fixincludeguards.sh: comphelperThomas Arnhold
2014-04-19fixincludeguards.sh: formulaThomas Arnhold
2014-04-19fixincludeguards.sh: cppuThomas Arnhold
2014-04-19XShapeDumper: add modeline and some correctionsThomas Arnhold
2014-04-19fixincludeguards.sh: includeThomas Arnhold
2014-04-19fixincludeguards.sh: add some more typesThomas Arnhold
2014-04-19Unify IOS/OS X code in OutputDevice::DrawTransformedBitmapEx()Chris Sherlock
The way that we apply the alpha mask in DrawTransformedBitmapEx should be handled in the same way, regardless of the platform. As it turns out, the OS X/iOS way is quite correct and, as a bonus, the code is far more clear. There is no need to do things differently, so let's use the OS X approach. Change-Id: Ib0ac72ddc549367462e84639b74e4bb148128cd5
2014-04-19another blind fix for windows buildDavid Tardon
Change-Id: I9050d2d6e77db1ba159ab7a9fb574b928ca4df43
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist
Change-Id: I12df9dc88960a6f78e85ab2f604782d1a4f9faf6
2014-04-19If it has been "not recommended currently" since 2007, it can go awayTor Lillqvist
Change-Id: If60f51d57e2a2e980307c7a11caa39988aaaa9b4
2014-04-19WaE: unused variable 's_pAccessibleFactoryFunc'Tor Lillqvist
Change-Id: I45f2dfcfedbcbd3aa1cbff965ce255ce9a413867
2014-04-19Bin the now non-existent dtor from the class definition tooTor Lillqvist
Change-Id: I25bfba14fdc8b1c77217082922d13fad6c9bc41a
2014-04-19If it has been "not recommended currently" since 2007 it can go awayTor Lillqvist
Change-Id: I03f2822f1bad8f5d4128c5b0bd7e26b7ab968815
2014-04-19WaE: unused variable 's_pAccessibleFactoryFunc'Tor Lillqvist
Change-Id: I7654c7d88b9d4a84368551972ab945be3508f0e3
2014-04-19fdo#74702 Allow Window & OutputDevice to handle erasureChris Sherlock
Window handles erasure of backgrounds for controls. Probably this needs to be moved to a more specific class in the future, but for now it should go into Windows. I also removed an unnecessary temporary variable, and removed the need to case the pointer to this from OutputDevice to Window. In other words, this code has been vastly simplified :-) Change-Id: I44b91cf68f29424ffbc1679b66fbeaeb024880e9
2014-04-19blind fix for breaking windows buildDavid Tardon
error C2556: 'sal_Bool MNS_InitXPCOM(sal_Bool *)' : overloaded function differs only by return type from 'bool MNS_InitXPCOM(sal_Bool *)' error C2371: 'MNS_InitXPCOM' : redefinition; different basic types error C2440: 'initializing' : cannot convert from 'bool *' to 'sal_Bool *' Change-Id: Ica225dd47e8d90833ce56c0bd4ee38e5013196f6
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