--- misc/hyphen-2.8.4/Makefile.am 2010-07-19 11:23:17.000000000 +0200 +++ misc/build/hyphen-2.8.4/Makefile.am 2010-12-02 10:15:44.390625000 +0100 @@ -25,13 +25,13 @@ hyphen.us3: cp -f $(srcdir)/hyphen.tex hyphen.us - patch < $(srcdir)/hyphen.patch + $(GNUPATCH) < $(srcdir)/hyphen.patch $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2 cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3 cat $(srcdir)/ligpatch.txt >>hyphen.us3 -hyph_en_US.dic: hyphen.us3 - perl $(srcdir)/substrings.pl hyphen.us3 hyph_en_US.dic UTF-8 2 3 >/dev/null +hyph_en_US.dic: + @echo "hyph_en_US.txt distributed with Hyphen library" clean-local: rm -rf hyphen.us* hyph_en_US.dic --- misc/hyphen-2.8.4/Makefile.in 2010-12-01 02:31:29.000000000 +0100 +++ misc/build/hyphen-2.8.4/Makefile.in 2010-12-02 10:17:16.546875000 +0100 @@ -940,13 +940,13 @@ hyphen.us3: cp -f $(srcdir)/hyphen.tex hyphen.us - patch < $(srcdir)/hyphen.patch + $(GNUPATCH) < $(srcdir)/hyphen.patch $(srcdir)/tbhyphext.sh <$(srcdir)/tbhyphext.tex >hyphen.us2 cat hyphen.us hyphen.us2 | $(AWK) -f $(srcdir)/lig.awk >hyphen.us3 cat $(srcdir)/ligpatch.txt >>hyphen.us3 -hyph_en_US.dic: hyphen.us3 - perl $(srcdir)/substrings.pl hyphen.us3 hyph_en_US.dic UTF-8 2 3 >/dev/null +hyph_en_US.dic: + @echo "hyph_en_US.txt distributed with Hyphen library" clean-local: rm -rf hyphen.us* hyph_en_US.dic istro/cib/libreoffice-5-3'>distro/cib/libreoffice-5-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/window/event.cxx
AgeCommit message (Expand)Author
2015-01-14GetData is a hopelessly generic nameCaolán McNamara
2014-12-01fdo#84938: replace EVENT_ constants with enumTobias Madl
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-10-11convert vcl StateChangedType to enum classNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-08-23fdo#82577: Handle KeyCodeTor Lillqvist
2014-06-13loplugin:staticcallStephan Bergmann
2014-05-23vcl: split window.cxx into event and settings functionsChris Sherlock
Andrea Gelmini
2014-10-20loplugin: cstylecastNoel Grandin
2014-09-23fdo#82577: Handle WindowNoel Grandin
2014-09-18fdo#82577: Handle FontNoel Grandin
2014-08-19svx: Cleanup ASCII art and useless commentsChris Laplante
2014-06-13loplugin:staticcallStephan Bergmann
2014-06-04coverity#705389 Mixing enum typesCaolán McNamara
2014-05-20Prefer cppu::UnoType<T>::get() to ::getCppuType((T*)0) part18Julien Nabet
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni
2014-04-15svx: sal_Bool->boolNoel Grandin
2014-04-10Clean up function declarations and some unused functionsStephan Bergmann
2014-03-27Second batch of adding SAL_OVERRIDE to overriding function declarationsStephan Bergmann
2014-03-24svtools: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-11svx: sal_Bool->boolNoel Grandin
2014-03-10svx: simplify deprecated XTypeProvider.getImplementationIdStephan Bergmann
2014-03-03SVX : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-26Remove visual noise from svxAlexander Wilms
2014-02-24toolkit: sal_Bool -> boolStephan Bergmann
2014-02-24Remove unnecessary extractInterfaceStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-21vcl: sal_Bool -> boolStephan Bergmann