summaryrefslogtreecommitdiff
path: root/include/osl
AgeCommit message (Expand)AuthorFilesLines
2015-04-02Move osl::LibreOfficeKit stuff to comphelper for nowTor Lillqvist1-34/+0
2015-04-01Add API to check whether being used through LibreOfficeKitTor Lillqvist1-0/+34
2015-03-28Clean up C-style casts from pointers to voidStephan Bergmann1-1/+1
2015-03-12sal: PVS-Studio V611 memory was allocated using 'new T[]' operatorMichael Stahl1-3/+3
2015-03-01mismatched new[]/deleteDavid Tardon1-1/+1
2015-02-07loplugin:deletedspecialStephan Bergmann6-55/+29
2015-01-20Some more loplugin:cstylecast: salStephan Bergmann1-1/+1
2015-01-08osl/detail/component-defines.h is used in cppumaker-generated codeStephan Bergmann1-0/+25
2015-01-08[API CHANGE] remove oslDescriptorType/FlagStephan Bergmann1-10/+0
2015-01-08[API CHANGE] Remove osl_send/receiveResourcePipeStephan Bergmann1-7/+0
2015-01-08brute-force find-and-remove of unused #define constants.Noel Grandin3-28/+0
2015-01-02Fix simple typos.Andrea Gelmini2-3/+3
2014-12-20TyposJulien Nabet1-2/+2
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+2
2014-12-05loplugin:cstylecast, involving pointer to incomplete typeStephan Bergmann1-1/+1
2014-12-04[API CHANGE] Remove osl_setCommandArgsStephan Bergmann1-9/+0
2014-11-19sal, cppuhelper headers a little more complete and self-containedMichael Stahl2-0/+3
2014-11-17sal: clean up public headers with include-what-you-useMichael Stahl2-3/+1
2014-11-17sal: remove pointless checking for __cplusplus in public C++ headersMichael Stahl2-6/+0
2014-11-12Fix common typos. No automatic tools. Handmade…Andrea Gelmini5-8/+8
2014-10-31cid#1242936 handle rename failureStephan Bergmann1-1/+5
2014-10-31Duplicate lineStephan Bergmann1-1/+0
2014-10-02MWERKS etc. are not supported toolchainsMichael Stahl1-5/+1
2014-09-11(Rudimentary) C++11 support is a hard requirement nowStephan Bergmann1-5/+0
2014-08-17warning C4800: 'unsigned long' : forcing value to bool 'true' or 'false'Thomas Arnhold1-2/+2
2014-08-13warning C4365: 'argument' : conversion from 'sal_Int32' to 'sal_uInt32'Thomas Arnhold1-1/+1
2014-08-08osl: kill check for ancient freebsd < 7 versionsRiccardo Magliocchetti1-7/+0
2014-07-31Mark osl_areCommandArgsSet as internal only.Andrzej Hunt1-0/+3
2014-07-31Add @since to osl_areCommandArgsSet.Andrzej Hunt1-0/+1
2014-07-11Introduce osl_areCommandArgsSet.Andrzej Hunt1-0/+5
2014-06-30android: Introduce LibreOfficeKit.java to bootstrap using LibreOfficeKit.Jan Holesovsky1-0/+7
2014-06-06fixincludeguards: fix include guardsThomas Arnhold1-3/+3
2014-06-05various: remove SAL_THROW macroNoel Grandin1-4/+4
2014-05-20fdo#60338: Introduce osl_createDirectoryWithFlagsStephan Bergmann2-2/+25
2014-05-19fdo#60338: Add osl_File_OpenFlag_Private to avoid umaskStephan Bergmann1-1/+2
2014-05-17Correct common misspellings, and remove some ASCII art along the way.Chris Laplante2-2/+2
2014-05-15Resolves: #i124896# [API CHANGE] remove obsoleted rtl/allocator.hxxHerbert Dürr1-3/+1
2014-05-13osl_openFilePath is internal sal/osl/unx functionalityStephan Bergmann1-18/+0
2014-05-13All three uses of osl_getFileOSHandle have been removed againStephan Bergmann1-5/+0
2014-05-13osl_openMemoryAsFile is internal, Android-only functionalityStephan Bergmann1-3/+0
2014-05-04Typo: depricated->deprecatedJulien Nabet1-1/+1
2014-05-01coverity#707976 Uninitialized pointer fieldCaolán McNamara1-5/+4
2014-05-01Many spelling fixes: directories r* - z*.Pedro Giffuni6-13/+13
2014-04-25fdo#43157 : [API CHANGE] Remove OSL_THIS_FILEMichaël Lefèvre1-2/+0
2014-04-14typo: dependend -> dependentThomas Arnhold2-6/+6
2014-04-10It's "its", not "it's"Tor Lillqvist1-2/+2
2014-04-08fdo#43157 [API CHANGE] Remove deprecated _OSL_GLOBALMichaël Lefèvre1-6/+0
2014-04-05fdo#43157 : clean up OSL_DEBUG_ONLYMichaël Lefèvre1-12/+0
2014-03-25Remove the obsolete functionality originally underlying osl/diagnose.hStephan Bergmann1-44/+0
2014-03-17sal,toolkit,unotools: prefer passing OUString by referenceNoel Grandin1-1/+1