summaryrefslogtreecommitdiffstats
path: root/sw/source/uibase/shells/beziersh.cxx
Commit message (Collapse)AuthorAgeFilesLines
* loplugin: cstylecastNoel Grandin2014-12-021-1/+1
| | | | Change-Id: Id70cf0a2412de5d9b202b8209f0376c2f62a0669
* We now only need one bit of information hereCaolán McNamara2014-11-251-1/+1
| | | | | | | | | | | | 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
* so these ResIds are only being used for the numerical valueCaolán McNamara2014-11-241-1/+1
| | | | Change-Id: I21c67b56424de59d7231f8420055775cd5f67aae
* convert SFX_CALLMODE constants to SfxCallMode enum classNoel Grandin2014-10-111-1/+1
| | | | | | | | | | and fix a couple of bugs in SC and SW where the call mode was being passed to the hints parameter by accident Change-Id: Ief805410b3f7035e012e229e77f92d5832430f58 Reviewed-on: https://gerrit.libreoffice.org/11916 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl2014-05-271-0/+333
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