summaryrefslogtreecommitdiffstats
path: root/include/basic/basmgr.hxx
Commit message (Collapse)AuthorAgeFilesLines
* Renamed brdcst.[hc]xx to SfxBroadcaster.[hc]xxTobias Lippert2014-07-171-1/+1
| | | | | | | | | | - Remove includes from files where they are not needed. - Update pch files Change-Id: I0188e3934ef429008c1ef495ab1d5b27f38664d5 Reviewed-on: https://gerrit.libreoffice.org/10342 Reviewed-by: Thomas Arnhold <thomas@arnhold.org> Tested-by: Thomas Arnhold <thomas@arnhold.org>
* improve the inlinesimplememberfunctions clang pluginNoel Grandin2014-06-171-1/+1
| | | | Change-Id: I6d5a952901648e01904ef5c37f953c517304d31e
* Explicitly mark overriding destructors as "virtual"Stephan Bergmann2014-04-011-1/+1
| | | | | | | | It appears that the C++ standard allows overriding destructors to be marked "override," but at least some MSVC versions complain about it, so at least make sure such destructors are explicitly marked "virtual." Change-Id: I0e1cafa7584fd16ebdce61f569eae2373a71b0a1
* fdo#75280 Started cleaning up of sal_uIntPtr usage.Valentin Kettner2014-03-281-4/+4
| | | | | | | | | | | | | | | | | | Converted wrong usage of sal_uIntPtr to appropriate other types in basic module. The bug is not fully fixed with this since many other occurences of sal_uIntPtr remain. Update due to code review comments: Fixed forgetting to change some declarations in iosys.cxx. Cleaned up the one remaining sal_uIntPtr in iosys.cxx Fixed adding a sal_uInt64 to a Date (uses long now instead) in methods.cxx Fixed the VarDecFromUI4 call in sbxdec.cxx from sal_uLong to ULONG . Conflicts: basic/source/runtime/iosys.cxx Change-Id: Ia6460be04967deb68b92eb62d945da8814fae605
* basic: sal_Bool->boolNoel Grandin2014-03-271-15/+15
| | | | Change-Id: Idfe18863b2c6f60da5192d661f66e85a2bac09e5
* Split TYPEINFO into plain and TYPEINFO_OVERRIDEStephan Bergmann2014-03-261-1/+1
| | | | | | ...where the latter contains SAL_OVERRIDE annotations Change-Id: Id64794b388d83dfe7026440e8b20a5b5efd412d1
* fdo#65108 inter-module includes <>Norbert Thiebaud2013-11-091-1/+1
| | | | Change-Id: I419a1288bc6120d978fc301f127d5d29298f3ede
* fixincludeguards.sh: include/{basegfx,basic}Thomas Arnhold2013-10-231-3/+3
| | | | Change-Id: Id18d3f4b4ed763b2ec9e718d66c3c3b9968fcac2
* execute move of global headersBjoern Michaelsen2013-04-231-0/+238
see https://gerrit.libreoffice.org/#/c/3367/ and Change-Id: I00c96fa77d04b33a6f8c8cd3490dfcd9bdc9e84a for details Change-Id: I199a75bc4042af20817265d5ef85b1134a96ff5a