summaryrefslogtreecommitdiff
path: root/package
ModeNameSize
-rw-r--r--Library_package2.mk2089logplain
-rw-r--r--Library_xstor.mk1223logplain
-rw-r--r--Makefile225logplain
-rw-r--r--Module_package.mk485logplain
-rw-r--r--Package_dtd.mk530logplain
-rw-r--r--README26logplain
d---------dtd40logplain
d---------inc801logplain
d---------qa77logplain
d---------source137logplain
d---------util46logplain
n@gmail.com> 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> 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 2016-01-10Fix typosAndrea Gelmini Change-Id: I9a5940027423ff0791fa7da0b79b617412ce6b86 Reviewed-on: https://gerrit.libreoffice.org/21209 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Ashod Nakashian <ashnakash@gmail.com> 2015-11-15use initialiser for Sequence<OUString>Noel Grandin using variations of: git grep -lP 'Sequence.*OUString.*\(\s*1\s*\)' | xargs perl -0777 -pi -e "s/Sequence<OUString> (\w+)\(1\)\; \s*OUString\* pArray.*; .*\[0\]\s*=\s*(\S+)\;/Sequence<OUString> \1 { \2 };/g" Change-Id: I03c64334ff30ee14dce0d17b67f5122a3893bbe3 Reviewed-on: https://gerrit.libreoffice.org/19971 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-11-15use initialiser syntax for Sequence<OUString>Noel Grandin replaced using the script: git grep -lP 'Sequence.*OUString.*\(1\)' | xargs perl -0777 -pi -e "s/Sequence< OUString > (\w+)\(1\); .*\[0\] = (\S+);/Sequence< OUString > \1 { \2 };/g" Change-Id: I23688a91562051a8eed11fc2a85599545c285c34 Reviewed-on: https://gerrit.libreoffice.org/19967 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann Change-Id: I7213b49b09ddcb00841aa5f63343baeab0e65fa4 2015-11-06loplugin:stringconstant: elide explicit ctor usage (automatic rewrite)Stephan Bergmann Change-Id: Ibb9e09fb39d9e3a2191a2e7028d5ec42a83bfa55 2015-11-04loplugin:stringconstantNoel Grandin Change-Id: I9dde988e95e3c574c6643c4e008a1090270bad5f 2015-10-29com::sun::star->css in sfx2Noel Grandin Change-Id: I20d9b45e4b28c2a4a511774d3154aceb0471d197 Reviewed-on: https://gerrit.libreoffice.org/19643 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noelgrandin@gmail.com> 2015-10-12Replace "SAL_OVERRIDE" with "override" in LIBO_INTERNAL_ONLY codeStephan Bergmann Change-Id: I2ea407acd763ef2d7dae2d3b8f32525523ac8274 2015-09-03sfx2: tdf#88206 replace cppu::WeakImplHelper* etc.Takeshi Abe with the variadic variants. Change-Id: Id9b4ad4d1fa700c5ea3dd7417292cf2ddb7ade50 Reviewed-on: https://gerrit.libreoffice.org/18229 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Caolán McNamara <caolanm@redhat.com> Tested-by: Caolán McNamara <caolanm@redhat.com> 2015-08-11loplugin: defaultparamsNoel Grandin Change-Id: Ibff26c023655d36f0fa71ead399a6116c2988607 2015-08-07cppcheck:noExplicitConstructorNoel Grandin Change-Id: I940714e303b905b756ba077eeda6c41746bd421f 2015-06-29Revert "return and use std::vector from OInterfaceContainerHelper"Noel Grandin This reverts commit e57314f61f67b093510c5a8a8f34a62126ba8734. 2015-06-29return and use std::vector from OInterfaceContainerHelperNoel Grandin since most of the time we don’t need a heavyweight uno::Sequence. Adds a new method getElementsAsVector(). Change-Id: I9e72bef0c0c723ffd0dd7d4152db5baec6784a7a Reviewed-on: https://gerrit.libreoffice.org/15747 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2015-06-23Revert "Typo: iff->if"Julien Nabet This reverts commit cf92da3d6e1de14756efe3f1ee79f393a2f3787d. iff can mean "if and only if" so not a typo 2015-06-23Typo: iff->ifJulien Nabet Change-Id: I3fc60856b5a56e71d70b55c89323be074bdec3b3 2015-06-09not necessary to open read/write to extract document metadataAndras Timar Change-Id: Idf1bfbac1adc083f6d697d19ca41110f765955e9 Reviewed-on: https://gerrit.libreoffice.org/16171 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Andras Timar <andras.timar@collabora.com> 2015-04-27More loplugin:simplifyboolStephan Bergmann Change-Id: Ifa8a855fc870a55fda8d801c22c15b0bc441fbe6 2015-04-25remove some @author tags from suspiciously unidiomatic codeMichael Stahl Change-Id: I3930420fe502978f8e14a688f2eb99c74d185f7b 2015-04-23Improved loplugin:literaltoboolconversion looking into cond. exprs.Stephan Bergmann ...automatic rewriter fixes Change-Id: I6b04ca80f08f8a71ff94e309fd52f44d736751ee 2015-02-06fdo#75757: Remove inheritance from std::vectorMatthew Pottage Deprecated comphelper/sequenceasvector.hxx. Rewritten code using it. Using instead the functions containerToSequence and sequenceToContainer, found in include/comphelper/sequence.hxx. One class that inherits from it (in framework/inc/stdtypes.h), and the code using that has been left. Signed-off-by: Michael Stahl <mstahl@redhat.com> Conflicts: writerfilter/source/dmapper/DomainMapper.cxx writerfilter/source/dmapper/TblStylePrHandler.hxx writerfilter/source/dmapper/WrapPolygonHandler.hxx Change-Id: Ice61c94ffb052e389281aebb7cdf185134221061 2015-01-13simplify Date/Time/DateTime conversion codeNoel Grandin add constructors to Date/DateTime/Time, that take the css::util counterparts, to simplify code converting between these type Change-Id: I4b03da02c63f65b6ec18cb4d6ecc3859bdef1ff7 Reviewed-on: https://gerrit.libreoffice.org/13855 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Eike Rathke <erack@redhat.com> 2014-12-18sfx2: Use appropriate OUString functions on string constantsStephan Bergmann Change-Id: Iea55d87a7c7b2afc408e3822121f79234481eccc 2014-10-08back out more wrong and confusing tools::Time comment changesEike Rathke Apparently fc04f76336fdf8c96e35382cdeb497e2f939705c used some sed script to change all ... Change-Id: Ie609bd02a2c5d70109fc6185cf4440480f29d8f5 2014-10-01fdo#82577: Handle TimeNoel Grandin Put the TOOLS Time class in the tools namespace. Avoids clash with the X11 Time typedef. Change-Id: Iac57d5aef35e81ace1ee0d5e6d76cb278f8ad866 Reviewed-on: https://gerrit.libreoffice.org/11684 Reviewed-by: Noel Grandin <noelgrandin@gmail.com> Tested-by: Noel Grandin <noelgrandin@gmail.com> 2014-05-03SfxDocumentMetaData: suppress some spurious warningsMichael Stahl These always trigger on a new document. Change-Id: Ied60f52c4dc348b2b18f6dc8c30204ee3dc56f29 2014-05-01it should not be a warningMarkus Mohrhard Change-Id: I1cb1413a1ebae4fbb3d43acf5fe15d6ad81db5bb 2014-04-10Clean up function declarations and some unused functionsStephan Bergmann Change-Id: I9d6e9df0b686c61597aaa0e194ab321445671a20 2014-04-07sfx2: sal_Bool->boolNoel Grandin Change-Id: I48ae51781f64e60deb0c03352087100729c8c3cd 2014-04-03remove unnecessary scope qualifier from sal_Bool usesNoel Grandin i.e. convert "::sal_Bool" to "sal_Bool" Change-Id: Ie5943aee4fee617bf2670655558927ed25b7e067