#! /bin/sh while test $# -gt 0; do case "$1" in -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;; *) optarg= ;; esac case "$1" in --version) echo @VERSION@ exit 0 ;; --cflags) cflags="$LIBXML_CFLAGS" ;; --libs) libs="$LIBXML_LIBS" ;; esac shift done if test -n "$cflags$libs"; then echo $cflags $libs fi exit 0 /'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/cppcanvas
AgeCommit message (Expand)Author
2019-08-12Fix typosAndrea Gelmini
2019-07-23rhbz#1728763 black bg seen in renderer emfsCaolán McNamara
2019-07-19loplugin:referencecasting in cppcanvas..cuiNoel Grandin
2019-06-18loplugin:passstuffbyrefNoel Grandin
2019-06-05Use hasElements to check Sequence emptiness in cppcanvas..desktopArkadiy Illarionov
2019-05-13Fix emfplus.cxx cppcanvas/qaJulien Nabet
2019-05-13fix wrong SET/QUERY flags passed to uno::ReferenceNoel Grandin
2019-05-12regenerate PCH headersLuboš Luňák
2019-05-10an uno -> a unoCaolán McNamara
2019-05-09regenerate PCH headers for the 4 new levelsLuboš Luňák
2019-05-08improve tools::Rectangle->basegfx::B2?Rectangle conversionNoel Grandin
2019-04-28rename animate.hxx to animate/Animation.hxx, more changes followTomaž Vajngerl
2019-04-20Fix typoAndrea Gelmini
2019-04-15remove or change salbtype.hxx includes with the specific oneTomaž Vajngerl
2019-04-12loplugin:sequentialassign in comphelper..cuiNoel Grandin