434442 Commits

Author SHA1 Message Date
Samuel Mehrbrodt
cfdba2b94f Use pragma once instead of header guard
This is a test on a random file to see if all compilers accept this.

Change-Id: I412aef57730d07c8e6e2710fee71d5eded326d48
Reviewed-on: https://gerrit.libreoffice.org/68896
Tested-by: Jenkins
Reviewed-by: Thorsten Behrens <Thorsten.Behrens@CIB.de>
2019-03-08 15:25:00 +01:00
Michael Stahl
9da838d481 sd: replace long lists of components with services.rdb
CppunitTest_sd_import_tests actually fails with services.rdb
and CppunitTest_sd_misc_tests crashes :(

Change-Id: If11b658b139d85a2563768a11dd6979b721f3a92
Reviewed-on: https://gerrit.libreoffice.org/68918
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2019-03-08 15:21:09 +01:00
Caolán McNamara
4cfbdd47a8 use gtk_toggle_button_get_mode as trigger for pan-down inclusion
Change-Id: Ic8cd9babe3c196cdd66524f39a78940c9a029d2e
Reviewed-on: https://gerrit.libreoffice.org/68917
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-03-08 15:02:54 +01:00
Michael Stahl
6d75afb752 sw: replace long lists of components with services.rdb
This should be more maintainable.

Change-Id: I60ee68cd79f7a0627bcaf8fd34d3036124ea0f9e
Reviewed-on: https://gerrit.libreoffice.org/68914
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2019-03-08 14:21:59 +01:00
Mike Kaganski
44a5243795 tdf#123939: string and error are same type for pivot cache in XLSX
Change-Id: Id39d322661f7537e8999acafee655c0cc16a78c1
Reviewed-on: https://gerrit.libreoffice.org/68911
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-03-08 14:21:28 +01:00
Mike Kaganski
1f970c20a2 tdf#123923: make COUNTIF propagate errors in its first parameter
In a specific case, Err:504 was emitted by COUNTIF when its 1st
parameter was #REF!. This value was written into pivot cache definition
when exporting to XLSX. Clearly Excel only expected propagated #REF!
there, emitted error to user, and dropped the pivot table.

This problem made XLSX pivot table cache generated by Calc unusable
by Excel, despite ECMA-376 Part 1, 18.10.1.27 tells that the error
value is application-dependent.

The change makes COUNTIF to propagate errors received in its 1st
parameter, instead of owerwriting them with own Err:504. This will
likely need to be extended to other functions, if similar problems
would arise.

Change-Id: I459fa163a0e3e5f2c658631d66e096f4d46b1ace
Reviewed-on: https://gerrit.libreoffice.org/68868
Tested-by: Jenkins
Reviewed-by: Mike Kaganski <mike.kaganski@collabora.com>
2019-03-08 14:21:05 +01:00
Caolán McNamara
a06f4c9c6a ofz#13602 -fsanitize=vptr' not allowed with '-fno-rtti'
Change-Id: I77beadee964f08f87f2fe7cc0daef5cb91151b72
Reviewed-on: https://gerrit.libreoffice.org/68912
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-03-08 14:05:06 +01:00
Tor Lillqvist
b1ffcbac3b We need <basic/sberrors.hxx> for the !HAVE_FEATURE_SCRIPTING case
Change-Id: Ie9a6b5be0729e70525be660b88e7d47e65a72f66
Reviewed-on: https://gerrit.libreoffice.org/68909
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2019-03-08 13:17:38 +01:00
Ashod Nakashian
0569cbb529 build: sanity check PDF import configuration
Reviewed-on: https://gerrit.libreoffice.org/68861
Reviewed-by: Andras Timar <andras.timar@collabora.com>
Tested-by: Andras Timar <andras.timar@collabora.com>
(cherry picked from commit 172f58ca7cdf323971a9e450620c669fe159c327)

Change-Id: I26c54ad52ab53802dc368b0bfcbde84affa46fdd
Reviewed-on: https://gerrit.libreoffice.org/68897
Tested-by: Jenkins
Reviewed-by: Andras Timar <andras.timar@collabora.com>
2019-03-08 13:02:52 +01:00
Olivier Hallot
65207c7cbd Update git submodules
* Update helpcontent2 from branch 'master'
  - tdf#53524 (compl) Minor tweaks in Help page.
    
    Added ref to icons
    minor updates on tags
    
    Change-Id: Ia9812a5928554284a5a2fb5416983888e2437439
    Reviewed-on: https://gerrit.libreoffice.org/68915
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-08 12:44:35 +01:00
Miklos Vajna
d24b264c4a vcl opengl: avoid task priority warning on cursor blink
warn:vcl.schedule:22358:22358:include/vcl/task.hxx:107: Priority will just change after next schedule!

Just don't set the priority if it's already set to the correct value, so
we can avoid a warning each time the visible cursor is shown or hidden.

Change-Id: Ie11164db0af4cfba06a620c9b2426cb903af3887
Reviewed-on: https://gerrit.libreoffice.org/68907
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2019-03-08 12:43:08 +01:00
Shubham Goyal
fe95efca7d Update git submodules
* Update helpcontent2 from branch 'master'
  - tdf#53524 help-submodule - grid control Dialog editor
    
    Change-Id: Ie6918fdc9eb0cfed7042362cb1ad223e908d6d8a
    Reviewed-on: https://gerrit.libreoffice.org/68895
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-08 12:18:45 +01:00
Noel Grandin
135c7db61d remove debugging leftover
Change-Id: Ia0d2a883a3bd3aca96fe4c8f72f44c694837e568
2019-03-08 13:01:41 +02:00
Michael Stahl
468ac1bdf1 tdf#123259 sw_redlinehide: fix reanchoring of drawing objects
... in SplitNode.

The problem is that first the new anchor position is set in the
SwFrameFormat, then SwDrawContact::DisconnectFromLayout() is called
(implicitly from its SwClientNotify()).

This then cause the a11y wrapper to be disposed and an event to be sent,
which then ATKListener::notifyEvent() immediately processes by
retrieving all of the children of the anchor SwTextFrame.

At this point, we get an assert from SwTextFrame::MapModelToView,
because the layout anchor frame is still the old one, but the model
format already has the new position, so the frame can't map the
anchor position.

Avoid this by explicitly disconnecting from the layout before setting
the anchor on the SwFrameFormat.

Change-Id: Iba8960729dd041e13de4963d1b2ab6b223c8a427
Reviewed-on: https://gerrit.libreoffice.org/68880
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2019-03-08 11:55:29 +01:00
Ilmari Lauhakangas
01fbc622d0 Update git submodules
* Update helpcontent2 from branch 'master'
  - Donation button and sticky header for Help
    
    Task: https://redmine.documentfoundation.org/issues/2815
    
    Header was made sticky on non-mobile by using position: sticky.
    This was the only way to make it work with the grid without
    carving magic numbers into stone. IE11 ignores it, but so what?
    
    Donation text was made shorter.
    
    The Google search and the donation button were wrapped in a
    container to make it easy to haul them all over the place.
    
    Lots of tweaks were made to the grid areas and the styles of
    the bottom elements to make everything fit nicely in the new
    markup order. The result was tested on IE11 to make sure it
    degrades gracefully.
    
    The Displayarea element had a fixed width (my old mistake),
    which made the min-width: 960px layout look very uncool.
    
    Change-Id: I131a1e82290bc3381c938acb4dc9dbc408fb2ba7
    Reviewed-on: https://gerrit.libreoffice.org/68890
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
    Tested-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-08 11:48:40 +01:00
Julien Nabet
13bc4a1c04 Related tdf#111344: fix Bad token \text/x-ms-iqy
Noticed this on console:
cpp: <macro>:1 C:/BLP/core/scp2/source/calc/registryitem_calc.scp:1261 \
Bad token \text/x-ms-iqy produced by ##

See https://bugs.documentfoundation.org/show_bug.cgi?id=111344#c9

Change-Id: If6b5b4ae90c1b0fb812a5e2cd87d17fc688d21c6
Reviewed-on: https://gerrit.libreoffice.org/68885
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
Tested-by: Julien Nabet <serval2412@yahoo.fr>
2019-03-08 11:36:38 +01:00
andreas kainz
354a220909 Sifr icon theme update add sc_ icons
Change-Id: I42fc97c37099906efe0ee626a44d13194eca25c3
Reviewed-on: https://gerrit.libreoffice.org/68902
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-03-08 10:53:19 +01:00
Michael Stahl
5423967041 sw: ODF import: try to fix aExcludeWhenNotLoadingUserSettings
In SwXMLImport::SetConfigurationSettings() there is a list of settings
that will be ignored/not loaded form the file if IsLoadUserSettings()
is false, which is presumably not the default.

The beginning of this list is obviously settings that can be set via
Tools->Options, but the end is mostly a bunch of Word-compat layout
settings that cannot be set in the UI.

Let's assume some cargo-culting happened there (this function is tricky
and underdocumented anyway), and replace the end of the list with those
settings that have been added to Tools->Options->Writer->Compatibility
in the last years, since those can be called "user settings".

