summaryrefslogtreecommitdiff
path: root/sw/source/uibase/web
AgeCommit message (Collapse)AuthorFilesLines
2016-07-12Bin silly 'STATIC DATA' commentsTor Lillqvist2-2/+0
(cherry picked from commit 0585d81a76a99de5fb3ed2e8c34a3fc44cd83b46) Change-Id: I50e3772b7b479d2cf1eb644c7334d0f987874ccb
2015-11-115th step to remove tools/rtti.hxxOliver Specht8-8/+0
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-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann4-4/+4
Change-Id: I55970d363ab53eb78d580192006e52d9240d46fb
2015-10-06 tdf#94559: 4th step to remove rtti.hxxOliver Specht1-3/+3
replaced use of PTR_CAST, IS_TYPE, ISA in idl, editeng, sc, sd, sw, sfx2, sot, starmath Change-Id: I4a5bba4fdc4829099618c09b690c83f876a3d653 Reviewed-on: https://gerrit.libreoffice.org/19132 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de>
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier1-3/+3
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
2015-05-14convert INPUTCONTEXT_ constants to scoped enumNoel Grandin1-4/+4
Change-Id: I5b99e42a3e85527b27d515c468d2ed66386fc9df
2015-04-10convert SFXOBJECTSHELL_ constants to scoped enumNoel Grandin1-1/+1
Change-Id: I5a159be0c342b778730cedb0fe35843c2c368c97
2015-04-09convert SFX_SHELL constants to scoped enumNoel Grandin1-1/+1
Change-Id: If1649e8f3b9d200b0b176bef7deea41445bd3f2f
2015-03-31sw: prefix members of SwWebDocShellMichael Stahl1-3/+3
Change-Id: I1400d1bc452d81e1a7596e50d8f9552f026eea08
2015-03-18create new 'enum class' SotClipboardFormatId to unify typesNoel Grandin1-3/+3
of which there are several. There are some issues here I am unsure of - the SW and SC and CHART2 modules essentially ignore the enum values and assign their own ids Perhaps I should change them to use the common values and create new enum values where necessary? - the sc/qa/ and sq/qa/ and starmath/qa/ code was doing some dodgy stuff. I translated the code to pass down the stuff numeric values to the underlying code, but perhaps further fixing is necessary? Change-Id: Ic06d723e404481e3f1bca67c43b70321b764d923
2015-01-26Visible function type RTTI for Clang -fsanitize=functionStephan Bergmann8-0/+24
...by adding some further SAL_DLLPUBLIC_RTTI type annotations (cf. b4f6b26b5a1a78fecfa95ec2eb7ac8b80495d8aa "SAL_DLLPUBLIC_RTTI for proper RTTI visibility for LLVM") and by making sure relevant function types do not use incomplete types in their parameter and return types (which would make the RTTI hidden). Change-Id: Id7aadcbc0704b9759968ae36266fc9ce11a2e340
2014-11-25We now only need one bit of information hereCaolán McNamara9-9/+9
whether there *is* an id, or whether there is not an id. An id of 0 seems to be used as a flag that an interface is some sort of superclass which can be subclassed by something else and have its toolbars etc reused. Convert this to a bool so we don't need an a resource id for each one and just drop the third arg for the normal "final" case and use a different define for the inheritable case Change-Id: I98380f03d73d57bf8cba02d339097e384518abaa
2014-11-24so these ResIds are only being used for the numerical valueCaolán McNamara8-8/+8
Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
2014-10-06fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
Change-Id: I05b63dc00023945d92fd837bd64042135d3f9aed Reviewed-on: https://gerrit.libreoffice.org/11648 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-25Revert "fdo#73151 Always open Styles&Formatting dialog in the sidebar"Stephan Bergmann1-0/+1
This reverts commit 473ed449a4b6f550dc1af47a07c6e0ef243a98b2, which made JunitTest_toolkit_unoapi fail, as AccessibleDropDownListBox.createTestEnvironment (qadevOOo/tests/java/mod/_toolkit/AccessibleDropDownListBox.java) was no longer able to find its AccessilbeRole.COMBO_BOX AccessibleDropDownListBox, which it apparently expected to find in a docked stylist (cf. DesktopTools.dockStylist in AccessibleDropDownListBox.initialize).
2014-09-24fdo#73151 Always open Styles&Formatting dialog in the sidebarSamuel Mehrbrodt1-1/+0
This removes the floating window for Styles&Formatting as discussed in fdo#73151. Change-Id: I352d27a4d30632dcfda8963c23629e62ab850524 Reviewed-on: https://gerrit.libreoffice.org/11253 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
2014-09-11fix corner case crash in xhtml headless export as pdfCaolán McNamara1-3/+6
Change-Id: I255504e2c84783387d2fc308800812bef5e82734
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl9-0/+811
It's too confusing to have UI code inside of core; the important part is that it's separated from the optional UI code in swui library. Change-Id: I640a52723d5802faf08f3b8eaa03cd937fd93449