diff options
author | Frank Schönheit <fs@openoffice.org> | 2002-10-25 12:15:25 +0000 |
---|---|---|
committer | Frank Schönheit <fs@openoffice.org> | 2002-10-25 12:15:25 +0000 |
commit | 6cfe3b349e949564e374494685dd8b6da6f7ab77 (patch) | |
tree | 85a3c28b9959490a492452def152326ed19569c1 /xmloff | |
parent | f12d9444a1652ec05ddc55960b37dc5b95aa517a (diff) |
#104402# +createControlStyleContext
Diffstat (limited to 'xmloff')
-rw-r--r-- | xmloff/source/forms/formlayerimport.cxx | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/xmloff/source/forms/formlayerimport.cxx b/xmloff/source/forms/formlayerimport.cxx index 0796adb8eee9..e8dec6d51bd4 100644 --- a/xmloff/source/forms/formlayerimport.cxx +++ b/xmloff/source/forms/formlayerimport.cxx @@ -2,9 +2,9 @@ * * $RCSfile: formlayerimport.cxx,v $ * - * $Revision: 1.8 $ + * $Revision: 1.9 $ * - * last change: $Author: fs $ $Date: 2001-05-28 14:59:18 $ + * last change: $Author: fs $ $Date: 2002-10-25 13:15:25 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -148,6 +148,14 @@ namespace xmloff } //--------------------------------------------------------------------- + XMLPropStyleContext* OFormLayerXMLImport::createControlStyleContext( sal_uInt16 _nPrefix, const ::rtl::OUString& _rLocalName, + const Reference< sax::XAttributeList >& _rxAttrList, SvXMLStylesContext& _rParentStyles, + sal_uInt16 _nFamily, sal_Bool _bDefaultStyle ) + { + return m_pImpl->createControlStyleContext( _nPrefix, _rLocalName, _rxAttrList, _rParentStyles, _nFamily, _bDefaultStyle ); + } + + //--------------------------------------------------------------------- void OFormLayerXMLImport::applyControlNumberStyle(const Reference< XPropertySet >& _rxControlModel, const ::rtl::OUString& _rControlNumerStyleName) { m_pImpl->applyControlNumberStyle(_rxControlModel, _rControlNumerStyleName); @@ -160,6 +168,9 @@ namespace xmloff /************************************************************************* * history: * $Log: not supported by cvs2svn $ + * Revision 1.8 2001/05/28 14:59:18 fs + * #86712# added control number style related functionality + * * Revision 1.7 2001/03/20 13:38:42 fs * #83970# +createOfficeFormsContext * |