#!/bin/sh #set -x glv_var="$1" glv_config="config_host.mk" if [ "$glv_var" = "--build" ] ; then glv_config="config_build.mk" shift elif [ "$glv_var" = "--host" ] ; then shift fi while [ -n "$1" ] ; do glv_var="$1" shift glv_value=$(grep "^ *export ${glv_var}=" ${glv_config} | sed -e "s/[^=]*=//") export ${glv_var}="${glv_value}" done unset glv_var unset glv_value unset glv_vonfig it/'>cgit logo index : lo/core
LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/forms/source/component/Pattern.cxx
AgeCommit message (Expand)Author
2022-05-04Just use Any ctor instead of makeAny in formsStephan Bergmann
2022-01-17Recheck modules [e-f]* with IWYUGabor Kelemen
2021-12-21loplugin:flatten in filter..frameworkNoel Grandin
2021-11-07Replace some macros in forms part 16Julien Nabet
2021-11-06Replace some macros in forms part 10Julien Nabet
2021-11-06Replace some macros in forms part 9Julien Nabet
2021-11-05Replace some macros in forms part 7Julien Nabet
2021-11-05Replace some macros in forms part 8Julien Nabet
2021-11-05Replace some macros in forms part 6Julien Nabet
2021-11-05Replace some macros in forms part 5Julien Nabet
2021-11-04Replace some macros in forms part 3Julien Nabet
2020-02-14tdf#42949 Fix IWYU warnings in forms/Gabor Kelemen
2019-07-31Improved loplugin:stringconstant (now that GCC 7 supports it): formsStephan Bergmann
2019-04-05Remove unused using declarations in directories [e-l]*Gabor Kelemen
2018-10-17clang-tidy readability-redundant-smartptr-getNoel Grandin
2018-04-01remove unused processfactory.hxx includesJochen Nitschke
2017-12-11loplugin:salcall fix functionsNoel Grandin
2017-10-23loplugin:includeform: formsStephan Bergmann
2017-01-26Remove dynamic exception specificationsStephan Bergmann
2016-10-05loplugin:unnecessaryoverride in forms/frameworkNoel Grandin
2016-07-15Improve loplugin:unnecessaryoverrideStephan Bergmann
2016-04-18clean-up: unused using declarations and includesJochen Nitschke
2016-02-09Remove excess newlinesChris Sherlock
2015-10-02Fix typosAndrea Gelmini
2015-10-02com::sun::star->css in forms/Noel Grandin
2015-08-19Remove two silly typedefsStephan Bergmann
2015-03-17Fix various XServiceInfo implementationsStephan Bergmann
2015-02-17forms: use constructor feature for form modulesChris Sherlock
2014-05-25Remove ASCII art, useless comments and whitespace from forms moduleChris Laplante
2014-05-06forms: sal_Bool->boolNoel Grandin
2014-02-26Remove visual noise from formsAlexander Wilms
2014-02-26cppuhelper: retrofit std::exception into overriding exception specsStephan Bergmann
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-01-21FORMS : Remove usage of DBG_CTOR and DBG_DTOR.Arnaud Versini
2013-06-03fdo#46808, Convert comphelper::ComponentContext in forms moduleNoel Grandin
2013-06-03fdo#46808, Convert ComponentContext in connectivity,extension..Noel Grandin
2013-04-23forms: FORMS_CONSTASCII_STRING is no longer neededMiklos Vajna
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-04-01remove boilerplate commentsThomas Arnhold
2012-11-27re-base on ALv2 code. Includes:Michael Meeks
2012-06-29Remove UNO includes commentsThomas Arnhold