summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2012-10-07Don't do these for Android and iOS for nowTor Lillqvist
Again, must of the rest of the stuff here probably doesn't make sense for Android or iOS either, but at least it compiles. (It won't get linked into an app anyway, so just a small waste of time to have it compiled.) Change-Id: I32f56a11312c6a3b5eba00d2db8f0a43dd0752e0
2012-10-07No point with ODBC for Android or iOSTor Lillqvist
Sure, little point for them with the other stuff here in connectivity either, but those parts at least compile. If/when I get back to getting the --disable-database-connectivity thing to work, all of conectivity will be bypassed for Android and iOS, of course. Change-Id: I4eeeb9ccdf46fb2e1df8bf75aef63e17cbb97bbf
2012-10-07fix embedserv build with Win8 SDKPeter Foley
Change-Id: I3a51a563fa3c2a57cbbe44087f0f4958c2b41a69 Reviewed-on: https://gerrit.libreoffice.org/790 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-07fix canvas build with Win8 SDKPeter Foley
Change-Id: I17bd44ba8f5a6484d10bb64201ace8e030cf334d Reviewed-on: https://gerrit.libreoffice.org/789 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-07fix lcms2 build with VC2012Peter Foley
Change-Id: I665da7fbb3fb9f991d952658b247c9a80e8abede Reviewed-on: https://gerrit.libreoffice.org/786 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-07silence boost Unknown compiler version message with VS2012Peter Foley
Change-Id: I8f81cc7491da81c33bd27d084a8e7b19e5c637a7 Reviewed-on: https://gerrit.libreoffice.org/784 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-07add support for Windows 8 SDKPeter Foley
Change-Id: I941ce196917cad307d9de03030c4b23ff4e1b249 Reviewed-on: https://gerrit.libreoffice.org/785 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2012-10-07sal_Bool to boolTakeshi Abe
Change-Id: Ieeebcd89ae2728c6314f28413759bbb353c327bf
2012-10-06WaE due lcms2 include, hide itNorbert Thiebaud
Change-Id: I8b06bd1853cec283f330e892c1efa229682d9767
2012-10-06cppcheck: unreadVariable.jailletc36
aLangMap is a std::map that is written but never used, so drop it. Change-Id: I8f5184c58fbe812beab8580349535920645e062e Reviewed-on: https://gerrit.libreoffice.org/781 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-10-06cppcheck: Unused variablejailletc36
Defined the aDicLangInUse within the #ifdef block where it is used. Change-Id: I872cf178a803c3210898f7f317211a8d3a2d368e Reviewed-on: https://gerrit.libreoffice.org/782 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-10-06For some reason saxparser aborts for me without thisTor Lillqvist
This is in a Mac build tree using the 10.7 SDK and latest Xcode Clang. This codemaker-generated type stuff seems awfully fragile. Should we just bite the bullet and do the "comprehensive" thing for all UDKAPI types all the time on all platforms? Is that a sane question to ask? Change-Id: I9d17e76a83ff71898409179acb445832436f7bbd
2012-10-06cppcheck : redundantCondition. In this case, it seems to be a typo.jailletc36
Changed the redundant check against fRate with a test against fPrice as everywhere else in the file. Also change some comparisons against 0.0 instead of 0 when using floating point variable (to be consistent with the rest of the code). Change-Id: I94a397f1578a90156359987996cb1ef02d5e4209 Reviewed-on: https://gerrit.libreoffice.org/779 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2012-10-06some cppcheck cleaningJulien Nabet
Change-Id: I433a34f53e0e31e8bf41a080233955c2781bfd72
2012-10-06For some reason I need mkdirs here, dunno why others don't?Tor Lillqvist
Change-Id: I1e4e701ba4883862ddf79ef45d4f7521346a067d
2012-10-06Bin unused leftover "dummy" fieldsTor Lillqvist
Change-Id: If16fcbb58234a9f1b7e07718f77909273f1fbbd4
2012-10-06prevent creating cond formats without a attached rangeMarkus Mohrhard
Change-Id: Ic4c13fa3d0eae54b7db1fa5a4e5c5040582b21ed
2012-10-06prevent crash when no cond format will be defined in cond format dlgMarkus Mohrhard
Change-Id: Iffc54ada1fcf586c00eddf934079fa671f263ce0
2012-10-06enable the add button in manage conditional formatsMarkus Mohrhard
Change-Id: I82a0abf58f8fc68d0e9e145923961fa3e3c654fe
2012-10-06selecting the correct entry will also show it in the dialogMarkus Mohrhard
Change-Id: I6bbeb2d1cb5af724ac0743d13f3e36cb8b613a88
2012-10-06implement the menu strucutre from Astron's proposalMarkus Mohrhard
Change-Id: I46b751f033f2b4f08461b2eaae8ad16c1487f1c0
2012-10-06onyl show the exisiting cond format if the range is equalMarkus Mohrhard
Change-Id: I6a183b41261f1813b1cce277f3fe4a276ab07bb0
2012-10-06fix another crash in cond format dialog with range name listMarkus Mohrhard
Change-Id: I84f9c71fd7f80ad9300f4f7b2c273cd9af0f075e
2012-10-06get rid of CREATE_OUSTRINGDavid Tardon
Change-Id: I67cd3213c7c92a4a782906a7250c176efeb01633
2012-10-06Remove 3 oox::ole elements:Julien Nabet
oox::ole::AxFormPageModel::AxFormPageModel() oox::ole::AxMultiPageModel::AxMultiPageModel() oox::ole::AxTabStripModel::AxTabStripModel() Change-Id: I09c0993c2b6e98eed5536ac1c2a8b5559a3dcac6
2012-10-06callcatcher: update unused code list and drop more old-layouting unusedsCaolán McNamara
Change-Id: I1096ea50a23040090c9ee2975a4165c6de238497
2012-10-06callcatcher: GetKerningPair* is now unusedCaolán McNamara
since commit c4008ef54630b560792aa288437db1179ad96095 Change-Id: I0cef8db6b59774c804a6a5589f258a55bfc64592
2012-10-06drop unused #includeDavid Tardon
Change-Id: Ic0de83ff615a1dde575d90cff7594c830b96c063
2012-10-06drop unused includesDavid Tardon
Change-Id: Iba9f3dcb5404d28b60585bbddd2af4ec0511cea2
2012-10-06add missing dep on comphelper/documentconstants.hxxDavid Tardon
Change-Id: I80f46c774f0cb177b2b38e5cf753d03ddd342992
2012-10-06tools/pathutils.hxx is windows-onlyDavid Tardon
Change-Id: I280342029d830e4ffac2902dbb76e6ee9635dc70
2012-10-06drop unused #includeDavid Tardon
Change-Id: I11b59681a101c3e89db8d7a15d196e8bf11114ed
2012-10-06add missing dep on tools/diagnose_ex.hDavid Tardon
Change-Id: I171a134250a2fc00f51c550a785125bb9708603b
2012-10-06drop unneeded #includeDavid Tardon
Change-Id: I20fed5357c55e6c4444b1e100d15600636ffe25d
2012-10-06add missing dep on cppu/macros.hxxDavid Tardon
Change-Id: Ie6793b6032ddfc44c5514e2e8c826590a924d177
2012-10-06add missing dep for tools/diagnose_ex.hDavid Tardon
Change-Id: Ib2558d444545cbeedc188ade5265e1bb665ade37
2012-10-06drop unused #includeDavid Tardon
Change-Id: I88173adc7ee9f3c3bb909190e983474fb201467f
2012-10-06add missing dep on o3tlDavid Tardon
Change-Id: Ib188836d0359491b556f16c0a5b22dbe1104e56f
2012-10-06drop unused #includeDavid Tardon
Change-Id: I55b5815feb5674c830993440027c9f3fbbf1ec02
2012-10-06add missing deps on headersDavid Tardon
Change-Id: I665ec137c0c1249b4c8a566015026cfe44c88fff
2012-10-06fix deps on .hrc filesDavid Tardon
Change-Id: Id50515efae1729d08bd8d90488ab77a82b1ad7c8
2012-10-06Fixing some obscurous linking errors on windowsFridrich Štrba
Change-Id: I519d02da58ce5a2915f1e18b5a295f7c093e0f2e
2012-10-06...and update unusedcode.easyJulien Nabet
Change-Id: Id78d52a793434656baa8c74a707c683d1b2ab506
2012-10-06Remove unused ReadOnlyModeObserverJulien Nabet
Change-Id: I572aea574eeba411441559e538d2438de12e9581
2012-10-06Remove 2 other unused methodsJulien Nabet
Change-Id: I54b00335020676ada0bcb09c45410e31fe74b59c
2012-10-06Remove newly unused methodsJulien Nabet
Change-Id: I050660d095540902b442a86904d70ed544bccf13
2012-10-06Fix libcdr windows buildFridrich Štrba
Change-Id: I33a6c4659cf9e3792f17f73977637dab4667f58e
2012-10-06fix crash in cond format dialog with new range editMarkus Mohrhard
Change-Id: Ie19038046fa9121cc234546a9891685153be5646
2012-10-06also support removing of conditional formatsMarkus Mohrhard
Change-Id: I47ba632ccf752611a41b29c0da8e5d0f28a88565
2012-10-06finally adapt the uno implementationMarkus Mohrhard
Change-Id: I15ae8d041f4813c0ee0a36464526296d0cdeb3d7