Change-Id: I6ea4a5da4033ca3512d71e4123b47d46e20bf596
Reviewed-on: https://gerrit.libreoffice.org/68803
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2019-03-08 10:49:15 +01:00
Michael Stahl
8f3df3a5a1 tdf#116195 sw: remove DisableOffPagePositioning handling from ODF import
SwXMLImport::SetConfigurationSettings() needs to handle only those
settings for which the default is different vs. old OOo/LO versions;
DisableOffPagePositioning however defaults to false, so we can just rely
on that default.  The inverted bDisableOffPagePositioning check is
wrong.

(regression from fe3d5766fa3c42f6cf8d1ea47af820e0b1c1cf48)

Change-Id: I300fa597f58b586b49089bb555a00a6923862abe
Reviewed-on: https://gerrit.libreoffice.org/68801
Tested-by: Jenkins
Reviewed-by: Michael Stahl <Michael.Stahl@cib.de>
2019-03-08 10:47:51 +01:00
Tomaž Vajngerl
a2bf2ca1e3 make it possible to use FileDefinitionWidgetDraw in more backends
Change-Id: I8871eb49e11d8c72c469230967c3c979091a0f9b
Reviewed-on: https://gerrit.libreoffice.org/68898
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-03-08 09:47:20 +01:00
Gabor Kelemen
1e21df65c8 tdf#42949 Fix IWYU warnings in starmath/*/*cxx
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I18dc216a59a5770456b20162c881c8726e2f44b2
Reviewed-on: https://gerrit.libreoffice.org/68788
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-03-08 09:29:10 +01:00
Samuel Mehrbrodt
9c2cf30333 tdf#123772 Add test
Change-Id: Id46bf2b293c4465f5c58f503c75904639d59f168
Reviewed-on: https://gerrit.libreoffice.org/68701
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-03-08 09:17:20 +01:00
Andrea Gelmini
97e6d4aaef Removed duplicated includes
Change-Id: I4b701814e40f1ca3ced81c619696d7c3e18dc765
Reviewed-on: https://gerrit.libreoffice.org/68894
Tested-by: Jenkins
Reviewed-by: Julien Nabet <serval2412@yahoo.fr>
2019-03-08 08:37:04 +01:00
Miklos Vajna
404bfc6f78 sw btlr writing mode shell: left/right cursor travelling, fix vert pos
By implementing BTLR support in
SwTextFrame::SwitchVerticalToHorizontal() (Point version).

