/trunk/main/oox/ |
H A D | Library_oox.mk | 30 $(eval $(call gb_Library_set_componentfile,oox,oox/util/oox)) 38 -I$(SRCDIR)/oox/inc \ 69 oox/source/core/encryption \ 70 oox/source/core/fastparser \ 72 oox/source/core/filterbase \ 77 oox/source/core/relations \ 79 oox/source/core/services \ 85 oox/source/drawingml/color \ 222 oox/source/ppt/pptshape \ 235 oox/source/ppt/timenode \ [all …]
|
H A D | Package_inc.mk | 25 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/dllapi.h,oox/dllapi.h)) 26 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/core/filterbase.hxx,oox/core/filterbase.hxx)) 27 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/core/filterdetect.hxx,oox/core/filterdetect.hxx)) 28 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/core/relations.hxx,oox/core/relations.hxx)) 29 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/core/xmlfilterbase.hxx,oox/core/xmlfilterbase.hxx… 33 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/helper.hxx,oox/helper/helper.hxx)) 34 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/refmap.hxx,oox/helper/refmap.hxx)) 35 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/helper/refvector.hxx,oox/helper/refvector.hxx)) 38 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/ole/vbaproject.hxx,oox/ole/vbaproject.hxx)) 39 $(eval $(call gb_Package_add_file,oox_inc,inc/oox/vml/vmldrawing.hxx,oox/vml/vmldrawing.hxx)) [all …]
|
H A D | Package_generated.mk | 31 oox/source/token/namespaces.hxx.head \ 32 oox/source/token/namespaces.hxx.tail \ 33 oox/source/token/namespaces.txt \ 34 oox/source/token/namespaces.pl \ 35 oox/source/token/tokens.hxx.head \ 36 oox/source/token/tokens.hxx.tail \ 37 oox/source/token/tokens.txt \ 38 oox/source/token/tokens.pl \ 39 oox/source/token/properties.hxx.head \ 41 oox/source/token/properties.txt \ [all …]
|
/trunk/main/oox/inc/oox/ppt/ |
H A D | slidepersist.hxx | 41 namespace oox { namespace vml { class Drawing; } } namespace 43 namespace oox { namespace ppt { namespace 64 oox::drawingml::ShapePtr pShapesPtr, const ::oox::drawingml::TextListStylePtr & ); 104 oox::drawingml::ShapePtr getShapes() { return maShapesPtr; } in getShapes() 128 oox::drawingml::ShapePtr maShapesPtr; 129 oox::drawingml::Color maBackgroundColor; 133 oox::ppt::HeaderFooter maHeaderFooter; 139 oox::drawingml::TextListStylePtr maTitleTextStylePtr; 140 oox::drawingml::TextListStylePtr maBodyTextStylePtr; 141 oox::drawingml::TextListStylePtr maNotesTextStylePtr; [all …]
|
H A D | pptshape.hxx | 30 namespace oox { namespace ppt { namespace 32 class PPTShape : public oox::drawingml::Shape 40 PPTShape( const oox::ppt::ShapeLocation eShapeLocation, 44 using oox::drawingml::Shape::addShape; 47 oox::core::XmlFilterBase& rFilterBase, 49 const oox::drawingml::Theme* pTheme, 52 ::oox::drawingml::ShapeIdMap* pShapeMap = 0 ); 54 virtual void applyShapeReference( const oox::drawingml::Shape& rReferencedShape ); 61 …static oox::drawingml::ShapePtr findPlaceholder( const sal_Int32 nMasterPlaceholder, std::vector< … 62 …static oox::drawingml::ShapePtr findPlaceholderByIndex( const sal_Int32 nIdx, std::vector< oox::dr… [all …]
|
H A D | pptimport.hxx | 36 namespace oox { namespace ppt { namespace 40 class PowerPointImport : public oox::core::XmlFilterBase 52 virtual const ::oox::drawingml::Theme* getCurrentTheme() const; 53 virtual ::oox::vml::Drawing* getVmlDrawing(); 54 virtual const oox::drawingml::table::TableStyleListPtr getTableStyles(); 55 virtual ::oox::drawingml::chart::ChartConverter& getChartConverter(); 58 std::map< rtl::OUString, oox::drawingml::ThemePtr >& getThemes(){ return maThemes; }; in getThemes() 67 virtual ::oox::ole::VbaProject* implCreateVbaProject() const; 72 oox::drawingml::table::TableStyleListPtr mpTableStyleList; 75 std::map< rtl::OUString, oox::drawingml::ThemePtr > maThemes; [all …]
|
/trunk/main/oox/inc/oox/drawingml/chart/ |
H A D | seriescontext.hxx | 29 namespace oox { namespace 42 …explicit DataLabelContext( ::oox::core::ContextHandler2Helper& rParent, DataLabelModel&… 45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 61 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 77 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 89 …explicit ErrorBarContext( ::oox::core::ContextHandler2Helper& rParent, ErrorBarModel& r… 92 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 150 …explicit SeriesContextBase( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& r… 163 …explicit AreaSeriesContext( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& r… 176 …explicit BarSeriesContext( ::oox::core::ContextHandler2Helper& rParent, SeriesModel& rM… [all …]
|
H A D | typegroupcontext.hxx | 29 namespace oox { namespace 42 …explicit UpDownBarsContext( ::oox::core::ContextHandler2Helper& rParent, UpDownBarsMode… 45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 63 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 76 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 89 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 103 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 117 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 130 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 143 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… [all …]
|
H A D | axiscontext.hxx | 29 namespace oox { namespace 45 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 58 …explicit AxisContextBase( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rMode… 61 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 71 …explicit CatAxisContext( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rModel… 74 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 84 …explicit DateAxisContext( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rMode… 87 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 97 …explicit SerAxisContext( ::oox::core::ContextHandler2Helper& rParent, AxisModel& rModel… 100 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… [all …]
|
H A D | chartcontextbase.hxx | 29 namespace oox { namespace drawingml { class Shape; } } namespace 31 namespace oox { namespace 38 class ContextBase : public ::oox::core::ContextHandler2 41 …inline explicit ContextBase( ::oox::core::ContextHandler2Helper& rParent, ModelType& rModel ) : in ContextBase() 42 ::oox::core::ContextHandler2( rParent ), mrModel( rModel ) {} in ContextBase() 52 class FragmentBase : public ::oox::core::FragmentHandler2 56 … ::oox::core::FragmentHandler2( rFilter, rFragmentPath, false ), mrModel( rModel ) {} in FragmentBase() 70 …explicit ShapePrWrapperContext( ::oox::core::ContextHandler2Helper& rParent, Shape& rMo… 73 …virtual ::oox::core::ContextHandlerRef onCreateContext( sal_Int32 nElement, const AttributeList& r… 85 …explicit LayoutContext( ::oox::core::ContextHandler2Helper& rParent, LayoutModel& rMode… [all …]
|
/trunk/main/oox/inc/oox/xls/ |
H A D | drawingfragment.hxx | 39 namespace oox { namespace ole { namespace 44 namespace oox { namespace 51 class ShapeMacroAttacher : public ::oox::ole::VbaMacroAttacherBase 66 class Shape : public ::oox::drawingml::Shape, public WorksheetHelper 76 ::oox::core::XmlFilterBase& rFilter, 90 ::oox::core::ContextHandler& rParent, 95 static ::oox::core::ContextHandlerRef 97 ::oox::core::ContextHandler& rParent, 181 const ::oox::vml::ShapeBase& rShape, 209 ::oox::ole::ControlConverter maControlConv; [all …]
|
/trunk/main/oox/source/drawingml/table/ |
H A D | tableproperties.cxx | 37 using namespace ::oox::core; 112 oox::drawingml::FillPropertiesPtr pWholeTabFillProperties( new oox::drawingml::FillProperties ); in SetTableStyleProperties() 118 ::oox::drawingml::Color tableTextColor; in SetTableStyleProperties() 122 oox::drawingml::LinePropertiesPtr pLeftBorder( new oox::drawingml::LineProperties); in SetTableStyleProperties() 135 oox::drawingml::FillPropertiesPtr pBand1HFillProperties( new oox::drawingml::FillProperties ); in SetTableStyleProperties() 160 oox::drawingml::FillPropertiesPtr pFstRowFillProperties( new oox::drawingml::FillProperties ); in CreateTableStyle() 165 ::oox::drawingml::Color fstRowTextColor; in CreateTableStyle() 169 oox::drawingml::LinePropertiesPtr pFstBottomBorder( new oox::drawingml::LineProperties); in CreateTableStyle() 195 oox::drawingml::FillPropertiesPtr pFstRowFillProperties( new oox::drawingml::FillProperties ); in CreateTableStyle() 204 oox::drawingml::LinePropertiesPtr pFstBottomBorder( new oox::drawingml::LineProperties); in CreateTableStyle() [all …]
|
H A D | tablecell.cxx | 42 using namespace ::oox::core; 49 namespace oox { namespace drawingml { namespace table { namespace 97 oox::drawingml::LineProperties& rLeftBorder, in applyTableStylePart() 98 oox::drawingml::LineProperties& rRightBorder, in applyTableStylePart() 99 oox::drawingml::LineProperties& rTopBorder, in applyTableStylePart() 100 oox::drawingml::LineProperties& rBottomBorder, in applyTableStylePart() 163 void TableCell::pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oox::drawingml::TextL… in pushToXCell() 176 oox::drawingml::FillProperties aFillProperties; in pushToXCell() 177 oox::drawingml::LineProperties aLinePropertiesLeft; in pushToXCell() 178 oox::drawingml::LineProperties aLinePropertiesRight; in pushToXCell() [all …]
|
/trunk/main/oox/source/ppt/ |
H A D | pptshape.cxx | 37 using namespace ::oox::core; 38 using namespace ::oox::drawingml; 47 namespace oox { namespace ppt { namespace 61 oox::core::XmlFilterBase& rFilterBase, in addShape() 63 const oox::drawingml::Theme* pTheme, in addShape() 66 ::oox::drawingml::ShapeIdMap* pShapeMap ) in addShape() 76 oox::drawingml::TextListStylePtr aMasterTextListStyle; in addShape() 228 oox::drawingml::ShapePtr PPTShape::findPlaceholder( const sal_Int32 nMasterPlaceholder, std::vector… in findPlaceholder() 230 oox::drawingml::ShapePtr aShapePtr; in findPlaceholder() 248 oox::drawingml::ShapePtr PPTShape::findPlaceholderByIndex( const sal_Int32 nIdx, std::vector< oox::… in findPlaceholderByIndex() [all …]
|
H A D | pptshapecontext.cxx | 43 using namespace oox::core; 51 namespace oox { namespace ppt { namespace 54 …ler& rParent, const SlidePersistPtr pSlidePersistPtr, oox::drawingml::ShapePtr pMasterShapePtr, oo… in PPTShapeContext() 55 : oox::drawingml::ShapeContext( rParent, pMasterShapePtr, pShapePtr ) in PPTShapeContext() 60 oox::drawingml::ShapePtr findPlaceholder( const sal_Int32 nMasterPlaceholder, sal_Int32 nSubTypeInd… in findPlaceholder() 62 oox::drawingml::ShapePtr aShapePtr; in findPlaceholder() 85 sal_Int32 nSubTypeIndex, std::vector< oox::drawingml::ShapePtr >& rShapes ) in findPlaceholder() 160 oox::drawingml::ShapePtr pPlaceholder; in createFastChildContext() 197 xRet = new oox::drawingml::ShapeStyleContext( *this, *mpShapePtr ); in createFastChildContext() 202 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext() [all …]
|
H A D | pptimport.cxx | 35 using namespace oox::core; 37 namespace oox { namespace ppt { namespace 59 mxChartConv( new ::oox::drawingml::chart::ChartConverter ) in PowerPointImport() 72 OOX_DUMP_FILE( ::oox::dump::pptx::Dumper ); in importDocument() 93 oox::drawingml::ClrMapPtr pClrMapPtr( mpActualSlidePersist->getClrMap() ); in getSchemeColor() 126 const ::oox::drawingml::Theme* PowerPointImport::getCurrentTheme() const in getCurrentTheme() 131 ::oox::vml::Drawing* PowerPointImport::getVmlDrawing() in getVmlDrawing() 140 …mpTableStyleList = oox::drawingml::table::TableStyleListPtr( new oox::drawingml::table::TableStyle… in getTableStyles() 141 importFragment( new oox::drawingml::table::TableStyleListFragmentHandler( in getTableStyles() 147 ::oox::drawingml::chart::ChartConverter& PowerPointImport::getChartConverter() in getChartConverter() [all …]
|
H A D | pptshapegroupcontext.cxx | 40 using namespace oox::core; 48 namespace oox { namespace ppt { namespace 52 const oox::ppt::SlidePersistPtr pSlidePersistPtr, in PPTShapeGroupContext() 54 oox::drawingml::ShapePtr pMasterShapePtr, in PPTShapeGroupContext() 55 oox::drawingml::ShapePtr pGroupShapePtr ) in PPTShapeGroupContext() 83 xRet = new oox::drawingml::ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext() 86 xRet = new oox::drawingml::ShapePropertiesContext( *this, *mpGroupShapePtr ); in createFastChildContext() 94 …xRet.set( new oox::drawingml::ConnectorShapeContext( *this, mpGroupShapePtr, oox::drawingml::Shape… in createFastChildContext() 100 …xRet.set( new PPTShapeContext( *this, mpSlidePersistPtr, mpGroupShapePtr, oox::drawingml::ShapePtr… in createFastChildContext() 103 …xRet.set( new oox::drawingml::GraphicShapeContext( *this, mpGroupShapePtr, oox::drawingml::ShapeP… in createFastChildContext() [all …]
|
H A D | slidepersist.cxx | 40 using namespace ::oox::core; 46 namespace oox { namespace ppt { namespace 51 : mpDrawingPtr( new oox::vml::Drawing( rFilter, rxPage, oox::vml::VMLDRAWING_POWERPOINT ) ) in SlidePersist() 58 , maTitleTextStylePtr( new oox::drawingml::TextListStyle ) in SlidePersist() 59 , maBodyTextStylePtr( new oox::drawingml::TextListStyle ) in SlidePersist() 60 , maNotesTextStylePtr( new oox::drawingml::TextListStyle ) in SlidePersist() 61 , maOtherTextStylePtr( new oox::drawingml::TextListStyle ) in SlidePersist() 133 std::vector< oox::drawingml::ShapePtr >& rShapes( maShapesPtr->getChildren() ); in createXShapes() 134 std::vector< oox::drawingml::ShapePtr >::iterator aShapesIter( rShapes.begin() ); in createXShapes() 179 oox::drawingml::TextListStylePtr& pTextListStylePtr, int nLevel ) in setTextStyle() [all …]
|
/trunk/main/oox/inc/oox/drawingml/table/ |
H A D | tablestylepart.hxx | 36 namespace oox { namespace drawingml { namespace table { namespace 45 ::oox::drawingml::Color& getTextColor(){ return maTextColor; } in getTextColor() 48 ::oox::drawingml::TextFont& getAsianFont(){ return maAsianFont; } in getAsianFont() 51 ::oox::drawingml::TextFont& getLatinFont(){ return maLatinFont; } in getLatinFont() 60 ::oox::drawingml::Color maTextColor; 63 ::oox::drawingml::TextFont maAsianFont; 64 ::oox::drawingml::TextFont maComplexFont; 65 ::oox::drawingml::TextFont maSymbolFont; 66 ::oox::drawingml::TextFont maLatinFont; 68 ::oox::drawingml::FillPropertiesPtr mpFillProperties; [all …]
|
H A D | tablecell.hxx | 40 namespace oox { namespace drawingml { namespace table { namespace 81 oox::drawingml::TextBodyPtr getTextBody(){ return mpTextBody; }; in getTextBody() 83 …void pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oox::drawingml::TextListStylePt… 89 oox::drawingml::TextBodyPtr mpTextBody; 91 oox::drawingml::LineProperties maLinePropertiesLeft; 92 oox::drawingml::LineProperties maLinePropertiesRight; 93 oox::drawingml::LineProperties maLinePropertiesTop; 94 oox::drawingml::LineProperties maLinePropertiesBottom; 95 oox::drawingml::LineProperties maLinePropertiesTopLeftToBottomRight; 96 oox::drawingml::LineProperties maLinePropertiesBottomLeftToTopRight; [all …]
|
/trunk/main/oox/inc/oox/vml/ |
H A D | vmlshapecontext.hxx | 29 namespace oox { namespace 46 class ShapeLayoutContext : public ::oox::core::ContextHandler2 50 ::oox::core::ContextHandler2Helper& rParent, 53 virtual ::oox::core::ContextHandlerRef 62 class ClientDataContext : public ::oox::core::ContextHandler2 70 virtual ::oox::core::ContextHandlerRef 82 class ShapeContextBase : public ::oox::core::ContextHandler2 85 static ::oox::core::ContextHandlerRef 106 virtual ::oox::core::ContextHandlerRef 130 virtual ::oox::core::ContextHandlerRef [all …]
|
/trunk/main/oox/source/xls/ |
H A D | drawingfragment.cxx | 44 namespace oox { namespace 58 using namespace ::oox::core; 59 using namespace ::oox::drawingml; 60 using namespace ::oox::ole; 98 ::oox::drawingml::Shape( pcServiceName ), in Shape() 113 ::oox::drawingml::Shape::finalizeXShape( rFilter, rxShapes ); in finalizeXShape() 380 …::oox::vml::Drawing( rHelper.getOoxFilter(), rHelper.getDrawPage(), ::oox::vml::VMLDRAWING_EXCEL ), in VmlDrawing() 422 return ::oox::vml::Drawing::getShapeBaseName( rShape ); in getShapeBaseName() 444 const ::oox::vml::TextBox* pTextBox = rShape.getTextBox(); in createAndInsertClientXShape() 470 …ol bNumeric = (pClientData->mnVTEdit == ::oox::vml::VML_CLIENTDATA_INTEGER) || (pClientData->mnVTE… in createAndInsertClientXShape() [all …]
|
/trunk/main/oox/inc/oox/dump/ |
H A D | biffdumper.hxx | 35 namespace oox { namespace xls { namespace 42 namespace oox { namespace 92 ::oox::xls::BiffType meBiff; 100 explicit BiffSharedData( ::oox::xls::BiffType eBiff ); 104 inline ::oox::xls::BiffType getBiff() const { return meBiff; } in getBiff() 126 ::oox::xls::BiffType meBiff; 178 ::oox::xls::BiffStringFlags nFlags = ::oox::xls::BIFF_STR_DEFAULT, 182 ::oox::xls::BiffStringFlags nFlags = ::oox::xls::BIFF_STR_DEFAULT ); 185 ::oox::xls::BiffStringFlags nByteFlags = ::oox::xls::BIFF_STR_DEFAULT, 186 ::oox::xls::BiffStringFlags nUniFlags = ::oox::xls::BIFF_STR_DEFAULT, [all …]
|
/trunk/main/oox/inc/oox/drawingml/ |
H A D | fillpropertiesgroupcontext.hxx | 30 namespace oox { namespace 40 ::oox::core::ContextHandler& rParent, 48 class GradientFillContext : public ::oox::core::ContextHandler 52 ::oox::core::ContextHandler& rParent, 69 class PatternFillContext : public ::oox::core::ContextHandler 73 ::oox::core::ContextHandler& rParent, 92 class ColorChangeContext : public ::oox::core::ContextHandler 96 ::oox::core::ContextHandler& rParent, 116 class BlipContext : public ::oox::core::ContextHandler 137 class BlipFillContext : public ::oox::core::ContextHandler [all …]
|
/trunk/main/oox/source/core/ |
H A D | services.cxx | 37 namespace oox { namespace 62 IMPLEMENTATION_ENTRY( ::oox::core::FastTokenHandler ), 63 IMPLEMENTATION_ENTRY( ::oox::core::FilterDetect ), 65 IMPLEMENTATION_ENTRY( ::oox::ole::WordVbaProjectFilter ), 66 IMPLEMENTATION_ENTRY( ::oox::ppt::PowerPointImport ), 67 IMPLEMENTATION_ENTRY( ::oox::shape::ShapeContextHandler ), 68 IMPLEMENTATION_ENTRY( ::oox::xls::BiffDetector ), 69 IMPLEMENTATION_ENTRY( ::oox::xls::ExcelFilter ), 70 IMPLEMENTATION_ENTRY( ::oox::xls::ExcelBiffFilter ), 71 IMPLEMENTATION_ENTRY( ::oox::xls::ExcelVbaProjectFilter ), [all …]
|