summaryrefslogtreecommitdiff
path: root/udm
ModeNameSize
-rw-r--r--Makefile225logplain
-rw-r--r--Module_udm.mk516logplain
-rw-r--r--Package_inc.mk589logplain
-rw-r--r--README80logplain
-rw-r--r--StaticLibrary_udm.mk725logplain
d---------inc / udm30logplain
d---------prj70logplain
d---------source91logplain
2016-08-19convert SdrRepeatFunc to scoped enumNoel Grandin Change-Id: I7702cf3696222c3e1d2422b602bb6c8394e39d7a 2016-07-26masses of MessBoxes not being disposed promptlyCaolán McNamara since... commit ba81e5c6bd420b41a84ade6ccd774011a8089f7f Date: Thu May 28 21:35:43 2015 +0100 tdf#91702 - fix stack-based MessBox allocation. There is no special ScopedVclPtr<X>::Create or ScopedVclPtrInstance<X>::Create just VclPtr<X>::Create and a raw VclPtr<X>::Create()->foo doesn't call dispose on the owned X Change-Id: Ifacc8d5e742820701307c3c37b9b86487667d84f 2016-04-18clang-tidy performance-unnecessary-copy-initializationNoel Grandin probably not much performance benefit, but it sure is good at identifying leftover intermediate variables from previous refactorings. Change-Id: I3ce16fe496ac2733c1cb0a35f74c0fc9193cc657 Reviewed-on: https://gerrit.libreoffice.org/24026 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2016-03-04loplugin:unuseddefaultparam in svxNoel Grandin Change-Id: Iacd4ed12c6c5dfdc2f31f85c8c1ce2cee8a8641f 2016-03-01loplugin:unuseddefaultparam in svx (part1)Noel Grandin Change-Id: I0fc8d00447491e8474508952c21d07aa22b6f055 2016-02-09Remove excess newlinesChris Sherlock A ridiculously fast way of doing this is: for i in $(pcregrep -l -M -r --include='.*[hc]xx$' \ --exclude-dir=workdir --exclude-dir=instdir '^ {3,}' .) do perl -0777 -i -pe 's/^ {3,}/ /gm' $i done Change-Id: Iebb93eccbee9e4fc5c4380474ba595858a27ac2c Reviewed-on: https://gerrit.libreoffice.org/22224 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Chris Sherlock <chris.sherlock79@gmail.com> 2015-11-12Namespace cleanup and disambiguationAshod Nakashian Change-Id: Ib6d2f8b4e71436c3a7c26bdfc9847152ebaf0739 Reviewed-on: https://gerrit.libreoffice.org/19900 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I71682f28c6a54d33da6b0c971f34d0a705ff04f5 2015-10-31com::sun::star->css in svxNoel Grandin Change-Id: If2c11fa548c5ebef2297d2491edd837b54e3707c Reviewed-on: https://gerrit.libreoffice.org/19690 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-10-19loplugin:defaultparamsStephan Bergmann Change-Id: I4e344e780baae6c9828d0d708dfb0a9390af533a 2015-10-01tdf#94559: third step to remove rtti.hxxOliver Specht replaced use of PTR_CAST, IS_TYPE, ISA in oox, reportdesign, svl, svtools, svx, tools Change-Id: I1f85ff92267a0668eba625fa61b4f07feb8f3d4e Reviewed-on: https://gerrit.libreoffice.org/19002 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Oliver Specht <oliver.specht@cib.de> 2015-09-04svx: prefix members of SdrPaintViewMiklos Vajna 'mpModel=pModel' is more readable than 'pMod=pModel1'. Change-Id: I617d85e2c2d4b6b5b0d235cdd3cd9129e276b28d 2015-08-11loplugin: defaultparamsNoel Grandin Change-Id: I513643385dc0a04b68c5cf4a5f43aa0804e572e6 2015-07-04Fix typosAndrea Gelmini Change-Id: Ic6415423f46aaee7ba90239a617c318cf92ae222 Reviewed-on: https://gerrit.libreoffice.org/16711 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Samuel Mehrbrodt <s.mehrbrodt@gmail.com> 2015-06-12svx: prefix remaining SdrMarkView membersMiklos Vajna Change-Id: Ia1b65264fea95077c9dc2fb1288a20c6df0ef84c 2015-05-29tdf#91702 - fix stack-based MessBox allocation.Michael Meeks Change-Id: I62dd164e281911d9db3de453789a5badc7cd5fd7 Reviewed-on: https://gerrit.libreoffice.org/15954 Reviewed-by: Michael Meeks <michael.meeks@collabora.com> Tested-by: Michael Meeks <michael.meeks@collabora.com> 2015-04-21svx: nPtAnz -> nPointCountMiklos Vajna Change-Id: Iec25a45729143cea7a8ff5cf4e03969998f2c355 2015-03-22svx: nMarkAnz -> nMarkCountMiklos Vajna Change-Id: I7b1357621470694cd7ee23735e88dce91c2c0a57 2015-03-08svx: nAnz -> nCountMiklos Vajna Change-Id: I88bff880a5fb27b259b66984a0637fe7d2ab51f6 2015-03-04V813: Decreased performanceCaolán McNamara Change-Id: Ica2563d9e8da15e19eb38246d4de54a1fcb75655 2015-02-19loplugin:externandnotdefinedStephan Bergmann Change-Id: I94271681ea4ec7617eaf706fb443ebb9d1b0bc15 2015-02-18Resolves: rhbz#1193971 clear hard-coded char props in table cells...Caolán McNamara like we do already for shapes. So now when attempting to set replacement char properties on the entire cell, clear any hard-coded sub ranges within the existing paragraphs. This extends the effort of commit a217f3cb2dce71a4322f78ceb45edb6f171b2b65 Author: Matúš Kukan <matus.kukan@collabora.com> Date: Tue Aug 26 10:16:34 2014 +0200 bnc#770711: Make changing table text color in impress always work to encompass all character properties, not just color Change-Id: If8b426c3531b4678868d8351426db32c3c558650 2014-11-04rename nWink->nAngleNoel Grandin Change-Id: I3a4cec65307c517684d4f8a291ca73b6a212a857 2014-11-04some random renaming of Wink fields -> AngleNoel Grandin Change-Id: Icd4df8610072f5283276738896cb5c01762838ea 2014-10-23Fraction: Revert "fdo#81356: convert Fraction to boost::rational<long> - wip"Jan Holesovsky This reverts commit 47a2d7642d249d70b5da0c330a73f3a0032e4bba. Conflicts: cui/source/tabpages/transfrm.cxx svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx tools/source/generic/rational.cxx Change-Id: I4849916f5f277a4afef0e279b0135c76b36b9d15 2014-10-23Fraction: Revert "fdo#84854 it seems long is not enough on 32 bit"Jan Holesovsky This reverts commit 582ef22d3e8e30ffd58f092d37ffda30bd07bd9e. Conflicts: svx/source/svdraw/svdedtv1.cxx svx/source/svdraw/svdibrow.cxx sw/source/filter/ww1/w1filter.cxx Change-Id: I80abc7abdeddc267eaabc9f8ab49611bb3f8ae83 2014-10-20loplugin: cstylecastNoel Grandin Change-Id: Ia3055b00c20a885dfa0584f864f0e91ccad1e9c9 2014-10-16fdo#84854 it seems long is not enough on 32 bitDavid Tardon Fraction used BigInt internally for computations, rational does nothing like that. Change-Id: I3e9b25074f979bc291208f7c6362c3c40eb77ff5 2014-10-09fdo#81356: convert Fraction to boost::rational<long> - wipJuan Picca * Added rational util functions used by Fraction class not available in the boost::rational class. * Replaced usage of Fraction by boost::rational<long> * Removed code that relies on: 1. fraction.IsValid() -- rational only allow valid values, ie denominator() != 0 2. rational.denominator() == 0 -- always false 3. rational.denominator() < 0 -- always false but implementation detail: http://www.boost.org/doc/libs/release/libs/rational/rational.html#Internal%20representation * Simplified code that relies on: 1. rational.denominator() != 0 -- always true * BUGS EXIST because Fraction allows the creation of invalid values but boost::rational throws the exception boost::bad_rational Change-Id: I84970a4956afb3f91ac0c8f726547466319420f9 Reviewed-on: https://gerrit.libreoffice.org/11551 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com> 2014-09-12Turn SfxItemState into a C++11 scoped enumerationStephan Bergmann ...to gain further confidence in the claim "that none of the existing code tries to uses combinations of these enum values" (d92602c5b13d0a60439d86c5a033d124178726ca "more fixes for SfxItemState") Change-Id: I987922d945e8738e38adfde83b869adf3ff35b13 Reviewed-on: https://gerrit.libreoffice.org/11384 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com> 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 2014-08-16Consistently use size_t and SAL_MAX_SIZEMatteo Casalin Instead of a mix of sal_uIntPtr, sal_uLong, int, and so on. Also change CONTAINER_ENTRY_NOTFOUND=ULONG_MAX to SAL_MAX_SIZE as return value in case of failure and in the related tests. Change-Id: Ie778a849253b4be84fbcdab9557b7c4240233927 2014-08-04Consistency around SdrOnOffItem in svx/sdtagitm.hxxStephan Bergmann ...similar to what has been done for svx/sdtmfitm.hxx in 6a2ea81ca1622d2c2ad55bea8ddc28167fcc2794 "Remove unused ctors" and 68969cc61adecac481ae9656978ef952f435b310 "Consistency around SdrMetricItem." Change-Id: I6d8b3709d6d55bd6958d38f262141c43779dfdcc 2014-05-06Move headers included only in svx itself from include/svx to svx/incTor Lillqvist Change-Id: Ib735e6566981232fec8b13c81a2de11a6b21dfe7