summaryrefslogtreecommitdiff
path: root/sfx2
AgeCommit message (Collapse)Author
2008-03-06INTEGRATION: CWS odbmacros2 (1.71.38); FILE MERGEDKurt Zenker
2008/03/04 12:11:38 fs 1.71.38.8: RESYNC: (1.72-1.73); FILE MERGED 2008/02/04 13:15:30 fs 1.71.38.7: RESYNC: (1.71-1.72); FILE MERGED 2008/01/24 11:19:51 fs 1.71.38.6: during #i49133#: give the script selector dialog a proper parent 2008/01/06 21:50:59 fs 1.71.38.5: #i49133# RUNMACRO: use the frame's model or controller (if there is no model) as script context when executing the selected macro 2007/12/11 23:22:44 fs 1.71.38.4: #i10000# 2007/12/11 22:44:26 fs 1.71.38.3: #i49133# SID_RUNMACRO: use the new SfxObjectShell::CallXScript, together with the ScriptSelector's GetContextDocument 2007/12/10 10:54:33 fs 1.71.38.2: #i49133# OfaExec_Impl( SID_RUNMACRO ): the code for executing macros in non-SFX documents was simply broken. Fixed it, and unified the code, so no there isn't a distinction SFX-doc <-> non-SFX-doc anymore 2007/12/10 08:54:34 fs 1.71.38.1: #i49133# CreateScriptSelectorDialog taking a frame now
2008-03-06INTEGRATION: CWS odbmacros2 (1.27.2); FILE MERGEDKurt Zenker
2008/02/04 13:15:28 fs 1.27.2.4: RESYNC: (1.27-1.28); FILE MERGED 2007/12/19 14:51:24 fs 1.27.2.3: #i49133# BasicManager::Insert/set/ResetGlobalUNOConstant superseded by SetGlobalUNOConstant 2007/12/18 21:15:35 fs 1.27.2.2: #i49133# m_xThisDocument is superfluous, it is always the same as SfxObjectShell's WorkingDocument (which has just been renamed to CurrentComponent) 2007/12/12 14:42:09 fs 1.27.2.1: #i49133# use SfxObjectShell::GetWorkingDocument as ThisComponent, not SfxObjectShell::Current
2008-03-06INTEGRATION: CWS odbmacros2 (1.49.116); FILE MERGEDKurt Zenker
2008/03/04 12:11:35 fs 1.49.116.2: RESYNC: (1.49-1.50); FILE MERGED 2007/12/12 14:41:28 fs 1.49.116.1: GetBasic_Impl is not used
2008-03-06INTEGRATION: CWS odbmacros2 (1.109.38); FILE MERGEDKurt Zenker
2008/03/04 12:11:32 fs 1.109.38.5: RESYNC: (1.109-1.110); FILE MERGED 2007/12/22 13:40:24 fs 1.109.38.4: #i49133# SfxApplication::SetViewFrame_Impl: even if the frame actually didn't change, ensure its document is forwarded to SfxObjectShell::SetCurrentComponent. 2007/12/20 10:20:42 fs 1.109.38.3: #i49133# there's a better fix - reverted the previous change 2007/12/19 20:03:08 fs 1.109.38.2: #i49133# SfxApplication::SetViewFrame_Impl: even if the frame actually didn't change, ensure its document is forwarded to SfxObjectShell::SetCurrentComponent. 2007/12/10 08:54:33 fs 1.109.38.1: #i49133# CreateScriptSelectorDialog taking a frame now
2008-03-06INTEGRATION: CWS odbmacros2 (1.38.2); FILE MERGEDKurt Zenker
2008/03/04 12:11:29 fs 1.38.2.3: RESYNC: (1.38-1.39); FILE MERGED 2008/01/02 20:47:33 fs 1.38.2.2: #i49133# deliver docstoragemodifylistener.hxx 2007/12/11 22:43:02 fs 1.38.2.1: #i49133# deliver sfxmodelfactory.hxx
2008-03-06INTEGRATION: CWS odbmacros2 (1.3.116); FILE MERGEDKurt Zenker
2007/12/22 13:39:32 fs 1.3.116.2: #i49133# +SetCurrentDocument 2007/12/21 20:50:40 fs 1.3.116.1: #i49133# new: virtual GetCurrentDocument
2008-03-06INTEGRATION: CWS odbmacros2 (1.3.116); FILE MERGEDKurt Zenker
2007/12/21 20:50:18 fs 1.3.116.2: oops. reverted the previous change, the new method belongs to the SfxViewShell, not the SfxViewFrame 2007/12/21 20:26:15 fs 1.3.116.1: #i49133# new: virtual GetCurrentDocument
2008-03-06INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDEDKurt Zenker
2007/12/22 13:39:08 fs 1.1.2.2: during #i49133#: extended the previous change (per AS' request) so the factory method does not take two booleans, but a 64 bit field instead 2007/12/11 22:37:16 fs 1.1.2.1: #i49133# helper for creating a service factory for SfxBaseModel-derived classes
2008-03-06INTEGRATION: CWS odbmacros2 (1.4.138); FILE MERGEDKurt Zenker
2008/02/04 13:15:25 fs 1.4.138.4: RESYNC: (1.4-1.5); FILE MERGED 2008/01/06 21:49:47 fs 1.4.138.3: #i49133# GetContextDocument not needed anymore 2007/12/11 22:24:39 fs 1.4.138.2: #i49133# +AbstractScriptSelectorDialog::GetContextDocument 2007/12/10 08:53:40 fs 1.4.138.1: #i49133# pass a frame to CreateScriptSelectorDialog
2008-03-06INTEGRATION: CWS odbmacros2 (1.9.44); FILE MERGEDKurt Zenker
2008/03/04 21:00:46 fs 1.9.44.4: #i10000# 2008/03/04 12:11:26 fs 1.9.44.3: RESYNC: (1.9-1.10); FILE MERGED 2008/01/02 20:45:34 fs 1.9.44.2: #i49133# StorageIsModified_Impl superseded by IMPL_SfxBaseModel_DataContainer::storageIsModified 2007/12/17 12:39:48 fs 1.9.44.1: #i49133# implement XScriptInvocationContext
2008-03-06INTEGRATION: CWS odbmacros2 (1.6.2); FILE MERGEDKurt Zenker
2008/03/04 12:11:23 fs 1.6.2.8: RESYNC: (1.7-1.8); FILE MERGED 2008/02/04 13:15:22 fs 1.6.2.7: RESYNC: (1.6-1.7); FILE MERGED 2008/01/06 21:47:50 fs 1.6.2.6: #i49133# static CallXScript version taking an ScriptDocument (not necessarily a document) now 2007/12/21 20:37:50 fs 1.6.2.5: #i49133# GetModel made const (want to use it in a const context, and have an incompatible build, anyway) 2007/12/18 21:09:14 fs 1.6.2.4: #i49133# WorkingDocument (XModel) replaced with CurrentComponent (XInterface) 2007/12/17 12:38:50 fs 1.6.2.3: GetScriptableDocument not needed anymore 2007/12/11 23:10:17 fs 1.6.2.2: #i49133# GetScriptableDocument 2007/12/11 22:20:35 fs 1.6.2.1: #i49133# +CallXScript (static version)
2008-03-06INTEGRATION: CWS odbmacros2 (1.1.2); FILE ADDEDKurt Zenker
2008/01/02 21:23:09 fs 1.1.2.3: Sigh. Declare the DocumentStorageModifyListener class to be SFX2_DLLPUBLIC 2008/01/02 20:50:19 fs 1.1.2.2: ModifiableDocument renamed to IModifiableDocument 2008/01/02 20:42:29 fs 1.1.2.1: formerly known as ../../source/doc/stormodifylistener.hxx. Now ready to be exported and re-used
2008-03-06INTEGRATION: CWS odbmacros2 (1.2.190); FILE MERGEDKurt Zenker
2008/02/04 13:15:19 fs 1.2.190.2: RESYNC: (1.2-1.3); FILE MERGED 2007/12/12 14:41:19 fs 1.2.190.1: GetBasic_Impl is not used
2008-03-05INTEGRATION: CWS rptchart01_DEV300 (1.198.32); FILE MERGEDKurt Zenker
2008/03/05 09:14:17 oj 1.198.32.6: RESYNC: (1.202-1.203); FILE MERGED 2008/02/19 08:39:27 oj 1.198.32.5: #i85225# method renamed 2008/02/18 13:07:53 oj 1.198.32.4: RESYNC: (1.199-1.202); FILE MERGED 2008/01/28 11:17:10 oj 1.198.32.3: merge conflict 2008/01/28 06:35:27 oj 1.198.32.2: RESYNC: (1.198-1.199); FILE MERGED 2008/01/14 11:42:29 oj 1.198.32.1: #i85225# impl new interface and make use of comphelper
2008-03-05INTEGRATION: CWS rptchart01_DEV300 (1.6.34); FILE MERGEDKurt Zenker
2008/03/05 09:14:09 oj 1.6.34.4: RESYNC: (1.7-1.8); FILE MERGED 2008/02/18 13:07:51 oj 1.6.34.3: RESYNC: (1.6-1.7); FILE MERGED 2008/02/18 13:06:29 oj 1.6.34.2: #85225# new method impl 2008/01/14 11:42:29 oj 1.6.34.1: #i85225# impl new interface and make use of comphelper
2008-03-05INTEGRATION: CWS aquavcl05_DEV300 (1.49.66); FILE MERGEDKurt Zenker
2008/01/30 16:37:35 pl 1.49.66.1: #i85739# add documents to macosx recent items list
2008-03-05INTEGRATION: CWS aquavcl05_DEV300 (1.45.114); FILE MERGEDKurt Zenker
2008/02/07 15:02:29 pl 1.45.114.1: #i67502# fix impress URL
2008-03-05INTEGRATION: CWS aquavcl05_DEV300 (1.1.2); FILE ADDEDKurt Zenker
2008/02/13 15:23:22 pl 1.1.2.3: #i67502# add key equivalents to menu entries 2008/02/05 17:21:00 pl 1.1.2.2: #i67502# quickstarter should report to be installed 2008/02/05 10:59:13 pl 1.1.2.1: #i67502# implement quickstarter for aqua
2008-03-05INTEGRATION: CWS aquavcl05_DEV300 (1.25.76); FILE MERGEDKurt Zenker
2008/02/07 15:02:29 pl 1.25.76.2: #i67502# fix impress URL 2008/02/05 10:59:13 pl 1.25.76.1: #i67502# implement quickstarter for aqua
2008-03-05INTEGRATION: CWS aquavcl05_DEV300 (1.61.76); FILE MERGEDKurt Zenker
2008/02/05 10:59:13 pl 1.61.76.1: #i67502# implement quickstarter for aqua
2008-03-05INTEGRATION: CWS aquavcl05_DEV300 (1.77.64); FILE MERGEDKurt Zenker
2008/01/25 16:12:24 pl 1.77.64.1: #i83126# avoid deadlocks
2008-03-05INTEGRATION: CWS aquavcl05_DEV300 (1.52.114); FILE MERGEDKurt Zenker
2008/02/05 10:59:13 pl 1.52.114.1: #i67502# implement quickstarter for aqua
2008-03-05INTEGRATION: CWS aquavcl05_DEV300 (1.119.114); FILE MERGEDKurt Zenker
2008/02/05 10:59:13 pl 1.119.114.1: #i67502# implement quickstarter for aqua
2008-03-05INTEGRATION: CWS aquavcl05_DEV300 (1.46.64); FILE MERGEDKurt Zenker
2008/02/05 10:59:13 pl 1.46.64.1: #i67502# implement quickstarter for aqua
2008-03-05#i86741# catch libxml exceptionKurt Zenker
2008-03-05INTEGRATION: CWS nativeprintdlg01_DEV300 (1.30.68); FILE MERGEDKurt Zenker
2008/02/22 13:00:38 pl 1.30.68.5: #i86352# add options button in PrinterSetupDialog 2008/01/13 21:28:14 ericb 1.30.68.4: RESYNC: (1.32-1.33); FILE MERGED 2007/12/12 21:07:41 ericb 1.30.68.3: RESYNC: (1.30-1.31); FILE MERGED 2007/12/12 20:29:50 ericb 1.30.68.2: solve conflict with kprinter 2007/11/23 21:47:56 ericb 1.30.68.1: #i77579# add kprinter changes
2008-03-05INTEGRATION: CWS nativeprintdlg01_DEV300 (1.53.122); FILE MERGEDKurt Zenker
2008/02/26 14:17:44 pl 1.53.122.1: #i77579# print progress should get a different text in case of native print dialog after the job
2008-03-05INTEGRATION: CWS nativeprintdlg01_DEV300 (1.10.122); FILE MERGEDKurt Zenker
2008/02/26 14:17:44 pl 1.10.122.1: #i77579# print progress should get a different text in case of native print dialog after the job
2008-03-05INTEGRATION: CWS nativeprintdlg01_DEV300 (1.23.122); FILE MERGEDKurt Zenker
2008/02/26 14:17:44 pl 1.23.122.3: #i77579# print progress should get a different text in case of native print dialog after the job 2007/11/26 20:14:37 ericb 1.23.122.2: #i77579# another change avoiding the fake printing 2007/11/26 19:55:37 ericb 1.23.122.1: #i77579# a try to hide the old dialog box
2008-03-05INTEGRATION: CWS aquafilepicker02_DEV300 (1.134.22); FILE MERGEDKurt Zenker
2008/02/11 17:38:41 fheckl 1.134.22.2: RESYNC: (1.134-1.138); FILE MERGED 2008/01/14 08:40:47 fheckl 1.134.22.1: Allowing for corrrect fpicker init on MacOSX
2008-03-03#i86587# Fix 'may be used uninitialized in this function' warning.Rüdiger Timm
2008-03-03#i86604# WaE initialize variable gcc-4.0.2Oliver Bolte
2008-02-26INTEGRATION: CWS custommeta (1.49.26); FILE MERGEDOliver Bolte
2008/02/04 17:36:44 mst 1.49.26.1: fix issue #i82777# - source/doc/REMOVEME.cxx: + remove, finally! - sfx2/source/doc/SfxDocumentMetaData.cxx: + use sax/converter.hxx (finally arrived on master) - sfx2/util/makefile.mk: + link libsfx2 against libsax - sfx2/prj/build.lst: + add sax to build dependencies
2008-02-26INTEGRATION: CWS custommeta (1.31.20); FILE MERGEDOliver Bolte
2008/02/01 10:39:20 mst 1.31.20.4: RESYNC: (1.31-1.33); FILE MERGED 2008/01/29 17:27:00 mst 1.31.20.3: interface change: SfxObjectShell - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objmisc.cxx, sfx2/source/doc/sfxbasemodel.cxx, sfx2/source/appl/appopen.cxx, sfx2/source/appl/sfxpicklist.cxx, sfx2/source/view/viewprn.cxx: + new template method SfxObjectShell::DoFlushDocInfo + remove broadcast of SfxDocumentInfoHint + remove superfluous calls to FlushDocInfo 2008/01/25 18:44:38 mst 1.31.20.2: - sfx2/inc/sfx2/docinf.hxx, sfx2/source/doc/docinf.cxx: + remove obsolete class SfxDocumentInfo 2008/01/25 16:14:17 mst 1.31.20.1: - sfx2/source/appl/{appopen.cxx,sfxpicklist.cxx}, sfx2/source/view/viewprn.cxx: + adapt to new SfxDocumentInfoHint + use XDocumentProperties instead of SfxDocumentInfo
2008-02-26INTEGRATION: CWS custommeta (1.4.74); FILE MERGEDOliver Bolte
2008/02/01 16:23:33 mst 1.4.74.1: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}: + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr; likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx: + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr
2008-02-26INTEGRATION: CWS custommeta (1.39.20); FILE MERGEDOliver Bolte
2008/02/01 10:39:17 mst 1.39.20.3: RESYNC: (1.39-1.40); FILE MERGED 2008/01/25 18:25:35 mst 1.39.20.2: - sfx2/source/inc/objshimp.hxx, sfx2/source/doc/objxtor.cxx: + add m_xDocInfoListener member to SfxObjectShell_Impl + move class SfxDocInfoListener_Impl to objxtor.cxx + attach listener to the XDocumentProperties of the XModel in SfxObjectShell::SetModel + detach and destroy listener in SfxObjectShell::Close 2008/01/25 16:13:42 mst 1.39.20.1: 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-02-26INTEGRATION: CWS custommeta (1.39.60); FILE MERGEDOliver Bolte
2008/01/22 09:33:44 mst 1.39.60.1: - sfx2/source/inc/cfg.hxx, sfx2/source/dialog/cfg.cxx: + remove method SfxConfigGroupListBox_Impl::xModelToDocTitle; call ::comphelper::DocumentInfo::getDocumentTitle instead
2008-02-26INTEGRATION: CWS custommeta (1.1.2); FILE ADDEDOliver Bolte
2007/12/07 16:39:13 mst 1.1.2.2: 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 2007/10/31 12:50:45 mst 1.1.2.1: - inc/SfxDocumentMetaData.hxx, source/doc/SfxDocumentMetaData.cxx: added implementation of service css.document.DocumentProperties - source/doc/REMOVEME.cxx: temporary stuff from CWS xmlfilter02 - source/appl/appuno.cxx, source/doc/makefile.mk: build/register new service
2008-02-26INTEGRATION: CWS custommeta (1.129.50); FILE MERGEDOliver Bolte
2008/02/26 10:41:29 mst 1.129.50.9: RESYNC: (1.134-1.135); FILE MERGED 2008/02/01 16:23:33 mst 1.129.50.8: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}: + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr; likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx: + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr 2008/02/01 10:39:14 mst 1.129.50.7: RESYNC: (1.131-1.134); FILE MERGED 2008/01/29 17:26:59 mst 1.129.50.6: interface change: SfxObjectShell - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objmisc.cxx, sfx2/source/doc/sfxbasemodel.cxx, sfx2/source/appl/appopen.cxx, sfx2/source/appl/sfxpicklist.cxx, sfx2/source/view/viewprn.cxx: + new template method SfxObjectShell::DoFlushDocInfo + remove broadcast of SfxDocumentInfoHint + remove superfluous calls to FlushDocInfo 2008/01/25 16:13:43 mst 1.129.50.5: 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.129.50.4: - sfx2/source/doc/objstor.cxx: + refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo to delay initialization of the latter 2007/12/11 12:56:47 mst 1.129.50.3: - sfx2/source/doc/sfxbasemodel.cxx: msci10 warning fixes 2007/12/10 10:32:45 mst 1.129.50.2: RESYNC: (1.129-1.131); FILE MERGED 2007/12/07 16:39:13 mst 1.129.50.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
2008-02-26INTEGRATION: CWS custommeta (1.2.66); FILE MERGEDOliver Bolte
2008/01/23 13:46:55 mst 1.2.66.2: 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:30:42 mst 1.2.66.1: - sfx2/source/doc/oleprops.{hxx,cxx}: + refactor GetFileTimeValue and SetFileTimeValue to work on css::util::DateTime instead of ::DateTime
2008-02-26INTEGRATION: CWS custommeta (1.3.34); FILE MERGEDOliver Bolte
2008/01/31 15:19:22 mst 1.3.34.4: - 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/25 14:19:27 mst 1.3.34.3: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx}, sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx}, sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx, sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx: + remove unneeded includes and assorted detritus 2008/01/23 13:46:55 mst 1.3.34.2: 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:30:42 mst 1.3.34.1: - sfx2/source/doc/oleprops.{hxx,cxx}: + refactor GetFileTimeValue and SetFileTimeValue to work on css::util::DateTime instead of ::DateTime
2008-02-26INTEGRATION: CWS custommeta (1.76.20); FILE MERGEDOliver Bolte
2008/02/01 10:39:10 mst 1.76.20.3: RESYNC: (1.76-1.77); FILE MERGED 2008/01/25 18:25:36 mst 1.76.20.2: - sfx2/source/inc/objshimp.hxx, sfx2/source/doc/objxtor.cxx: + add m_xDocInfoListener member to SfxObjectShell_Impl + move class SfxDocInfoListener_Impl to objxtor.cxx + attach listener to the XDocumentProperties of the XModel in SfxObjectShell::SetModel + detach and destroy listener in SfxObjectShell::Close 2008/01/25 16:13:43 mst 1.76.20.1: 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-02-26INTEGRATION: CWS custommeta (1.35.66); FILE MERGEDOliver Bolte
2008/02/01 10:39:07 mst 1.35.66.8: RESYNC: (1.36-1.39); FILE MERGED 2008/01/29 12:54:56 mst 1.35.66.7: 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 14:49:21 mst 1.35.66.6: - sfx2/inc/sfx2/objuno.hxx, sfx2/source/doc/objuno.cxx: + mark SfxDocumentInfoObject as DLL private + SfxDocumentInfoObject now implements XDocumentPropertiesSupplier 2007/12/21 13:31:44 mst 1.35.66.5: - sfx2/source/doc/objuno.cxx: + adjustments for latest XDocumentProperties interface change 2007/12/11 12:45:42 mst 1.35.66.4: - sfx2/source/doc/objuno.cxx: msci10 warning fixes 2007/12/11 09:55:51 mst 1.35.66.3: - sfx2/source/doc/{SfxDocumentMetaData.cxx,objuno.cxx}: gcc compile fixes 2007/12/10 10:32:42 mst 1.35.66.2: RESYNC: (1.35-1.36); FILE MERGED 2007/12/07 16:39:13 mst 1.35.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
2008-02-26INTEGRATION: CWS custommeta (1.198.18); FILE MERGEDOliver Bolte
2008/02/26 10:41:25 mst 1.198.18.7: RESYNC: (1.200-1.202); FILE MERGED 2008/02/01 16:23:32 mst 1.198.18.6: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}: + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr; likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx: + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr 2008/02/01 16:03:04 mst 1.198.18.5: - sfx2/source/doc/{objmisc.cxx,objstor.cxx}: + fix merged junk from cwsresync 2008/02/01 10:39:04 mst 1.198.18.4: RESYNC: (1.198-1.200); FILE MERGED 2008/01/29 12:54:56 mst 1.198.18.3: 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.198.18.2: 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:08 mst 1.198.18.1: - sfx2/source/doc/objstor.cxx: + refactor DoLoad to use XDocumentProperties instead of SfxDocumentInfo to delay initialization of the latter
2008-02-26INTEGRATION: CWS custommeta (1.101.20); FILE MERGEDOliver Bolte
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
2008-02-26INTEGRATION: CWS custommeta (1.94.20); FILE MERGEDOliver Bolte
2008/02/01 16:03:04 mst 1.94.20.4: - sfx2/source/doc/{objmisc.cxx,objstor.cxx}: + fix merged junk from cwsresync 2008/02/01 10:39:01 mst 1.94.20.3: RESYNC: (1.94-1.96); FILE MERGED 2008/01/29 17:26:59 mst 1.94.20.2: interface change: SfxObjectShell - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/objmisc.cxx, sfx2/source/doc/sfxbasemodel.cxx, sfx2/source/appl/appopen.cxx, sfx2/source/appl/sfxpicklist.cxx, sfx2/source/view/viewprn.cxx: + new template method SfxObjectShell::DoFlushDocInfo + remove broadcast of SfxDocumentInfoHint + remove superfluous calls to FlushDocInfo 2008/01/25 16:13:42 mst 1.94.20.1: 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-02-26INTEGRATION: CWS custommeta (1.71.52); FILE MERGEDOliver Bolte
2008/02/01 16:23:32 mst 1.71.52.4: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}: + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr; likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx: + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr 2008/02/01 10:38:58 mst 1.71.52.3: RESYNC: (1.71-1.72); FILE MERGED 2008/01/25 16:13:42 mst 1.71.52.2: 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 2007/12/21 13:31:24 mst 1.71.52.1: - sfx2/source/doc/objcont.cxx: + fix UpdateTime_Impl, which incorrectly assumed that the Time constructor takes seconds as argument, instead of the, umm, don't get me started...
2008-02-26INTEGRATION: CWS custommeta (1.19.74); FILE MERGEDOliver Bolte
2008/02/01 16:23:32 mst 1.19.74.3: interface change: SfxObjectShell::GetPreviewMetaFile - sfx2/inc/sfx2/objsh.hxx, sfx2/source/doc/{objcont.cxx,objstor.cxx,sfxbasemodel.cxx}: + SfxObjectShell::GetPreviewMetaFile returns a boost::shared_ptr; likewise SfxObjectShell::CreatePreviewMetaFile_Impl - sfx2/source/inc/preview.hxx, sfx2/source/doc/new.cxx: + SfxPreviewBase_Impl stores its GDIMetaFile member in a boost::shared_ptr 2008/01/25 14:19:27 mst 1.19.74.2: - sfx2/inc/sfx2/{frmhtmlw.hxx,sfxhtml.hxx}, sfx2/source/appl/{appbas.cxx,appcfg.cxx,appmain.cxx,appserv.cxx}, sfx2/source/bastyp/{fltfnc.cxx,frmhtml.cxx}, sfx2/source/config/evntconf.cxx, sfx2/source/doc/new.cxx, sfx2/source/doc/oleprops.cxx: + remove unneeded includes and assorted detritus 2008/01/24 10:42:34 mst 1.19.74.1: - sfx2/inc/sfx2/new.hxx, sfx2/source/doc/new.cxx: + remove unused flag SFXWB_DOCINFO and all supporting code
2008-02-26INTEGRATION: CWS custommeta (1.28.66); FILE MERGEDOliver Bolte
2007/12/10 10:32:39 mst 1.28.66.2: RESYNC: (1.28-1.29); FILE MERGED 2007/10/31 12:50:45 mst 1.28.66.1: - inc/SfxDocumentMetaData.hxx, source/doc/SfxDocumentMetaData.cxx: added implementation of service css.document.DocumentProperties - source/doc/REMOVEME.cxx: temporary stuff from CWS xmlfilter02 - source/appl/appuno.cxx, source/doc/makefile.mk: build/register new service
2008-02-26INTEGRATION: CWS custommeta (1.31.20); FILE MERGEDOliver Bolte
2008/01/25 17:15:52 mst 1.31.20.1: - sfx2/inc/guisaveas.hxx, sfx2/source/doc/guisaveas.cxx: + use XDocumentInfo instead of SfxDocumentInfo + remove unused methods SfxStoringHelper::FillCopy and PrepareDocInfoForStore