summaryrefslogtreecommitdiffstats
path: root/store
Commit message (Collapse)AuthorAgeFilesLines
* cid#1226495 Uninitialized scalar fieldNoel Grandin2014-07-181-1/+1
| | | | Change-Id: I5f05fc312032c50639f147f27353aa560a69f65a
* use SimpleReferenceObject in stoc moduleNoel Grandin2014-07-1010-148/+15
| | | | | | to replace hand-rolled version Change-Id: I30635aec81313e4e0d1b67b30c8992fd63bb1f67
* WaE: C4754Tor Lillqvist2014-07-081-2/+2
| | | | | | | VS 2013 warns: Conversion rules for arithmetic operations in the comparison mean that one branch cannot be executed. Change-Id: I85f6df16b0ced94677568441d87a588bed1bfb9b
* loplugin:staticcallStephan Bergmann2014-06-131-11/+8
| | | | Change-Id: I2317522af91c8c60672c72a3b514767039930e22
* Bin ugly (ab)use of preprocessor in headers (final part)Thomas Arnhold2014-06-061-1/+0
| | | | | | | | | | | Finish the work of ec8617568ff091026b2f17cce3b547b1633fa6c4 Only one is left: SC_PROGRESS_CXX Change-Id: Ifdc07ec377d7a84e92bc4b0a66ab82b1fc93f76a Reviewed-on: https://gerrit.libreoffice.org/9636 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* various: remove SAL_THROW macroNoel Grandin2014-06-052-6/+6
| | | | Change-Id: I9464179a736b91f5bc32eb5e5e89b3b4e3da3494
* fdo#43157 Remove OSL_POSTCOND, prefer SAL_WARN_IFMichaël Lefèvre2014-05-127-35/+47
| | | | | Change-Id: Ia89a2dce799c7ba90bcd19919195bfd2c7a4a180 Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* simplify ternary conditions "xxx ? yyy : false"Noel Grandin2014-05-052-2/+2
| | | | | | | | | Look for code like: xxx ? yyy : false; Which can be simplified to: xxx && yyy Change-Id: Ia33c0e452aa28af3f0658a5382895aaad0246b4d
* fixincludeguards.sh: some smaller dirsThomas Arnhold2014-04-1910-30/+30
| | | | Change-Id: Ic25bd678dc299627299b22145efd7bebcf2b39d0
* TypoStephan Bergmann2014-04-071-1/+1
| | | | Change-Id: Ie264bfec4a8c34adcaa45c0a5cc43c1109d31c95
* Fix READMEStephan Bergmann2014-04-071-1/+5
| | | | Change-Id: Ib07a18d6592432e9e1716641938a6f336daa7b4b
* Clean up unreferenced functionsStephan Bergmann2014-04-044-49/+13
| | | | Change-Id: I1dbb864d030b61417f6d137fc967f158e9243ed7
* remove PROFILE checksThomas Arnhold2014-03-271-12/+0
| | | | never defined, follow-up of 512de6e75d34d2144392d1e78c25446f2d0b3a35
* sfx2, sc: remove macros for using Windows NT Call ProfilerMichael Stahl2014-03-271-17/+0
| | | | | | | | | Apparently this tool was available for early versions of NT; googling finds a caplib.zip from 1992 but that is missing the CAP.dll so there's no way to use this anyway. http://cd.textfiles.com/cica/cica9308/UNZIPPED/NT/CAPLIB/CAP.TXT Change-Id: I4718af0e175b78bcdad38bbca0fc9579b3b12111
* First batch of adding SAL_OVERRRIDE to overriding function declarationsStephan Bergmann2014-03-267-53/+53
| | | | | | | ...mostly done with a rewriting Clang plugin, with just some manual tweaking necessary to fix poor macro usage. Change-Id: I71fa20213e86be10de332ece0aa273239df7b61a
* No need for isKindOf to be SAL_CALLStephan Bergmann2014-03-128-9/+9
| | | | Change-Id: Ia58af7d32904de01fdb5291203938c748cae94c6
* Remove visual noise from storeAlexander Wilms2014-02-2716-88/+25
| | | | | | | Change-Id: I6753eb480618af747ecf4a3ae3c666257761ce70 Reviewed-on: https://gerrit.libreoffice.org/8317 Reviewed-by: Stephan Bergmann <sbergman@redhat.com> Tested-by: Stephan Bergmann <sbergman@redhat.com>
* store: sal_Bool -> boolStephan Bergmann2014-02-1711-16/+16
| | | | Change-Id: I7d108e7ae387f9c07cce182a0bb09b69a6608226
* bool improvementsStephan Bergmann2014-01-281-1/+1
| | | | Change-Id: Ibc5e3084e4bec40005779854ce7552a2eb39a7ed
* convert OUString compareToAscii == 0 to equalsAsciiNoel Grandin2013-11-111-1/+1
| | | | | | | | | | Convert code like aStr.compareToAscii("XXX") == 0 to aStr.equalsAscii("XXX") which is both easier to read and faster. Change-Id: I448abf58f2fa0e7715dba53f8e8825ca0587c83f
* Remove warning by using the right printf commandsArnaud Versini2013-07-091-2/+2
| | | | | | | Change-Id: Id476a0eb1f5965098c8cc2e2847547b1d23387eb Reviewed-on: https://gerrit.libreoffice.org/4753 Reviewed-by: Petr Mladek <pmladek@suse.cz> Tested-by: Petr Mladek <pmladek@suse.cz>
* -Werror,-Wdeprecated-registerStephan Bergmann2013-06-202-5/+5
| | | | Change-Id: I1ec3d7845477cfb5bc6a3d7f70ddabef12583e1b
* mingw64: use the sal formatting strings in storeFridrich Štrba2013-06-101-1/+1
| | | | Change-Id: Id6b8f4ed6df14bd80a7937001ec1cfb98acd7f52
* Move to MPLv2 license headers, with ESC decision and author's permission.Michael Meeks2013-04-302-42/+8
|
* gbuild: drop empty use_packages callsDavid Tardon2013-04-241-3/+0
| | | | | | | Change-Id: I8e9f70eb5d929c98b4379416c2259a74e31d587f Reviewed-on: https://gerrit.libreoffice.org/3503 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* gbuild: drop uses of removed packagesDavid Tardon2013-04-241-1/+0
| | | | | | | Change-Id: I400fad08c0ae7b6b34bad63693f54856867e4dac Reviewed-on: https://gerrit.libreoffice.org/3502 Reviewed-by: David Tardon <dtardon@redhat.com> Tested-by: David Tardon <dtardon@redhat.com>
* execute move of global headersBjoern Michaelsen2013-04-236-1237/+0
| | | | | | | see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a
* do not set soversion for private ure librariesMatúš Kukan2013-04-122-59/+0
| | | | | Change-Id: I2b2099d8fc00062f67c42e73c4b8a17a689db89d Signed-off-by: Stephan Bergmann <sbergman@redhat.com>
* Revert "store: new ZipPackage_store_odk_headers"Michael Stahl2013-04-103-9/+7
| | | | | | | | | | | This reverts commit 5c60cebafdc6d6d773c794c0a4ee58d63782df22. The "store" library is not actually a stable URE interface. Conflicts: odk/CustomTarget_doxygen.mk Change-Id: I221696515ba07b0155406a503c33760c58d1338f
* mass removal of rtl:: prefixes for O(U)String*Luboš Luňák2013-04-077-25/+23
| | | | | | | | 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
* further OUString cleanupThomas Arnhold2013-03-191-3/+2
| | | | Change-Id: I19954ee5976cb881a5fe73a889c8e04a19b14eb6
* cleanup doxygen warningsPeter Foley2013-03-181-4/+4
| | | | Change-Id: I9181cad5bfa93f9e8b3d944b2b50a3ccc0b42595
* remove legacy build.pl prj/build.lst files.Michael Meeks2013-03-141-2/+0
|
* use startsWith() instead of compareToAscii()Thomas Arnhold2013-03-111-1/+1
| | | | | | brain damage... Change-Id: I4dc63c7346f724eded9ac7b82cda25c2bb60beff
* Use BOOST_STATIC_ASSERTStephan Bergmann2013-03-097-25/+29
| | | | Change-Id: Ib9dc2541c3bf72ddd6094331297a91352138e5af
* remove unused and commented out codeThomas Arnhold2013-03-041-8/+0
| | | | | | This code gets never called. Change-Id: I59228cba1444b7b09f74eb5cf8da9b755c7c32f7
* remove all d.lstMichael Stahl2013-02-281-0/+0
| | | | Change-Id: Icba4218c5f9fe89d183d25ea82a8eae52881f885
* store: new ZipPackage_store_odk_headersMichael Stahl2013-02-273-7/+9
| | | | Change-Id: I2d4e2853014ef30419a66c8f9b2675b92d60adb6
* Leftover store/inc/makefile.mkStephan Bergmann2013-02-111-30/+0
| | | | Change-Id: I7237ebb7177df66a457fcf46e5d4a963a357c2bc
* gbuild: fix silly "expandtabs" in makefile VIM modelinesMichael Stahl2013-01-261-1/+1
| | | | Change-Id: I54d8923ad315e8041fd3904da3a29f1a7a8c8b16
* Some cppcheck cleaningJulien Nabet2013-01-262-46/+44
|
* Get rid of (most uses of) GUITor Lillqvist2012-12-251-4/+4
| | | | | | | | | | GUI only takes values UNX or WNT, so it is fairly pointless. One can check whether OS is WNT or not instead. Change-Id: I78ae32c03536a496a563e5deeb0fca78aebf9c34 Reviewed-on: https://gerrit.libreoffice.org/1304 Reviewed-by: Peter Foley <pefoley2@verizon.net> Tested-by: Peter Foley <pefoley2@verizon.net>
* Replace usage of rtl_*Memory with equivalent from string.hArnaud Versini2012-10-013-11/+11
| | | | | | | Change-Id: I50ffc10f007f03c3252ef0196b59b881429cc159 Reviewed-on: https://gerrit.libreoffice.org/734 Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com> Tested-by: Norbert Thiebaud <nthiebaud@gmail.com>
* gbuild: invert handling of standard system libraries:Michael Stahl2012-09-281-2/+0
| | | | | | | Always link in gb_STDLIBS, except when the library explicitly opts out with gb_LinkTarget_disable_standard_system_libs. Change-Id: I489a99114fbfa46d0421a27cf6c7b899dc268a4a
* gbuild: replace direct gb_STDLIBS use with ...Michael Stahl2012-09-281-1/+2
| | | | | | ... new gb_LinkTarget_add_standard_system_libs Change-Id: Ib2bc843098db3d8c6822b45a3d21724e67f57d69
* gbuild: split uwinapi out of gb_STDLIBSMichael Stahl2012-09-281-0/+1
| | | | Change-Id: I53316e0b9369d806197bccb42cf22d3497af43e7
* migrate some of the biggest consumer of osl_*InterlockedCount to osl_atomicNorbert Thiebaud2012-09-171-2/+2
| | | | | | | Change-Id: I0e6992afbeffaf3b993e6630fb396d93012890e0 Reviewed-on: https://gerrit.libreoffice.org/632 Tested-by: Norbert Thiebaud <nthiebaud@gmail.com> Reviewed-by: Norbert Thiebaud <nthiebaud@gmail.com>
* remove use of SAL_MIN() macroNorbert Thiebaud2012-09-142-7/+18
| | | | Change-Id: Ia91118388240c9a54d010b94aef34ad528ce5761
* remove unused module-description xml filesMatúš Kukan2012-08-222-25/+0
| | | | Change-Id: I531e47538f308ee43e0fe8d7db59f525e45942c3
* do not deliver these module-description xml filesMatúš Kukan2012-08-222-32/+0
| | | | | | | Change-Id: Ife2f42b3a917ece10dc7ee9fcd83f1558084c4f1 Reviewed-on: https://gerrit.libreoffice.org/454 Reviewed-by: Andras Timar <atimar@suse.com> Tested-by: Andras Timar <atimar@suse.com>