summaryrefslogtreecommitdiff
path: root/sal/osl/unx/tempfile.cxx
AgeCommit message (Collapse)AuthorFilesLines
2017-07-06tdf#43157 - osl: convert OSL_ASSERT in unx & w32 tempfile.cxxChris Sherlock1-2/+5
Change-Id: I243a5dc4061844af95eae83347ddb15ea7134c0c Reviewed-on: https://gerrit.libreoffice.org/39542 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Michael Meeks <michael.meeks@collabora.com>
2017-05-16Extend loplugin:comparisonwithconstant beyond integral typesStephan Bergmann1-2/+2
Change-Id: Id3a8fd5d8b9975d3ae49af0648b39454310495fa
2017-05-16Try to fix loplugin:comparisonwithconstant's rewrite-with-macros issueStephan Bergmann1-10/+10
...that had plagued 2e293a731c1559c9869dfcb32491bc600fc18e4e "new loplugin/rewriter comparisonwithconstant" (in sal/osl/unx/pipe.cxx), and auto-rewrite the remaining occurrences in sal (that the mentioned commit had failed to address, for whatever reason) Change-Id: I3dc3bae8dd92ba8bf576f6e06e7c9ee21f883661
2017-03-30remove type decorations on char literalsJochen Nitschke1-1/+1
they are only needed where type deduction fails. left them in defines for now. Change-Id: I7f002dd6bc7acc083c73b6c64076de6dd28d0b09 Reviewed-on: https://gerrit.libreoffice.org/35893 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Stephan Bergmann <sbergman@redhat.com>
2016-05-02sal_Bool -> boolStephan Bergmann1-2/+2
Change-Id: I6e86cb7ffbd8c8cbf3cccaef656cf7b7e755e24f
2016-02-18coverity#1352316 Explicit null dereferencedCaolán McNamara1-7/+7
Change-Id: Ieb80209e0254080bf78fb3b5201b849d7d30880c
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann1-15/+15
Change-Id: I1bc6c87fcd6e5e96362623be94c59be216a3b2b8
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann1-1/+1
Change-Id: I03e43d219a65aa270f73a91896e0e7a567d424bc
2014-11-19system.h -> system.hxxStephan Bergmann1-1/+1
Change-Id: I39a60d0b775bfe40fa89e8b5d5f7466d0db5d36e
2014-11-19file_url.h -> file_url.hxxStephan Bergmann1-1/+1
Change-Id: I2494779521d56edcab41f66a7c64e7dc5a9205ad
2014-05-13Related fdo#60338: Restrictive open mode flags for tempfile w/o calling umaskStephan Bergmann1-7/+4
Change-Id: Ia83cbe4c9352eb2a2cf317dd1fc5771ddc12c993
2014-05-13Convert sal/osl/unx/tempfile.c to C++Stephan Bergmann1-0/+330
...for easier future maintenance Change-Id: I501076882daa7f36f414f9fa62f790eb85ac3259