Kaydet (Commit) da99f9ae authored tarafından Frank Schönheit's avatar Frank Schönheit

#104402# re-introduced exportAutoStyles

üst f44ea36c
...@@ -2,9 +2,9 @@ ...@@ -2,9 +2,9 @@
* *
* $RCSfile: formlayerexport.cxx,v $ * $RCSfile: formlayerexport.cxx,v $
* *
* $Revision: 1.12 $ * $Revision: 1.13 $
* *
* last change: $Author: fs $ $Date: 2002-09-25 12:02:38 $ * last change: $Author: fs $ $Date: 2002-10-25 07:58:00 $
* *
* The Contents of this file are made available subject to the terms of * The Contents of this file are made available subject to the terms of
* either of the following licenses * either of the following licenses
...@@ -191,6 +191,12 @@ namespace xmloff ...@@ -191,6 +191,12 @@ namespace xmloff
m_pImpl->exportAutoControlNumberStyles(); m_pImpl->exportAutoControlNumberStyles();
} }
//---------------------------------------------------------------------
void OFormLayerXMLExport::exportAutoStyles()
{
m_pImpl->exportAutoStyles();
}
//--------------------------------------------------------------------- //---------------------------------------------------------------------
void OFormLayerXMLExport::excludeFromExport( const Reference< XControlModel > _rxControl ) void OFormLayerXMLExport::excludeFromExport( const Reference< XControlModel > _rxControl )
{ {
...@@ -220,6 +226,9 @@ namespace xmloff ...@@ -220,6 +226,9 @@ namespace xmloff
/************************************************************************* /*************************************************************************
* history: * history:
* $Log: not supported by cvs2svn $ * $Log: not supported by cvs2svn $
* Revision 1.12 2002/09/25 12:02:38 fs
* #103597# +excludeFromExport
*
* Revision 1.11 2001/05/28 14:59:18 fs * Revision 1.11 2001/05/28 14:59:18 fs
* #86712# added control number style related functionality * #86712# added control number style related functionality
* *
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment