office-gobmx/svl
Eike Rathke 9472e9c77d changes to "tools/table.hxx to std::map conversion"
* use consistent indenting with 4 spaces (instead of tabs (plus one space))
* use   erase(it++)   instead of   erase(it); ++it   to not access invalidated
  iterator
* for   First(); Remove(); Next()   loops over entire Table use   map::clear()
  at the end if it isn't in a dtor
* use existing typedef SvNumberFormatTable in numfmtsh.hxx instead of
  redefining, which means include zforlist.hxx now and some other forward
  declarations can be removed

* removed inlined duplicated code of GetEntry(), implemented it in
  zforlist.cxx instead and made const GetFormatEntry() just call GetEntry()
* removed the temporary sal_uIntPtr nFormat to be used as key, the sal_uIntPtr
  was only used because Table effectively had pointer size as keys.
* made initial assignments of nDefaultFormat and nDefaultCurrencyFormat use
  the ternary conditional operator
2012-02-08 13:15:30 +01:00
..
inc/svl changes to "tools/table.hxx to std::map conversion" 2012-02-08 13:15:30 +01:00
prj
qa Fixed cppcheck messages about rethrowing copy of exception. 2012-02-05 14:29:54 +01:00
source changes to "tools/table.hxx to std::map conversion" 2012-02-08 13:15:30 +01:00
unx fdo#44981 - remove obsolete SWAPLONG macros 2012-01-30 13:18:38 +00:00
util
AllLangResTarget_svl.mk
CppunitTest_svl_lngmisc.mk
CppunitTest_svl_urihelper.mk
JunitTest_svl_complex.mk
Library_fsstorage.mk
Library_passwordcontainer.mk
Library_svl.mk
Makefile switch to include-based build rather than sourced-based build 2012-02-05 19:34:05 -06:00
Module_svl.mk svl: add new test to subsequenttests 2012-01-20 15:16:37 +01:00
Package_inc.mk