Cursor traveling now looks good: all of up/down/left/right direction
have the correct paragraph and character position for all the lrtb, tbrl
and btlr cases.

As a side effect this also fixes mouse click, where clicking above the
paragraph positioned the cursor at the bottom of the paragraph.

Explicitly add a test for the mouse case as well, given that I initially
planned to fix the keyboard part directly in SwCursor::UpDown(), where
the keyboard test would pass, but not the mouse one.

Change-Id: Iabeded3f03a64416cfcaf58e0438c4a1a793e662
Reviewed-on: https://gerrit.libreoffice.org/68886
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-03-08 08:33:47 +01:00
andreas kainz
c40c9e9ba6 Sifr icon theme update
Change-Id: I7ccb8286e7cfa692f16f4969716e3f018a92c4c3
Reviewed-on: https://gerrit.libreoffice.org/68892
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-03-08 08:20:06 +01:00
Samuel Mehrbrodt
9031da9a86 Make variable name more descriptive
Change-Id: I8791d0f2cc33813c6034b771fa1f699143c3cfac
Reviewed-on: https://gerrit.libreoffice.org/68877
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-03-08 07:24:10 +01:00
Samuel Mehrbrodt
10b1a453dc Add some comments
Change-Id: Ic6d8082251246f3ca8c00b090679a0e590b0a8d0
Reviewed-on: https://gerrit.libreoffice.org/68876
Tested-by: Jenkins
Reviewed-by: Samuel Mehrbrodt <Samuel.Mehrbrodt@cib.de>
2019-03-08 07:23:22 +01:00
Noel Grandin
5c23459245 new loplugin constvars
detect static variables that can be made const.

