summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Collapse)Author
2014-09-01correct include guard commentThomas Arnhold
Change-Id: Ie94573f7c43c834cd636493bed32f07aa792da49
2014-09-01fix typo Sufface->SurfaceThomas Viehmann
Change-Id: I90847d0edbc2c13e405562647b150012bc5df7e2 Reviewed-on: https://gerrit.libreoffice.org/11249 Reviewed-by: Markus Mohrhard <markus.mohrhard@googlemail.com> Tested-by: Markus Mohrhard <markus.mohrhard@googlemail.com>
2014-09-01Consistency around SvxB3DVectorItem in svx/svx3ditems.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I7f2348d82c76f6f231e34f0dfc4b6ee6fddffe55
2014-09-01Consistency around SvxColorItem in svx/svx3ditems.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: If26ab3229871d2d6a7e4e7e8f79f4cb927b96930
2014-09-01Missing Clone overridesStephan Bergmann
Change-Id: I0dda3dc849fce9ba994baa82f7e25497ea995c75
2014-09-01Consistency around SfxUInt16Item in svx/svx3ditems.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I2e467df03a34d694214e0560476cb7fd76ef0735
2014-09-01Consistency around SfxBoolItem in svx/svx3ditems.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I3253b4cc5657a7d6b960ee892584109d373eed3d
2014-09-01Consistency around SfxUInt32Item in svx/svx3ditems.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I3193eab34a34c051002adeedd8b368e26f55f7a3
2014-09-01Revert "fdo#44081 don't remove 'edit' pop-up menu entry from form in design ↵Miklos Vajna
mode" This reverts commit 15cea073e7ed4970e60967fe036fc492e2052203. I overlooked the fact during review that this introduces an svx <-> sfx2 circular dependency.
2014-09-01fdo#44081 don't remove 'edit' pop-up menu entry from form in design modeLionel Elie Mamane
Change-Id: I9700d0d729a8f2d1255fcd03a07e05799e21f8d0 Reviewed-on: https://gerrit.libreoffice.org/11152 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk>
2014-08-30add capability to load FloatingWindows from .uiCaolán McNamara
in theory anyway Change-Id: I8230462bdb05e4a71e366c1a92ba388a8ea12c82
2014-08-30move layout from dialog to systemwindowCaolán McNamara
*distant sounds of hammering in basement* so we can get Floating Windows layout aware as well without duplicate of dialog layout logic Change-Id: I063375f2f7d4e5c3bfbfedf55649078d4dbe4139
2014-08-29Mirror vertically the texture bitmaps for OpenGLZolnai Tamás
In case of glTF models it saves a Mirror() call. In case of OpenGL charts it avoid flipped texts. Change-Id: I1ac980e16bcb5ba6a9a025b638aaac3b08b4aab3
2014-08-29It seems better if the caller allocates the memory for the RGBA buffer.Zolnai Tamás
For example it allows to use std::vector<> and call the method Change-Id: Id4b8e33838d358dd242d0176e42558505fa8d4a3
2014-08-29Make opengl chart window always activeZolnai Tamás
Fortunately there is a special ole object group with the MS_EMBED_ACTIVATEWHENVISIBLE flag which define this behaviour. Problem is that both Aspect and EmbedMisc are MS specific enums so we can't use them directly for non-MS objects. But we can handle opengl charts the same as this ole object group. Change-Id: I49abeffce319cbb775709a72ba198a1f76b65374
2014-08-29ChartHelper::IsChart is uselessZolnai Tamás
EmbeddedObjectRef has an own IsChart method with the same behavior. Change-Id: Ib06699186466bf3da2bd67d7c631a5216463fb14
2014-08-29Add a method to check whether an XEmbeddedObject is a chartZolnai Tamás
Change-Id: I6f860b9f1bce200c5366df0a32650705cf429a80
2014-08-29Upgrade libgltf to 0.0.1Zolnai Tamás
News in this version: - Solve some limitations of walkthrough mode (fdo#81425) - Multisampling (better rendering quality, mainly at the edges) - Better error handling (no crash in case of invalid input file) Change-Id: I46fdf56b00476614487fbcc04178e43e33a01794 Reviewed-on: https://gerrit.libreoffice.org/11179 Reviewed-by: Zolnai Tamás <tamas.zolnai@collabora.com> Tested-by: Zolnai Tamás <tamas.zolnai@collabora.com>
2014-08-29fdo#80538 Show an infobar when document is in read-only modeSamuel Mehrbrodt
and remove the Edit icon from the toolbar Change-Id: I27d9506bd0fb76b3f1ad056a9866f7744674a3e2 Reviewed-on: https://gerrit.libreoffice.org/11182 Reviewed-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr> Tested-by: Bosdonnat Cedric <cedric.bosdonnat@free.fr>
2014-08-28bnc#822173: Initial work on exporting pivot cache and pivot table to xlsx.Kohei Yoshida
Still not perfect, but it somewhat does work. Change-Id: Ic248e20f7ab18a37f56b2034f57551dded956bab
2014-08-28parseXml should return xmlDocPtr instead of htmlDocPtrTomaž Vajngerl
Change-Id: Ia9fb79ea40ca840d7328a078e747ad64a63d18f1
2014-08-28callcatcher: update unused codeCaolán McNamara
Change-Id: I6cb74836f98d7507359f39e1fd03a1462b2e0c31
2014-08-27CancelButtons no longer loaded from resource filesCaolán McNamara
Change-Id: If95ae86708660007e6a0f4df27b3c364a9653dae
2014-08-27OKButtons no longer loaded from resource filesCaolán McNamara
Change-Id: Ice1d71e730519697c891d66909550876c9d23ebb
2014-08-27callcatcher: update unused codeCaolán McNamara
Change-Id: Idaed255e4f004ad555ccbd6ba9dc29bf522d3c5f
2014-08-27remove unused bIsOwner field in SfxHintNoel Grandin
Change-Id: I676039b07519fbed3b92c6ada0fa8217ee2cbe27
2014-08-26Remove some unused macrosTor Lillqvist
Change-Id: Ic8395cc31845e510b6ef5fb2a1d5f66534295012
2014-08-26sw HTML export: don't crash on embedded object without native dataMiklos Vajna
Change-Id: I26fa823b987b2edfbb1be054a5f4d03bbe95a308
2014-08-26FixedHyperlink no longer loaded from resource filesCaolán McNamara
Change-Id: Ie2943e7b19d8d8d5bd2e3e5ccb466512af31cc24
2014-08-26Dialogs no longer loaded from resource filesCaolán McNamara
Change-Id: I55295009f474dbac15be792049fa5c6c95c1ec07
2014-08-26ModalDialogs no longer loaded from resource filesCaolán McNamara
Change-Id: I2d208c7cc5ff9bf26bff5ab2aa40e0bf57373342
2014-08-26convert sw use of template manager to new managerCaolán McNamara
this completes the conversion of resource hosted dialogs and tabpages to .ui gtkbuilder format Change-Id: Ic1b49d5560bfa47f287e04918c01daeebba28163
2014-08-26itemdel.[ch]xx is only used in sfx2Markus Mohrhard
Change-Id: I240f15f87e27ba8a52bab244f8c784d527bff179
2014-08-26turn method documentation into doxygen commentsMarkus Mohrhard
Change-Id: I38a10833b1d0b17c70298b6ed7a850cb9b728813
2014-08-26move method documentation to the header fileMarkus Mohrhard
Change-Id: I7d4f77c50a8b6b2b0d7c0868c73b0cb13f952421
2014-08-26remove whitespace and put documentation before method/classMarkus Mohrhard
Change-Id: Ib88648d9ec049932520501ec997e2e82a55f63f3
2014-08-26convert SBX flag bits to type-safe enumNoel Grandin
Change-Id: I18d5d6a27f06ee60a5cb3dc393bf05b51bba4817 Reviewed-on: https://gerrit.libreoffice.org/11070 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com>
2014-08-26keep acc.set within clip boundsCaolán McNamara
Change-Id: I6af2eda03148dd400afa2f375b98e396ab0d5f3c
2014-08-25return false if the clip region would div by zeroCaolán McNamara
Change-Id: Ia0928306b3608df9c48a19b517edac54ba43bd57
2014-08-25detect conditions where loop cannot logically endCaolán McNamara
Change-Id: I7e2ec1e09614510e6798ba8d5b9990c189a8dbb9
2014-08-25zoom slider: impl as scoped_ptr and reduce code duplicationTomaž Vajngerl
Change-Id: I274e731c70c2735f513e9e8fbf2273aa52310fd2
2014-08-25MessBox not loaded from resource files anymoreCaolán McNamara
Change-Id: I12378a1c80e1070763cd2bd0539d74f4cc270a30
2014-08-25convert MessBox with custom buttons to .uiCaolán McNamara
Change-Id: I05704746ce5f098a2caaafafdc574009b279e458
2014-08-25WarningBox are no longer loaded from resource filesCaolán McNamara
Change-Id: Ib05a9876c0b1d3425dd1629f8a0fe3d16a57cc30
2014-08-25convert WARNINGBOX_* to MessageDialog + stringCaolán McNamara
Change-Id: Icdd1cbd4660ebcc156d1a406bd853fce3b5cf1e1
2014-08-25queryboxes cannot be loaded from resource files anymoreCaolán McNamara
Change-Id: I2ee03b2f8f34d9ecf8a762e7845410fd9a31590f
2014-08-25convert RID_QRY_SAVEMODIFIED with custom buttons to .uiCaolán McNamara
Change-Id: I782ca0f7e60f92e65e1a93bb8d1d38eded941cbb
2014-08-25convert STR_QUESTION_JAVADISABLED with custom buttons to .uiCaolán McNamara
Change-Id: I6f806f27232865ab871576e18a33fae08c20ed31
2014-08-25QueryBox RID_SVXQB_* -> MessageDialog + stringCaolán McNamara
Change-Id: I37aeefe36953c80a1218e2634153906dd5cb3c1e
2014-08-25Consistency around SdrMetricItem in svx/sderitm.hxxStephan Bergmann
...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I4a0715b18bc3aa032779252cad2450c905a467a4