summaryrefslogtreecommitdiff
path: root/cui
AgeCommit message (Collapse)Author
2015-06-02sal_uInt16 to sal_Int16Matteo Casalin
Change-Id: I0791354f79017ac8100920568519f5a8bcb398f2
2015-06-02Data members are already accessible by member functionsMatteo Casalin
Change-Id: Ia56f23b0fca318131b8a985964c79a193c38f4e2
2015-06-01Avoid temporary OUStringsMatteo Casalin
Change-Id: If82d849f15e4218d8848a6fcdd507f0ef50d3edc
2015-06-01Prefix data membersMatteo Casalin
Change-Id: I8b0fa3e95a5e3ed357bd5daa290e2309e86272e6
2015-06-01This member can be constMatteo Casalin
Change-Id: I53c63bd5734635540ff9c4edfb698c16ac4fca17
2015-06-01Use initialization listMatteo Casalin
Change-Id: Ibaddbd1dfc11382ead2f5ad4ed369bb0cc750fd7
2015-06-01Fix typos in commentsMatteo Casalin
Change-Id: I2b8c08ee1a1e45347158f77ff25bee6adbaace94
2015-06-01sal_uInt16 to sal_Int32, and use -1 as a special caseMatteo Casalin
Change-Id: Iaf90f96665781d3aa43f1f71802538f54409bd4a
2015-05-29dispose SfxControllerItem objects correctlyLászló Németh
Change-Id: Id5f80e06e5609b4e85f3d6db7bc37aabe6ef0dac
2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks
Change-Id: I62dd164e281911d9db3de453789a5badc7cd5fd7 Reviewed-on: https://gerrit.libreoffice.org/15954 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-29loplugin:loopvartoosmallNoel Grandin
Change-Id: I5518e40a30bdad53470cc52b59eff04ab6d873d4
2015-05-29remove unused CHRDLG_ definesNoel Grandin
Change-Id: I160bb11908ad2c7e41e23a2f2837fad9fafa4ff2
2015-05-28convert PARENTCLIPMODE constants to scoped enumNoel Grandin
Change-Id: I36a53112e75fca9208b2f91e224a7c671695509b
2015-05-28convert GETFOCUS constants to scoped enumNoel Grandin
Change-Id: I7c324bb6358be28c119592850eb7607479279f09
2015-05-28Rewrite all calls like Dialog(params).Execute()Philippe Jung
Replace all calls looking like ADialog(some params).Execute() by ScopedVclPtrInstance<ADialog>::Create(some parms)->Execute() Change-Id: I0b6f0a9ea5ef0a749ffa30ce131e9dc989604639 Reviewed-on: https://gerrit.libreoffice.org/15915 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: Michael Meeks <michael.meeks@collabora.com> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2015-05-27Fix accidental mis-uses of VclPtr address-of operatorStephan Bergmann
Change-Id: I3a82423378d3198a25f90ddfbf42af55d85c96fb
2015-05-26Resolves: tdf#89904 allow the options color page to load/save palettesCaolán McNamara
Change-Id: I02c5d57db9ffb854b096c9382d740923e9cc3b89
2015-05-26dynamic_cast of this to the type is already isCaolán McNamara
Change-Id: I4265819a60ae60b672c890d6ba31b0c2827851ae
2015-05-26CptlSttSent -> CapitalStartSentence.Jan Holesovsky
Change-Id: If9de3512c4ec6070652541c40d263afcb2a7a305
2015-05-26Global CptlSttWrd and CptlSttWord -> CapitalStartWordJan Holesovsky
Change-Id: I550456ae319a6a865f2ee951a1ddf70384ce33ef
2015-05-26Global CptlSttSntnc -> CapitalStartSentenceJan Holesovsky
Change-Id: Id428332201f14b172af1590baed6aa2a67e0557a
2015-05-26bCptlSttSntnc -> bCapitalStartSentenceMiklos Vajna
Change-Id: Ie22198837257163fd7211e93d97d97be2bca4b64
2015-05-26loplugin:unnecessarysuperclass, merge ImageProvider with SaveInDataNoel Grandin
Change-Id: Ib538cc10728b2dc97e173d865807754471860e0f Reviewed-on: https://gerrit.libreoffice.org/15900 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-26convert INVALIDATE constants to scoped enumNoel Grandin
fixing a bug in Window::ImplMoveAllInvalidateRegions, and improving the IDL docs for XWindowPeer Change-Id: Idb774ac913945db2ac7c492c11cf86c370624c3d
2015-05-25related tdf#90127: Simplify setting of the 'auto' icon theme.Jan Holesovsky
Change-Id: I9aedfd0b7943517b5444195b63140132dd728d57
2015-05-25convert SHOW constants to scoped enumNoel Grandin
Change-Id: I2712a0901049885502cade31f9757f712048bb33
2015-05-23tdf#91469: convert links in help/about to httpsJulien Nabet
Change-Id: I1274f75a49a999285488e99713782956e2287249 Reviewed-on: https://gerrit.libreoffice.org/15870 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com> Tested-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-22convert WINDOW constants for GetWindow() methods to scoped enumNoel Grandin
Change-Id: I0c7c6d095732704eb4ab48f1277a0592b1c7fa33
2015-05-22loplugin:constantfunctionNoel Grandin
Change-Id: I7cb5b0c2cf9ade557173ca596ea5d42d853ff448
2015-05-22convert constants in include/vcl/settings.hxx to scoped enumsNoel Grandin
Change-Id: I2a110c017f13eca6ddbd70ef3ed195d24adef0a3 Reviewed-on: https://gerrit.libreoffice.org/15828 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2015-05-20VclPtr: crash on exit after visiting MSOffice compat pageCaolán McNamara
Change-Id: Ibc2fa183ee0847f92ace08388559d236898b1826
2015-05-20bin/rename-sw-abbreviations.shlibreoffice-5-0-branch-pointChristian Lohmaier
renames the most annoying abbreviations in Writer (and partially in the shared code too). Change-Id: I9a62759138126c1537cc5c985ba05cf54d6132d9
2015-05-20convert DEFAULTCONSTANT constant to scoped enumNoel Grandin
Change-Id: I5ebd77edfa29d6c6c7acea37e826ef1d625916c3
2015-05-20convert TEXT_DRAW constants to scoped enumNoel Grandin
Change-Id: Ic0f7f8fa236bb478b3598ae3fd3c1b30ebbf1a01
2015-05-19tdf#91185 - appearance settings lifecycle fix.Michael Meeks
Change-Id: I4efe8e68419a3d878acf3c4eb741239794b26d85
2015-05-18make ui string translatableAndras Timar
Change-Id: Ic65c7d3ea00f83642b7c9f0bcafb71837e474862
2015-05-18perform a boundary checkTakeshi Abe
Change-Id: I54ec8841c0f162ee33bcf1de2507465b9c49cb71 Reviewed-on: https://gerrit.libreoffice.org/15744 Tested-by: Jenkins <ci@libreoffice.org> Tested-by: David Tardon <dtardon@redhat.com> Reviewed-by: David Tardon <dtardon@redhat.com>
2015-05-18Remove include stdio (part2)Julien Nabet
Change-Id: Iae58d107d8df1c543a165086fb2b7c288e7121dd Reviewed-on: https://gerrit.libreoffice.org/15775 Reviewed-by: Julien Nabet <serval2412@yahoo.fr> Tested-by: Julien Nabet <serval2412@yahoo.fr>
2015-05-18refactor how font, fg. and bg. are applied in widgets/controlsTomaž Vajngerl
- Move vcl::RenderContext to outdev. - Change some methods on vcl::Window to accept RenderContext as parameter. - Add ApplySettings to vcl::Window - This method is called before painting. Refactor existing classes that use InitSettings to have ApplySettings or mark the classes to be refactored later. - Add RenderSettings for adding defered settings to rendering. This is similar to ApplySettings but for more ad-hoc calls. Change-Id: I4ea58461f3b6b08ccfa3e0ddd1a4a3e04f8c4f45
2015-05-16Add missing ellipsis to the color picking buttonAdolfo Jayme Barrientos
Change-Id: I19fc41fdffc2579a6316807ba3dc4d937864a37c
2015-05-15tdf#91280 Fix capitalization in OpenCL white/blacklist dialogAdolfo Jayme Barrientos
Remember: Title case for headings and command buttons & menus, and sentence case for labels, tooltips, etc. Change-Id: Iec0f56798ec3ea0cc3b31252e9dd0a83c206f035
2015-05-15tdf#62475: partial handmade fixesAndrea Gelmini
Change-Id: Ib9af202c43b916b9af4b4e18db35d470a8692fe4 Reviewed-on: https://gerrit.libreoffice.org/15712 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Adolfo Jayme Barrientos <fitojb@ubuntu.com>
2015-05-15conver MENU_FLAG_ constants to scoped enumNoel Grandin
Change-Id: I969d99fa8881cc89601696a2d8621905a82b147b
2015-05-15convert LISTBOX_ENTRY_FLAG constants to scoped enumNoel Grandin
Change-Id: Id7ca4853094c214b464e2dee53b10558f1f5a3ba
2015-05-14tdf#65509 - Auto Save Also Too DisabledJoel
Disabled "Autosave this document too." This feature never worked right. I just made it invisible until someone figures out how to make it work properly in order to avoid confusion and possible data loss. Change-Id: I9fdcf35944eec456c8b569817ddde95c13e9378e Reviewed-on: https://gerrit.libreoffice.org/15721 Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com>
2015-05-14refactor cui tabpages controls to use RenderContextTomaž Vajngerl
Change-Id: I91db162053cddfd669abe081e39bb85d3ee3e1f5
2015-05-14refactor SvxCropExample to use RenderContextTomaž Vajngerl
Change-Id: I06e8702ecea2db2529eda538128d6a1693971185
2015-05-14cleanup cui headersTomaž Vajngerl
Change-Id: I717854b9394549dfa375bd384677d5fd51c6c31b
2015-05-14refactor ThesaurusAlternativesCtrl to use RenderContextTomaž Vajngerl
Change-Id: I65d55c9d57eeb5eb878008885417d1e2118a946d
2015-05-14refactor SvxHlmarkTreeLBox to use RenderContextTomaž Vajngerl
Change-Id: I15f259cd68a628fc298ca086000b94abf018a938