summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2014-09-08fdo#82854 - use OUStringBuffer in fontdefs.cxx plus unit-test.Michael Jaumann4-21/+116
Change-Id: Ia3a4814467ed98bd3b1889991cc3644c0c23f515
2014-09-08missing importsCaolán McNamara1-0/+2
Change-Id: Id569f55097cf513825b62225ec8861319b0a93cf
2014-09-08make this ctor of MessageDialog for the builder onlyCaolán McNamara2-2/+3
Change-Id: Ic92f6e46164bdb2e15a0a23876fce5be10a73324
2014-09-08WaE: 'DBG_UTIL' is not defined, evaluates to 0 [-Wundef]Matúš Kukan1-1/+1
Change-Id: I425b852dc983f7603fac88b5332650c61d9c6c3a
2014-09-08mediawiki options went missingCaolán McNamara1-0/+11
regression from 34bcf9b498bccb5c924f4cec850ff15d88df6f07 Change-Id: Ibd0645bd218c81da110b3704a530e3849b761fb4 Date: Wed Aug 13 10:08:31 2014 +0200 java: remove dead methods found by UCDetector
2014-09-08don't make reason for exception a mysteryCaolán McNamara1-4/+4
Change-Id: I3a3a2273dc0f97931dd6ddfd9492d5a883448aa3
2014-09-08Keep files of failing tests aroundStephan Bergmann1-1/+1
(Arguably, such files should be stored in a workdir/CppunitTest/... directory removed and freshly created before every test run, instead of in TMPDIR.) Change-Id: Ibf1f54fd3d3f9c354c12067e671196e182ef7159
2014-09-08Presumably, all numeric values shall be written as i4Stephan Bergmann1-8/+6
...in 47c5454ea67632278d69a1ddfe97d74f5cc4449f "fdo#83428: Custom Properties dropped while exporting to docx," not just ones of UNO type double. At least, that fixes CppunitTest_sc_subsequent_export_test's testPivotTableTwoDataFieldsXLSX to not write a "DocSecurity" <property> without content (and thus fail validation). Change-Id: I2d764e65ec2af61139c6564f644d27aa9a00bd7d
2014-09-08mediawiki: improve storeConfiguration & loadConfiguration methodsrbuj1-53/+48
* Use enhanced for-loops (storeConfiguration & loadConfiguration) * Use curly braces to reduce the variable scope and, to reuse variable names (storeConfiguration) * Avoid map.get(key) in iterations over each map's entry (storeConfiguration): for (Map.Entry<String, Object> entry : ht.entrySet()) Change-Id: I678d5a9f205efb2c89ab868b59e1b654419381d8 Reviewed-on: https://gerrit.libreoffice.org/11331 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-08scripting: if...else if...else Statementrbuj1-7/+7
Change-Id: Ia60b352b4cb52d2712b2499550859ece699341d1 Reviewed-on: https://gerrit.libreoffice.org/11322 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-08scripting: the assigned value is never usedrbuj3-42/+42
Change-Id: I61dcf285ecc6d0affdb949ca03d686f96601d884 Reviewed-on: https://gerrit.libreoffice.org/11319 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-08drop obsolete configure optionsDavid Tardon1-24/+2
Change-Id: I396998d66bbe4d46b6a19d9ccb3b15d127ead233
2014-09-08Make configure respect --without-system-$lib-for-buildPeter Foley1-4/+4
Change-Id: I64cb58e7980de8fdb23f5c0efa75c05a1f0aa904 Reviewed-on: https://gerrit.libreoffice.org/11330 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-09-08coverity#704947 Dereference after null checkCaolán McNamara1-1/+1
Change-Id: Id6eb50de48b8a674d7b48d1256b1529637155eb1
2014-09-08coverity#1237357 Uncaught exceptionCaolán McNamara1-1/+9
Change-Id: Ie116e0070792c59893ed0b4f41bcf9831400deb9
2014-09-08coverity#1237355 Dereference null return valueCaolán McNamara1-7/+5
Change-Id: I66956979c494f96f76eb0a7840f28c8edc91d816
2014-09-08coverity#1237351 Logically dead codeCaolán McNamara1-1/+1
Change-Id: Ia82d8d137c5f36cc48826cc851d6f00626e978aa
2014-09-08coverity#708008 Uninitialized scalar fieldCaolán McNamara1-1/+2
Change-Id: I425b1d822d98cbc28a1d99b41379b0dc5d8e6193
2014-09-08coverity#1237353 Unchecked dynamic_castCaolán McNamara1-12/+7
Change-Id: If25d29eaa788e70972fd0cbbf3d03f4d05862f24
2014-09-08return RET_CANCEL for ui-previewerCaolán McNamara1-0/+2
Change-Id: Ic175ae730dc67ae28bb52ee503ee5e572bb4cabc
2014-09-08sal_Int16 -> FlyProcessingStateMiklos Vajna5-7/+8
Change-Id: Ibbc48711e656a804a5ac6a5651091131bbf81c4f
2014-09-08Related #82088: removed last css aliases in hxxStefan Weiberg19-128/+123
* Only unfixed header namespace alias in ConnectionLog.hxx: LogLevel = ::com::sun::star::logging::LogLevel Change-Id: I48c941a4762830f2265c8241f4c1695a43ec891a Reviewed-on: https://gerrit.libreoffice.org/11333 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
2014-09-08qadevOOo: reuse the value of entryName.indexOf(Left Parenthesis)rbuj1-3/+4
Change-Id: I1950275af2a063db74fef326ac0dd4e555e5170d Reviewed-on: https://gerrit.libreoffice.org/11323 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-08qadevOOo: remove import from the same packagerbuj14-42/+0
Change-Id: Id12bece6f1bba0591c3b311553df3fecec40e524 Reviewed-on: https://gerrit.libreoffice.org/11324 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-08fdo#83057 File corrupts on save, as SDT is added incorrectlyVinaya Mandke6-1/+29
A fly frame was attached to a para which started within a hint (run) containing an SDT. This SDT was handled while exporting the FLYFRAME and also the text of the run. So, eventhough the original file had only one sdt in the header, the RT file had two; one for a seperate run as expected, and one incorrectly exported in the alternateContent (FLYFRAME) So don't collect SDTPr from grabbag if the FLY is not processed. As, the SDT will be handled when the run is exported. Change-Id: I7b3c94208c171afbec54467fd6b756a6e30c816b Reviewed-on: https://gerrit.libreoffice.org/11161 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-09-08loplugin:implicitboolconversionStephan Bergmann1-1/+1
Change-Id: I6caec8c11fab5fc8f1318be676e4bdf5f9cdbac5
2014-09-08qadevOOo: All classes in the java.lang package are imported by defaultrbuj2-3/+0
Change-Id: I10f87af6e8128354bfca3587dbd390e5d41f5ce7 Reviewed-on: https://gerrit.libreoffice.org/11325 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-08xmerge: Integer & Boolean Parsingrbuj4-22/+7
Change-Id: I9553121a7faf10799c9d9a53336470cb2634c4ee Reviewed-on: https://gerrit.libreoffice.org/11329 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-08codebase is not yet cleaned up for loplugin:cstylecastStephan Bergmann1-0/+0
Change-Id: Ic2faece46bebea046eee984a0d53d9cd2892e0c9
2014-09-08l10ntools/inc/helper.hxx: bin unused header <cassert>Douglas Mencken1-2/+0
Change-Id: Ib2c43d9b158423c023a5bfd4da324554aa04902e Reviewed-on: https://gerrit.libreoffice.org/11316 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-09-08l10ntools-transex3: make pParseQueue field privateDouglas Mencken2-5/+7
Change-Id: Ieefed6e939e12b668a635eb8d7e70def2d52a85d Reviewed-on: https://gerrit.libreoffice.org/11315 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-09-07javaunohelper: fix javadoc error: unknown tag: attention (Doxygen)rbuj1-2/+3
Change-Id: Idd1d92699cab0ccb26b95e9d5392c6fc7a8a2aa6 Reviewed-on: https://gerrit.libreoffice.org/11308 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-07reportbuilder: fix javadoc error: reference not foundrbuj1-1/+1
Change-Id: Ic548a23a9d1e1acc90386da76416c76990f3a5b3 Reviewed-on: https://gerrit.libreoffice.org/11309 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-07scripting: there isn't any benefit by reducing the scope here.rbuj1-9/+6
Change-Id: I73ebfac7b44d3fba7da70788784492fa3c53c572 Reviewed-on: https://gerrit.libreoffice.org/11312 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-09-07prevent crash with invalid XVisual, related fdo#80448Markus Mohrhard1-0/+6
Change-Id: Ife020e3cbfabf0b397b189c17ffec8cbcb5d1505
2014-09-07add test for cond format copy&paste whole sheetMarkus Mohrhard2-0/+35
Change-Id: I6e15bec2e1a2593b965df4c105758dc4bf22061f
2014-09-07rename the testMarkus Mohrhard2-3/+3
Change-Id: I5c72782d90dbdaf1320f1685b530aed49ad80f18
2014-09-07fix copy&paste of conditional format between sheetsMarkus Mohrhard1-4/+0
Change-Id: I8856bff376f0f6e366062eddbc68a9eee098be5b
2014-09-07add test for duplicated conditional formatsMarkus Mohrhard2-0/+24
Change-Id: If6d24cba87eebf6ddbb0d5392d653890ff99ef04
2014-09-07that additional debug output for neon is not necessary anymoreMarkus Mohrhard1-6/+0
Change-Id: Iece8182517a396587678f2e5ff9ffaeb82ec428f
2014-09-07prevent duplicated conditional formatting during copying of sheeetsMarkus Mohrhard1-2/+0
Change-Id: I866c0c4c05830af0070767aec36375a846a2bf84
2014-09-07fix indentationMarkus Mohrhard1-4/+2
Change-Id: I0ca8c236fe1f9ede0a3fea6de0a76aaf712e3ff1
2014-09-07-Werror=unused-variableJulien Nabet1-2/+0
Change-Id: I73274d0226999f0f6d8bd681a522ba81d14ebe3e
2014-09-07fdo#83428: Custom Properties dropped while exporting to docxHeena Gupta1-0/+91
Change-Id: Ic289fc446e49fb096cbfad789299736318019e91 Reviewed-on: https://gerrit.libreoffice.org/11265 Reviewed-by: Muthu Subramanian K <muthusuba@gmail.com> Tested-by: Muthu Subramanian K <muthusuba@gmail.com>
2014-09-07cppcheck: Logical disjunction always evaluates to trueJulien Nabet1-7/+4
Change-Id: I527c010a49210ccaa4840ea142525643944b642d
2014-09-07RTF import: adapt getProperties() to createStyleProperties()Miklos Vajna3-1/+29
Change-Id: I8561aa1532a863bf7f8dd44fbd40e8e0187e4967
2014-09-07create clang plugin to warn about C-style castsNoel Grandin17-64/+151
We don't like C-style casts in our nice C++ code Change-Id: I94e7ec90de9275cd6e20c4146d4f3a74bed93c9d Reviewed-on: https://gerrit.libreoffice.org/10367 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-09-07more accurate typingLionel Elie Mamane1-1/+1
Change-Id: Ibccf8c5cf520b79da0914eccbebdbb68601dd0f1 Reviewed-on: https://gerrit.libreoffice.org/11314 Reviewed-by: Lionel Elie Mamane <lionel@mamane.lu> Tested-by: Lionel Elie Mamane <lionel@mamane.lu> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-09-07AUTH_FIELD_END looks like it is made for thisLionel Elie Mamane1-2/+2
avoids mucking with casts and allows more accurate typing Change-Id: I968a2f7fcfa5534947102918125b095ca3b4a66c Reviewed-on: https://gerrit.libreoffice.org/11313 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
2014-09-07push explicit cast to minimal expressionLionel Elie Mamane1-2/+2
Change-Id: I33879aa7724703745728128e59735e5d16aa2a57