• Oliver Bolte's avatar
    INTEGRATION: CWS custommeta (1.101.20); FILE MERGED · 18b233e6
    Oliver Bolte yazdı
    2008/01/29 12:54:56 mst 1.101.20.4: 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 16:13:43 mst 1.101.20.3: interface change: SfxObjectShell::GetDocInfo
    - sfx2/inc/sfx2/objsh.hxx, sfx2/source/inc/objshimp.hxx,
      sfx2/source/doc/{objcont.cxx,objmisc.cxx,objserv.cxx,objxtor.cxx}:
      + remove SfxDocumentInfo member
      + remove method SfxObjectShell::GetDocInfo
      + add method SfxObjectShell::getDocProperties
      + use XDocumentProperties instead of SfxDocumentInfo
      + adapt to new SfxDocumentInfoItem
    - sfx2/source/doc/sfxbasemodel.cxx:
      + move creation of backup of document meta-data in case of
        saveTo from SfxObjectShell::APISaveAs_Impl to SfxBaseModel::impl_store
      + adapt to new SfxDocumentInfoItem
    2008/01/16 15:34:09 mst 1.101.20.2: - sfx2/source/doc/objstor.cxx:
      + refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo
        to delay initialization of the latter
    2007/12/18 18:00:54 mst 1.101.20.1: 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
    18b233e6
objserv.cxx 52.9 KB