Thanks to mike kaganski for suggesting this.

Here I introduce a new plugin feature - using markers
in nearby comments to disable the plugin for specific
vars.

Some of this stuff was old debugging code. I removed the stuff
that was older than 5 years.

Change-Id: I6ec7742a7fdadf28fd128b592fcdf6da8257585c
Reviewed-on: https://gerrit.libreoffice.org/68807
Tested-by: Jenkins
Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2019-03-08 07:20:29 +01:00
Jens Carl
4a7771ffa8 tdf#45904 Move XNamed Java tests to C++
Move XNamed Java tests to C++ for ScDataPilotItemObj.

Change-Id: I2fcffbd7e7329357ac30fa14716bf2bcf49c5666
Reviewed-on: https://gerrit.libreoffice.org/68891
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-08 01:57:07 +01:00
Jens Carl
91cdf22b88 Correct and improve test set up of ScDataPilotItemObj
Change-Id: I65fb4a444e7e072004adcc9f9ad7af77a3f9f919
Reviewed-on: https://gerrit.libreoffice.org/68888
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-07 23:59:55 +01:00
Jens Carl
22606ba1e2 Prefix variable nMaxFieldIndex
Prefix variable nMaxFieldIndex with m_ to show it's a data member of the
class.

Change-Id: I207b3552f460b3433af6892abb6c4693e990d7bb
Reviewed-on: https://gerrit.libreoffice.org/68887
Tested-by: Jenkins
Reviewed-by: Jens Carl <j.carl43@gmx.de>
2019-03-07 23:53:01 +01:00
Caolán McNamara
b440aea0a0 map reorderable to DragDropMode::CTRL_MOVE
workaround baseclass NotifyStartDrag weirdness rather than risk changing it

Change-Id: I70b56a913e6192da9b3a57653924dcc4160352c0
Reviewed-on: https://gerrit.libreoffice.org/68879
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-03-07 22:54:08 +01:00
Caolán McNamara
6ec9b13579 expand container to fit page
Change-Id: I911b6822b1c631700d7f43630e5a6fbb21de1c1f
Reviewed-on: https://gerrit.libreoffice.org/68878
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-03-07 22:53:43 +01:00
Miklos Vajna
5f2b67e7c1 tdf#119947 vcl opengl win: fix fontwork popup menu
Regression from commit b160db926b574b7e9d6696d49dbbce8dd289aade
(tdf#96947 vcl opengl win: fix background of menu items w/ check/radio
marks, 2018-05-14), the problem was that GetMenuPopupMarkRegion() did an
unconditional downcast from ImplControlValue to MenupopupValue.  This
looked safe, but when the extracted function was used in
WinSalGraphics::drawNativeControl(), then that argument was not safe to
downcast.

