summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-11-09cppcanvas: CPPCANVAS_DEBUG_EMFPLUS_DUMP_TO is expected to be UTF-8Miklos Vajna
Change-Id: I95101bed2e2d0f87027f2d80e5e7e23f59b3e159
2014-11-09test for membership should be 'not in'Miklos Vajna
Change-Id: I493bad18ed3f728bcf42049377d7f4c6039264c8
2014-11-09fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt
Use single click for primary action, right click for context menu Change-Id: Ia707a88b48f4af144588c45d37acea547e77773e
2014-11-09fdo#86048 Add delete row and column entries to Edit menuYousuf Philips
Change-Id: Ia08e4a88b7b37e3056e8357f5f79721cc6297503 Reviewed-on: https://gerrit.libreoffice.org/12320 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-09HIG fixes in swAdolfo Jayme Barrientos
Change-Id: I0d70e69909f6e58784aa4bc7cf03ae9f4219c992 Reviewed-on: https://gerrit.libreoffice.org/12312 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-09fdo#86050 Let LibreOffice add scrollbars to widgets only when necessaryAdolfo Jayme Barrientos
Change-Id: I1a930a413c071d4d0c8855315dc85339e01b7d9b Reviewed-on: https://gerrit.libreoffice.org/12322 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-09fdo#75256 Improve sifr iconthemeMatthias Freund
Add new sifr versions of the sidebar icons, add new custom animation and more button for the sidepanel. Change-Id: I3d10f6d674d20dc63ec307a3efb68e6b172dd9b8 Reviewed-on: https://gerrit.libreoffice.org/12318 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-09SIFR: add new symbol icons and update list iconsYousuf Philips
Change-Id: I52a6092e701a4af211c98f2f46bdb2bef1bee9d2 Reviewed-on: https://gerrit.libreoffice.org/12323 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-09fdo#86046 Addition of sheet grid lines toggle to view menuYousuf Philips
Change-Id: Ifb948e90ad4980ce40cfcb270e52d23e696d8b6b Reviewed-on: https://gerrit.libreoffice.org/12316 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-09fdo#85594 hiding, unhiding and rearranging standard toolbar buttons in CalcYousuf Philips
Change-Id: I4c61d9c5facdc0af8bb73b6839deca72f6049936 Reviewed-on: https://gerrit.libreoffice.org/12317 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-09fdo#81475 Disabling background color in enabling some other buttonsYousuf Philips
Change-Id: I5eee027d2cb1dd3528a274556568110da5609223 Reviewed-on: https://gerrit.libreoffice.org/12306 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-09Synchronize bullets listsMaxim Monastirsky
The default bullets list is defined in two more places: svx/source/dialog/svxbmpnumvalueset.cxx cui/source/tabpages/numpages.cxx in both cases there is no separate RTL list. (And since we're using SvxNumValueSet also for the popup, we must sync it, so the shown bullet would be always the applied one.) There is lots of code similarity/duplication in this area (primarily introduced by the sidebar), and I hope to clean this at some point. Change-Id: Ifcc216101ed2f105a40fb483aa1b96a9e93d00e0
2014-11-09Reset prefix and suffix for bulletsMaxim Monastirsky
It seems needed in Impress, when applying a bullet using the popup after a numbering with prefix/suffix was applied. Change-Id: I0faf8149b3564de9b08fb8107d7a639ae41d2133
2014-11-09Resolves fdo#86040 Renaming 'Gallery' to 'Clip Art Gallery'Julien Nabet
Change-Id: I78108d596d0fb12641e4c7fd2c80b1120839e549
2014-11-09OpenGL ES does not support double and glPolygonModeMarkus Mohrhard
Change-Id: I623babba561dc0a126c6884a70a33ad4a78ef63f Reviewed-on: https://gerrit.libreoffice.org/12187 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-11-09Try to make MSVC happyMaxim Monastirsky
Change-Id: I064c58608914f3f179695bf6ec5f7e311162a2fa
2014-11-09More cleanupMaxim Monastirsky
Change-Id: I1f900029cb6a0fb389617c153dd187cf63ed2c7b
2014-11-09fdo#85804 Use the new popups in the sidebar tooMaxim Monastirsky
Change-Id: Ib4767eeef1dc6c404bb36068f806c42ccc1086b6
2014-11-09fdo#85804 Introduce bullets and numbering popupsMaxim Monastirsky
Change-Id: I39ea402a3ce3296f55ea127b0139e89954e41252
2014-11-08Unindent.Kohei Yoshida
Change-Id: I98b5a0b91c92e58bae3caa69a4ed35c72dc839dd
2014-11-08xmloff: [loplugin:unusedvariablecheck]Michael Stahl
Change-Id: I5b141d35ab05e1a3f225a980aad1280102a80ee0
2014-11-08fdo#86018 Distribute space in statusbar better on small screensSamuel Mehrbrodt
Change-Id: If07037e8d313c966c2db572716bf958c89c2fd79 Reviewed-on: https://gerrit.libreoffice.org/12313 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-08fdo#84645 RTF import: set DontBalanceTextColumns=true for the last section ...Miklos Vajna
... if it has multiple columns. See commit d185204737031955c56a24356ed003d342548434 (DOCX import: set DontBalanceTextColumns=true for the last section, 2014-07-17) for the DOCX equivalent of this problem; this just adapts the RTF tokenizer to dmapper. Change-Id: Ib30f9b386e204b8b2987832ab17ee0cc53b3f0bc
2014-11-08sw: SwChapterNumRules::sFileName looks pretty constantMichael Stahl
Change-Id: Iaecaccab729e22ae9504d01c9974779cf1ab381b
2014-11-08sw: SwChapterNumRules::bModified has become pointlessMichael Stahl
Change-Id: I7d4937dab947b14d4885c548cd7a96ebaba23c60
2014-11-08sw: delete the SwChapterNumRules binary Load/Store implementationMichael Stahl
Loading the outline formats from a StarOffice 3 user profile went out of style. Change-Id: I4989fa043a616428fea3705a72dee67082bfc226
2014-11-08sw: fix un-safe casts in SwXNumberingRulesMichael Stahl
At least they check that the pointer they reinterpret-cast without checking the type isn't null! Change-Id: I07770e274598b1c476b4c297ac1d388b7ca576e5
2014-11-08sw: remove the PropValData abominationMichael Stahl
Conciseness and type safety: why try to achieve both when you can settle for neither. Change-Id: I68399395083e3ad927c544700cb37363856b1788
2014-11-08sw: these can be assertsMichael Stahl
Change-Id: I4ad1ff6fad2f4097c128dcaea5cf6064e2524aad
2014-11-08sw: remove pointless inheritance of SwChapterNumRules from SwBaseNumRulesMichael Stahl
Change-Id: I5426977d4ed5539d79335df0aa4bcccd71dd8966
2014-11-08xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()Michael Stahl
Change-Id: I359f37ce778d55e6868bd1c78c0ff0d452f36088
2014-11-08sw: store Outline Numbering as ODF fragment instead of SfxPoolItemsMichael Stahl
This should be less fragile and re-uses some xmloff and unocore code. Storing from ~SwBaseNumRules() does not work because other gobals that the export code relies on are already dead at the time it is called from a terminate() listener, so store when the dialog updates a format. Change-Id: I4e148b82d0a338ec7ffa6429c6e162db79f8c44e
2014-11-08sw: refactor SwXNumberingRulesMichael Stahl
... to get some static property getter setter functions. Change-Id: I3e69c0c01ee7ec2d17edbf06876c17cf4fce3833
2014-11-09separate parse.hxx into smaller partsTakeshi Abe
... so that node.hxx no longer needs to include parse.hxx. Change-Id: Iac1e21c208e3f0e3fd8ece16eee345e81574a0aa
2014-11-08CppunitTest_sw_mailmerge: move more methods from header fileMiklos Vajna
Change-Id: Idecf7c2ec3b736ba1d9a2826773c95f26ef91990
2014-11-08SwFrmAddPage::SetFrmType: take an OUStringMiklos Vajna
Change-Id: I0d18aeee953d07ae9287ec1bca7d8deca8453d88
2014-11-08writerfilter: SW_DEBUG_RTF_PASTE_{TO,FROM} is expected to be UTF-8Miklos Vajna
Change-Id: Ibcfa71cf9820db0b397a88e22aa6cc964048b71c
2014-11-08loplugin:salboolMiklos Vajna
Change-Id: I29bea17bd6cc3ae88baa5cfaa5c0897c23044c3c
2014-11-08coverity#704961 Dereference after null checkCaolán McNamara
Change-Id: I6acca68cbebf149f7ac7f18fa0011e7f3d20a957
2014-11-08coverity#1251172 Dereference null return valueCaolán McNamara
Change-Id: Ic1f1c7f055f3fb21e7361a2e14f6eebe3dac4216
2014-11-08coverity#1251168 Logically dead codeCaolán McNamara
Change-Id: I92776d7a96c13b3d0b4c74d2b928320f9182d17f
2014-11-08coverity#1251169 Unchecked dynamic_castCaolán McNamara
and coverity#1251170 Unchecked dynamic_cast Change-Id: I3a4806aff3b42ea3cf507c7f435bb687cac32c60
2014-11-08Remove now unused iconsSamuel Mehrbrodt
Change-Id: I6c411e496614c761a73e9785e70faeba7f8a065f
2014-11-08make line spacing icons point to themes iconsYousuf Philips
Change-Id: Id93fa68fe28359905f1dd55122fb3b4f48e9710e Reviewed-on: https://gerrit.libreoffice.org/12274 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-08fdo#85825 unify alignment tooltipsYousuf Philips
Change-Id: I413a69aa6dabb8975863505384f1c26fa16bc0ff Reviewed-on: https://gerrit.libreoffice.org/12272 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-11-07sc, opencl dependant code called even without FEATURE_OPENCLNorbert Thiebaud
Change-Id: I9629904b6b48d6b8356d6abb0c3cffe6e3fba517
2014-11-07coverity#1251171 Missing break in switchNorbert Thiebaud
Change-Id: Iefdeecc9fb2032d171cc2a353fe160dcd92050b2
2014-11-08These constants are now in the scoped enum MouseEventModifiersTor Lillqvist
Change-Id: I73e1498198cbb55ccd969713a38b6cd678c94643
2014-11-08These constants are now in the MouseEventModifiers class enumTor Lillqvist
Change-Id: Ie6a0c86b18a7a01c8b020c37dcbcadc529deb80b
2014-11-07Correct number format mapping for CJK numbered lists in rtf/doc/docx filters.Mark Hung
Reviewed on: https://gerrit.libreoffice.org/12252 Change-Id: I2d8760c7ecb3677464e167528b2424aaca19a0d7