summaryrefslogtreecommitdiff
path: root/basegfx/source
ModeNameSize
d---------color89logplain
d---------curve92logplain
d---------inc102logplain
d---------matrix137logplain
d---------numeric38logplain
d---------pixel38logplain
d---------point160logplain
d---------polygon720logplain
d---------range251logplain
d---------raster47logplain
d---------tools435logplain
d---------tuple244logplain
d---------vector164logplain
d---------workbench199logplain
d304bf1e2ffb357937f3ec888ee8ac89'>Remove 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> 2016-01-25InterfaceContainer2 with vector instead of SequenceNoel Grandin create an InterfaceContainer2 class to replace InterfaceContainer. It uses a std::vector instead of a Sequence for the mutable listener list, which provides far better performance. Switch all our internal use-sites to the new class. Change-Id: I6b56cfa511ded2395faa22e68fab3b2f16c3cb88 2015-11-11linguistic: boost::ptr_vector->std::vector<std::unique_ptr>Noel Grandin Change-Id: I4343b77dde4353db6294d597cdd5da6131e30afe 2015-10-23com::sun::star->css in linguisticNoel Grandin Change-Id: I3708931dd96d83d1daa332e930e291c3d6cfd73b 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-10-12Replace "SAL_DELETED_FUNCTION" with "= delete" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I328ac7a95ccc87732efae48b567a0556865928f3 2015-08-21linguistic: tdf#88206 replace cppu::WeakImplHelper*Takeshi Abe with the variadic variants. Change-Id: I7a4df40d680ed9e10daacd01657df9666b8cc524 Reviewed-on: https://gerrit.libreoffice.org/17868 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-05-05Use typed Idle::SetIdleHdl LinkStephan Bergmann Change-Id: I189937950325dc4ef663f7f49cb45f38f8537de9 2015-03-11utl::ConfigItem::Commit() should call ClearModified()Michael Stahl Rename the virtual function, and add a new non-virtual Commit() to do that. Change-Id: I09421df781ba965d6ff638b46cd8214fb3a00022 2015-03-06Idle and Timer are now completely independentTobias Madl And everything is functionating pretty well. Change-Id: Id7f5a995362f6f7c5235f2e9facb7c7f119f3140 2015-02-07loplugin:deletedspecialStephan Bergmann Change-Id: I5b341e6fa5cf66dca9e01b728ef476257b629aeb 2014-12-09changed timers to idlesTobias Madl Change-Id: Ic0d7730f7880dfe2e83c84e773b8cc420249b269 2014-04-15linguistic: sal_Bool->boolNoel Grandin Change-Id: Ifed60967edd768b16cafba3c2293149610138213 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067 2014-03-26First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a 2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann Change-Id: I56e32131b7991ee9948ce46765632eb823d463b3 2014-02-13coverity#737241 Uncaught exceptionCaolán McNamara Change-Id: If7c4bdc095c0c235f6f24107c05e7fcde0d5a023 2013-12-16Clean-up uno/lbnames.hStephan Bergmann Change-Id: I4bd729499aa8be58f04194656e35c1f79d5d4919 2013-11-05fixincludeguards.sh: linguisticThomas Arnhold Change-Id: I8c5d9e5fcf8790e6c60242cf009992a061f8f01d 2013-10-22Bin comments that claim to say why some header is includedTor Lillqvist They are practically always useless, often misleading or obsolete. Change-Id: I2d32182a31349c9fb3b982498fd22d93e84c0c0c 2013-09-11convert linguistic/source/lngsvcmgr.hxx from String to OUStringNoel Grandin Change-Id: If9fd76687e1e361a6b29fe206edffd67a16cbb7f 2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09 2013-01-30Removed several useless macros: A2OU, A2S, C2U, C2S, OUSTR, OUSTRINGJean-Noël Rouvignac Change-Id: Ie859cb2dfdc7103c379fce56be88eef8fe390afd Reviewed-on: https://gerrit.libreoffice.org/1924 Tested-by: Luboš Luňák <l.lunak@suse.cz> Reviewed-by: Luboš Luňák <l.lunak@suse.cz>