summaryrefslogtreecommitdiff
path: root/sysui
ModeNameSize
d---------desktop554logplain
d---------prj70logplain
d---------source / win32 / misc32logplain
d---------util118logplain
>Noel Grandin 2018-09-17New loplugin:externalStephan Bergmann 2018-08-16tdf#119284 bg for automatic not set while editingCaolán McNamara 2018-08-02Add missing sal/log.hxx headersGabor Kelemen 2018-05-25SOSAW080: Derive SdrObjGroup from SdrObjListArmin Le Grand 2018-04-11new loplugin:unusedvariablemoreNoel Grandin 2018-04-07SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand 2018-04-06Revert "SOSAW080: Added first bunch of basic changes to helpers"Armin Le Grand 2018-04-06SOSAW080: Added first bunch of basic changes to helpersArmin Le Grand 2018-03-06use more Color in svxNoel Grandin 2018-01-12More loplugin:cstylecast: svxStephan Bergmann 2018-01-05remove dead eeitemid.hxxNoel Grandin 2017-12-29loplugin:passstuffbyref improved return in svxNoel Grandin 2017-11-22loplugin:flatten in svxNoel Grandin 2017-11-20TypedWhichId for SDRATTR* constants (1)Noel Grandin 2017-11-20TypedWhichId for XATTR* constantsNoel Grandin 2017-11-17TypedWhichId for EE_PARA* constantsNoel Grandin 2017-09-26Rename the basegfx::tools namespace to basegfx::utilsTor Lillqvist 2017-09-26we should be able to dispense with the intermediate vectorCaolán McNamara 2017-09-13clang-tidy modernize-use-emplace in svxNoel Grandin 2017-08-17remove UL/L suffixes from integer constants on the RHS of expressionsNoel Grandin 2017-08-17remove UL/L suffixes from integer constants in initialiser/call expressionsNoel Grandin 2017-08-10editviewoverlay: Allow EditView to run in OverlayArmin Le Grand 2017-08-02remove unnecessary use of 'this->'Noel Grandin 2017-07-31Corrected HitTest for layouted textArmin Le Grand 2017-07-05new loplugin unnecessaryparenNoel Grandin yerIDSet bitfield in layer ID order. But file format knows no layer IDs and on loading the bitfield is interpreted in the layer order given by <draw:layer-set> element. Therefore reorder the bits on saving according <draw:layer-set>, which is order in SdrLayerAdmin. Change-Id: Id349dc7f42338e35ca8cc3b6409d061213b01691 Reviewed-on: https://gerrit.libreoffice.org/60178 Tested-by: Jenkins Reviewed-by: Regina Henschel <rb.henschel@t-online.de> 2018-08-27tdf#101242 Support draw:display and draw:protect attributes of ODFRegina Henschel LibreOffice writes the properties visible, printable and locked of layers into items in the subfile settings.xml and handles them as properties of the view. ODF handles them as property of the layer. To become more ODF conform as a first step these properties are now read and written. They are used to initialize the view in case they are missing in settings.xml, which is the case for foreign documents. The ODF properties are written in addition to the items in settings.xml, so that older versions will notice no difference with such documents. SdModelTestBase is changed to handle odg as Draw document. Change-Id: I190ecc51fc6ee91ec4b96d06bb216ce517bdfcfe Reviewed-on: https://gerrit.libreoffice.org/59269 Tested-by: Jenkins Reviewed-by: Tomaž Vajngerl <quikee@gmail.com>