summaryrefslogtreecommitdiff
path: root/package/inc/HashMaps.hxx
AgeCommit message (Collapse)Author
2017-10-23loplugin:includeform: packageStephan Bergmann
Change-Id: I64200b2d03d579c5c83d1ec0cc8aaa839edaa7ed
2017-10-23overload std::hash for OUString and OStringNoel Grandin
no need to explicitly specify it anymore Change-Id: I6ad9259cce77201fdd75152533f5151aae83e9ec Reviewed-on: https://gerrit.libreoffice.org/43567 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Noel Grandin <noel.grandin@collabora.co.uk>
2017-01-08Rename css::packages::ContentInfo to just ZipContentInfo.Kohei Yoshida
And use std::unique_ptr not rtl::Reference. This is not a UNO object anyway... Change-Id: If43da4f7e0f478b9ad8d62e5f43f04f035c31717 Reviewed-on: https://gerrit.libreoffice.org/32828 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Kohei Yoshida <libreoffice@kohei.us>
2015-10-23com::sun::star->css in package,pyunoNoel Grandin
Change-Id: I7b7b0e7fea2d1a2b9f6f5501ad5e0b8c1b4a17b9
2015-01-02boost::unordered_map->std::unordered_mapCaolán McNamara
you can get debug stl this way Change-Id: Ia70a3e7c7c452390e8bee34975d296c9318e4a19
2014-04-22package: sal_Bool->boolNoel Grandin
Change-Id: I05dd5070d0618ef7539b26c7edcaf01b0a84732c
2014-04-19fixincludeguards.sh: packageThomas Arnhold
Change-Id: Ia66d825baad3315c34bd579dc804f607bc6be30b
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
Modules sal, salhelper, cppu, cppuhelper, codemaker (selectively) and odk have kept them, in order not to break external API (the automatic using declaration is LO-internal). Change-Id: I588fc9e0c45b914f824f91c0376980621d730f09
2012-06-22re-base on ALv2 code.Michael Meeks
2011-02-06move components to boost unordered containersFridrich Štrba
2010-10-28add modelines to .hxx files as wellCaolán McNamara
2010-10-25merge vosremoval-reference.diffNorbert Thiebaud
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2008-04-10INTEGRATION: CWS changefileheader (1.8.66); FILE MERGEDRüdiger Timm
2008/04/01 15:22:20 thb 1.8.66.3: #i85898# Stripping all external header guards 2008/04/01 12:32:10 thb 1.8.66.2: #i85898# Stripping all external header guards 2008/03/31 16:19:05 rt 1.8.66.1: #i87441# Change license header to LPGL v3.
2006-06-20INTEGRATION: CWS warnings01 (1.7.4); FILE MERGEDJens-Heiner Rechtien
2005/11/01 17:10:14 cd 1.7.4.1: #i53898# Warning free code for sun sparc compiler
2005-09-08INTEGRATION: CWS ooo19126 (1.6.168); FILE MERGEDRüdiger Timm
2005/09/05 18:49:00 rt 1.6.168.1: #i54170# Change license header: remove SISSL
2003-06-12INTEGRATION: CWS mh11rc (1.5.52); FILE MERGEDVladimir Glazounov
2003/06/06 10:56:04 mh 1.5.52.1: join: from beta2
2001-10-30#93877# using auto_ptr's in STL containers is apparently bad, so use ↵Martin Gallwey
ref-counted ORefs instead
2001-10-26#93877# use auto_ptr's to make sure that that ContentInfo pointers are ↵Martin Gallwey
always deleted
2001-09-14#89303# optimise hash maps for speed (and put them all in one place)Martin Gallwey
2001-07-04#86708# changes for pack'n'go feature (incomplete)Martin Gallwey
2001-04-19Cleaned up the header files and inc directoryMartin Gallwey