genrule( name = 'juh-src', cmd = ' && '.join([ 'cd $TMP', 'echo "FAKE SOURCE ARCHIVE" > README', 'zip -qr $OUT *', ]), out = 'juh-src.jar', visibility = ['PUBLIC'], ) genrule( name = 'juh-javadoc', cmd = ' && '.join([ 'cd $TMP', 'echo "FAKE JAVADOC ARCHIVE" > README', 'zip -qr $OUT *', ]), out = 'juh-javadoc.jar', visibility = ['PUBLIC'], ) div id='cgit'>
summaryrefslogtreecommitdiff
path: root/vcl/source/control/field2.cxx
AgeCommit message (Expand)Author
2024-10-21Make tools::Time ctor taking sal_Int64 privateMike Kaganski
2024-05-10loplugin:ostr in vclNoel Grandin
2023-06-24Change LocaleDataWrapper::getDuration() parameter to tools::DurationEike Rathke
2023-04-24loplugin:unnecessarygetstr extend to more std::string checkingNoel Grandin
2023-04-24loplugin:unnecessarygetstr extend to createFromAsciiNoel Grandin
2023-03-07eFormat modified inside GetDateArea, but change not propogated to the callerCaolán McNamara
2022-09-21use more string_view in vclNoel Grandin
2022-09-19Rename MouseNotifyEvent to NotifyEventTypeSamuel Mehrbrodt
2022-09-08Revert "tdf#150569 Modify hardcoded dates to extend the range of accepted dates"Juan C. Sanz
2022-09-07tdf#150569 Modify hardcoded dates to extend the range of accepted datesjucasaca
2022-09-07Use XCharacterClassification::getCharacterType() instead of getStringType()Eike Rathke
2022-08-24tools: rename Rectangle::Justify() to Rectangle::Normalize()Chris Sherlock
2022-08-18Move tools/diagnose_ex.h to comphelper/diagnose_ex.hxxStephan Bergmann