Commit f9353590 authored by Elen.Subbotina's avatar Elen.Subbotina Committed by Alexander Trofimov

рефакторинг кода

git-svn-id: svn://fileserver/activex/AVS/Sources/TeamlabOffice/trunk/ServerComponents@54711 954022d7-b5bf-4e40-9824-e11837661b57
parent b10656e1
...@@ -2,6 +2,6 @@ ...@@ -2,6 +2,6 @@
//1 //1
//0 //0
//1 //1
//187 //188
#define INTVER 1,0,1,187 #define INTVER 1,0,1,188
#define STRVER "1,0,1,187\0" #define STRVER "1,0,1,188\0"
This diff is collapsed.
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "../odf/odfcontext.h" #include "../odf/odfcontext.h"
#include "../odf/style_text_properties.h" #include "../odf/style_text_properties.h"
#include "../odf/style_graphic_properties.h" #include "../odf/style_graphic_properties.h"
#include "../odf/style_ref.h" #include "../odf/datatypes/style_ref.h"
#include "docx_package.h" #include "docx_package.h"
#include "docx_rels.h" #include "docx_rels.h"
......
#pragma once #pragma once
#include "../odf/stylefamily.h" #include "../odf/datatypes/stylefamily.h"
#include "../odf/length.h" #include "../odf/datatypes/length.h"
#include <boost/unordered_map.hpp> #include <boost/unordered_map.hpp>
#include <boost/shared_ptr.hpp> #include <boost/shared_ptr.hpp>
#include <list> #include <list>
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include "mediaitems.h" #include "mediaitems.h"
#include "headers_footers.h" #include "headers_footers.h"
#include "docx_table_context.h" #include "docx_table_context.h"
#include "../odf/noteclass.h" #include "../odf/datatypes/noteclass.h"
#include "oox_conversion_context.h" #include "oox_conversion_context.h"
#include "oox_chart_context.h" #include "oox_chart_context.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <cpdoccore/CPOptional.h> #include <cpdoccore/CPOptional.h>
#include <cpdoccore/CPSharedPtr.h> #include <cpdoccore/CPSharedPtr.h>
#include "../odf/lengthorpercent.h" #include "../odf/datatypes/lengthorpercent.h"
namespace cpdoccore { namespace cpdoccore {
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
#include "pptx_comments_context.h" #include "pptx_comments_context.h"
#include <boost/foreach.hpp> #include <boost/foreach.hpp>
#include <iostream> #include <iostream>
#include "../odf/length.h" #include "../odf/datatypes/length.h"
#include "xlsx_utils.h" #include "xlsx_utils.h"
//#include <cpdoccore/formulasconvert.h> //#include <cpdoccore/formulasconvert.h>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include "../odf/odfcontext.h" #include "../odf/odfcontext.h"
#include "../odf/draw_common.h" #include "../odf/draw_common.h"
#include "../odf/calcs_styles.h" #include "../odf/calcs_styles.h"
#include "../odf/borderstyle.h" #include "../odf/datatypes/borderstyle.h"
#include "logging.h" #include "logging.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <cpdoccore/xml/attributes.h> #include <cpdoccore/xml/attributes.h>
#include "oox_conversion_context.h" #include "oox_conversion_context.h"
#include "../odf/stylefamily.h" #include "../odf/datatypes/stylefamily.h"
namespace cpdoccore { namespace cpdoccore {
namespace odf namespace odf
......
...@@ -7,8 +7,8 @@ ...@@ -7,8 +7,8 @@
#include <cpdoccore/xml/simple_xml_writer.h> #include <cpdoccore/xml/simple_xml_writer.h>
#include "xlsx_border.h" #include "xlsx_border.h"
#include "../odf/length.h" #include "../odf/datatypes/length.h"
#include "../odf/borderstyle.h" #include "../odf/datatypes/borderstyle.h"
#include "../odf/style_table_properties.h" #include "../odf/style_table_properties.h"
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
#include "xlsx_table_metrics.h" #include "xlsx_table_metrics.h"
#include <boost/foreach.hpp> #include <boost/foreach.hpp>
#include <iostream> #include <iostream>
#include "../odf/length.h" #include "../odf/datatypes/length.h"
#include "xlsx_utils.h" #include "xlsx_utils.h"
//#include <cpdoccore/formulasconvert.h> //#include <cpdoccore/formulasconvert.h>
......
...@@ -2,7 +2,6 @@ ...@@ -2,7 +2,6 @@
#include "xlsxconversioncontext.h" #include "xlsxconversioncontext.h"
//#include "docx_package.h"
#include "measuredigits.h" #include "measuredigits.h"
#include "xlsx_package.h" #include "xlsx_package.h"
......
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