summaryrefslogtreecommitdiff
path: root/sw/source/uibase/inc/olmenu.hxx
AgeCommit message (Collapse)Author
2017-03-31tdf#82580 tools: rename Rectangle to tools::RectangleMiklos Vajna
Mostly generated using make check COMPILER_EXTERNAL_TOOL=1 CCACHE_PREFIX=clang-rename-wrapper RENAME_ARGS="-qualified-name=Rectangle -new-name=tools::Rectangle" Except some modules have their own foo::tools namespace, so there have to use ::tools::Rectangle. This commit just moves the class from the global namespace, it does not update pre/postwin.h yet. Change-Id: I42b2de3c6f769fcf28cfe086f98eb31e42a305f2 Reviewed-on: https://gerrit.libreoffice.org/35923 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
2017-02-27convert spell menu to .uiCaolán McNamara
This reverts commit 73f2944618e637762125fabd214b09b4fa50fb90. Change-Id: Idddd89869d1670cf71e932ccd4dbface30c730d9
2017-02-25Revert "convert spell menu to .ui"Markus Mohrhard
This reverts commit 51d5cb5de245245fc7a3498cf87743d33eede525.
2017-02-24convert spell menu to .uiCaolán McNamara
Change-Id: I96a4b852fd396883385d5e2d43728dc8c2b20ce3
2017-02-24Blind fix for MSVC 2015 error C2664Stephan Bergmann
after f28672a077375a360879ad34edfbd06b611ea6d8 "don't inherit SwSpellPopup from PopupMenu" Change-Id: Ifb40410d33ac0d782bee6e00e287694a0aded152
2017-02-22don't inherit SwSpellPopup from PopupMenuCaolán McNamara
Change-Id: Ieee1f24713aac368e24730ea835b59855a14848b Reviewed-on: https://gerrit.libreoffice.org/34542 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2017-01-18we only need this image once, don't need to keep itCaolán McNamara
Change-Id: I4ab3fc515bb1484d00f3a690b9fe8ae9c9dca9fe
2016-01-13loplugin:unusedmethods unused return value in sw/Noel Grandin
Change-Id: Iaec71124b04ed678686d646df3ff0892585d3d50
2015-11-09formatting improvements in sw/Noel Grandin
after my recent "com::sun::star->css in sw" commit Change-Id: I2545648fc6f14ea0ebcabbe012e91546cf392b16
2015-11-06com::sun::star->css in sw/source/coreNoel Grandin
Change-Id: I30016977f1be8fb53dd239367d043de92a9467d9
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I90dd921077bbfc57200e398e7959306f26c65cfe
2014-09-23fdo#82577: Handle WindowNoel Grandin
Put the VCL Window class in the vcl namespace. Avoids clash with the X11 Window typedef. Change-Id: Ib1beb7ab4ad75562a42aeb252732a073d25eff1a
2014-06-03sw: fix include guardsThomas Arnhold
after the latest file move Change-Id: I105eb04ad98d1bf71eddec4528657c248fcc4348
2014-05-27sw: move sw/source/core/uibase to sw/source/uibaseMichael Stahl
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