summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2017-02-17tdf#106001: Treat CharScaleWidth outliers as 100 in DOCX importAron Budea3-2/+17
Spec limit is [1..600], sometimes documents contain 0, which, similar to other values outside the limit should be treated as 100. Change-Id: I04aec25b638762392de3f9881cd72588f2753e71 Reviewed-on: https://gerrit.libreoffice.org/34341 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2017-02-17fix windows buildNoel Grandin1-1/+1
after commit dc21a49ea3a5a655e6bf70860b1b99c20e5b7473 "convert SbxDecimal::CmpResult to scoped enum" Change-Id: I874976a30a57589cabd37f659a48a81933d867a7
2017-02-17isAssignmentOp is not available on older clangNoel Grandin1-1/+3
Change-Id: I1ee7a8266a2ad0e14a28fab7aa0095b15647d5b0
2017-02-17remove unused formula ErrorCode enumeratorsNoel Grandin6-25/+5
Change-Id: I0d81b43ba4e0a8734074651228743acaeae7aa97
2017-02-17convert StackMode to scoped enumNoel Grandin13-100/+94
and drop unused AMBIGUOUS enumerator Change-Id: I71954d75a64928061c0e520beb47f979c53ee5a8
2017-02-17drop enum NormalAxisNoel Grandin3-52/+8
since we only ever use the Z enumerator Change-Id: Ia162a6be650704649f5232fff0fa229c7b346450
2017-02-17convert PropertyType to scoped enumNoel Grandin4-31/+23
and drop unused enumerators Change-Id: I61d2a46ed84ce4163757a2da58162c72b1b0950f
2017-02-17convert ValueParser::State to scoped enumNoel Grandin3-15/+20
Change-Id: I20c8217576fb6993107f1e45429adc5660d38da8
2017-02-17remove unused NONE from TAscendingOrder enumNoel Grandin3-6/+3
Change-Id: I31c793df40b2a687b4a6c84854f34aba72ac0494
2017-02-17teach loplugin unusedenumconstants about CXXOperatorCallExprNoel Grandin1-0/+7
fixes some false+ in the write-only analysis Change-Id: Ie7905c05c8012820c640064d451b33badb04c5fc
2017-02-17convert GraphicObjectType to scoped enumNoel Grandin12-172/+150
and drop unused FILL_PROPERTIES enumerator Change-Id: I302d9d1d997c4fc491f7950b220060740f831539
2017-02-17convert AccessibleBase::EventType to scoped enumNoel Grandin3-21/+6
and drop unused enumerators Change-Id: I1ce08b16d587edcaee214b40798fe53fa3fc7923
2017-02-17drop TimeBasedMode enumNoel Grandin2-17/+3
since we only ever use the AUTOMATIC enumerator Change-Id: I1370bf30ea31d0631e56524638ee843f18583933
2017-02-17drop ModulationMode enumNoel Grandin5-172/+35
since we only ever use the MODULE_NONE enumerator Change-Id: Icd075bb01b5938dbd75b901521d084ddd6469963
2017-02-17drop cairocanvas::ColorType enumNoel Grandin1-45/+13
since we only use the one enumerator value Change-Id: Ifec39f4845348c753a6207795c62b27a7af1bbcd
2017-02-17convert SbxDecimal::CmpResult to scoped enumNoel Grandin3-8/+9
Change-Id: Id2d887c3ce4316a223497ef6790ca326983c4817
2017-02-17convert INVOKETYPE to scoped enumNoel Grandin1-12/+6
and drop unused SetProp enumerator Change-Id: Ic8a71991f6a4e08d0189d2eb93580b0c33204d1b
2017-02-17convert basctl::Layout::SplittedSide::Side to scoped enumNoel Grandin2-5/+5
and drop unused enumerators Change-Id: I7c8338423eddb64bf4d4138d2613dd393408c9e3
2017-02-17convert BrowseMode to o3tl::typed_flagsNoel Grandin7-31/+36
Change-Id: Id76339f73b3d4acd4908fd66c4c745c5b2b57c2f
2017-02-17convert ObjectMode to scoped enumNoel Grandin3-18/+11
and drop unused Method enumerator Change-Id: I5ba25fbeaf67280f748acf8d84ab903a4c71e40b
2017-02-17convert SbxNameType to scoped enumNoel Grandin5-35/+22
and drop unused enumerators Change-Id: I2b47828b2146fcda335f1dc1c1f61a1139abbe19
2017-02-17remove unused KeywordsOnly from IdentifierTranslationModeNoel Grandin2-5/+3
Change-Id: I7262e618a14fa9e025d269b560da752e3200309d
2017-02-17remove unused None from ErrorCodeNoel Grandin2-2/+1
Change-Id: Iab5bf1a34fa07c851067fe30df875e821583038b
2017-02-17remove unused enumerators from SQLNodeTypeNoel Grandin4-34/+2
Change-Id: I0e8a3c5b63a00befa36c7edfbec0acd60bd3dc03
2017-02-17remove unused enumerators from StandardSQLStateNoel Grandin2-23/+1
Change-Id: Id17c6c0cc41496f494117e781878b15ba2bc0518
2017-02-17ChartDumpTest: Avoid random failures on windows machinesTamás Zolnai7-92/+27
ChartWallTest used to be the most instable so don't check position and size in this case. AxisLabelTest also failing some times, so use a bigger delta for it. Change-Id: I230b7e0f527bae5661af1376486a9780e475f952 Reviewed-on: https://gerrit.libreoffice.org/34348 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2017-02-16ChartDumpTest: Test line and scatter chartsTamás Zolnai25-3/+2501
Change-Id: I2b1a928d8487a134c0a266c5d7453690d19fde13 Reviewed-on: https://gerrit.libreoffice.org/34346 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2017-02-16sw: use the stupid line-ends for WNTMichael Stahl1-7/+7
Change-Id: Ie054d48c7dc9220d25cd9282d1b15a8a695a516f
2017-02-16German comment translationsLukas Röllin2-69/+55
Change-Id: Ib6023348c9148671762229066e1dc5c2a9b7dcd8 Reviewed-on: https://gerrit.libreoffice.org/34317 Reviewed-by: Johnny_M <klasse@partyheld.de> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2017-02-16i#92948 sw: WW8 import: fix table in Apo in headerMichael Stahl4-0/+38
The document contains a table inside of a frame anchored in the header. In WW8TabDesc::WW8TabDesc() the update to nOrigPos makes a mess of things because the new nOrigPos value contains the value of nCpOfs (93) already, so later on when SwWW8ImplReader::TestApo() calls WW8PLCFxDesc::Save() / WW8PLCFxDesc::Restore(), the call to SeekPos() positions it on CP 325 instead of 232 and the subsequent call to GetSprms() finds nothing on the wrong position; thus TestApo() concludes that the paragraph has different Apo properties than the previous one and a new fly frame is created. (regression from 4bd341e2c8a1f3a4f4677eb879a60a4ffc3369db) Change-Id: I697c4526c7c3a12119947ff5659c11ea9ee7fff8
2017-02-16Translate some German comments in scKatarina Behrens1-58/+55
and delete some nonsense ones Change-Id: I7c9f39e1ce5a6ac67e0e10c0a99b59c3aea3436f
2017-02-16ChartDumpTest: Convert failing tests' documents from ods to odpTamás Zolnai47-410/+525
Change-Id: Iac7bfd3d22e2186b90c525a6b5bc2a1605ae9aa3 Reviewed-on: https://gerrit.libreoffice.org/34338 Reviewed-by: Tamás Zolnai <tamas.zolnai@collabora.com> Tested-by: Tamás Zolnai <tamas.zolnai@collabora.com>
2017-02-16tdf#89387 improve performance for some matrix operationsgiacco5-40/+165
add method in scmatrix to get Gcd and lcm modified function scinterpreter::ScGcd() and scinterpreter::ScLcm() now should be ok Change-Id: I1e41fa5707bc4b637a986f2fc0a2358ac0121af1 Reviewed-on: https://gerrit.libreoffice.org/34110 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2017-02-16external/mysqlcppconn: Silence -Wdynamic-exception-spec errorsStephan Bergmann2-0/+16
...with Clang in C++17 mode Change-Id: If51c0788439688f6fbd77c1a05cb3295ac6e8cb4
2017-02-16external/libcmis: Silence -Wdynamic-exception-spec errorsStephan Bergmann5-0/+24
...with Clang in C++17 mode Change-Id: I50a0568c13e3e7a2d37ebd739d587985b2f9bc8a
2017-02-16Silence loplugin:redundantcast false warningStephan Bergmann1-4/+6
...that is curiously only reported when building with clang -std=gnu++17: > sc/qa/unit/ucalc_condformat.cxx:185:80: error: redundant const_cast from 'ScConditionalFormat *' to 'const ScConditionalFormat *', result is implictly cast to 'const ScConditionalFormat *const' [loplugin:redundantcast] > CPPUNIT_ASSERT_EQUAL_MESSAGE("Wrong conditional format instance.", pCheck, const_cast<const ScConditionalFormat*>(pFormat)); > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ > workdir/UnpackedTarball/cppunit/include/cppunit/TestAssert.h:230:32: note: expanded from macro 'CPPUNIT_ASSERT_EQUAL_MESSAGE' > (actual), \ > ~^~~~~~~ > 1 error generated. > make[1]: *** [solenv/gbuild/LinkTarget.mk:270: workdir/CxxObject/sc/qa/unit/ucalc_condformat.o] Error 1 Change-Id: If2e8577bad4ec7454d584eb59106734d47f876ad
2017-02-16loplugin:redundantcast: Avoid double warnings on some const_castStephan Bergmann2-7/+10
Change-Id: I1e6140fef55054899dd32465726e804fc6006394
2017-02-16Capture loplugin:redundantcast status-quo wrt const_castStephan Bergmann2-0/+33
...including some double-warnings that'll get cleaned up shortly Change-Id: I14e9796f2846a6bb61e4c93dfb23cba6488ea2e6
2017-02-16enable the other testsDavid Tardon1-0/+3
Change-Id: I68a5435348a6a6362bc946c7eca18e29bd69724a
2017-02-16don't run terminate()David Tardon2-8/+0
AFAICS no other import test is doing it either. Change-Id: I8cbdc27fe60102067c6d09280b99a032ac44ba10
2017-02-16fix copypastaDavid Tardon3-3/+3
Change-Id: Id3e33aec0a1c027d350408abb86a6a99da74ebb4
2017-02-16rename to match text and spreadsheet testsDavid Tardon2-30/+30
Change-Id: I614326cfe8ade8ea07822479cbc656db8e51c1b7
2017-02-16fix factory URLDavid Tardon1-1/+1
Change-Id: I476b89d70510e786b116ee11ddd68916683945b8
2017-02-16nSuppressed is 0 in all existing patternsCaolán McNamara1-37/+1
Change-Id: If1a85e157840753b48f830ba4cddf5708189575b
2017-02-16unwind one level of RID_SC_FUNCTION_DESCRIPTIONS[1|2]Caolán McNamara4-13091/+13066
Change-Id: I9f812da7191246e236c1a83f0bf3d8ea3307b580
2017-02-16miscdlgs.hrc is just one line that includes another headerCaolán McNamara15-36/+14
Change-Id: I9d36c03d35c4862c131acee5d4d8a143fdd58dad
2017-02-16split sc.hrc into definitely resources and maybe slotsCaolán McNamara75-596/+621
Change-Id: Ic5a4ab631735cf8ef8f39424c7470e47f2f11c2d
2017-02-16move WID_SIMPLE_REF to earlier slotCaolán McNamara1-1/+1
Change-Id: Iebc3b7ec1b0eee970b0e307e03af718718f79713
2017-02-16drop some unused resource idsCaolán McNamara1-6/+0
Change-Id: I2ce21d0b22b1043d4e79dea25e97c857aa56c238
2017-02-16move FID_TAB_TOGGLE_GRID to earlier slotCaolán McNamara1-5/+2
Change-Id: If3c64d32720a23ad0561ddcdea9ddd9e174b15a8