summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-04-19coverity#440822 dereference before null checkDavid Tardon1-110/+113
Change-Id: I3531f200c00f27fd2109041b58969ccccb7465ff
2014-04-19coverity#735764 Unchecked dynamic_castMiklos Vajna1-1/+1
Change-Id: Ic7dc70c1052f5ab04a3e1795549ca43e2e0f2587
2014-04-19vcl/source/outdev/blend.cxx - indent function in anonymous namespaceChris Sherlock1-24/+24
Change-Id: I0a82c500b06531ecce35984d7dc588bb9f7dbd04
2014-04-19Change ImplDrawAlpha to DrawAlphaBitmapChris Sherlock2-5/+5
OutputDevice has a public function ImplDrawAlpha, but that just draws a bitmap with an alpha layer. It's really a public function, though not yet used outside of OutputDevice. However, the name should really be the same as SalGraphic's function which is DrawAlphaBitmap. Change-Id: If2716c1a1a194079d6514a1d30d8b05f9fda664c
2014-04-19fdo#77667 Remove gcc3 workaroundChris Sherlock1-3/+2
It appears from previous commit log entries that GCC 3.3 and below had problems handling instantiated objects as parameters. Therefore, we don't need this aNullPt, so removing it. Change-Id: I8f88067628078e5b57ed76b8b7dfdb76baa3b2ea
2014-04-19writerfilter: fix indentation in rtfsprmMiklos Vajna2-76/+96
Change-Id: Id81cb97033e616acf071f386630b49ccb83dfedc
2014-04-19Refactor OutputDevice::DrawImage()Chris Sherlock2-40/+17
There is a fair amount of code duplication going on here. If no valid Size is passed to the function then we should pass on Size(), then in the function we call we should check to see if there is a valid size. In fact, this is something we should probably check for anyway, so if anything this makes the code slightly more robust. Change-Id: If7b55e5505ada6739375c69b123cf1e34a0fa66d
2014-04-19-Werror,-Wunused-resultThomas Arnhold1-1/+2
Change-Id: I8ec20e6a391bd835097af9be44a174e8e7b19cce
2014-04-19Remove gcc3 workaround here tooThomas Arnhold1-30/+15
Change-Id: I5626c31ebc2c2a1a3946e88f30c64b5442284842
2014-04-19fixincludeguards.sh: some smaller dirsThomas Arnhold154-382/+382
Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
2014-04-19fixincludeguards.sh: swThomas Arnhold225-478/+479
Change-Id: I2b0625453ddc1c4cc2fa1626efff07beda17caf6
2014-04-19fixincludeguards.sh: include/ooxThomas Arnhold16-37/+37
Change-Id: Ie0aca6c4fdfa4b7e4a902983c751a6d13d85f230
2014-04-19fixincludeguards.sh: idl and idlcThomas Arnhold43-123/+123
Change-Id: I665e901eb6f65308b8f130da1c6da95bc3255490
2014-04-19fixincludeguards.sh: slideshowThomas Arnhold141-417/+417
Change-Id: Id966e572afb403fd652a7a9b3936e1cfae4581b9
2014-04-19fixincludeguards.sh: packageThomas Arnhold38-78/+78
Change-Id: Ia66d825baad3315c34bd579dc804f607bc6be30b
2014-04-19fixincludeguards.sh: lotuswordproThomas Arnhold211-425/+425
Change-Id: Ic3e01b5ecfb159d88c7c849a85ff612cdda5b418
2014-04-19fixincludeguards.sh: ucbThomas Arnhold104-246/+246
Change-Id: I6a5994003cef7ed1672002933a5240160cff559d
2014-04-19fixincludeguards.sh: improve regexThomas Arnhold1-1/+1
handle the following expression correctly: endif /* !INCLUDED_TDOC_DATASUPPLIER_HXX */ Change-Id: I0c8b31464c9545bdbbb1371f13134f2cc89aad71
2014-04-19fixincludeguards.sh: extensionsThomas Arnhold145-391/+391
Change-Id: If652bce4cf7621795b084bcbc0aa4c46dd903878
2014-04-19fixincludeguards.sh: scThomas Arnhold800-1732/+1739
sorry, huge one...
2014-04-19fixincludeguards.sh: reportdesignThomas Arnhold109-315/+315
2014-04-19fixincludeguards.sh: xmlsecurityThomas Arnhold55-133/+133
2014-04-19fixincludeguards.sh: writerfilterThomas Arnhold76-196/+196
2014-04-19fixincludeguards.sh: connectivityThomas Arnhold312-874/+874
2014-04-19fixincludeguards.sh: basicThomas Arnhold2-4/+4
2014-04-19fixincludeguards.sh: basebmpThomas Arnhold1-3/+3
2014-04-19fixincludeguards.sh: basctlThomas Arnhold46-138/+138
2014-04-19fixincludeguards.sh: accessibilityThomas Arnhold66-183/+183
2014-04-19fixincludeguards.sh: comphelperThomas Arnhold6-15/+15
2014-04-19fixincludeguards.sh: formulaThomas Arnhold6-15/+15
2014-04-19fixincludeguards.sh: cppuThomas Arnhold13-26/+26
2014-04-19XShapeDumper: add modeline and some correctionsThomas Arnhold1-3/+6
2014-04-19fixincludeguards.sh: includeThomas Arnhold32-70/+70
2014-04-19fixincludeguards.sh: add some more typesThomas Arnhold1-2/+2
2014-04-19Unify IOS/OS X code in OutputDevice::DrawTransformedBitmapEx()Chris Sherlock1-5/+2
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 Tardon1-1/+1
Change-Id: I9050d2d6e77db1ba159ab7a9fb574b928ca4df43
2014-04-19Move headers that are private to toolkit there, thenTor Lillqvist28-29/+46
Change-Id: I12df9dc88960a6f78e85ab2f604782d1a4f9faf6
2014-04-19If it has been "not recommended currently" since 2007, it can go awayTor Lillqvist2-90/+27
Change-Id: If60f51d57e2a2e980307c7a11caa39988aaaa9b4
2014-04-19WaE: unused variable 's_pAccessibleFactoryFunc'Tor Lillqvist1-0/+4
Change-Id: I45f2dfcfedbcbd3aa1cbff965ce255ce9a413867
2014-04-19Bin the now non-existent dtor from the class definition tooTor Lillqvist1-8/+0
Change-Id: I25bfba14fdc8b1c77217082922d13fad6c9bc41a
2014-04-19If it has been "not recommended currently" since 2007 it can go awayTor Lillqvist1-77/+25
Change-Id: I03f2822f1bad8f5d4128c5b0bd7e26b7ab968815
2014-04-19WaE: unused variable 's_pAccessibleFactoryFunc'Tor Lillqvist1-1/+5
Change-Id: I7654c7d88b9d4a84368551972ab945be3508f0e3
2014-04-19fdo#74702 Allow Window & OutputDevice to handle erasureChris Sherlock4-21/+38
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 Tardon2-18/+18
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 Sherlock6-14/+7
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 Laplante44-1601/+284
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 Sherlock4-9/+22
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 Abe1-0/+0
Change-Id: Idc26e03d51e37adbd23fb3c77d8ebe63ed8c3de3
2014-04-19cpplint: [build/include] "svx/svdoashp.hxx" already includedJulien Nabet1-1/+0
Change-Id: I28b1dac22a3cc4ea7b087aeed98c81ed48240c3c
2014-04-18non-desktop: Avoid accessibility.Jan Holesovsky3-9/+21
When using the tiled rendering, LibreOffice provides only the content, so no need to instantiate accessibility. Change-Id: Ibc0ff672aa960409fa660a750f8f02c9261041be