summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2015-05-05vertically center toolbox/listboxesCaolán McNamara
Change-Id: I01270b85e019362e8343f4b097620620674f0443
2015-05-05Use new color selector in the toolbar for area fillsCaolán McNamara
Change-Id: I4da718620f4864c1c7742ecb9a0fcb8fc787f573
2015-05-05these are not used in this .hxxCaolán McNamara
Change-Id: I81bffed8f47849bb1289cdcef4fa10a332a1c86c
2015-05-05use a sizegroup to stop area panel 'jumping'Caolán McNamara
toolbox and lists are a little different in height naturally causing a little jump in layout on toggling between color and anything else Change-Id: I0b2ab92ab2fb5bec7d7fecc7aeaf15f47781a67b
2015-05-05add some missing glade prototypesCaolán McNamara
Change-Id: Iff936ca81c594b588b0dd8b66970fa6135a4c53e
2015-05-05drop useless temp debugging stringsCaolán McNamara
Change-Id: I7731d16044fe884d5678330920bf468ccff87d19
2015-05-05sw doc model xml dump: include SwDBDataMiklos Vajna
Change-Id: I082a9d3ca268d19ac21c28a6b453d457ed27c959
2015-05-05vcl::Window::Scroll takes a sal_uInt16 nFlags, not a sal_BoolStephan Bergmann
This passing of sal_True instead of some SCROLL_* flags has been there ever since fd069bee7e57ad529c3c0974559fd2d84ec3151a "initial import," and the signature of vcl::Window::Scroll has been like that at least since f59676fe09175725ee0a75a1678dd1581decc20b "INTEGRATION: CWS hedaburemove01: #72503# get rid of hedabu procedure: Moving headers to vcl/inc/vcl and correspondent necessary changes," so lets arbitrarily assume that this wants to pass SCROLL_CLIP (which has the same numeric value as Change-Id: I8da6536404aa220611a7df96605c7a4a9efc7f7c
2015-05-05rework the twisted ShrinkToUsedDataArea logicEike Rathke
It is unnecessary to check the remaining columns/rows twice if they really contain data, and that even for every empty row removed. Also, put loops inside conditions instead of conditions inside loop. Change-Id: Idbb1a647d99806ebab26a17a83b455cacc157c18
2015-05-05vcl: rename other members of StateChangedType for consistencyMichael Stahl
Change-Id: Ifd3339813e5d3dfb54566fd226aaf2d2a199d59a
2015-05-05vcl: remove WIN32_TRANSPARENTMichael Stahl
Change-Id: I164106e89cf910c2f9fa6815b23f58ad6c6ee789
2015-05-05vcl: rename conflicting defintion of TRANSPARENT remove it from postwin.hMichael Stahl
Change-Id: I3b4e25c27593e3a61612a96baa2a4378542d151c
2015-05-05remove unused #include awt/InvalidateStyle.hppMichael Stahl
Change-Id: I7ea52365157fc642401db64c3b4a40d4643d16ae
2015-05-05Avoid redefine of TRANSPARENT on solaris after including stream.hRichard PALO
Change-Id: I90611a4855320148f1d4b6e61a420ada47308c28 Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-05-05Downgrade for old ClangStephan Bergmann
Change-Id: Ia4c241040c52631df86c5bb7a95bca6af234251f
2015-05-05Remove using directive that has become unusedStephan Bergmann
...with 7ebed1d63e2ad5728fa81b65fa98f09b0406965d "fix windows build" Change-Id: Ibb8182cbfab47fed117c731f24fa90519b20653b
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I5d02ba0db00e11af3c17eaf77ce19c635a52077f
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I4d19f868a618cb135aa7a949222972dc35b47d2a
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I97160fc51dc16ff92b06d44570298eeec637e132
2015-05-05Related tdf#91009: Correct thousands separator character for locale es_CRJulien Nabet
Change-Id: Icf080bb9f21ef75487d43d8a582625be512968c4 Reviewed-on: https://gerrit.libreoffice.org/15630 Tested-by: Eike Rathke <erack@redhat.com> Reviewed-by: Eike Rathke <erack@redhat.com>
2015-05-05tdf#91081 Fix LO crash after dialog closing by ESCPhilippe Jung
When control is no longuer valid, skip emission of notification - chaining to the parent When opening a popup dialog by right click and immediately pressing ESC immediately, LO crashes. A focus event listener is still registered. It triggers an event on a component previously freed. Change-Id: Icfc941849be5d50e2477d4e92afff844f76892d8
2015-05-05Various loplugin warningsStephan Bergmann
Change-Id: I8d38521f08441f123a236729c01909f2da4ec478
2015-05-05seed mt19937 with random dataNorbert Thiebaud
time(NULL) is a poor seed. It is quite predictable and multiple instance starting in the same second will get the same seed and therefore the same pseudo random number sequence Use std::random_device, witch is meant to provide 'true' random data.. mix time(NULL) just in case the std implementation is crappy. PS: sadly std::random_device.entropy() cannot be relied on as clang and gcc are known to return 0 despite their random_device being non-deterministic, hence the prophylactic systematic mixing with time(null) Change-Id: I44dab9970f8f0388dc1c99e9816d49d1afbecf18 Reviewed-on: https://gerrit.libreoffice.org/15591 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Stahl <mstahl@redhat.com>
2015-05-05-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: If6643acec764def691a3229655a992ae852e1238
2015-05-05-Werror,-Winconsistent-missing-overrideStephan Bergmann
Change-Id: Ibd9d3858f833c24f38f982a941353204d9aa9081
2015-05-05loplugin:staticcallStephan Bergmann
Change-Id: If0b59a15a2fa740760419b1dc3345cf665857114
2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann
Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9
2015-05-05tdf#34555 add crop features to swPhilippe Jung
Adds Crop (by handles) to writer. Proposal of new Format menu and image context menu organisation. This is part of a serie of 4 patches that adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) in all products (scalc, sdraw, simpress, swriter). Main menus, toolbars and contextual menus are updated accordingly. Change-Id: I6fe8907e08519326c78f0bc71f27032b5716bb8e Reviewed-on: https://gerrit.libreoffice.org/15590 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-05-05tdf#34555 add to scalc: crop, change img, save img, edit with ext toolsPhilippe Jung
Adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) to scalc. Proposal of new Format menu and image context menu organisation. This is part of a serie of 4 patches that adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) in all products (scalc, sdraw, simpress, swriter). Main menus, toolbars and contextual menus are updated accordingly. Change-Id: I7f5cf2d1eb3870245684eadf5909fe590d56bf42 Reviewed-on: https://gerrit.libreoffice.org/15589 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com>
2015-05-05tdf#34555 add crop features to svxPhilippe Jung
Adds crop feature to SdrObject. In EndSdrDrag related to Crop, there is a new branch. If object is a regular SdrGrafObj (known inside svx), it is used. Else, a virtual method on the object is used. This enables to forward End of crop action to SwVirtFlyDrawObj objects (when you crop with handles in writer). Regarding writer, coordinates based on Twip/MM100 are used, not the matrix based one. This is part of a serie of 4 patches that adds Save graphic, Change Picture, Edit with external tool, Crop (by handles) in all products (scalc, sdraw, simpress, swriter). Main menus, toolbars and contextual menus are updated accordingly. Change-Id: Ie1a133d18487f51bb9c44ae2f000e63d911bf6b3 Reviewed-on: https://gerrit.libreoffice.org/15588 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Jan Holesovsky <kendy@collabora.com> Tested-by: Jan Holesovsky <kendy@collabora.com>
2015-05-05fix windows buildNoel Grandin
Error is "ambiguous call to overloaded function" Rename methods to something more specific to avoid this. Change-Id: Iac275e38cf7fb06be55cd859041acc641c13db35
2015-05-05tdf#91027 - cleanup dbaccess related dispose logic.Michael Meeks
Change-Id: Ice92188b097974b8e305c0180a791e25ed537054
2015-05-05AllocateFrame() and TriggerPaintEvent() can't be static when --enable-gtk3Tor Lillqvist
Change-Id: I1d637285b6b6ef64b83ab759bd4a379713bbf96b
2015-05-05dbaccess: implement ODatabaseDocument::loadFromStorage()Miklos Vajna
With this, it's finally possible to load a .odb file embedded inside a .odt. Change-Id: Ib5eec603ce958abd848e456871aacfad4ab0a8b7
2015-05-05dbaccess: use already existing source storage in ODBFilter, if possibleMiklos Vajna
Change-Id: I4378e229c771cf79a694086b7a4ba4ac2e36b8f7
2015-05-05Adapt SwSrcEditWindow's SyntaxTimerHdl to being used in an Idle nowStephan Bergmann
...not a Timer, since d843f3de731667a298a83fc66637c7f983f3b24d "changed timers to idle" Change-Id: If8c6a52d6fb7b1e392e8f31bc8f0db22b2f049e1
2015-05-05Use typed Timer::SetTimeoutHdl LinkStephan Bergmann
Change-Id: Iaaf0c93e5b28c0f7dbe4f02eda8beeae30708100
2015-05-05Drop misused lcl_ prefixTor Lillqvist
If used at all, lcl_ is supposed to be used for static functions truly local to one source files. The functions here occur in several source files (well, two, the one where they are defined and one other) so they are not "local" in that sense. (But they could be local in the one file that uses them...) Also, they are already in a basegfx::internal namespace. While at it, drop the :: prefix eyesore from basegfx::internal, and align parameter lists consistently. Change-Id: I68b91075e0b1779ac0fa884d8f9e956f1ab7b308
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I90dd921077bbfc57200e398e7959306f26c65cfe
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I912187d6c481a2ba61fed9c01998bf6f3c08a6a0
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: Ie7a1a5bc61d19aebd11a00c63c1f4104d893efbe
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I86e2095bee82a2a6a28b8750e5a328c4d395e2aa
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: Ib765ce5a61916b0598ebb42cb9445a5f09c8d37f
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I60678dfd1bd0d2e4754dbbe6ba053e90d5870780
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I64fdb27a7f83f6417a9cd67ed5d2c44072ec7f2e
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I3d61c1c64f7e781c032a77d5d35998e953bf5c0c
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: Ie6867e04156f40cacee275d5bbf3d63ac4965b30
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: I384a5e60f4b7b2f479c89ef97630519059ab720f
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: Idfd6368eba8e638cf9e6adf998b19ccd1f5e876c
2015-05-05loplugin:staticmethodsNoel Grandin
Change-Id: Iea68c4e466dd8e1cb7164959a680e5e52542166b