summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-06-27loplugin:unreffun: also warn about unused function templatesStephan Bergmann
Change-Id: I4a6280f47ca3c4a77b4e42fe05d79ded7fc30ef1
2014-06-26Make these non inline.Kohei Yoshida
Don't do this please... Change-Id: Id90490622bca10beabf7a1c92e51e55bc72a1db8
2014-06-26fdo#79151: No need to offset column index by category labels.Kohei Yoshida
In fact, doing so would lead to a corrupt internal data table. The internal data stores category labels separately from the column data, so there is no reason why we need to offset for category labels here. Change-Id: I29dd99e53837cba7a1e28d2a1ef39a5384378805
2014-06-26Use new GridPrinter instance for each table.Kohei Yoshida
resize() sometimes leads to a crash. Need to debug later. Change-Id: Ia3809eb4f171369a58b84d5b44001692be1453a1
2014-06-26Track all uses of ErrorBarX and ErrorBarY UNO property names.Kohei Yoshida
Change-Id: I994424c98d977c3a8f9138cccc17348de813a9d7
2014-06-26Prevent a crash while dumping internal data content.Kohei Yoshida
Change-Id: I0938b955b460d8c91607e6df0b9d9e1a4a971013
2014-06-26loplugin:staticcallStephan Bergmann
Change-Id: Idea97df52106af64f6c5605460756d48296551e2
2014-06-26idl: ignore -isystem argsStephan Bergmann
Change-Id: I0758fd3117795ed68789385576aee5a885639104
2014-06-26rsc: ignore -isystem argsStephan Bergmann
Change-Id: Ic46b84d740159826542ead857d15230d54547d88
2014-06-26Better way to dump the content of InternalData.Kohei Yoshida
Row levels are currently not dumped, but that may change later. Change-Id: I849f8b65d6f419bc4d97e2af2d456e73c7e9a355
2014-06-26svl now depends on mdds.Kohei Yoshida
Change-Id: Ifd0bde11ad7e72683e1b95106f487e1eb2a4b487
2014-06-26Initialize it with empty OUString instances.Kohei Yoshida
Since we only store strings the matrix. Change-Id: Ie30e9ce0235810b3082ba13ac17c7d1b3c19375a
2014-06-26Move SheetPrinter to svl and rename it to GridPrinter.Kohei Yoshida
I need to use this outside of sc. Change-Id: I153863d6c5c31e5ab5f25da2dba81bd4d4b6d3fe
2014-06-26Mac OS X does provide localtime_r and gmtime_rStephan Bergmann
Change-Id: I1142463972df76aac9e491abbfd08a67cf4db1f1
2014-06-26ICU's RuleBasedCollator::cloneRuleData is deprecatedStephan Bergmann
Change-Id: Ifc4a74bca5cfe58e420824a8dd85e8c246bbfac3
2014-06-26fdo#39111 - UI inconsistent concerning suppression of output for empty pagesJoren De Cuyper
Change-Id: I6017e77e46298b45c7584830178455fe29016209 Reviewed-on: https://gerrit.libreoffice.org/9907 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-26fdo#48673 - UI: No keyboard shortcut for "Ignore All" on misspelled wordJoren De Cuyper
Also added mnemonic for "Ignore" entry Change-Id: I044fc0a718a32fe7b502d2c342ba5f09921053ec Reviewed-on: https://gerrit.libreoffice.org/9908 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-26fdo#62879 Changed wording of protected section dialogJoel
Clarified the wording of protected section dialog from "Readonly content cannot be changed." to "Write protected sections cannot be changed." Change-Id: Ic6df2d84b6cc9e87727306eff8aa0e06895cab17 Reviewed-on: https://gerrit.libreoffice.org/9905 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-26Mac OS X does provide localtime_rStephan Bergmann
Change-Id: I0a8860f2b0ea053cdfe9504dc266be36cdb0043e
2014-06-26Updated coreStanislav Horacek
Project: help d2e055fb50d07664c8b90456c07c2d39d49e62df fdo#63274 clarify hexadecimal argument in HEX2DEC and similar functions Change-Id: Ic8a4beb3f544be25706bd3f8c00beac150354fa8 Reviewed-on: https://gerrit.libreoffice.org/9906 Tested-by: Andras Timar <andras.timar@collabora.com> Reviewed-by: Andras Timar <andras.timar@collabora.com>
2014-06-26Updated coreOlivier Hallot
Project: help cb00f782515e7a11796d7996e89073a4ecfdb3d7 Fix bug fdo#80431 Help entries for GAMMA functions Provides help entries for functions GAMMA.DIST GAMMA.INV and GAMMALN.PRECISE Change-Id: I9a675d40f7eca6a799e49706e062ea77e05feffd Reviewed-on: https://gerrit.libreoffice.org/9916 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2014-06-26Resolves: #i125122# WW8 import: Handle nested TOX fieldsOliver-Rainer Wittmann
- only the content of nested TOX fields is imported, no TOX field itself (cherry picked from commit 1df1e98e7b6556892f546cc559e31f9fd9e00a78) (cherry picked from commit b2d0492ea85a2f96378326361421749619269b15) Conflicts: sw/source/filter/ww8/ww8par.hxx sw/source/filter/ww8/ww8par5.cxx sw/source/filter/ww8/ww8par6.cxx Change-Id: I29cf81df72bf548414bef06b54a691eae6a5edcd
2014-06-26drop the functional partsCaolán McNamara
appears to work without it as far as I can see Change-Id: Ibe19addeeb38f853a515aef36d6bc83d338e1c0b
2014-06-26Resolves: #i124914# reset certain language dependent pool defaults...Oliver-Rainer Wittmann
before importing a document via <SfxObjectShell::ImportFrom(..)> (used for OOXML *.docx import) (cherry picked from commit 920bf1164fe0c3d232dc0f7d476eec1660f4690e) Conflicts: sfx2/inc/sfx2/objsh.hxx sw/inc/docsh.hxx sw/source/ui/app/docsh.cxx sw/source/ui/app/docsh2.cxx sw/source/ui/app/docshini.cxx sw/source/ui/app/docst.cxx sw/source/ui/app/docstyle.cxx Change-Id: Id32bd6a8ef081dd4af4d832aa42317de7f64184f
2014-06-26clang: Value stored to 'nSumG' is never readCaolán McNamara
yikes, well that was a worthwhile exercise Change-Id: I454c16ce8b307abfdd2db3d2e38f4d36fba429fa
2014-06-26clang: Dead initializationCaolán McNamara
Change-Id: Ieae5303e55f21044ef8e91e63c4896696cfad51c
2014-06-26clang: Dead incrementCaolán McNamara
Change-Id: I231218ab7a7984943470b62339e34801fb5fb9e3
2014-06-26clang: Dead assignmentCaolán McNamara
Change-Id: Ifcbfe29f116d43cc4e65641e24a302e4cdd71129
2014-06-26clang: Branch condition evaluates to a garbage valueCaolán McNamara
Change-Id: I522f9e9178dbda466a355bc84d97f5458005e131
2014-06-26OSL_ENSURE->assertCaolán McNamara
Change-Id: Ib8ba49e89d03eaf3b3aae94dbbf121898ba9e8de
2014-06-26clang: Result of operation is garbage or undefinedCaolán McNamara
Change-Id: I49f58ae6a7c046af4c3de8d35219ffe2e4ba8f20
2014-06-26clang: Returning null referenceCaolán McNamara
Change-Id: I2cfc14e73696a027283dfa5eef98f784505dc5a3
2014-06-26clang: Uninitialized argument valueCaolán McNamara
Change-Id: Id65c5815185cf022171e3523c6ad92545830104c
2014-06-26check for self-assignCaolán McNamara
Change-Id: I6ffaaa36f2e594a2e8155589a4d7000db21ab30b
2014-06-26clang: Use-after-freeCaolán McNamara
Change-Id: I5dd857dbf39c8cd62df8b8cd0323b873a79976ae
2014-06-26clang: WaE: -Wunused-parameterCaolán McNamara
Change-Id: Ibd62d74d1244a29d7554837c3b39e76b87098b97
2014-06-26clang: Assigned value is garbage or undefinedCaolán McNamara
Change-Id: Ida7a6ab077e1f0436f8b775956d30c82c4ad5338
2014-06-26Related: fdo#33455 retain color on scaling of 1 bit depth pngsCaolán McNamara
Change-Id: I445ce672742ddb6d6592ef419bf5e14c5f09a5b5
2014-06-26Related: #i122471# make the Mac lookup feature handle the correct wordHerbert Dürr
(cherry picked from commit 0a4564b42de0fc61253ae4e69039860c09e53eba) Conflicts: vcl/osx/a11ytextattributeswrapper.mm Change-Id: I786815feb847a2a340d2e3d24c9a8a01bb7ace7c
2014-06-26my clang doesn't grok -isystemPATH only -isystem PATHCaolán McNamara
Change-Id: I08a961fa7c9e1983239b9c2606d47824bc535d3b
2014-06-26Revert needless inlining of methods for publicly exposed class.Kohei Yoshida
Keep the method implementations unexposed please. Change-Id: Ic9b1f8654e6ebef428d4182782c1aa4962934c6a
2014-06-26Clarify the code a little more.Kohei Yoshida
Change-Id: Idc0ff4913695ade9543cd30511aff61d24e7c495
2014-06-26Move the category level removal code into its own method.Kohei Yoshida
Change-Id: I4f0cfb4b15bc145b7a5c3491a7acbff13999bf5d
2014-06-26libgltf: compiler error fixes: missing include and missing namespaceZolnai Tamás
Thanks to Rene Engelhard for the report and the fixes. Change-Id: Ia14980bdbcd9e714b1e9cd41f04af9371aa22371
2014-06-26SwTextBoxHelper::syncProperty: handle TextAutoGrowHeightMiklos Vajna
This propagates the "to shape to text" property of the shape to the textbox, and the textbox is already layouted accordingly, but not the shape yet. (As the shape thinks it has no text.) Change-Id: I1fdf0d5743bcb201f112a4c5db18924210858cea
2014-06-26sw doc model xml dump: handle SwFmtFrmSizeMiklos Vajna
Change-Id: Ie1a8dbc86c9725f3d238226c166ec657722c1770
2014-06-26SwTextBoxHelper::syncProperty: handle TextPreRotateAngleMiklos Vajna
For now only the most problematic -270 case, for which we don't have a native writing direction: rotate the characters on a textportion level instead. CppunitTest_sw_ooxmlsdrexport's testFdo69636 is a reproducer for this, the document model was fine already, but with this, the layout has the rotation as well, as expected. Change-Id: Iefc56f3adcea614566aaefd41d832d9b0cdb730b
2014-06-26fdo#79940 LO crashes on opening; tries to remove a para with bookmarksVinaya Mandke
LO crashes while opening the issue file as, DomainMapper_Impl::RemoveLastParagraph tries to dispose a paragraph which has bookmarks attached. If A para finishes and a new para has not been started as yet, which means the current cursor position is outside a paragraph. In such a case move the Bookmark-End to the earlier paragraph. Added the issue file in sw/qa/core/data/ooxml/pass/ Change-Id: I62cf94718add943d042d770ab5337a0dae70d9e8 Reviewed-on: https://gerrit.libreoffice.org/9764 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-06-26Revert "external/libgltf: Hack in missing -fPIC"Stephan Bergmann
This reverts commit 5da85a21241f09a0b2d7796bc952806a1a863592, bb9078e3dee48afc4c2bd8006a892924f8b38b39 "libgltf: use --with-pick [sic]" had already added --with-pic.
2014-06-26external/libgltf: Hack in missing -fPICStephan Bergmann
Change-Id: Ied0fe5f376bf17bd931f440e57d15b22ab6db86e