diff options
author | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:25:13 +0000 |
---|---|---|
committer | Vladimir Glazounov <vg@openoffice.org> | 2005-03-23 10:25:13 +0000 |
commit | d738a6a2c77f0f71e2fda906287e660c8af3bef0 (patch) | |
tree | ec8aa2673bc1f48bef4ef7d7a27d92226758443d /xmloff/source | |
parent | 728c943cced4baa9cc0c1e60c53dffc35b9d9924 (diff) |
INTEGRATION: CWS eforms4 (1.13.430); FILE MERGED
2004/12/13 17:27:32 fs 1.13.430.1: #i36597# +exportXForms/pageContainsForms/documentContainsXForms
Diffstat (limited to 'xmloff/source')
-rw-r--r-- | xmloff/source/forms/formlayerexport.cxx | 28 |
1 files changed, 26 insertions, 2 deletions
diff --git a/xmloff/source/forms/formlayerexport.cxx b/xmloff/source/forms/formlayerexport.cxx index b57c1196faba..947d34a8ec44 100644 --- a/xmloff/source/forms/formlayerexport.cxx +++ b/xmloff/source/forms/formlayerexport.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formlayerexport.cxx,v $ * - * $Revision: 1.13 $ + * $Revision: 1.14 $ * - * last change: $Author: fs $ $Date: 2002-10-25 07:58:00 $ + * last change: $Author: vg $ $Date: 2005-03-23 11:25:13 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -180,6 +180,24 @@ namespace xmloff } //--------------------------------------------------------------------- + void OFormLayerXMLExport::exportXForms() const + { + m_pImpl->exportXForms(); + } + + //--------------------------------------------------------------------- + bool OFormLayerXMLExport::pageContainsForms( const Reference< XDrawPage >& _rxDrawPage ) const + { + return m_pImpl->pageContainsForms( _rxDrawPage ); + } + + //--------------------------------------------------------------------- + bool OFormLayerXMLExport::documentContainsXForms() const + { + return m_pImpl->documentContainsXForms(); + } + + //--------------------------------------------------------------------- void OFormLayerXMLExport::exportControlNumberStyles() { m_pImpl->exportControlNumberStyles(); @@ -226,6 +244,12 @@ namespace xmloff /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.13.430.1 2004/12/13 17:27:32 fs + * #i36597# +exportXForms/pageContainsForms/documentContainsXForms + * + * Revision 1.13 2002/10/25 07:58:00 fs + * #104402# re-introduced exportAutoStyles + * * Revision 1.12 2002/09/25 12:02:38 fs * #103597# +excludeFromExport * |