summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-11Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann
This reverts commit d5f93eb47ec4c27e93ad908b0199790c702491a0, SvxFontHeightItem::SetProp was used to override "dummy" 100% nProp/ePropUnit values that did not match the computed nHeight value with nProp/ePropUnit values that are supposed to match the computed nHeight value. Yuck. Change-Id: Ic12e824054b3c5da7aca766b9b3eb076d1837d9a
2014-11-11O_RDWR and O_CREAT are defined in fcntl.hRichard PALO
Change-Id: I568ee2c3f103777720f6c39340a5915b10aeebb4 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-11-11update solaris directories being referencedRichard PALO
also borrowed from Gabriele Bulfon <gabriele.bulfon at sonicle.com> Change-Id: I17787fbbf12f1bc8b3e78b8dd2e8b33679bab5b1 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-11-11Do as for Linux, borrowed from Gabriele Bulfon <gabriele.bulfon at sonicle.com>Richard PALO
Change-Id: Id15c4b355591678023ae97b1183f8f3a01823084 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-11-11improve SOLARIS guardRichard PALO
Change-Id: Ic5edb7c0977b6c589329cd80616aa320d6cc929b Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-11-11SOLARIS can use/should use posix_madvise under certain conditions.Richard PALO
Change-Id: Idc40752b4beee932b5912e6df9fe6acb15571201 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-11-11cleanup improper SOLARIS linker libs and optionsRichard PALO
and, most importantly, forget MOTIF! Change-Id: I0230932618b396ec4d5bf7638a13e5a80a4fada0 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-11-11READELF needs to be defined for unix such as SOLARISRichard PALO
Change-Id: I749fa8a19e00957a3f83f41e029687b435a3a903 Signed-off-by: Michael Stahl <mstahl@redhat.com>
2014-11-11for unknown locales check is needed even for ll[l][-CC] tag, fdo#86011 relatedEike Rathke
Found when investigating fdo#86011 where 'du-nl' was accepted and assigned an on-the-fly-ID even if the 'du' language code is not defined in ISO 639. If a tag is not internally known we need to check it using liblangtag and take no short cut assuming it would be alright even not for the simplest case. Change-Id: Ib8c1eb77b6b4a59019c4c8248b596bf53c0f4986
2014-11-11Remove unused #includeStephan Bergmann
Change-Id: Ia79cdfbe8b1e065f84a30aa74500de3f1115c595
2014-11-11Some SvxFontHeightItem clean-upStephan Bergmann
...and operator= shall probably copy rSize.ePropUnit... Change-Id: I112c02b3a3b2ce23f3d03f03881136e05be29017
2014-11-11There are three positive return codes from inflateCaolán McNamara
#define Z_OK 0 #define Z_STREAM_END 1 #define Z_NEED_DICT 2 and we don't support dictionaries, so a Z_NEED_DICT return creates an infinite loop Change-Id: Iafb1da594962b3cb456a3223cc6d4122791718c5
2014-11-11coverity#1242754 Unused valueCaolán McNamara
Change-Id: I5e3d39b8f87e1496550c616928eab9166f624387 Reviewed-on: https://gerrit.libreoffice.org/12364 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-11WaE: implicit conversion of NULL constant to 'boost::detail::sp_nullptr_t'Tor Lillqvist
Change-Id: I6d989baabe4ff59b91c3fdb725f75a7d9e01f5e0
2014-11-11Add a function to compare version number stringsTor Lillqvist
Change-Id: I88d3d9040f70e84752ade19001a699f60e9e7636
2014-11-11configure: --enable-headless is dead long live --without-xRiccardo Magliocchetti
To avoid confusion with the --headless runtime option leverage --without-x for the headless build. Please note that build and code ifdefery naming is not changed. Change-Id: Iefdbc7ca5b4bb5627ebd2c78b4cedf44dce4ae5b Reviewed-on: https://gerrit.libreoffice.org/12303 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
2014-11-11Revert "Fix apparently broken commit"Jan Holesovsky
Re-introduce the initialization back. This reverts commit e5ffff4ea0185db0e3139e86910240f3b074a2a6.
2014-11-11fdo#85907 Tweak size requestsAdolfo Jayme Barrientos
... and remove an unneeded grid that I added. Change-Id: Ibc3b98a1f87d61464d652168546235e5c183c80f Reviewed-on: https://gerrit.libreoffice.org/12334 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-11fdo#85912 Delete surrounding text failing for input method calls regression.Justin Luth
When Apache OpenOffice code was merged in, a few lines were removed for no apparent reason. This just adds the code back in, and resolves the bug. See the comments in fdo#85912 for details about this bug. It is hard for majority language users to reproduce since they don't use ibus/kmfl to type their language's letters. Change-Id: I3963ea0f0eeeab8c8006408a7e229beab1ccf9f6 Reviewed-on: https://gerrit.libreoffice.org/12311 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-11fdo#84582 : fixed label in the 'Insert Version Comment' dialogSzymon Kłos
When user's data are empty, dialog shows "(no name set)". Dialog: Writer->File->Versions...->Save New Version Change-Id: I6780cbe452fbc206b3e153975dbb1c1d9570718b Reviewed-on: https://gerrit.libreoffice.org/12307 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-11-11build fixCaolán McNamara
Change-Id: I9d4dc8a165bc042a674eb472162292a486f3761c
2014-11-11strip off hard-coded numbering from outliner preview on loadCaolán McNamara
how to reproduce an outline which won't update wrt the numbering style file->new->presentation view->master->slide master select first entry of outliner, i.e. "Click to edit the outline text format" make it underlined, save, reload view->master->slide master now use bullet and numbering set level 1 to e.g. none, ok nothing happens to the outliner. It remains "stuck" with its default numbering Change-Id: I95708b1f1c9cc74ae5129dbfad8ca0d37b00fa13
2014-11-11have a stab at improving impossible questionCaolán McNamara
as to whether you want to "adapt" objects or not Change-Id: Ic4c00be480d1be632d84dfac71fe911d48eacc51
2014-11-11callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara
Change-Id: I2567026af23dd5fc42812b90bd6098c4c74a4f92
2014-11-11coverity#1130164 Unchecked return valueCaolán McNamara
Change-Id: I9d040b0a8862095ff7ac20b07642d60c17e54fce
2014-11-11coverity#1187643 Unchecked return valueCaolán McNamara
Change-Id: I2ba56fbff1ae05d1185d08d4fbd0285954fed38b
2014-11-11coverity#1209861 untaint image dataCaolán McNamara
Change-Id: Icc3fd75533a6173f1cb051f3cd7a47d63e523652
2014-11-11readLE32 should return a 32bit number, yikes!Caolán McNamara
Change-Id: Ibf260ab97cc397b72d81ad4cc08f43d8d2128cef
2014-11-11Related: coverity#1242658 Untrusted loop boundCaolán McNamara
Change-Id: I1e7e815c2800b4846498092239b0fadaa5d87b45
2014-11-11coverity#1242875 Use of untrusted scalar valueCaolán McNamara
Change-Id: I923fac826d5495af7caaa709dd2e844d8714c80b
2014-11-11fdo#85594 enabling sort, autofilter, alignment buttons and hiding othersYousuf Philips
Change-Id: If8eac2bc43b207b7240a6b01c1e952c03a3006f5 Reviewed-on: https://gerrit.libreoffice.org/12353 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11HIG fixes for sfx2Adolfo Jayme Barrientos
Change-Id: Ide13fff6a3d5d82847c4886967283cb4b59bcfbb Reviewed-on: https://gerrit.libreoffice.org/12321 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11fdo#84909 adding and hiding buttons in standard and common task toolbarsYousuf Philips
Change-Id: I6690f94fe4a41bb48110ef890301423f7c4328db Reviewed-on: https://gerrit.libreoffice.org/12359 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11fdo#86035 added menu items for shapes and text box and did small rearrangementYousuf Philips
Change-Id: If37446116dc4022d88e46af1af610bc70ce7db78 Reviewed-on: https://gerrit.libreoffice.org/12327 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11sw: remove silly assertion that copy constructor "succeeds"Michael Stahl
Change-Id: Ida31220457959d2ccc21ee2a723dd1ad16b2a502
2014-11-11fdo#85594 show row and column insert and removal buttons and hiding othersYousuf Philips
Change-Id: I47b3c7400f350e2af9bf2c228f6e8c10dec7b352 Reviewed-on: https://gerrit.libreoffice.org/12329 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11Standardizing the draw standard toolbar with other app standard toolbarsYousuf Philips
Change-Id: I4d7eec2b255cc9e74b41be63eb321ef589aca230 Reviewed-on: https://gerrit.libreoffice.org/12360 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11TANGO: copy filter icons from human and add new row and column iconsYousuf Philips
Change-Id: Ice4155222b64cd3d16c5397e8b6928b3555dcae8 Reviewed-on: https://gerrit.libreoffice.org/12358 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11fdo#85046 removing extra merge document entry in the Tools menuYousuf Philips
Change-Id: Ia3690a4fa539cbfcfe03a70cdb467ee4cf7cb1e3 Reviewed-on: https://gerrit.libreoffice.org/12331 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11TANGO: Addition of sort icon and update of symbol and page breakYousuf Philips
Change-Id: I41fdf13d7b51813c39ba14c5ad5ae0c472e5d1ff Reviewed-on: https://gerrit.libreoffice.org/12354 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11fdo#75256 Update sifr iconthemeMatthias Freund
Adding modified showannotation and new textwrap icons for sifr. Change-Id: I270a993f3411732310ba1053591f11948fe0de1b Reviewed-on: https://gerrit.libreoffice.org/12357 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-11xmloff: XML_DROPDOWN should be XML_DROP_DOWNMichael Stahl
Change-Id: I47247289bb4367faa9a07f3568270718b5423353
2014-11-11iwyu: remove unneeded includes in sc, sd, swRiccardo Magliocchetti
Remove only include for files where iwyu does not suggest any includes to add. Change-Id: I58f3e956485ce058750c2635db9633736708d7f0 Reviewed-on: https://gerrit.libreoffice.org/12342 Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Tested-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com>
2014-11-11Yet more nEndInvalid/COMPLETE_STRING fixesStephan Bergmann
...to fix -fsanitize=signed-integer-overflow Change-Id: I713dabd49b5a6085b2e40510540a20441f0c3541
2014-11-11Remove unused ShiftRightStephan Bergmann
Change-Id: I0405506b8dc61df023c01c4f0ae63926e3ea1769
2014-11-11fdo#51008 change [pt-PT] group separator to no-break spaceEike Rathke
Change-Id: Ibc658c6d1db5f1d5de8fd02d6eb0e269a625644f
2014-11-11More nEndInvalid/COMPLETE_STRING fixesStephan Bergmann
...to fix -fsanitize=signed-integer-overflow Change-Id: Ib8dad09f1ed088c51fb417efecf662e76b2e495a
2014-11-11vcl: avoid opengl kernel creation writing over its buffers.Michael Meeks
Change-Id: I90486137323afc03a23afa6c18c27840fe8456e1
2014-11-11sc: ~ScViewPaneBase() needs the SolarMutexMichael Stahl
Change-Id: Idbda230e8e4e48804b356e35cba3a3488cd4c55c
2014-11-11sw: fix misleading log messageMichael Stahl
Change-Id: Iec87ed441ccdb03646fecaa8102a047c07a9b25d