disable protocols nobody needs in MSVC build --- curl/lib/config-win32.h.orig 2017-08-09 16:43:29.464000000 +0200 +++ curl/lib/config-win32.h 2017-08-09 16:47:38.549200000 +0200 @@ -733,4 +733,20 @@ # define ENABLE_IPV6 1 #endif +#define CURL_DISABLE_DICT 1 +#define CURL_DISABLE_FILE 1 +#undef CURL_DISABLE_FTP +#define CURL_DISABLE_GOPHER 1 +#undef CURL_DISABLE_HTTP +#define CURL_DISABLE_IMAP 1 +#define CURL_DISABLE_LDAP 1 +#define CURL_DISABLE_LDAPS 1 +#define CURL_DISABLE_MQTT 1 +#define CURL_DISABLE_POP3 1 +#define CURL_DISABLE_RTSP 1 +#define CURL_DISABLE_SMB 1 +#define CURL_DISABLE_SMTP 1 +#define CURL_DISABLE_TELNET 1 +#define CURL_DISABLE_TFTP 1 + #endif /* HEADER_CURL_CONFIG_WIN32_H */ --- curl/winbuild/MakefileBuild.vc.orig 2017-10-23 23:41:21.393200000 +0200 +++ curl/winbuild/MakefileBuild.vc 2017-10-23 23:34:16.028000000 +0200 @@ -431,7 +431,7 @@ EXE_OBJS = $(CURL_OBJS) $(CURL_DIROBJ)\curl.res -all : $(TARGET) $(PROGRAM_NAME) +all : $(TARGET) package: $(TARGET) @cd $(DIRDIST) a/zeta-7-3'>distro/allotropia/zeta-7-3 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/sd/source/ui/app/sddll.cxx
AgeCommit message (Expand)Author
2015-08-26add ppt to fftesterCaolán McNamara
2015-08-14Move dropdown menu from 'Save As' to 'Save' buttonSzymon Kłos
2015-07-24Open/Save Remote File in Impress/Draw toolbars and menuSzymon Kłos
2015-07-18Convert SdTbxControl to the generic controllerMaxim Monastirsky
2015-07-16Convert Alignment button to the generic controllerMaxim Monastirsky
2015-07-16Convert FontWorkShapeTypeControl to the generic controllerMaxim Monastirsky
2015-07-15Convert filters button to the generic controllerMaxim Monastirsky
2015-07-15Convert optimize table button to the generic controllerMaxim Monastirsky
2015-07-13Introduce generic sub toolbar controllerMaxim Monastirsky
2015-06-01tdf#88276: Add slot and handlers for toolbar|sidebar buttonsKatarina Behrens
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann
2015-02-25convert SFX_CHILDWIN constants to enum classNoel Grandin
2014-12-10Any reason to use IsHeadlessModeRequested here?Stephan Bergmann
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini
2014-11-05Register ParaLineSpacingPopup in sc and sdMaxim Monastirsky
2014-10-29remove unnecessary 'using namespace rtl' declarationsNoel Grandin
2014-10-24Related: fdo#84844 Support fill color in SvxColorToolBoxControlMaxim Monastirsky
2014-10-24Register the item type based on the SIDMaxim Monastirsky
2014-09-17Remove redundant class SvxLineColorToolBoxControlKrisztian Pinter
2014-09-06DockingWindow LayerDialog appears unusedCaolán McNamara
2014-08-27callcatcher: update unused codeCaolán McNamara
2014-08-24fdo#73151 Make better use of the sidebarSamuel Mehrbrodt