Move oox/drawingml/table/ internal headers to oox/inc.
Change-Id: I9de33fdcd8b1ef73d57884033f502ac4a03f63d3
This commit is contained in:
parent
15f5454941
commit
e787a84c69
@ -28,7 +28,6 @@
|
|||||||
#include <rtl/ustring.hxx>
|
#include <rtl/ustring.hxx>
|
||||||
#include <oox/core/filterbase.hxx>
|
#include <oox/core/filterbase.hxx>
|
||||||
#include <oox/core/relations.hxx>
|
#include <oox/core/relations.hxx>
|
||||||
#include <oox/drawingml/table/tablestylelist.hxx>
|
|
||||||
#include <oox/dllapi.h>
|
#include <oox/dllapi.h>
|
||||||
|
|
||||||
namespace com { namespace sun { namespace star {
|
namespace com { namespace sun { namespace star {
|
||||||
@ -43,6 +42,10 @@ namespace com { namespace sun { namespace star {
|
|||||||
namespace oox {
|
namespace oox {
|
||||||
namespace drawingml { class Theme; }
|
namespace drawingml { class Theme; }
|
||||||
namespace drawingml { namespace chart { class ChartConverter; } }
|
namespace drawingml { namespace chart { class ChartConverter; } }
|
||||||
|
namespace drawingml { namespace table {
|
||||||
|
class TableStyleList;
|
||||||
|
typedef boost::shared_ptr< TableStyleList > TableStyleListPtr;
|
||||||
|
} }
|
||||||
namespace vml { class Drawing; }
|
namespace vml { class Drawing; }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -22,7 +22,7 @@
|
|||||||
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLEBACKGROUNDSTYLECONTEXT_HXX
|
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLEBACKGROUNDSTYLECONTEXT_HXX
|
||||||
|
|
||||||
#include <oox/core/contexthandler2.hxx>
|
#include <oox/core/contexthandler2.hxx>
|
||||||
#include <oox/drawingml/table/tablestyle.hxx>
|
#include <drawingml/table/tablestyle.hxx>
|
||||||
|
|
||||||
namespace oox { namespace drawingml { namespace table {
|
namespace oox { namespace drawingml { namespace table {
|
||||||
|
|
@ -22,7 +22,7 @@
|
|||||||
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLECELLCONTEXT_HXX
|
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLECELLCONTEXT_HXX
|
||||||
|
|
||||||
#include <oox/drawingml/shapecontext.hxx>
|
#include <oox/drawingml/shapecontext.hxx>
|
||||||
#include <oox/drawingml/table/tablecell.hxx>
|
#include <drawingml/table/tablecell.hxx>
|
||||||
|
|
||||||
namespace oox { namespace drawingml { namespace table {
|
namespace oox { namespace drawingml { namespace table {
|
||||||
|
|
@ -22,7 +22,7 @@
|
|||||||
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLEPARTSTYLECONTEXT_HXX
|
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLEPARTSTYLECONTEXT_HXX
|
||||||
|
|
||||||
#include <oox/core/contexthandler2.hxx>
|
#include <oox/core/contexthandler2.hxx>
|
||||||
#include <oox/drawingml/table/tablestylepart.hxx>
|
#include <drawingml/table/tablestylepart.hxx>
|
||||||
|
|
||||||
namespace oox { namespace drawingml { namespace table {
|
namespace oox { namespace drawingml { namespace table {
|
||||||
|
|
@ -20,8 +20,8 @@
|
|||||||
#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLEPROPERTIES_HXX
|
#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLEPROPERTIES_HXX
|
||||||
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLEPROPERTIES_HXX
|
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLEPROPERTIES_HXX
|
||||||
|
|
||||||
#include <oox/drawingml/table/tablerow.hxx>
|
#include <drawingml/table/tablerow.hxx>
|
||||||
#include <oox/drawingml/table/tablestyle.hxx>
|
#include <drawingml/table/tablestyle.hxx>
|
||||||
#include <oox/helper/propertymap.hxx>
|
#include <oox/helper/propertymap.hxx>
|
||||||
#include <oox/drawingml/color.hxx>
|
#include <oox/drawingml/color.hxx>
|
||||||
|
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLEROW_HXX
|
#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLEROW_HXX
|
||||||
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLEROW_HXX
|
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLEROW_HXX
|
||||||
|
|
||||||
#include <oox/drawingml/table/tablecell.hxx>
|
#include <drawingml/table/tablecell.hxx>
|
||||||
#include <vector>
|
#include <vector>
|
||||||
|
|
||||||
namespace oox { namespace drawingml { namespace table {
|
namespace oox { namespace drawingml { namespace table {
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLE_HXX
|
#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLE_HXX
|
||||||
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLE_HXX
|
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLE_HXX
|
||||||
|
|
||||||
#include <oox/drawingml/table/tablestylepart.hxx>
|
#include <drawingml/table/tablestylepart.hxx>
|
||||||
#include <oox/drawingml/drawingmltypes.hxx>
|
#include <oox/drawingml/drawingmltypes.hxx>
|
||||||
#include <oox/drawingml/shape.hxx>
|
#include <oox/drawingml/shape.hxx>
|
||||||
|
|
@ -22,7 +22,7 @@
|
|||||||
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLECELLSTYLECONTEXT_HXX
|
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLECELLSTYLECONTEXT_HXX
|
||||||
|
|
||||||
#include <oox/core/contexthandler2.hxx>
|
#include <oox/core/contexthandler2.hxx>
|
||||||
#include <oox/drawingml/table/tablestylepart.hxx>
|
#include <drawingml/table/tablestylepart.hxx>
|
||||||
|
|
||||||
namespace oox { namespace drawingml { namespace table {
|
namespace oox { namespace drawingml { namespace table {
|
||||||
|
|
@ -22,7 +22,7 @@
|
|||||||
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLECONTEXT_HXX
|
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLECONTEXT_HXX
|
||||||
|
|
||||||
#include <oox/core/contexthandler2.hxx>
|
#include <oox/core/contexthandler2.hxx>
|
||||||
#include <oox/drawingml/table/tablestyle.hxx>
|
#include <drawingml/table/tablestyle.hxx>
|
||||||
|
|
||||||
namespace oox { namespace drawingml { namespace table {
|
namespace oox { namespace drawingml { namespace table {
|
||||||
|
|
@ -20,7 +20,7 @@
|
|||||||
#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLELISTFRAGMENTHANDLER_HXX
|
#ifndef INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLELISTFRAGMENTHANDLER_HXX
|
||||||
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLELISTFRAGMENTHANDLER_HXX
|
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLELISTFRAGMENTHANDLER_HXX
|
||||||
|
|
||||||
#include <oox/drawingml/table/tablestylelist.hxx>
|
#include <drawingml/table/tablestylelist.hxx>
|
||||||
#include <oox/core/fragmenthandler2.hxx>
|
#include <oox/core/fragmenthandler2.hxx>
|
||||||
|
|
||||||
namespace oox {
|
namespace oox {
|
@ -22,7 +22,7 @@
|
|||||||
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLETEXTSTYLECONTEXT_HXX
|
#define INCLUDED_OOX_DRAWINGML_TABLE_TABLESTYLETEXTSTYLECONTEXT_HXX
|
||||||
|
|
||||||
#include <oox/core/contexthandler.hxx>
|
#include <oox/core/contexthandler.hxx>
|
||||||
#include <oox/drawingml/table/tablestylepart.hxx>
|
#include <drawingml/table/tablestylepart.hxx>
|
||||||
|
|
||||||
namespace oox { namespace drawingml { namespace table {
|
namespace oox { namespace drawingml { namespace table {
|
||||||
|
|
@ -24,7 +24,7 @@
|
|||||||
#include "oox/drawingml/fillpropertiesgroupcontext.hxx"
|
#include "oox/drawingml/fillpropertiesgroupcontext.hxx"
|
||||||
#include "oox/drawingml/customshapeproperties.hxx"
|
#include "oox/drawingml/customshapeproperties.hxx"
|
||||||
#include "oox/drawingml/diagram/diagram.hxx"
|
#include "oox/drawingml/diagram/diagram.hxx"
|
||||||
#include "oox/drawingml/table/tablecontext.hxx"
|
#include "drawingml/table/tablecontext.hxx"
|
||||||
#include "oox/core/xmlfilterbase.hxx"
|
#include "oox/core/xmlfilterbase.hxx"
|
||||||
#include "oox/helper/attributelist.hxx"
|
#include "oox/helper/attributelist.hxx"
|
||||||
#include "oox/helper/graphichelper.hxx"
|
#include "oox/helper/graphichelper.hxx"
|
||||||
|
@ -25,7 +25,7 @@
|
|||||||
#include "effectproperties.hxx"
|
#include "effectproperties.hxx"
|
||||||
#include "oox/drawingml/shapepropertymap.hxx"
|
#include "oox/drawingml/shapepropertymap.hxx"
|
||||||
#include "oox/drawingml/textbody.hxx"
|
#include "oox/drawingml/textbody.hxx"
|
||||||
#include "oox/drawingml/table/tableproperties.hxx"
|
#include "drawingml/table/tableproperties.hxx"
|
||||||
#include "oox/drawingml/chart/chartconverter.hxx"
|
#include "oox/drawingml/chart/chartconverter.hxx"
|
||||||
#include "oox/drawingml/chart/chartspacefragment.hxx"
|
#include "oox/drawingml/chart/chartspacefragment.hxx"
|
||||||
#include "oox/drawingml/chart/chartspacemodel.hxx"
|
#include "oox/drawingml/chart/chartspacemodel.hxx"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablebackgroundstylecontext.hxx"
|
#include "drawingml/table/tablebackgroundstylecontext.hxx"
|
||||||
#include "oox/drawingml/fillpropertiesgroupcontext.hxx"
|
#include "oox/drawingml/fillpropertiesgroupcontext.hxx"
|
||||||
#include "oox/helper/attributelist.hxx"
|
#include "oox/helper/attributelist.hxx"
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablecell.hxx"
|
#include "drawingml/table/tablecell.hxx"
|
||||||
#include "oox/drawingml/table/tableproperties.hxx"
|
#include "drawingml/table/tableproperties.hxx"
|
||||||
#include "oox/drawingml/shapepropertymap.hxx"
|
#include "oox/drawingml/shapepropertymap.hxx"
|
||||||
#include "oox/drawingml/textbody.hxx"
|
#include "oox/drawingml/textbody.hxx"
|
||||||
#include "oox/core/xmlfilterbase.hxx"
|
#include "oox/core/xmlfilterbase.hxx"
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablecellcontext.hxx"
|
#include "drawingml/table/tablecellcontext.hxx"
|
||||||
#include "oox/drawingml/textbodycontext.hxx"
|
#include "oox/drawingml/textbodycontext.hxx"
|
||||||
#include "oox/drawingml/linepropertiescontext.hxx"
|
#include "oox/drawingml/linepropertiescontext.hxx"
|
||||||
#include "oox/drawingml/fillpropertiesgroupcontext.hxx"
|
#include "oox/drawingml/fillpropertiesgroupcontext.hxx"
|
||||||
|
@ -20,10 +20,10 @@
|
|||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
#include "oox/helper/attributelist.hxx"
|
#include "oox/helper/attributelist.hxx"
|
||||||
#include "oox/drawingml/guidcontext.hxx"
|
#include "oox/drawingml/guidcontext.hxx"
|
||||||
#include "oox/drawingml/table/tablecontext.hxx"
|
#include "drawingml/table/tablecontext.hxx"
|
||||||
#include "oox/drawingml/table/tableproperties.hxx"
|
#include "drawingml/table/tableproperties.hxx"
|
||||||
#include "oox/drawingml/table/tablestylecontext.hxx"
|
#include "drawingml/table/tablestylecontext.hxx"
|
||||||
#include "oox/drawingml/table/tablerowcontext.hxx"
|
#include "drawingml/table/tablerowcontext.hxx"
|
||||||
|
|
||||||
using namespace ::oox::core;
|
using namespace ::oox::core;
|
||||||
using namespace ::com::sun::star;
|
using namespace ::com::sun::star;
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablepartstylecontext.hxx"
|
#include "drawingml/table/tablepartstylecontext.hxx"
|
||||||
#include "oox/drawingml/table/tablestyletextstylecontext.hxx"
|
#include "drawingml/table/tablestyletextstylecontext.hxx"
|
||||||
#include "oox/drawingml/table/tablestylecellstylecontext.hxx"
|
#include "drawingml/table/tablestylecellstylecontext.hxx"
|
||||||
|
|
||||||
using namespace ::oox::core;
|
using namespace ::oox::core;
|
||||||
using namespace ::com::sun::star;
|
using namespace ::com::sun::star;
|
||||||
|
@ -17,7 +17,8 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "oox/drawingml/table/tableproperties.hxx"
|
#include "drawingml/table/tableproperties.hxx"
|
||||||
|
#include "drawingml/table/tablestylelist.hxx"
|
||||||
#include "oox/drawingml/drawingmltypes.hxx"
|
#include "oox/drawingml/drawingmltypes.hxx"
|
||||||
#include <com/sun/star/table/XTable.hpp>
|
#include <com/sun/star/table/XTable.hpp>
|
||||||
#include <com/sun/star/container/XNameContainer.hpp>
|
#include <com/sun/star/container/XNameContainer.hpp>
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablerow.hxx"
|
#include "drawingml/table/tablerow.hxx"
|
||||||
#include "oox/drawingml/drawingmltypes.hxx"
|
#include "oox/drawingml/drawingmltypes.hxx"
|
||||||
#include <com/sun/star/container/XNameContainer.hpp>
|
#include <com/sun/star/container/XNameContainer.hpp>
|
||||||
#include <com/sun/star/beans/XMultiPropertySet.hpp>
|
#include <com/sun/star/beans/XMultiPropertySet.hpp>
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablerowcontext.hxx"
|
#include "drawingml/table/tablerowcontext.hxx"
|
||||||
#include "oox/drawingml/table/tablecellcontext.hxx"
|
#include "drawingml/table/tablecellcontext.hxx"
|
||||||
#include "oox/drawingml/table/tablerow.hxx"
|
#include "drawingml/table/tablerow.hxx"
|
||||||
|
|
||||||
using namespace ::oox::core;
|
using namespace ::oox::core;
|
||||||
using namespace ::com::sun::star;
|
using namespace ::com::sun::star;
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablestyle.hxx"
|
#include "drawingml/table/tablestyle.hxx"
|
||||||
|
|
||||||
namespace oox { namespace drawingml { namespace table {
|
namespace oox { namespace drawingml { namespace table {
|
||||||
|
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablestylecellstylecontext.hxx"
|
#include "drawingml/table/tablestylecellstylecontext.hxx"
|
||||||
#include "oox/drawingml/fillpropertiesgroupcontext.hxx"
|
#include "oox/drawingml/fillpropertiesgroupcontext.hxx"
|
||||||
#include "oox/drawingml/linepropertiescontext.hxx"
|
#include "oox/drawingml/linepropertiescontext.hxx"
|
||||||
#include "oox/helper/attributelist.hxx"
|
#include "oox/helper/attributelist.hxx"
|
||||||
|
@ -19,9 +19,9 @@
|
|||||||
|
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablestylecontext.hxx"
|
#include "drawingml/table/tablestylecontext.hxx"
|
||||||
#include "oox/drawingml/table/tablebackgroundstylecontext.hxx"
|
#include "drawingml/table/tablebackgroundstylecontext.hxx"
|
||||||
#include "oox/drawingml/table/tablepartstylecontext.hxx"
|
#include "drawingml/table/tablepartstylecontext.hxx"
|
||||||
|
|
||||||
using namespace ::oox::core;
|
using namespace ::oox::core;
|
||||||
using namespace ::com::sun::star;
|
using namespace ::com::sun::star;
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablestylelist.hxx"
|
#include "drawingml/table/tablestylelist.hxx"
|
||||||
#include "oox/drawingml/table/tablestyle.hxx"
|
#include "drawingml/table/tablestyle.hxx"
|
||||||
|
|
||||||
namespace oox { namespace drawingml { namespace table {
|
namespace oox { namespace drawingml { namespace table {
|
||||||
|
|
||||||
|
@ -17,8 +17,8 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablestylelistfragmenthandler.hxx"
|
#include "drawingml/table/tablestylelistfragmenthandler.hxx"
|
||||||
#include "oox/drawingml/table/tablestylecontext.hxx"
|
#include "drawingml/table/tablestylecontext.hxx"
|
||||||
|
|
||||||
using namespace ::oox::core;
|
using namespace ::oox::core;
|
||||||
using namespace ::com::sun::star;
|
using namespace ::com::sun::star;
|
||||||
|
@ -17,7 +17,7 @@
|
|||||||
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablestylepart.hxx"
|
#include "drawingml/table/tablestylepart.hxx"
|
||||||
#include "oox/drawingml/drawingmltypes.hxx"
|
#include "oox/drawingml/drawingmltypes.hxx"
|
||||||
|
|
||||||
using namespace ::oox::core;
|
using namespace ::oox::core;
|
||||||
|
@ -19,7 +19,7 @@
|
|||||||
|
|
||||||
#include <osl/diagnose.h>
|
#include <osl/diagnose.h>
|
||||||
|
|
||||||
#include "oox/drawingml/table/tablestyletextstylecontext.hxx"
|
#include "drawingml/table/tablestyletextstylecontext.hxx"
|
||||||
#include "oox/drawingml/colorchoicecontext.hxx"
|
#include "oox/drawingml/colorchoicecontext.hxx"
|
||||||
#include "oox/helper/attributelist.hxx"
|
#include "oox/helper/attributelist.hxx"
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include "oox/ppt/pptimport.hxx"
|
#include "oox/ppt/pptimport.hxx"
|
||||||
#include "oox/drawingml/chart/chartconverter.hxx"
|
#include "oox/drawingml/chart/chartconverter.hxx"
|
||||||
#include "oox/dump/pptxdumper.hxx"
|
#include "oox/dump/pptxdumper.hxx"
|
||||||
#include "oox/drawingml/table/tablestylelistfragmenthandler.hxx"
|
#include "drawingml/table/tablestylelistfragmenthandler.hxx"
|
||||||
#include "oox/helper/graphichelper.hxx"
|
#include "oox/helper/graphichelper.hxx"
|
||||||
#include "oox/ole/vbaproject.hxx"
|
#include "oox/ole/vbaproject.hxx"
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@
|
|||||||
#include <boost/shared_ptr.hpp>
|
#include <boost/shared_ptr.hpp>
|
||||||
#include <rtl/ref.hxx>
|
#include <rtl/ref.hxx>
|
||||||
#include "oox/vml/vmldrawing.hxx"
|
#include "oox/vml/vmldrawing.hxx"
|
||||||
#include "oox/drawingml/table/tablestylelist.hxx"
|
#include "drawingml/table/tablestylelist.hxx"
|
||||||
#include "oox/core/xmlfilterbase.hxx"
|
#include "oox/core/xmlfilterbase.hxx"
|
||||||
#include "oox/drawingml/drawingmltypes.hxx"
|
#include "oox/drawingml/drawingmltypes.hxx"
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user