Fix the problem by switching to safe downcast, and returning an empty
rectangle (instead of a bogus one) on error.

This way the old bug stays fixed but fontwork popup menu works again as
well.

Change-Id: I2b69b9f2e6823850892ac73df78dac5c2f04ec03
Reviewed-on: https://gerrit.libreoffice.org/68883
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
Tested-by: Jenkins
2019-03-07 21:45:49 +01:00
Tomaž Vajngerl
c8919fcbcb don't need "spinbox-entire" svg anymore
Change-Id: I8385acf7ecd46b7c8b990abb688bd2ddddcb6bc5
Reviewed-on: https://gerrit.libreoffice.org/68867
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-03-07 21:23:08 +01:00
Tomaž Vajngerl
27b43f1dc4 widget theme - update editbox, draw from svg
Change-Id: I0dfdaaf74c9b31ecd9b1de511b48dacf2e90f59f
Reviewed-on: https://gerrit.libreoffice.org/68866
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
Tested-by: Tomaž Vajngerl <quikee@gmail.com>
2019-03-07 21:22:44 +01:00
Tomaž Vajngerl
ce4c486456 widget theme - update combobox/listbox, draw from svg
Change-Id: Ie5e28883d70ad61340c58bcacd8c2ffb2ced1536
Reviewed-on: https://gerrit.libreoffice.org/68865
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-03-07 21:21:41 +01:00
Tomaž Vajngerl
79b9d3875f widget theme - update scrollbars, draw from svg
Change-Id: I7e7cd05ce516ab24d380bb8b6a264fd45e1d553c
Reviewed-on: https://gerrit.libreoffice.org/68864
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-03-07 21:21:23 +01:00
Tomaž Vajngerl
767dd751b8 widget theme - update spinbox with more states
Change-Id: I398293c30e015eeb53b8403f1e6fc628227de9ac
Reviewed-on: https://gerrit.libreoffice.org/68863
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-03-07 21:17:30 +01:00
Tomaž Vajngerl
322dd37c52 Fixes, don't draw IntroProgress, adjust EditBox bounding size
Change-Id: I1d1944faed05ec3753709e39fa1a820d795e26d5
Reviewed-on: https://gerrit.libreoffice.org/68862
Tested-by: Jenkins
Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>
2019-03-07 21:17:11 +01:00
Tor Lillqvist
50ffab5ff0 tdf#123819: Revert "Use comphelper::getProcessComponentContext()"
Even though in theory it was worse to get an exception and return an
empty Any for CommandBars, in practice there are not resources to
figure out why that change apparently then caused a crash in the
customer application. Let's hope that it doesn't actually need the
CommandBars object for anything essential.

This reverts commit 87b4bd61792b28fe475c71d4484cd219c1e533ae.

Change-Id: Id2ec3a7254c5dd5a36ce2d5e930a457b9abd44f1
Reviewed-on: https://gerrit.libreoffice.org/68881
Reviewed-by: Tor Lillqvist <tml@collabora.com>
Tested-by: Tor Lillqvist <tml@collabora.com>
2019-03-07 20:49:48 +01:00
andreas kainz
4985bdc407 tdf#53524 add insertgridcontrol icon to all icon themes
Change-Id: I969ec999aa1efdcd1a5b85190657d53c882fe6ec
Reviewed-on: https://gerrit.libreoffice.org/68875
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-03-07 19:52:38 +01:00
andreas kainz
af69e32eef Sifr icon theme update add missing chart icons
Change-Id: Ic762bc91fc7d5beca80d8713b5435a8368566c83
Reviewed-on: https://gerrit.libreoffice.org/68874
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-03-07 18:57:28 +01:00
andreas kainz
d182afb36c Sifr icon theme update
Change-Id: I98bff3b4fcaf112cd1afd71abfe286398cb0aacf
Reviewed-on: https://gerrit.libreoffice.org/68869
Tested-by: Jenkins
Reviewed-by: andreas_kainz <kainz.a@gmail.com>
2019-03-07 18:53:22 +01:00
Michael Stahl
5e2ac5a598 sw: document a problem with IsFrameBehind()/SetGetExpField
This causes asserts from std::upper_bound in ooo26330-3.sxw (without the
fix to the initial expansion, when the fields all expand empty)

