summaryrefslogtreecommitdiff
path: root/shell/source/win32
AgeCommit message (Collapse)AuthorFilesLines
2013-07-16bnc#829017 fix issue with negative seeks in win32 shell extensionFridrich Štrba1-2/+2
Change-Id: Ia8072f78ad43281e406377922f50f8de53194f1b (cherry picked from commit 2a4c55f6d46aec5164ec2ec189ee39cf71c9308c) Reviewed-on: https://gerrit.libreoffice.org/4941 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>
2013-04-30Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks1-1/+1
2013-04-17-Werror=unused-macros (MinGW, shell)Stephan Bergmann1-8/+0
Change-Id: I19a346a35eef403a7f831299e42655b9761f2c43
2013-04-15fdo#60724 correct spellingThomas Arnhold1-1/+1
Change-Id: Ieb653adbd0cb4371ec5db57e70bcc551872f647f
2013-04-10fdo#62096: Replaced some OUString 'compareTo' with '=='Prashant Pandey2-2/+2
Change-Id: I1d095cf5640595789f4ae99f1b0679be88b0baa9
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák9-62/+59
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2013-03-04doubled includesThomas Arnhold3-11/+0
Change-Id: I70ec796188e2388e1e4d699126f7ae817f5ff86e
2013-01-26unify the spelling of 'Kazakh' language nameAndras Timar1-1/+1
While 'Kazakh' can be written as 'Kazak' or 'Qazaq', the 'Kazakh' form is the most widespread according to online sources (Wikipedia, LCID list from Microsoft). Also the 'Kazakh' form is preferred by a Kazakh contributor, see http://listarchives.libreoffice.org/global/l10n/msg05444.html In LibreOffice both 'Kazak' and 'Kazakh' was used at different places. Change-Id: Ief83eb05e92af16cb5b795f2bbb1e3d6f7c9659a
2012-12-27Sigh, my git grep regexps missed some casesTor Lillqvist1-1/+1
Change-Id: I085f14f40fb83cba171b35b14cf7c0d99091fc00
2012-11-30c++ API: use css alias in generated headers, adds global css declThorsten Behrens2-4/+0
This changes all generated API headers (.hpp and .hdl) to use a namespace alias 'css' instead of the pointlessly long com::sun::star Makes the change in cppumaker & associated tools, adds a global namespace alias definition in sal/types.h, and removes a kiloton of local, now pointless-to-harmful versions of that alias from all over the code. Change-Id: Ice5a644a6b971a981f01dc0589d48f5add31cc0f
2012-11-29API CHANGE: remove com.sun.star.system.XProxySettingsMichael Stahl2-196/+0
... and related services: com.sun.star.system.SOffice52ProxySettings com.sun.star.system.ProxySettings com.sun.star.system.SystemProxySettings The implementation for these has apparently been removed in OpenOffice.org 2.0 or thereabouts. EXISTENCE: published key "/UCR/com/sun/star/system/SOffice52ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/ProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/XProxySettings" exists only in registry 1 EXISTENCE: published key "/UCR/com/sun/star/system/SystemProxySettings" exists only in registry 1 Change-Id: If00c332edf08619fcad12ed07d0d8a13a714045e
2012-11-28We only support MSVC 2008 (_MSC_VER 1500) or laterTor Lillqvist1-4/+0
We can drop or simplify many conditionals. Change-Id: I37e820e515cc09845c30b62c89ddb3b6ff370f97
2012-11-20remove license header that confuses lngconvexLuboš Luňák1-18/+0
This is not C++ source. Change-Id: I05fe98ef019df23fd4be0d7e281ebb877b545484
2012-11-15Bin use of UTF-16 expat variant in the Windows shell extensionTor Lillqvist1-12/+30
Thus we can drop that variant completely. Change-Id: I11a8e40436921219bd6dd4afad4c7907ccb6b84c
2012-10-07fix shell build with Win8 SDKPeter Foley1-0/+2
Change-Id: I19d39f26732772f274e6c8fd76326c50fd73baa3
2012-10-03re-base on ALv2 code. Includes:Michael Meeks41-899/+626
tkr41: #117828# office crash fixed . (null pointer) + add unit test Patch contributed by Tobias Krause http://svn.apache.org/viewvc?view=revision&revision=1172105 Do not add targets for junit tests when junit is disabled. Patch contributed by Andre Fischer http://svn.apache.org/viewvc?view=revision&revision=1241508 remove the OutDev::GetKernPair* stubs completely Patch contributed by Herbert Duerr http://svn.apache.org/viewvc?view=revision&revision=1179221 reverting un-necessary OS/2 conditionals.
2012-10-02Use prefixTor Lillqvist4-4/+4
Change-Id: Ife93e37f8b24f3ce96b55c5a221f0f929b789f60
2012-09-11fdo#53588 Assume cdir being in the last 1k of the file to speed-up searchAndras Timar1-0/+1
Change-Id: I25291c52d9f0117c70c48781c2eb575bb6b374ff
2012-08-27fdo#53592: Try not to crash on empty m_ZipContentFridrich Štrba2-4/+9
Change-Id: I9bdc9997e260a75682177c8641695b60df0c81a6
2012-08-27fdo#53533: don't seek to bogus offsetFridrich Štrba1-20/+14
Change-Id: I27d056bdb8329dce302f2737bad5c5dc55791e74
2012-08-22Replace use_internal_api with use_udk_api etc. where appropriateStephan Bergmann2-85/+0
Change-Id: I5e216ca01830a6568159ee8e9265938667f201a1
2012-08-08reduce ascii noise and useless commentsThomas Arnhold6-24/+0
Change-Id: I317058e3b25cebb7c1d89361636261c5f16a84d4
2012-08-08remove include comments and boxesThomas Arnhold11-49/+0
Change-Id: I9ccf664e8f75a68b1b87c2b29ae617a90d0741a7
2012-07-20new does not return nullStephan Bergmann3-29/+13
Change-Id: Iea00f7c6435c6ae3ccbb2f97ab4407df8b86c54b
2012-07-13warning C4267: conversion from 'size_t' to 'unsigned long'Michael Stahl1-1/+1
Change-Id: I1d922e5b3c7959022b6f57c33b9a4976a16305f6
2012-07-13warning C4267: conversion from 'size_t' to 'DWORD'Michael Stahl2-3/+3
Change-Id: Idd467f2963099e2ae6bb76f405124dfa32c8cc9a
2012-07-13clarify branding in commentMichael Stahl1-3/+5
Change-Id: I3101b9f582861bc88ab694c551e66079f133e3e0
2012-07-13warning C4267: conversion from 'size_t' to 'int'Michael Stahl1-2/+2
Change-Id: Id495b96f6f496f4ae16d9c9a3697f94c7b3f305c
2012-07-13shell: remove dead SaveDebugInfoToFileMichael Stahl1-17/+0
Change-Id: I18655247f0e836cefd2791e1c78cf9f49e396d02
2012-07-12warning C4267: conversion from 'size_t' to 'DWORD'Michael Stahl1-1/+2
Change-Id: If6cbb99b59b14fc7911c0fe76f44ac21b0db5042
2012-07-12warning C4100: unreferenced formal parameterMichael Stahl1-2/+4
Change-Id: I0965bb0cf13becd8a55170789f81714919cbbdf2
2012-07-01Remove unused definesThomas Arnhold2-2/+0
Change-Id: Ic36b131ee9964a6671f7f41e1cad1631c43ad565
2012-06-22.ulf files don't need executable bitsMichael Stahl1-0/+0
Change-Id: Ie84a08aa0626dffed871200df565e33642f53866
2012-06-22.xml files don't need executable bitsMichael Stahl2-0/+0
Change-Id: I399d086181a9f513cd95157e815551f0be9b9e95
2012-06-22re-base on ALv2 code.Michael Meeks8-184/+112
Change-Id: I8018d9b5fa01d1720c0392dc5fdc4a0656f25a35
2012-06-21re-base on ALv2 code.Michael Meeks6-141/+87
Change-Id: I6c145e984c885c7e06caa1c27bfb354ea49ad9ce
2012-06-21re-base on ALv2 code.Michael Meeks1-21/+12
Change-Id: Ice06e639213aeb6f7f23cbf4634947dd25613db1
2012-06-02targeted string re-workNorbert Thiebaud8-43/+40
Change-Id: I6eb2242506ef2d230770e513579caf4455ec37d5
2012-05-31Make Win32 LibO installable side by side with other StarOffice derivativesJesús Corrius1-22/+22
2012-05-31nuke unused typedefTakeshi Abe1-1/+0
Change-Id: I8848d0e687c3b19be1a8bc1f41c2a0c94e13bbbf
2012-05-29targetted SAL_N_ELEMENTS reversion.Michael Meeks4-4/+4
Change-Id: I30be93ccaeb1f9fd17cbe9e3ed3165e094810b2e
2012-05-29shell: export more symbols, as privateMatúš Kukan3-4/+0
Change-Id: Ifca9712c2ee28c8e38925150b3e6d0f27195ff1d
2012-05-29export COM functionsDavid Tardon2-8/+0
Change-Id: I5ab936c90b596716f92f04d0db46a77a656a758b
2012-05-29gbuildize shellDavid Tardon16-1193/+20
Change-Id: I91a89f9d0bd1eb88a94179f1c1a41bc832599fed
2012-05-16removed unused constant rtl::OUStringTakeshi Abe1-1/+0
Change-Id: I173275e0f8faa852500d108f65636080f79636c6
2012-04-23s/OpenOffice/LibreOffice/Andras Timar1-2/+2
2012-04-13sigh, need a 64bit zlib too on windows, revertingCaolán McNamara9-6/+38
2012-04-13gbuildize internal zlibCaolán McNamara9-38/+6
and stick headers into the solver in the same hierarchy as is "standard" so we don't have to patch so much, similiarly rename to libz
2012-04-05shell: fix silly flags from 2c5a817591Michael Stahl1-1/+1
2012-03-27typo fixAndras Timar1-1/+1