summaryrefslogtreecommitdiff
path: root/sc/inc/ViewSettingsSequenceDefines.hxx
AgeCommit message (Collapse)Author
2010-09-01dba33i: #i111146# completely put the responsibility for ↵Frank Schoenheit [fs]
remembering/restoring view data, when switching to the print preview and back, to SFX In particular, the following changes have been applied - the SfxViewFactory now supports a programmatic API name, as documented in XModel2.getAvailableViewControllerNames - the new SFX_IMPL_NAMED_VIEWFACTORY, complementing the existing SFX_IMPL_VIEWFACTORY, allows to create view factories for such named views - SfxViewFrame::SwitchToViewShell_Impl has been extended to recognize the case where a non-PrintPreview view is exchanged with another view. In this case, it preserves the view's view data at the model - Calc's own mechanism for preserving the standard view's view data, and restoring it when coming back from the print preview, has been removed completely. What probably is left here is to migrate the other applications from SFX_IMPL_VIEWFACTORY to SFX_IMPL_NAMED_VIEWFACTORY. This way, they could also benefit from the new mechanism. Also, the UNO API would then be more precise, as the view names would be speaking then, instead of the current "view<number>" names.
2010-02-26calctabcolor: rebased to m72.Kohei Yoshida
2010-02-12changefileheader2: #i109125#: change source file copyright notice from Sun ↵Jens-Heiner Rechtien
Microsystems to Oracle; remove CVS style keywords (RCSfile, Revision)
2009-09-17#i5560# Applied & adjusted for the latest codebase the patches from go-oo.Kohei Yoshida
The original patches were contributed by Daniel Watson.
2008-04-10INTEGRATION: CWS changefileheader (1.7.96); FILE MERGEDRüdiger Timm
2008/03/31 17:13:25 rt 1.7.96.1: #i87441# Change license header to LPGL v3.
2008-01-10INTEGRATION: CWS xmlfilter02 (1.5.402); FILE MERGEDOliver Bolte
2007/12/12 10:09:02 dr 1.5.402.3: RESYNC: (1.5-1.6); FILE MERGED 2007/06/11 08:57:11 dr 1.5.402.2: view settings extensions for OOX filter 2007/06/08 13:20:57 dr 1.5.402.1: view settings extensions for OOX filter
2007-11-21INTEGRATION: CWS sheetzoom (1.5.574); FILE MERGEDIvo Hinkelmann
2007/11/12 13:44:22 nn 1.5.574.1: #i24372# allow separate zoom per sheet
2005-09-08INTEGRATION: CWS ooo19126 (1.4.930); FILE MERGEDRüdiger Timm
2005/09/05 15:00:31 rt 1.4.930.1: #i54170# Change license header: remove SISSL
2001-05-02#86273#; read/write all viewsettings for every viewSascha Ballach
2001-04-12add Show Page Break PreviewSascha Ballach
2001-03-29change the names of raster from grid to rasterSascha Ballach
2001-02-21add the defines, which are used to get the view settings out of a sequence. ↵Sascha Ballach
the sequence is used to give the XML Export/Import the view settings