9472e9c77d
* 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 |
||
---|---|---|
.. | ||
svx | ||
accessibility.hrc | ||
dgdefs_.hxx | ||
dialdll.hxx | ||
dragmt3d.hxx | ||
drawuiks.hxx | ||
extrusiondepthdialog.hxx | ||
float3d.hrc | ||
fmhelp.hrc | ||
fontworkgallery.hrc | ||
galbrws2.hxx | ||
gallery.hrc | ||
galobj.hxx | ||
galtheme.hrc | ||
globlmn_tmpl.hrc | ||
helpid.hrc | ||
lightdlg.hxx | ||
sjctrl.hxx | ||
svdibrow.hxx | ||
svdpomv.hxx | ||
tbunocontroller.hxx | ||
tbunosearchcontrollers.hxx | ||
uiks.hxx | ||
unomlstr.hxx | ||
xpolyimp.hxx |