summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-11-11Resolves: tdf#95321 tables in headers/footers with wrong contentCaolán McNamara
Change-Id: I937ed893dfd9919bf48b8fd38a1b83c524200532
2015-11-11stream version doesn't matter hereCaolán McNamara
Change-Id: I5871028b6c32194257d3a5f8bdf838cd0c277349
2015-11-11tdf#93837 Create Thesaurus popup menu controllerMaxim Monastirsky
The old context menu implementation adds the thesaurus sub-menu by manipulating the menu at runtime, which isn't a good idea in general. Since it's a sub-menu anyway, better to have it as a separate controller, so it can be added to the xml, and users could decide if they want it, and where. Most of the code adapted from sfx2 (menu/mnumgr.cxx, menu/thessubmenu.cxx), hence the Apache-based license header. Change-Id: I4f533fcdd5d6480fae8ebcf53ec7c69675025adb
2015-11-11tdf#93837 Add a new PopupLabel propertyMaxim Monastirsky
Some commands in context menus use different labels than in the menu bar. In the old resource format those labels are defined in the resource file itself. Note that the menu xml has the menu:label attribute, but we can't use it because it lacks localization support, and as such useful only for user customization. The order of consideration now is: 1. Label - Used if Context/PopupLabel isn't defined. (It's also used as the base for toolbar tooltips.) 2. ContextLabel - Overrides Label when in menu or context menu. Useful to drop the context, e.g. "Insert Image" should be only "Image" under "Insert" menu. If exists, that's what returned when asking for the "Label" property, instead of the full label. 3. PopupLabel - Overrides Label/ContextLabel when in context menu. Used to give items in a context menu different labels than in the main menu, e.g. "Paste Special" from the main menu turns to "More Options" when in context menu. It doesn't affect the Label property, and should be asked separately. Change-Id: I7408fc2bfb8d384b0f1a72a78b8c5d7c50de38da
2015-11-11loplugin:mergeclass, fix and update resultsNoel Grandin
Change-Id: I0660833db69604c5c4dd3c5826f1baac3086e052
2015-11-11fix sfx2 buildCaolán McNamara
Change-Id: Iff8317bc59b033b5765d2ba3356f8185cc40a6b3
2015-11-11fix svl buildCaolán McNamara
Change-Id: I23a8b3a86ecbab4f1e5b6ae6405279fabcbdb7e3
2015-11-11com::sun::star->css in UnoControls/Noel Grandin
and remove some noise comments Change-Id: I290ec365b58fa1b21838a6faf84006434c3e7bbd Reviewed-on: https://gerrit.libreoffice.org/19904 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-11Resolves: tdf#95723 arrange GridControl buttons to be always visibleCaolán McNamara
as long as there's space for them Change-Id: Id96069b5c50483309611381afdf62bb0d30e9c38
2015-11-11Resolves: tdf#94069 call setVisible when setDesignMode is calledCaolán McNamara
void UnoControl::setDesignMode calls setVisible on the XWindow so it seems sensible that FmXGridPeer::setDesignMode should also do so. The desirable side effect is that moving the window in design mode then is moving a un-shown window so nothing is invalidated so the paint loop doesn't happen. Change-Id: Ic5a4ba62590372bec15a29b993b73d6dfb94a8a9
2015-11-11unused headerCaolán McNamara
Change-Id: I422d8f50e6dfb0d2ad2fb2ec49639a5f822d014d
2015-11-115th step to remove tools/rtti.hxxOliver Specht
tools/rtti.hxx removed completed the interface of some Sdr.* Items and removed pseudo items Change-Id: I0cdcd01494be35b97a27d5985aa908affa96048a Reviewed-on: https://gerrit.libreoffice.org/19837 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-11-11tdf#93243 replace boost::bind with c++11 lambdas in vcl/source treeFabio Buso
Change-Id: Id12333cce50e14698e32195c49863d2e0cb448e4 Reviewed-on: https://gerrit.libreoffice.org/19893 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2015-11-11Missing includesStephan Bergmann
Change-Id: I5cade452b4567886c5587be927af7caaa24d92b4
2015-11-11loplugin:staticmethodsStephan Bergmann
Change-Id: I04b15122e73c527fbc695687079f6093ebcb5a5f
2015-11-11loplugin:overrideStephan Bergmann
Change-Id: Idc3530ee5afab268ce54a34d7258b2494525af74
2015-11-11remove boost/ptr_vector from pch fileNoel Grandin
Change-Id: I040d1298780e8440a8a18f193d5f32cd0e3bcd4f
2015-11-11svx: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
Change-Id: I6f3fee6b95e8675e04f867bf59447fa569a61d8e
2015-11-11disable loplugin memoryvar for nowNoel Grandin
seems to be crashing with latest(trunk) clang sometimes Change-Id: Ice92b35deb6cb4610dbd53f570d0b43e9d2a2834
2015-11-11svx: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
Change-Id: Ib4ebadcdecc0f673c585c820b4aa4a3e1e123f0c
2015-11-11linguistic: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
Change-Id: I4343b77dde4353db6294d597cdd5da6131e30afe
2015-11-11idl: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
Change-Id: I19fb53e162f3af282cd8cf46b965bce9506731ec
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
Change-Id: I10801343e65646b92eb0a6256cd7bfbf5c84c854
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
Change-Id: Ia75bf59de4eb5e0be18f81b6ab897f9f9cb28855
2015-11-11framework: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
Change-Id: If9981b141a591f23e03479c90694e6ffa78f2cb8
2015-11-11extensions: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
Change-Id: Ia6987c9566af0b79bf44c4793d4ca325ea921cb7
2015-11-11extensions: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin
Change-Id: Ie19e898e3a5e558906cfad841c01d6d9b380b18b
2015-11-11Switch transition selection pane to use an icon-based ValueSet.Michael Meeks
Also enlarge the (rather ugly) sample icons. Change-Id: I6d64613b71ee015bf775a7c720c5b9a4ea464bab Reviewed-on: https://gerrit.libreoffice.org/19892 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-11-11lokdocview: support LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt
Change-Id: I2052e39fa2e25988a40f293389d5a183a625acd4 Reviewed-on: https://gerrit.libreoffice.org/19903 Reviewed-by: Andrzej Hunt <andrzej@ahunt.org> Tested-by: Andrzej Hunt <andrzej@ahunt.org>
2015-11-11Implement LOK_CALLBACK_MOUSE_POINTERAndrzej Hunt
Change-Id: I8d1f63208baf277b0a9d15908f3ea7ff3b56bf10 Reviewed-on: https://gerrit.libreoffice.org/19883 Reviewed-by: Andrzej Hunt <andrzej@ahunt.org> Tested-by: Andrzej Hunt <andrzej@ahunt.org>
2015-11-11com::sun::star->css in ucbhelper/Noel Grandin
Change-Id: I01e3046caefdcfbf630f4a794f12e8890be6db40 Reviewed-on: https://gerrit.libreoffice.org/19902 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-11SVG: tdf#95714 stop-color can be defined once tooXisco Fauli
Change-Id: I8a660281a255d28981e23d3cf30ff6c337f0424d Reviewed-on: https://gerrit.libreoffice.org/19876 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Armin Le Grand <Armin.Le.Grand@cib.de>
2015-11-11Avoid a default parameter that was under-used anyway (loplugin:defaultparams)Tor Lillqvist
Change-Id: I845e2ceab1cf35a021eea23632291111c8f43362
2015-11-11sd lok: ccu#1295 force async image swapAndrzej Hunt
This helps ensure that images are swapped in when we actually render tiles. Previously we'd sometimes have placeholders instead of the image, which results in either an invalidate (+rerender of that tile) once the image is swapped in (for normal tiles) or a permanently missing image in the preview tiles. Change-Id: I1a16a913faf9fad20e40a5d1aad3de187038c7a2 Reviewed-on: https://gerrit.libreoffice.org/19890 Reviewed-by: Andrzej Hunt <andrzej@ahunt.org> Tested-by: Andrzej Hunt <andrzej@ahunt.org>
2015-11-11tdf#85232 WPG import: fix handling of line shapesMiklos Vajna
The missing convertMm100ToTwip() calls mispositioned the line shapes inside the groupshape in case of using drawingML inside DOCX files. Change-Id: I0c9d652de43d779f9073a8bfe22866ce4f31d0fa
2015-11-11sw: prefix members of SwFrmAddPageMiklos Vajna
Change-Id: Id4a5a5794ff03a88922df7fd1dcba75ed601dd59
2015-11-11sw: prefix members of SwWW8StyInfMiklos Vajna
Change-Id: I2749607eb2271a838acb8220c80d9363d8e8d867
2015-11-11sw: prefix members of SwTOXDescriptionMiklos Vajna
Change-Id: I6189595cf20e371f29de8709abb742737bf5a770
2015-11-11sw: prefix members of SwRedlineAcceptDlgMiklos Vajna
Change-Id: I88954e88dce974a657575a23706d7ee9542ab530
2015-11-11Fix NotebookBar not showing up when directly opening a documentSamuel Mehrbrodt
Change-Id: I6bb154102d5e58e7c7e1f1b0d68629555a6d1697
2015-11-11new loplugin: memoryvarNoel Grandin
detect when we can convert a new/delete sequence on a local variable to use std::unique_ptr Change-Id: Iecae4e4197eccdfacfce2eed39aa4a69e4a660bc Reviewed-on: https://gerrit.libreoffice.org/19884 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-11Replace several for_each by range based fors and functors by lambdas in sw.Mario J. Rugiero
It also corrects one whitespace and an outdated comment. Change-Id: Ife1c45d42b059353d3c98d68518d44a1379a96fa Reviewed-on: https://gerrit.libreoffice.org/19899 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-11-11tdf#51165: handle mixture of open and closed polygons in a pathChr. Rossmanith
Change-Id: I66c7fb2b627d3380c09b6e5e495905bed67c2824 Reviewed-on: https://gerrit.libreoffice.org/19860 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2015-11-11another missing SolarMutex in Writer UNO: SwXCellBjoern Michaelsen
Change-Id: I1c8413cd0b9baa7f38e452e94f33e29bc4cf6717
2015-11-11remove b_mInDocDTOR flag altogetherBjoern Michaelsen
Change-Id: I09ca56854f23fe1fc452648042990bee29082f88
2015-11-11reduce branch depth in SwModify dtorBjoern Michaelsen
Change-Id: I82046cfc191425dc830125944214293b5b9197f9
2015-11-11remove IsInDocDTOR() as a public memberBjoern Michaelsen
Change-Id: Ic4d29d6904d5631dbf2f755886ac9122c303553f
2015-11-11make Library_scqahelper a check target so it's not built on make buildRene Engelhard
Change-Id: I6e7fcfd7e8819601ffe6ddac447ef9cf72fe13e6
2015-11-10Missing includesAshod Nakashian
Restored some missing includes and refactored sot/formats.hxx. Change-Id: I11b7102b06889f426f5e0f3efa3a835c6e774d88 Reviewed-on: https://gerrit.libreoffice.org/19891 Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Jenkins <ci@libreoffice.org>
2015-11-10update the RDF media types as wellMichael Stahl
Change-Id: Ic10dbef286d12e897841fac352d7f6e36086ab20