summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-04-26Clean up remains of URL History List (eHISTORY).Andrzej Hunt
f7feb4227d83f4f095597a44826277aaae2bc0df killed the adding of documents to this list, which however caused fdo#72006 as the "Load URL" control still used this list, which has now been fixed to use the Picklist, hence we can completely kill the history list. Change-Id: Ib4c6892aff0bf5d6e32985041a3ac7c416d8d726 Reviewed-on: https://gerrit.libreoffice.org/9105 Tested-by: Andrzej Hunt <andrzej.hunt@collabora.com> Reviewed-by: Andrzej Hunt <andrzej.hunt@collabora.com>
2014-04-25odd that apparently these only are checked in non-opt modeCaolán McNamara
Change-Id: Icbcd5f090e8fc63bf017ec83611ba9abf7335dae
2014-04-25coverity#706281 Uncaught exceptionCaolán McNamara
Change-Id: I6bc7ea330834054a20f89bdb0ac7cc9ccd9ca4aa
2014-04-25coverity#706282 Uncaught exceptionCaolán McNamara
Change-Id: I495c558ed7692a0d2b669d9bc9cb62ed9ddc6665
2014-04-25quick fix for inheritance problemsMarkus Mohrhard
Change-Id: I41c5c937d62d6ba0b3df2d4a0101319f272495a7
2014-04-25the chart root shape has to be at the bottom, fdo#74333, cp#1000057Markus Mohrhard
Change-Id: Ic99fec987f290e94e4b45f4d193406daa2de4740
2014-04-25add way for shape dumper to dump single shapeMarkus Mohrhard
Change-Id: I031921d6869d3bbdef4ed11e4316b6cd977992ca
2014-04-25fdo#77683 the color in the toolbar buttons doesn't change.Tomofumi Yagi
The color in the toolbar buttons doesn't change when we use the Floating Font/Background/Highlight Color Toolbar. This problem seems happen sometimes,not always. This patch modifies that SvxColorExtToolBoxControl::StateChanged() in /svx/source/tbxctrls/tbcontrol.cxx handles SFX_ITEM_DEFAULT message always. Change-Id: If7410297db768c161287b75396186fbec3605f63 Reviewed-on: https://gerrit.libreoffice.org/9107 Reviewed-by: Kohei Yoshida <libreoffice@kohei.us> Tested-by: Kohei Yoshida <libreoffice@kohei.us>
2014-04-25VCL: Move OutputDevice map structures to own VCL header fileChris Sherlock
Change-Id: Ifbaa51018d47fde72be80d5d1870fdda214db320
2014-04-25VCL: ImpObjStack replaced with std::stackChris Sherlock
ImpObjStack uses it's own home-grown stack and stack functions. There is a function that unwinds the stack, but really it would be better if we used std::set. In fact, this is better, because the name ImpObjStack is really not terribly descriptive. I've replaced it with a stack of OutDevState objects. Change-Id: I87bdd4340ad77b7ffd9ff176fa5a9ffeac8b8666
2014-04-25VCL: Remove unused and deprecated debug check functionChris Sherlock
Change-Id: I3fcf630b8a0ef5be0d98ddc11a746e07885bae53
2014-04-25i#124638 support for DrawingLayre FillStyle for GraphicFrames and ...Armin Le Grand
... EmbeddedObjectFrames in Writer (cherry picked from commit 8433ee82c9323501545164ddf6e6008db483ab7a) Conflicts: sw/source/core/attr/format.cxx sw/source/core/layout/paintfrm.cxx sw/source/core/uibase/shells/grfsh.cxx sw/source/core/unocore/unomap.cxx sw/source/core/unocore/unostyle.cxx sw/source/ui/frmdlg/frmpage.src xmloff/inc/xmloff/XMLShapeStyleContext.hxx xmloff/source/draw/XMLShapeStyleContext.cxx Change-Id: I441378ec3e9a32764781a8063adcc52051efe17f
2014-04-25fdo#43157 : [API CHANGE] Remove OSL_THIS_FILEMichaël Lefèvre
Change-Id: Ifa6bdb2f2bdf96826f09c42a1e36d97ed6e034cd Reviewed-on: https://gerrit.libreoffice.org/8886 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
2014-04-25fdo#73148 (partial patch) Add Excel 2010 function AGGREGATEWinfried Donkers
Change-Id: If8fc8608699a14e573456af2e1180342be942dd1 Reviewed-on: https://gerrit.libreoffice.org/8475 Reviewed-by: Eike Rathke <erack@redhat.com> Tested-by: Eike Rathke <erack@redhat.com>
2014-04-25VCL: Reorganize and rename wallpaper functionsChris Sherlock
Grouped wallpaper functions in outdev.hxx, also changed the function names: + ImplDrawColorWallpaper -> DrawColorWallpaper + ImplDrawBitmapWallpaper -> DrawBitmapWallpaper + ImplDrawWallpaper -> DrawWallpaper Change-Id: I0eb9c21bf2f6a336df22cd27cd1557f2c795f792
2014-04-25Renamed ImplGetDPI(X|Y) to GetDPI(X|Y)Chris Sherlock
Change-Id: If76b99589ddd83431593404c1034b8b726bc3f9b
2014-04-25Remove ImpInitOutDevData and ImplDeInitOutDevData in OutputDeviceChris Sherlock
All these do is some very, very basic initialization. There is no need to lazy load the structure, it should be initialized when OutputDevice is created in the constructor and deinitialized in the destructor. Change-Id: I780caf4d02e9a2a7d094989cf0bba579493ca98d
2014-04-24fdo#77089 pass shape dimensions to graphicfilter for WMFTomaž Vajngerl
Change-Id: I673a76ef85038b1f304ea85faeed5b4a462cb144
2014-04-24Fix error: 'GetActiveClipRegion' is a protected member of 'OutputDevice'Tor Lillqvist
Change-Id: Iea6797790c76f14a28c090f3d76ef8873302c4df
2014-04-25VCL: remove comment tags not recognized by doxygenChris Sherlock
Change-Id: If3ce6dd8ad25f5ba36ff144f0787c4be6f42c557
2014-04-25Rearrange function locations in outdev.hxx and outdev/clipping.cxxChris Sherlock
Change-Id: Idb1faf5632da8ea3fec674f9fb2d042c7ff14fa7
2014-04-25VCL: Rename OutputDevice::ImplSelectClipRegion to SelectClipRegionChris Sherlock
Change-Id: I8c683588d8bdb6dd287e60fc1e249bd5633a4ee2
2014-04-25VCL Change OutputDevice::ImplSetClipRegion to SetDeviceClipRegionChris Sherlock
Change-Id: Ia2db9d640af6bdc35f3e38b5b85355721d5b8331
2014-04-25fdo#74702 Move GetActiveClipRegion code into WindowChris Sherlock
Window checks to see if the window is currently being painted, then it checks to see if there is an active clipping region (which it needs to intersect with). Printer and VirtualDevice don't have this need, so they just return the clipping region. Change-Id: I1a9af237940f5add725c783c02a193c9e3329fa6
2014-04-25VCL: Rearrange clipping functions in outdev.hxxChris Sherlock
Change-Id: Ieb6ce1f3505d1f2d6949fe0c4da762f4aead6d83
2014-04-25VCL: remove comment, rename ImplInitClipRegion to InitClipRegionChris Sherlock
Change-Id: If8d18b59285f75d61d9972ca019390fce700be3c
2014-04-25fdo#74702 Move ImplInitClipRegion Window code out of OutputDeviceChris Sherlock
Window instances need to handle overlapped window clipping, VirtualDevice and Printer do not have to worry about this. This code should be kept in the class that handles it, so I'm seperating it out. Change-Id: Ie7df90c983f7a858b563d4f892ceb64d575c0319
2014-04-24coverity#707469 Uncaught exceptionCaolán McNamara
Change-Id: I93bb55b339dcc6a177d7403760703a895cebc805
2014-04-25VCL: Rename ImplReleaseGraphics to ReleaseGraphics, change to protectedChris Sherlock
Change-Id: Iff4198fdd51db787461b897f2d9d8b7640dbf772
2014-04-25OutputDevice::AcquireGraphics should be protected, not publicChris Sherlock
Change-Id: I1aacc4a908798fda24de6b6f09b58dcf5d392e70
2014-04-24WaE: is used as a header guard here, followed by #define of a different macroTor Lillqvist
Change-Id: I796873bd3a7a1b83dcb5c9ac209f6dd25a0005ad
2014-04-24change libwriterperfect to shared libraryDavid Tardon
There are already 3 libs linking with it and there will be another one in near future. It is time to stop the duplication :-) Change-Id: Ia7d24882c37a8bf49fa031b73fa1bd5296f78820
2014-04-24remove unused macrosCaolán McNamara
Change-Id: Ie051a0d584fc0470237f4ac0723e8730a6b47ed3
2014-04-24hmm, need a rethink on these exceptionsCaolán McNamara
Change-Id: I0d91e142d719b946f65ed704b06371d00534ad78
2014-04-24make SvDetachedEventDescriptor::hasByName return boolNoel Grandin
Also, since this is a utility method, and it does not override a method from an UNO interface, it does not need to be virtual. Change-Id: I2dd90331e8ff49572bdfcb6ea2e2e3ed2fd95051
2014-04-24Sequence::operator[]: let's cast the other side to unsigned tooMichael Stahl
Change-Id: I30845477e5dfbf5c90702bb0b6acb7955fcbe684
2014-04-24Sequence::operator[]: silence -Werror=strict-overflow warningsMichael Stahl
GCC 4.8.2 warns when index is a subtraction expression; the real problems in that case will be found by the "index >= 0" check. Change-Id: I4c3f0bdb7996e433b1693eb7dcbafb9610b5dbcf
2014-04-24coverity#707475 Uncaught exceptionCaolán McNamara
Change-Id: I4c9da1bb21e55578fc81e4c5b3133cbd639711cc
2014-04-24coverity#707476 Uncaught exceptionCaolán McNamara
Change-Id: I667867d0333d9d82db3218e2645741a2327cd8fe
2014-04-24coverity#707477 Uncaught exceptionCaolán McNamara
Change-Id: Ie91515b0cd0fcf5a1b3bc7b2d394927dafa851ea
2014-04-24coverity#707478 Uncaught exceptionCaolán McNamara
Change-Id: Ib967053b7d306d18c69843da39646d69540f081f
2014-04-24coverity#707479 Uncaught exceptionCaolán McNamara
Change-Id: I4a1c43dab2814ed66f1785b91ead76407e32de46
2014-04-24add missing modelines to cxx and hxx filesThomas Arnhold
some of them have no copyright header Change-Id: I9c2c0c859dabe231cb29af29290847e7b4aa46a3
2014-04-24some more hrc cleanupThomas Arnhold
Change-Id: Ia7db5d7b52aadd158584ffaa06e777d8b02f9820
2014-04-24remove odd hackThomas Arnhold
and move SID_CHAOS_* to the appropriate place Change-Id: Ib65bf3bb50681a1bb334fe84669defa44eabc9b8
2014-04-24fix double allocationThomas Arnhold
Change-Id: Ie9eaf51d1fc74c3cddf88f79af0d60086dc625a5
2014-04-23huge hrc and src file cleanupThomas Arnhold
* mostly fallout from ui conversion * some completely unused defines from src files * lots of unused HID ids Change-Id: I976561205798db3d06ee139de6223f638e58f47a Reviewed-on: https://gerrit.libreoffice.org/9142 Tested-by: LibreOffice gerrit bot <gerrit@libreoffice.org> Reviewed-by: Thomas Arnhold <thomas@arnhold.org>
2014-04-24Rearrange VCL OutputDevice bitmap functionsChris Sherlock
Change-Id: I9bb6a5d123c35d3de2d2fa7b8a427c92f599afd7
2014-04-24Comment documentation error fixup in outdev.hxxChris Sherlock
Change-Id: Id03ffc9681b457d702b4d8beef4c8a3a52d1641b
2014-04-24Remove unnecessary OUTDEV_INIT() macro in VCL's outdev.hxxChris Sherlock
Change-Id: I0eba1f88f607ba1faf40d8507bb184bdc88085be