summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* Fix common typos. No automatic tools. Handmade…Andrea Gelmini2014-11-1261-95/+95
| | | | | | | Change-Id: I1ab4e23b0539f8d39974787f226e57a21f96e959 Reviewed-on: https://gerrit.libreoffice.org/12164 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* Clean up SvxFontHeightItem::SetPropStephan Bergmann2014-11-121-2/+1
| | | | Change-Id: I6cc58745aaf7093e54f92b50201bf2a39fcc5619
* fdo82708 Add missing tooltips to Writer StatusbarSamuel Mehrbrodt2014-11-111-1/+5
| | | | | | | Change-Id: Ie44b8de69b98ebfa789cc8f9a1d8a60b698fc154 Reviewed-on: https://gerrit.libreoffice.org/12368 Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> Tested-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com>
* Fix SvxFontHeightItem::operator=Stephan Bergmann2014-11-111-8/+4
| | | | | | ...and remove thus unused SetHeightValue Change-Id: I9c8c18614233df6086ff23533e7e7129848f42ef
* Revert "Some SvxFontHeightItem clean-up"Stephan Bergmann2014-11-111-8/+16
| | | | | | | | | This reverts commit d5f93eb47ec4c27e93ad908b0199790c702491a0, SvxFontHeightItem::SetProp was used to override "dummy" 100% nProp/ePropUnit values that did not match the computed nHeight value with nProp/ePropUnit values that are supposed to match the computed nHeight value. Yuck. Change-Id: Ic12e824054b3c5da7aca766b9b3eb076d1837d9a
* Some SvxFontHeightItem clean-upStephan Bergmann2014-11-111-16/+8
| | | | | | ...and operator= shall probably copy rSize.ePropUnit... Change-Id: I112c02b3a3b2ce23f3d03f03881136e05be29017
* Add a function to compare version number stringsTor Lillqvist2014-11-111-0/+9
| | | | Change-Id: I88d3d9040f70e84752ade19001a699f60e9e7636
* callcatcher: dropping SwChapterNumRules binary Load/Store has knock-on effectCaolán McNamara2014-11-111-5/+2
| | | | Change-Id: I2567026af23dd5fc42812b90bd6098c4c74a4f92
* xmloff: XML_DROPDOWN should be XML_DROP_DOWNMichael Stahl2014-11-112-2/+2
| | | | Change-Id: I47247289bb4367faa9a07f3568270718b5423353
* vcl: move OutputDevice::ImplDrawFrameDev() to WindowChris Sherlock2014-11-112-12/+5
| | | | | | | | | | | | | I have moved ImplDrawFrameDev() from OutputDevice to Window, because it deals with frames which is clearly the responsibility of the Window class, not the OutputDevice class which shouldn't really care about it at all. I've also renamed it to drawFrameDev() as it's a private function. Change-Id: I45fd50e8e34fe4a97730c3c857080e4e1ddb1c17 Reviewed-on: https://gerrit.libreoffice.org/12340 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com>
* fdo#84938: replace HELPMODE_ constants with enumNoel Grandin2014-11-111-14/+21
| | | | | | | Change-Id: I44be5567e84cdabd8b10771ea37e28b8a88cc23e Reviewed-on: https://gerrit.libreoffice.org/12333 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
* vcl: make ImplDrawOutDevDirect a protected function in OutputDeviceChris Sherlock2014-11-111-2/+2
| | | | | | | | | | | Also renamed it to drawOutDevDirect. We're making it protected because I'm about to move ImplDrawFrameDev() from OutputDevice to Window, where it should be. Change-Id: I7a94304cdc48b858c057749532de66086eeb5020 Reviewed-on: https://gerrit.libreoffice.org/12339 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* vcl: move OutputDevice::ImplGetFrameDev() to WindowChris Sherlock2014-11-112-2/+4
| | | | | | | | | | | ImplGetFrameDev() is for some unknown reason in OutputDevice, but it's most definitely something that's specific to Window. I've moved this, and also renamed it getFrameDev() as it's a private function. Change-Id: Iffb2c439bee8c29ee585a0d50cfd6fbcfc28c3bc Reviewed-on: https://gerrit.libreoffice.org/12338 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* vcl: tabify include/vcl/window.hxxChris Sherlock2014-11-111-27/+27
| | | | | | | Change-Id: I2c45b3b125b758dd391376bf731d8b91c00a0a5d Reviewed-on: https://gerrit.libreoffice.org/12337 Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> Tested-by: Chris Sherlock <chris.sherlock79@gmail.com>
* vcl: cleanup the opengl selection API.Michael Meeks2014-11-101-0/+5
| | | | Change-Id: Icebf3c7d2911b27e29d2259b780a04048b293b3c
* vcl: add BitmapEx load from icon theme constructor.Michael Meeks2014-11-101-0/+2
| | | | Change-Id: I3dbad69664b7417928a6be10ac561307dd94f67b
* fix spelling implemenation -> implementationNoel Grandin2014-11-102-3/+3
| | | | Change-Id: I5ac499df1f4063a80a5d41f60778106a7b96940d
* callcatcher: unused codeCaolán McNamara2014-11-101-1/+0
| | | | Change-Id: I2ead5d998c3b1b3cde1222fee6f072bf09ab0021
* merge initial work on OpenGL vcl backendMarkus Mohrhard2014-11-103-6/+48
|\ | | | | | | | | | | | | | | | | | | | | The backend builds on Windows, Linux and OSX but still does not render everything perfectly. Based on this initial framework the remaining improvements can be made incrementally in master. Whether the OpenGL code or the normal code is used depends on the OpenGL configuration variable. It currently defaults to false. Additionally we check during runtime if the requirements for running the OpenGL backend are fulfilled.
| * vcl: Initial work to have native widgets rendered with OpenGLLouis-Francis Ratté-Boulianne2014-11-101-0/+1
| | | | | | | | Change-Id: I8b244a5bdd12a64a65ca1bab14dfe6917a175ccf
| * use GLXPixmap for VirtualDeviceMarkus Mohrhard2014-11-101-3/+10
| | | | | | | | Change-Id: I6397708f164be68bd6561a382115654f90ecd471
| * split the OpenGLContext::ImplInit method into its platform partsMarkus Mohrhard2014-11-101-0/+1
| | | | | | | | Change-Id: I2fb8a85748497f2e9c361764e094ebf83ebeabe8
| * vcl: Get visual info for window from GLX when neededLouis-Francis Ratté-Boulianne2014-11-101-0/+10
| | | | | | | | Change-Id: Id8cea87391835694e20aa703b7fdb3f13434d47b
| * vcl: Add method to swap buffers after painting windowLouis-Francis Ratté-Boulianne2014-11-101-0/+2
| | | | | | | | Change-Id: Icdf691e7e9e83d039e33d2095270290dc31f2efa
| * vcl: Add methods to get size of OpenGLSalGraphicsImplLouis-Francis Ratté-Boulianne2014-11-101-1/+1
| | | | | | | | Change-Id: I7eecbc236db12fb9453384985245eb5ca781e0f5
| * support rendering to memory device contexts on WindowsMarkus Mohrhard2014-11-101-0/+2
| | | | | | | | Change-Id: I91fdd429663fae76bfe17d37de86d118621cf160
| * init the OpenGL context in the windows backendMarkus Mohrhard2014-11-101-0/+2
| | | | | | | | Change-Id: Ic4fb491c95170639015a4452f355354ad01612bc
| * add possibility to check if system can run OpenGL VCL backendMarkus Mohrhard2014-11-101-0/+5
| | | | | | | | Change-Id: If3475c6b2c76e4634f16053928b43a94c83be6ee
| * first step at optional single buffered OpenGL renderingMarkus Mohrhard2014-11-101-0/+2
| | | | | | | | Change-Id: I064de6ca7d40b8e6e378a01dd39a6cd09f040b68
| * make it possible to select the OpenGL rendering on windowsMarkus Mohrhard2014-11-101-0/+3
| | | | | | | | Change-Id: Id60b8121a890e6d1f46bd671549ac681f42b7660
| * remove unused functionMarkus Mohrhard2014-11-101-2/+0
| | | | | | | | Change-Id: I990e53f55093affa0da1878d1cdd46f6b1c6a99c
| * add a OpenGLContext::init for unix backendMarkus Mohrhard2014-11-101-0/+6
| | | | | | | | | | | | | | That one does not need the indirection through a Window instance to get to the X resources that are necessary for a GLX context. Change-Id: I3195a5f2b447172434881bd9b0b230c8992c1c87
| * split method in part related to windows and other stuffMarkus Mohrhard2014-11-101-0/+3
| | | | | | | | Change-Id: Ie3851bfd558ffeabd374afdc2a4d4833e3866a6e
* | never wonder if sun is not sunTakeshi Abe2014-11-101-5/+0
|/ | | | | | | | | | | By the way an item of the following page suggests the same snipet: <http://www.faqs.org/faqs/ui-builders/TeleUSE/> while I am not sure if it was the case. Change-Id: I9fb0ea0e872cb1697aa953a406527472f0cbccde Reviewed-on: https://gerrit.libreoffice.org/12330 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
* SfxTabDialog ctors: take an OUStringMiklos Vajna2014-11-092-3/+3
| | | | Change-Id: I91b9b2ffd19b2412ac01dd12429d6460b4c4812c
* fdo#82707 Unify click behavior in Statusbar (Writer)Samuel Mehrbrodt2014-11-092-2/+1
| | | | | | Use single click for primary action, right click for context menu Change-Id: Ia707a88b48f4af144588c45d37acea547e77773e
* fdo#85804 Use the new popups in the sidebar tooMaxim Monastirsky2014-11-092-60/+2
| | | | Change-Id: Ib4767eeef1dc6c404bb36068f806c42ccc1086b6
* fdo#85804 Introduce bullets and numbering popupsMaxim Monastirsky2014-11-091-0/+2
| | | | Change-Id: I39ea402a3ce3296f55ea127b0139e89954e41252
* Unindent.Kohei Yoshida2014-11-0810-423/+328
| | | | Change-Id: I98b5a0b91c92e58bae3caa69a4ed35c72dc839dd
* xmloff: remove unused parameter of SvxXMLListStyleContext::FillUnoNumRule()Michael Stahl2014-11-081-4/+3
| | | | Change-Id: I359f37ce778d55e6868bd1c78c0ff0d452f36088
* sw: store Outline Numbering as ODF fragment instead of SfxPoolItemsMichael Stahl2014-11-082-12/+14
| | | | | | | | | | This should be less fragile and re-uses some xmloff and unocore code. Storing from ~SwBaseNumRules() does not work because other gobals that the export code relies on are already dead at the time it is called from a terminate() listener, so store when the dialog updates a format. Change-Id: I4e148b82d0a338ec7ffa6429c6e162db79f8c44e
* coverity#1251176 Uncaught exceptionCaolán McNamara2014-11-071-1/+1
| | | | Change-Id: Ibeedfcb59e3a249c066a9c0f5dd3fcced9beed90
* fdo#84938: replace MOUSE_ modifier constants with enumNoel Grandin2014-11-072-32/+39
| | | | | | | | and make the two categories of constants non-overlapping, we really don't need to risk confusion in order to save 6 bits in a data structure like this. Change-Id: I2251195d8e45ed04e2a89e47ae9c3e52cf0475c0
* Removed #includes including themselvesAndrea Gelmini2014-11-071-1/+0
| | | | | | | | Change-Id: I3fe3227967e07b6b0c82dccf3c9400bfe6e1d729 Reviewed-on: https://gerrit.libreoffice.org/12292 Reviewed-by: Riccardo Magliocchetti <riccardo.magliocchetti@gmail.com> Reviewed-by: Michael Stahl <mstahl@redhat.com> Tested-by: Michael Stahl <mstahl@redhat.com>
* Optimize ImplCheckSizeOfSwappedInGraphics() a bitZolnai Tamás2014-11-071-0/+1
| | | | | | | Store used size as a member so we don't need to recalculate it all the time and no need to use a size map. Change-Id: I1f929c5d3a56f545cef123bda087ecaf8ca0be4a
* Make SdrGrafObj swapping methods private.Zolnai Tamás2014-11-071-0/+3
| | | | | | | | Plus remove some useless call of them. Change the tests accordingly. Change-Id: I47a50b5734d799ac02ee7221c95f82415afb9497
* Swapping Graphic is a privilage of GraphicObject.Zolnai Tamás2014-11-072-1/+4
| | | | | | | | | | | | | | This means more things: * Graphic won't swap out itself, so those classes which uses Graphic without GraphicObject won't need to deal with swapping. * When a Graphic is queried from GraphicObject the caller won't need to deal with swapping, because GraphicObject swaps it in before return. * GraphicObject will swap in the Graphic always when a swapping dependent data is queried (e.g. whole graphic, transformed graphic or AnimationNotifyHdl) Change-Id: I2bf6e37291ec94146f10aac4a35084682437ed16
* More unused swapping related methods / member of SdrPageZolnai Tamás2014-11-071-9/+0
| | | | Change-Id: I4a979dd09418df4526409d9026d6abb98c6bf954
* ForceSwap{In,Out}Objects methods are unused nowZolnai Tamás2014-11-071-5/+0
| | | | | | | They are called only by themselves recuirsively, but not from outside. Change-Id: I1cde392c95bbc60ac7937d0bf3cd4b0fd062568b
* Remove duplicated swapping methodsZolnai Tamás2014-11-071-3/+0
| | | | Change-Id: I0e61aeb0705ed13872d252ee1594f9ab4aab4f8a