summaryrefslogtreecommitdiff
path: root/sd
AgeCommit message (Collapse)Author
2018-08-27Resized graphicsMatthias Seidel
Notes: ignore: obsolete
2018-08-01Cleaned up resource file for snap dialog.Matthias Seidel
Removed entries for MASKCOLOR. Notes: prefer: 20452aa248c8d32289736e0a3aef6a3caafc3ce5
2018-07-31Cleaned up resource file for Duplicate.Matthias Seidel
Removed entry for MASKCOLOR. Notes: prefer: 8c913392116470956d2e8e3f2ffc8423cd56e411
2018-07-12Small change to the aspect ratio of the graphicsMatthias Seidel
Notes: prefer: df903c3e2084d8cc33e3935a1668b8b46e25201f
2018-07-05Cleaned up dialog for DuplicateMatthias Seidel
Notes: prefer: 8c913392116470956d2e8e3f2ffc8423cd56e411
2018-07-05Cleaned up dialog for layersMatthias Seidel
Notes: prefer: e484def6763bf94a70c3fef3c68bbef50eced67f
2018-07-01Minor cleanupMatthias Seidel
Notes: prefer: 747a4f30d2e6b44e31854849be30295cca25af5b
2018-06-30Cleaned up dialog for HTML ExportMatthias Seidel
Notes: prefer: df903c3e2084d8cc33e3935a1668b8b46e25201f
2018-06-28Fixed typo (cought -> caught)Matthias Seidel
Notes: prefer: 982babed5c7919999fd84e8ede37b421bceb5b2a
2018-06-26Cleaned up dialog for Presentation WizardMatthias Seidel
Notes: prefer: 9701a7ca9858f6a286a7c75fa83dcb5d89cb5033
2018-01-17Fixed typosMatthias Seidel
Notes: prefer: 7f56e58148602f75b7b5ccccf1860dc65c4620d0
2017-12-15Enhance gb_LinkTarget_set_*_optimization functions to allow multipleDon Lewis
targets to be specified. Convert optimization overrides in the gbuild library makefiles to use gb_LinkTarget_set_*_optimization. There should be no functional change. Notes: reject: convenient workarounds in the build system for toolchain bugs is the road to a hell of buggy toolchains
2017-06-18Increased width of dialogMatthias Seidel
Notes: prefer: 4667a55fd47db456d36ad151656b4041a6ded034
2017-01-21Replace nullptr with NULL.Pedro Giffuni
It appears that MSVC 2008 [1] doesn't support nullptr so we are tied to the older ages. Pre-existing code uses NULL. [1] https://en.wikipedia.org/wiki/Visual_C%2B%2B Notes: ignore: obsolete
2017-01-21Add a main/sd subsequent test that wasn't hooked into the build.Damjan Jovanovic
Patch by: me Notes: ignore: obsolete
2017-01-20Fix mismatches found by Clang-4.0.Pedro Giffuni
Reported on FreeBSD's bugzilla [1]. Unfortunately it is likely more issues remain. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216206 Notes: prefer: 3f02f62e5c74832d4215d327b0f7eec6087da826
2016-12-04Standardize all gbuild bridge makefile.mk filesDamjan Jovanovic
(main/*/prj/makefile.mk) to the version that sets gbuild debug flags from the configure.ac debug settings, and make this the standard gbuild template too. Patch by: me Notes: ignore: obsolete
2016-11-18#i39199# Translated comments from German to EnglishMarcus Lange
Notes: prefer: 889ec0e4d4afac36d4d462bfeaf146398baa4082
2016-09-01Fix by far the largest source of -Wtautological-undefined-compareDon Lewis
compile warnings. The class definition for SdrMarkView in svx/inc/svx/svdmrkv.hxx contains two inline methods that take a reference argument and perform an &rArg == NULL test on it. The compiler warns that this condition should always be false because dereferencing a NULL pointer to generate a reference is not valid in C++ and a valid reference will never be at address 0. Warnings are generated every time this header is included in a .cxx file. It turns out that there are no callers for the IsGluePoint() method, so just comment out its definition. It also turns out that all the callers of IsPointMarked() pass it a dereferenced pointer, so convert IsPointMarked() to take a pointer argument and modify all the callers to pass a pointer without dereferencing it first. Notes: prefer: 16889f355d1f7157bad84b42ad5a1b2b715ae767
2016-08-07Merge branches/gbuild-reintegration to trunk.Damjan Jovanovic
Notes: ignore: obsolete
2016-05-22Spelling, spelling ...Pedro Giffuni
Why worry about some sprinkled German when we haven't yet learned English. Notes: prefer: b37a07f2da6c4fcc1a01cc3ea547c558c23edd71
2015-11-29Resource LeakPedro Giffuni
CID: 736452 Notes: prefer: f6012f6c5d40857ea7a9490da90ae5541d859563
2015-11-27Resource leakPedro Giffuni
CID: 736451 Notes: prefer: e3193eb37a2fa75261746c1bdea836889d71a55f
2015-09-02Fix some perl shebangs.Pedro Giffuni
Mosrt important perl scripts already use a portable method but fix these nevertheless. Notes: prefer: 1529c3f6ac71f7f2bd27ffd13944574793de389f
2015-01-08#i125613# Insert Picture from file do not workRegina Henschel
The patch restores the behavior, that Insert from file replaces the empty outline object in Impress Patch by:Regina Henschel <rb.henschel@t-online.de> Notes: prefer: b5eb7921a002d9e5a002013af83bc135b4efbb20
2014-07-09i119287 corrected default style for draw objects created using UNO APIArmin Le Grand
Notes: merged as: 0aa3dee5e88a1494a7a6a8401e084cbdb4324727
2014-06-24i124816 use correct layer for new object when convertingArmin Le Grand
Notes: merged as: a595879302e26a616131aa0cab5de31bb287b37d
2014-06-24Issue 125090 - The values of upper and lower spacing for default paragraph ↵Steve Yin
did the complete opposite. Notes: merged as: 229b8f91228e195fa2613486447c02260c5844e5
2014-06-20i121410 Secured usage of pTextGroupArmin Le Grand
Notes: merged as: 553f88e3d65fd25f645c22589de575924c3879fc
2014-05-15#i124422# fix implicit conversions to pointer from bool/int32Herbert Dürr
implicit conversions from bool or int32 to pointer types are not a good idea and clang>=3.4 or xcode>=5.1 now report errors for such code. The errors break the build and so they have to be fixed. Notes: prefer: 99c2a1c64b3517a4cbbc0ddcf9acd3e190188d1e
2014-04-29Many spelling fixes: directories r* - z*.Pedro Giffuni
Attempt to clean up most but certainly not all the spelling mistakes that found home in OpenOffice through decades. We could probably blame the international nature of the code but it is somewhat shameful that this wasn't done before. Notes: merged as: 820a29950b3085a713026995fdc43e32b6ded5f7
2014-04-22i63399 add to clipboard as URL only when no fill and no line style, just a ↵Armin Le Grand
simple URL Notes: merged as: e735b48e2107a0ee1a9553a6bc4d09d1d176b370
2014-03-19Merge back branch alg_writerframes to trunkArmin Le Grand
Notes: merged as: 6e61ecd09679a66060f932835622821d39e92f01
2014-03-07#i123770# obsolete and remove the emulation of hash_map's data_type typedefHerbert Dürr
and fix its former usages by utilizing the standard compliant mapped_type typedef instead Notes: prefer: b6ca290586bd1f1e0c91f72eeee50fe24015e5ef
2014-02-28i57936 Added refresh to update LayerTabBar when attributes like Layer ↵Armin Le Grand
visibility were set Notes: merged as: f586542c3d3e5fda3a73c736ceaee3719859942d
2014-02-28i87182 secured usage of LayerTabBar in Draw application, ensured ↵Armin Le Grand
initialization when used as OLE Notes: merged as: b1cf64fe51fd0bb1e9bc8c3bb38d5cc7254d8d5f
2014-02-21123197: Fixed selection problems when switching between normal and master mode.Andre Fischer
Notes: merged as: ad0c4bf5790546242884da0c2ec281f2db9e14a0
2014-02-17i123468 Added SdrEndTextEdit before replacing EmptyPresObj, also secured ↵Armin Le Grand
ReplaceObjectAtView to check for active TextEdit, assert this and make an emergency correction Notes: merged as: 3b729ab35b5064dcd21f125dfd0aa7d7e709fd9f
2014-02-15i42894 added support for <presentation:animations> at import and creationArmin Le Grand
Notes: merged as: a51929600789af4d67e4f52226f8f5ae13ed58ba
2014-02-07i123922 Refactored D&D and insert picture from file in all apps for all ↵Armin Le Grand
object types to work the same Notes: merged as: 5c75cd95178e3d57e53fee64a9d64023c6d18acf
2014-01-29i124085 disabled CF_DIBV5 (no advantages but some problems), increased png ↵Armin Le Grand
support Notes: merged as: 90d39a8a22c3f75e7eb4a79062e1d94c1fa1ff85
2014-01-28#i124131# use smart pointer's bool operator instead of comparing its content ↵Herbert Dürr
against NULL this makes the code more typesafe and avoids the -Wnull-conversion warnings seen with boost>=1.55 smart pointers in C+11 enabled build environments Notes: prefer: 6cf30940750607eeb062113dbee9968769d7bd06
2014-01-21#i123817# boost::shared_ptr doesn't have an implicit conversion to boolHerbert Dürr
Constructs that expect it fail at least in XCode4's clang in C++11 mode. An implicit conversion from pointer to bool is already suspicious enough and a shared_ptr->pointer->bool conversion is even worse. Cleaning up the code fixes the build breaker seen in boost/libc++/clang environments. Notes: prefer: d4bab97023e3569571a92551040574b20aceca7c
2014-01-21get rid of an extraneous parentheses in "if((A==B))"Herbert Dürr
Notes: merged as: 2cb1a05e867c17328ef24bd3489f3c18d80dfcf4
2014-01-20#i122221# fix slide selected in Slide Pane with Page UpTsutomu Uchino
The comment in the removed part says to call SelectPage to make the slide visible. But the following NotifyCurrentSlideChange method calls SelectPage for the page makes it visible if the pane is not updated yet. Notes: prefer: 45a570f55b66c992d7dd1fccfae4424a40d624d5
2014-01-19#i56998# use FUNIT_PERCENT instead of FUNIT_CUSTOM with parcent ↵Tsutomu Uchino
CustomUnitText on metric fields Notes: merged as: 260df50ae67e0d9f9d80e0686e6a12903c53c130
2014-01-18#i56998# add a space separater between value and unit and remove separator ↵Tsutomu Uchino
between value and percent to match with ISO 31-0 Notes: merged as: ab50bc9d4a72193c1fefcbf0652938995094bc41
2014-01-10#i97129# fix hidden slide shown when going back to previous slide from ↵Tsutomu Uchino
finish screen Notes: prefer: f804c72a090f8d5f170fed700ba7cf1826e5b3a2
2014-01-06#i123817# prepare codebase for updating to boost 1.55Herbert Dürr
Notes: merged as: 9e77ddcd19d328c54ed0fb3ebb83f585b85f0249
2013-12-20#123783# apply patch to correct type of ActiveLayer propertyJürgen Schmidt
Patch By: hanya Review By: jsc Notes: merged as: bc4f7d26b5a58b935d62de42a9612b2e2b6a8c52