# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*- # # # This file is part of the LibreOffice project. # # This Source Code Form is subject to the terms of the Mozilla Public # License, v. 2.0. If a copy of the MPL was not distributed with this # file, You can obtain one at http://mozilla.org/MPL/2.0/. # $(eval $(call gb_Library_Library,ucpdav1)) $(eval $(call gb_Library_set_componentfile,ucpdav1,ucb/source/ucp/webdav-neon/ucpdav1)) $(eval $(call gb_Library_use_sdk_api,ucpdav1)) $(eval $(call gb_Library_set_include,ucpdav1,\ -I$(SRCDIR)/ucb/source/ucp/inc \ $$(INCLUDE) \ )) $(eval $(call gb_Library_use_libraries,ucpdav1,\ comphelper \ cppu \ cppuhelper \ sal \ salhelper \ ucbhelper \ tl \ )) ifeq ($(WITH_WEBDAV),neon) $(eval $(call gb_Library_use_externals,ucpdav1,\ boost_headers \ libxml2 \ neon \ openssl \ )) $(eval $(call gb_Library_use_custom_headers,ucpdav1,\ officecfg/registry \ )) $(eval $(call gb_Library_add_exception_objects,ucpdav1,\ ucb/source/ucp/webdav-neon/ContentProperties \ ucb/source/ucp/webdav-neon/DateTimeHelper \ ucb/source/ucp/webdav-neon/DAVProperties \ ucb/source/ucp/webdav-neon/DAVResourceAccess \ ucb/source/ucp/webdav-neon/DAVSessionFactory \ ucb/source/ucp/webdav-neon/DAVTypes \ ucb/source/ucp/webdav-neon/LinkSequence \ ucb/source/ucp/webdav-neon/LockEntrySequence \ ucb/source/ucp/webdav-neon/LockSequence \ ucb/source/ucp/webdav-neon/NeonHeadRequest \ ucb/source/ucp/webdav-neon/NeonInputStream \ ucb/source/ucp/webdav-neon/NeonLockStore \ ucb/source/ucp/webdav-neon/NeonPropFindRequest \ ucb/source/ucp/webdav-neon/NeonSession \ ucb/source/ucp/webdav-neon/NeonUri \ ucb/source/ucp/webdav-neon/PropfindCache \ ucb/source/ucp/webdav-neon/UCBDeadPropertyValue \ ucb/source/ucp/webdav-neon/webdavcontentcaps \ ucb/source/ucp/webdav-neon/webdavcontent \ ucb/source/ucp/webdav-neon/webdavdatasupplier \ ucb/source/ucp/webdav-neon/webdavprovider \ ucb/source/ucp/webdav-neon/webdavresultset \ ucb/source/ucp/webdav-neon/webdavservices \ )) else # WITH_WEBDAV == serf $(eval $(call gb_Library_use_externals,ucpdav1,\ boost_headers \ apr \ openssl \ serf \ zlib \ )) $(eval $(call gb_Library_add_exception_objects,ucpdav1,\ ucb/source/ucp/webdav/AprEnv \ ucb/source/ucp/webdav/ContentProperties \ ucb/source/ucp/webdav/DAVProperties \ ucb/source/ucp/webdav/DAVResourceAccess \ ucb/source/ucp/webdav/DAVSessionFactory \ ucb/source/ucp/webdav/DateTimeHelper \ ucb/source/ucp/webdav/SerfCallbacks \ ucb/source/ucp/webdav/SerfCopyReqProcImpl \ ucb/source/ucp/webdav/SerfDeleteReqProcImpl \ ucb/source/ucp/webdav/SerfGetReqProcImpl \ ucb/source/ucp/webdav/SerfHeadReqProcImpl \ ucb/source/ucp/webdav/SerfInputStream \ ucb/source/ucp/webdav/SerfLockReqProcImpl \ ucb/source/ucp/webdav/SerfLockStore \ ucb/source/ucp/webdav/SerfMkColReqProcImpl \ ucb/source/ucp/webdav/SerfMoveReqProcImpl \ ucb/source/ucp/webdav/SerfPostReqProcImpl \ ucb/source/ucp/webdav/SerfPropFindReqProcImpl \ ucb/source/ucp/webdav/SerfPropPatchReqProcImpl \ ucb/source/ucp/webdav/SerfPutReqProcImpl \ ucb/source/ucp/webdav/SerfRequestProcessor \ ucb/source/ucp/webdav/SerfRequestProcessorImpl \ ucb/source/ucp/webdav/SerfSession \ ucb/source/ucp/webdav/SerfUnlockReqProcImpl \ ucb/source/ucp/webdav/SerfUri \ ucb/source/ucp/webdav/UCBDeadPropertyValue \ ucb/source/ucp/webdav/webdavcontent \ ucb/source/ucp/webdav/webdavcontentcaps \ ucb/source/ucp/webdav/webdavdatasupplier \ ucb/source/ucp/webdav/webdavprovider \ ucb/source/ucp/webdav/webdavresponseparser \ ucb/source/ucp/webdav/webdavresultset \ ucb/source/ucp/webdav/webdavservices \ )) endif # WITH_WEBDAV ifeq ($(OS),WNT) $(eval $(call gb_Library_use_system_win32_libs,ucpdav1,\ ws2_32 \ )) endif ifeq ($(OS),SOLARIS) $(eval $(call gb_Library_add_libs,ucpdav1,\ -ldl \ -lnsl \ -lsocket \ )) endif # vim: set noet sw=4 ts=4: o/collabora/dcm-7.5 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/svl/source/numbers/zforscan.cxx
AgeCommit message (Expand)Author
2018-08-23Do not convert YMD date order to YDM and vice versa, tdf#107012 follow-upEike Rathke
2018-06-11Handle English vs locale's General keyword, tdf#33689 follow-up, tdf#107867Eike Rathke
2018-03-19Resolves: tdf#115351 convert boolean equivalent format codes to proper BooleanEike Rathke
2018-01-26ofz#5535 max decimal places for rtl_math_round is 20Caolán McNamara
2017-12-13Determine possibly localized keywords early and onceEike Rathke
2017-12-13Prepare ImpSvNumberformatScan with KeywordLocalization context, tdf#114185Eike Rathke
2017-11-17Resolves: tdf#113889 no date particle reordering when exporting to ExcelEike Rathke
2017-11-01Make StandardColor and sErrStr staticLaurent BP
2017-10-26loplugin:constmethod in svlNoel Grandin
2017-10-23Follow-up of resolution of tdf#33689 for FinnishLaurent BP
2017-10-23tdf#33689 Make sEnglishKeyword static memberLaurent BP
2017-10-22Resolution of tdf#33689 Update commentLaurent BP
2017-10-19tdf#33689 Accept English syntax keywords in format stringsLaurent BP
2017-10-17Add to nPos once instead of in each iterationEike Rathke
2017-10-16Resolves: tdf#112933 correct number of one decimal in fraction of secondsEike Rathke
2017-08-05ofz#2867 null derefCaolán McNamara
2017-08-04rename Anz->Cnt in svlNoel Grandin
2017-08-03rename nAnzResStrings->nResultStringsCntNoel Grandin
2017-08-03rename nAnzStrings -> nStringsCntNoel Grandin
2017-08-02Resolves: ofz#2833 null derefCaolán McNamara
2017-07-18Change nonsense non-const Date* GetNullDate() to const Date&Eike Rathke
2017-07-14 use more OUString::operator== in sfx2..svtoolsNoel Grandin
2017-05-19loplugin:stringcopy: svlStephan Bergmann
2017-04-26use strong_int for LanguageTypeNoel Grandin
2017-04-19coverity#1405221 silence Out-of-bounds readCaolán McNamara
2017-04-18Resolves: tdf#107012 follow date order of the target localeEike Rathke
2017-03-14Following tdf#106190 Treat blank after fraction barLaurent Balland-Poirier
2017-03-10prevent string access out of boundsEike Rathke
2017-03-06tdf#106190 Move meber variable to localLaurent Balland-Poirier
2017-03-02tdf#106190 fix left alignment of denominatorLaurent Balland-Poirier
2016-12-17Adapt to no-longer explicit OUStringLiteral ctorStephan Bergmann
2016-09-22tdf#53698: Add a NumberFormatMapper member to SvNumberformatScanMaarten Bosmans
2016-09-22Remove NumberFormatCodeWrapperMaarten Bosmans
2016-08-30loplugin:stringconstant: adapt to improved OUStringLiteral1 (svl)Stephan Bergmann
2016-08-16Fraction Number Format: add UI/Sidebar optionsLaurent Balland-Poirier
2016-08-16loplugin:stringstaticStephan Bergmann
2016-08-05tdf#101147 New approach to fix minute/month detectionLaurent Balland-Poirier
2016-08-02break the Excel rule for YMD and DMY, tdf#101147 follow-upEike Rathke
2016-08-01tdf#101147 Improve (again) minute/month detectionLaurent Balland-Poirier
2016-07-25obtain PreviousChar() only if necessaryEike Rathke
2016-07-25Resolves: tdf#101096 remove the "H after M" ruleEike Rathke
2016-07-25Revert "tdf#101096 Improve minute/month disambiguation"Eike Rathke
2016-07-25tdf#101096 Improve minute/month disambiguationLaurent Balland-Poirier
2016-07-15tdf#100834 Treat string between integer and fraction as delimiterLaurent Balland-Poirier
2016-07-15tdf#100755 Allow '0' for denominator symbolLaurent Balland-Poirier
2016-07-08Resolves: tdf#100452 class Date full (BCE,CE) proleptic Gregorian calendarEike Rathke
2016-07-05tdf#100754 Allow text after forced denominator fractionLaurent Balland-Poirier
2016-05-25tdf#95339 Extend test to distinguish minute/monthLaurent Balland-Poirier