Change-Id: I1005e68d27f53986b9216541e0b26ce52082cf55
2019-03-07 16:38:43 +01:00
Caolán McNamara
d0586b42a7 can drop wallpaper if use alpha-enabled virdev
Change-Id: I655dca755ed8e1c1266c191f61998b3838fe9797
Reviewed-on: https://gerrit.libreoffice.org/68860
Tested-by: Jenkins
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
2019-03-07 16:21:39 +01:00
Roman Kuznetsov
24dcb0b118 Update git submodules
* Update helpcontent2 from branch 'master'
  - tdf105445 Change help
    
    Change-Id: Icfaee7ace4c03b6c647f7256561201cefc867f33
    Reviewed-on: https://gerrit.libreoffice.org/68847
    Tested-by: Jenkins
    Reviewed-by: Ilmari Lauhakangas <ilmari.lauhakangas@libreoffice.org>
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-07 15:40:27 +01:00
Ilmari Lauhakangas
7030e5df2e Update git submodules
* Update helpcontent2 from branch 'master'
  - tdf#102265 update Impress Help as Format - Page was moved
    
    This is a complex task and the intertwined nature of Draw and
    Impress does not help.
    
    In the patches for tdf#84258 .uno:SlideSetup was created as an
    alias for .uno:PageSetup. The corresponding menu items are
    Slide - Properties in Impress and Page - Properties in Draw.
    
    Currently some Draw help pages refer to the simpress/01/01180000.xhp
    file. This file needs to be cloned under sdraw and the contents
    of both files along with all references to them have to be
    brought up to date.
    
    The Impress Slide menu documentation needs to be fleshed out in
    simpress/main0117.xhp and new files have to be created for the
    individual menu item references.
    
    The Impress Format menu documentation simpress/main0105.xhp
    needs a big overhaul. The same is true for sdraw/main0105.xhp.
    
    The Help for Draw's Page menu has to be created.
    
    To find the interrelations, I use
    find /path -name '*.xhp' -exec grep --color=always -Hi 'string' {} +
    or with -type f instead of -name to get maximum coverage.
    
    Change-Id: I5d130846da6640aeebab758c0f6dae2c78f9e355
    Reviewed-on: https://gerrit.libreoffice.org/68830
    Tested-by: Jenkins
    Reviewed-by: Olivier Hallot <olivier.hallot@libreoffice.org>
2019-03-07 15:30:38 +01:00
Tor Lillqvist
4396123b4f Generate more specific names for unknown members than just "Unknown"
Include the numeric member id in the name. Hopefully makes it a bit
easier to interpret log files produced by LibreOffice or by the COLEAT
tool.

Change-Id: I7270b9538cf1a75db8972fb91eb57b931fe8e320
Reviewed-on: https://gerrit.libreoffice.org/68859
Tested-by: Jenkins
Reviewed-by: Tor Lillqvist <tml@collabora.com>
2019-03-07 15:24:06 +01:00
Gabor Kelemen
754c6af45a tdf#42949 Fix IWYU warnings in include/basic/*
Found with bin/find-unneeded-includes
Only removal proposals are dealt with here.

Change-Id: I9dd7984affc4343f148c66077feaac19176adf51
Reviewed-on: https://gerrit.libreoffice.org/68769
Tested-by: Jenkins
Reviewed-by: Miklos Vajna <vmiklos@collabora.com>
2019-03-07 14:20:10 +01:00