• Oliver Bolte's avatar
    INTEGRATION: CWS custommeta (1.50.66); FILE MERGED · bdbfb47c
    Oliver Bolte yazdı
    2008/02/06 09:51:18 mst 1.50.66.12: - sfx2/source/dialog/dinfdlg.cxx, sfx2/source/doc/docinf.cxx:
      + wntmsci11 warning fix
    2008/02/01 16:05:50 mst 1.50.66.11: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
      + put all functions in namespace sfx2
    2008/01/31 15:19:22 mst 1.50.66.10: - sfx2/source/doc/docinf.cxx:
      + store editing duration as datetime with offset 1601-01-01
    - sfx2/source/doc/oleprops.cxx:
      + add heuristic: datetime values with year 1601 are not converted to/from
        local timezone, because they are likely to be editing durations
    2008/01/29 17:27:42 mst 1.50.66.9: interface change: SfxDocumentInfoHint
    - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
      + remove SfxDocumentInfoHint
    2008/01/29 12:54:56 mst 1.50.66.8: interface change: convertCommaSeparated
    - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
      + remove functions convertCommaSeparated (moved to comphelper/string.hxx)
    - sfx2/source/doc/{objserv.cxx,objstor.cxx,objuno.cxx},
      sfx2/source/dialog/dinfdlg.cxx,
      sfx2/source/bastyp/{frmhtmlw.cxx,sfxhtml.cxx}:
      + adapt to convertCommaSeparated change (moved to comphelper)
    2008/01/25 18:44:38 mst 1.50.66.7: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
      + remove obsolete class SfxDocumentInfo
    2008/01/25 16:10:49 mst 1.50.66.6: interface change: SfxDocumentInfoHint
    - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
      + mark SfxDocumentInfo as DLL private
      + re-implement class SfxDocumentInfoHint
    2008/01/23 13:46:55 mst 1.50.66.5: interface change: SaveOlePropertySet
    - sfx2/source/doc/oleprops.{hxx,cxx}:
      + new constant PROPTYPE_BLOB
      + new class SfxOleBlobProperty
      + new method SfxOleSection::SetBlobValue
      + class SfxOleThumbnailProperty now stores a Sequence<uInt8>
      + parameter type of SfxOleSection::SetThumbnailValue changed accordingly
    - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
      + SaveOlePropertySet: parameter type of thumbnail is now Sequence<uInt8>;
        new parameters for GUID blob and Hyperlinks blob
      + SaveOlePropertySet: write _PID_GUID and _PID_HLINKS properties;
        do not write TRANSIENT user-defined properties
      + new helper convertMetaFile to convert GDIMetaFile to Sequence<uInt8>
    2008/01/16 15:32:04 mst 1.50.66.4: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
      + add two functions convertCommaSeparated
      + add functions LoadOlePropertySet and SaveOlePropertySet
      + remove SfxDocumentInfo::LoadPropertySet and SavePropertySet
    2007/12/18 18:00:54 mst 1.50.66.3: interface change: remove assignment operator of SfxDocumentInfo
    - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/{docinf.cxx,objserv.cxx}:
      + removed SfxDocumentInfo::operator= and operator==
        the assignment operator cannot be implemented reliably anymore
      + changed semantics of copy constructor!
        now it creates a clone of the contained XDocumentInfo object
    2007/12/10 10:32:36 mst 1.50.66.2: RESYNC: (1.50-1.52); FILE MERGED
    2007/12/07 16:39:13 mst 1.50.66.1: various refactorings to use DocumentProperties service:
    - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx:
      + SetReloadDelay: fix setting of reload delay in the properties dialog
        (signed vs. unsigned mismatch)
      + change initialization of SfxDocumentObject (needs DocumentProperties)
    - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx:
      + refactor so that SfxDocumentInfoObject is just a wrapper around
        an instance of XDocumentProperties
      + implement additional interfaces: XInitialization, XCloneable
      + fix exception specifications on numerous methods
    - sfx2/inc/sfx2/sfxbasemodel.hxx, sfx2/source/doc/sfxbasemodel.cxx:
      + implement additional interface: XDocumentPropertiesSupplier
    bdbfb47c
docinf.cxx 11.8 KB