Home
last modified time | relevance | path

Searched refs:drawingml (Results 1 – 25 of 256) sorted by relevance

1234567891011

/AOO41X/main/oox/inc/oox/ppt/
H A Dslidepersist.hxx64 … oox::drawingml::ShapePtr pShapesPtr, const ::oox::drawingml::TextListStylePtr & );
78 void setTheme( const oox::drawingml::ThemePtr pThemePtr ){ mpThemePtr = pThemePtr; } in setTheme()
79 oox::drawingml::ThemePtr getTheme() const { return mpThemePtr; } in getTheme()
81 …void setClrScheme( const oox::drawingml::ClrSchemePtr pClrSchemePtr ){ mpClrSchemePtr = pClrScheme… in setClrScheme()
82 oox::drawingml::ClrSchemePtr getClrScheme() const { return mpClrSchemePtr; } in getClrScheme()
84 void setClrMap( const oox::drawingml::ClrMapPtr pClrMapPtr ){ mpClrMapPtr = pClrMapPtr; } in setClrMap()
85 oox::drawingml::ClrMapPtr getClrMap() const { return mpClrMapPtr; } in getClrMap()
87 …void setBackgroundProperties( const oox::drawingml::FillPropertiesPtr pFillPropertiesPtr ){ mpBack… in setBackgroundProperties()
88 …oox::drawingml::FillPropertiesPtr getBackgroundProperties() const { return mpBackgroundPropertiesP… in getBackgroundProperties()
89 oox::drawingml::Color& getBackgroundColor() { return maBackgroundColor; } in getBackgroundColor()
[all …]
H A Dpptshape.hxx32 class PPTShape : public oox::drawingml::Shape
44 using oox::drawingml::Shape::addShape;
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…
63 …static oox::drawingml::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPla…
H A Dpptimport.hxx52 virtual const ::oox::drawingml::Theme* getCurrentTheme() const;
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()
72 oox::drawingml::table::TableStyleListPtr mpTableStyleList;
75 std::map< rtl::OUString, oox::drawingml::ThemePtr > maThemes;
81 ::boost::shared_ptr< ::oox::drawingml::chart::ChartConverter > mxChartConv;
/AOO41X/main/oox/source/drawingml/table/
H A Dtableproperties.cxx44 namespace oox { namespace drawingml { namespace table { namespace
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()
127 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
128 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
129 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
130 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
131 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
132 …pTableStyle->getWholeTbl().getLineBorders().insert(std::pair<sal_Int32, ::oox::drawingml::LineProp… in SetTableStyleProperties()
[all …]
H A Dtablecell.cxx49 namespace oox { namespace drawingml { namespace table { namespace
71 Reference< XPropertySet >& rxPropSet, oox::drawingml::LineProperties& rLineProperties, in applyLineAttributes()
88 void applyBorder( TableStylePart& rTableStylePart, sal_Int32 nLineType, oox::drawingml::LinePropert… in applyBorder()
90 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >& rPartLineBorders( rTableStylePart.get… in applyBorder()
91 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >::const_iterator aIter( rPartLineBorder… in applyBorder()
96 …rBase, const Reference < ::com::sun::star::table::XCell >& rxCell, oox::drawingml::FillProperties&… in applyTableStylePart()
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()
[all …]
H A Dtablecellcontext.cxx36 namespace oox { namespace drawingml { namespace table { namespace
66 oox::drawingml::TextBodyPtr xTextBody( new oox::drawingml::TextBody ); in createFastChildContext()
68 xRet = new oox::drawingml::TextBodyContext( *this, *xTextBody ); in createFastChildContext()
86 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
89 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
92 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
95 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
98 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
101 …xRet.set( new oox::drawingml::LinePropertiesContext( *this, xAttribs, mrTableCell.maLineProperties… in createFastChildContext()
H A Dtablestylecellstylecontext.cxx37 namespace oox { namespace drawingml { namespace table { namespace
76 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >& rLineBorders = mrTableStylePart.getLi… in createFastChildContext()
77 … ::oox::drawingml::LinePropertiesPtr mpLineProperties( new oox::drawingml::LineProperties ); in createFastChildContext()
/AOO41X/main/oox/inc/oox/drawingml/table/
H A Dtablestylepart.hxx36 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()
49 ::oox::drawingml::TextFont& getComplexFont(){ return maComplexFont; } in getComplexFont()
50 ::oox::drawingml::TextFont& getSymbolFont(){ return maSymbolFont; } in getSymbolFont()
51 ::oox::drawingml::TextFont& getLatinFont(){ return maLatinFont; } in getLatinFont()
53 …::oox::drawingml::FillPropertiesPtr& getFillProperties(){ return mpFill… in getFillProperties()
54 …std::map < sal_Int32, ::oox::drawingml::LinePropertiesPtr >& getLineBorders(){ return maLineBor… in getLineBorders()
56 ::oox::drawingml::ShapeStyleRefMap& getStyleRefs(){ return maStyleRefs; } in getStyleRefs()
60 ::oox::drawingml::Color maTextColor;
[all …]
H A Dtablecell.hxx40 namespace oox { namespace drawingml { namespace table { namespace
80 …void setTextBody( const oox::drawingml::TextBodyPtr& pTextBody ){ mpTextBod… in setTextBody()
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;
[all …]
H A Dtablestyle.hxx31 namespace oox { namespace drawingml { namespace table { namespace
43 ::oox::drawingml::ShapeStyleRef& getBackgroundFillStyleRef(){ return maFillStyleRef; } in getBackgroundFillStyleRef()
45 … ::oox::drawingml::FillPropertiesPtr& getBackgroundFillProperties(){ return mpFillProperties; } in getBackgroundFillProperties()
66 ::oox::drawingml::ShapeStyleRef maFillStyleRef;
68 ::oox::drawingml::FillPropertiesPtr mpFillProperties;
/AOO41X/main/oox/source/ppt/
H A Dpptshape.cxx38 using namespace ::oox::drawingml;
63 const oox::drawingml::Theme* pTheme, in addShape()
66 ::oox::drawingml::ShapeIdMap* pShapeMap ) in addShape()
76 oox::drawingml::TextListStylePtr aMasterTextListStyle; in addShape()
223 void PPTShape::applyShapeReference( const oox::drawingml::Shape& rReferencedShape ) in applyShapeReference()
228 oox::drawingml::ShapePtr PPTShape::findPlaceholder( const sal_Int32 nMasterPlaceholder, std::vector… in findPlaceholder()
230 oox::drawingml::ShapePtr aShapePtr; in findPlaceholder()
231 std::vector< oox::drawingml::ShapePtr >::reverse_iterator aRevIter( rShapes.rbegin() ); in findPlaceholder()
239 std::vector< oox::drawingml::ShapePtr >& rChildren = (*aRevIter)->getChildren(); in findPlaceholder()
248 oox::drawingml::ShapePtr PPTShape::findPlaceholderByIndex( const sal_Int32 nIdx, std::vector< oox:: in findPlaceholderByIndex()
[all …]
H A Dpptshapecontext.cxx54 …rent, const SlidePersistPtr pSlidePersistPtr, oox::drawingml::ShapePtr pMasterShapePtr, oox::drawi… 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()
63 std::vector< oox::drawingml::ShapePtr >::reverse_iterator aRevIter( rShapes.rbegin() ); in findPlaceholder()
74 std::vector< oox::drawingml::ShapePtr >& rChildren = (*aRevIter)->getChildren(); in findPlaceholder()
84 oox::drawingml::ShapePtr findPlaceholder( sal_Int32 nFirstPlaceholder, sal_Int32 nSecondPlaceholder, in findPlaceholder()
85 sal_Int32 nSubTypeIndex, std::vector< oox::drawingml::ShapePtr >& rShapes ) in findPlaceholder()
87 …oox::drawingml::ShapePtr pPlaceholder = findPlaceholder( nFirstPlaceholder, nSubTypeIndex, rShapes… in findPlaceholder()
160 oox::drawingml::ShapePtr pPlaceholder; in createFastChildContext()
[all …]
H A Dpptshapegroupcontext.cxx54 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()
97 …ntext( *this, mpSlidePersistPtr, meShapeLocation, mpGroupShapePtr, oox::drawingml::ShapePtr( new P… 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()
106 …xRet.set( new oox::drawingml::GraphicalObjectFrameContext( *this, mpGroupShapePtr, oox::drawingml:… in createFastChildContext()
H A Dslidepersist.cxx50 oox::drawingml::ShapePtr pShapesPtr, const drawingml::TextListStylePtr & pDefaultTextStyle ) 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()
137 std::vector< oox::drawingml::ShapePtr >& rChildren( (*aShapesIter++)->getChildren() ); in createXShapes()
138 std::vector< oox::drawingml::ShapePtr >::iterator aChildIter( rChildren.begin() ); in createXShapes()
172 ::oox::drawingml::ShapePropertyMap aPropMap( rFilterBase.getModelObjectHelper() ); in createBackground()
[all …]
H A Dpptimport.cxx59 mxChartConv( new ::oox::drawingml::chart::ChartConverter ) in PowerPointImport()
93 oox::drawingml::ClrMapPtr pClrMapPtr( mpActualSlidePersist->getClrMap() ); in getSchemeColor()
107 oox::drawingml::ClrSchemePtr pClrSchemePtr( mpActualSlidePersist->getClrScheme() ); in getSchemeColor()
112 ::oox::drawingml::ThemePtr pTheme = mpActualSlidePersist->getTheme(); in getSchemeColor()
126 const ::oox::drawingml::Theme* PowerPointImport::getCurrentTheme() const in getCurrentTheme()
136 const oox::drawingml::table::TableStyleListPtr PowerPointImport::getTableStyles() in getTableStyles()
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()
H A Dslidefragmenthandler.cxx48 using namespace ::oox::drawingml;
106 …oox::drawingml::ShapePtr( new PPTShape( meShapeLocation, "com.sun.star.drawing.GroupShape" ) ) ) ); in createFastChildContext()
144 oox::drawingml::ThemePtr pTheme = mpSlidePersistPtr->getTheme(); in createFastChildContext()
158 oox::drawingml::ClrMapPtr pClrMapPtr( new oox::drawingml::ClrMap() ); in createFastChildContext()
159 xRet.set( new oox::drawingml::clrMapContext( *this, xAttribs, *pClrMapPtr ) ); in createFastChildContext()
/AOO41X/main/oox/source/vml/
H A Dvmlformatting.cxx42 using ::oox::drawingml::Color;
43 using ::oox::drawingml::FillProperties;
44 using ::oox::drawingml::LineArrowProperties;
45 using ::oox::drawingml::LineProperties;
46 using ::oox::drawingml::ShapePropertyMap;
153 fValue = static_cast< double >( ::oox::drawingml::convertHmmToEmu( in decodeMeasureToEmu()
173 …return ::oox::drawingml::convertEmuToHmm( decodeMeasureToEmu( rGraphicHelper, rValue, nRefValue, b… in decodeMeasureToHmm()
183 const sal_Int32 DML_FULL_OPAQUE = ::oox::drawingml::MAX_PERCENT; in decodeColor()
256 …addTransformation( nModToken, static_cast< sal_Int32 >( nValue * ::oox::drawingml::MAX_PERCENT / 2… in decodeColor()
520 … aFillProps.maGradientProps.moShadeAngle = nDmlAngle * ::oox::drawingml::PER_DEGREE; in pushToPropMap()
[all …]
/AOO41X/main/oox/inc/oox/xls/
H A Ddrawingbase.hxx36 struct AnchorPointModel : public ::oox::drawingml::EmuPoint
38 inline explicit AnchorPointModel() : ::oox::drawingml::EmuPoint( -1, -1 ) {} in AnchorPointModel()
45 struct AnchorSizeModel : public ::oox::drawingml::EmuSize
47 inline explicit AnchorSizeModel() : ::oox::drawingml::EmuSize( -1, -1 ) {} in AnchorSizeModel()
101 ::oox::drawingml::EmuRectangle calcAnchorRectEmu(
109 ::oox::drawingml::EmuPoint calcCellAnchorEmu( const CellAnchorModel& rModel ) const;
H A Ddrawingfragment.hxx66 class Shape : public ::oox::drawingml::Shape, public WorksheetHelper
86 class GroupShapeContext : public ::oox::drawingml::ShapeGroupContext, public WorksheetHelper
92 const ::oox::drawingml::ShapePtr& rxParentShape,
93 const ::oox::drawingml::ShapePtr& rxShape );
101 const ::oox::drawingml::ShapePtr& rxParentShape,
102 ::oox::drawingml::ShapePtr* pxShape = 0 );
132 ::oox::drawingml::ShapePtr mxShape; /// Current top-level shape.
/AOO41X/main/oox/prj/
H A Dd.lst3 mkdir: %_DEST%\inc%_EXT%\oox\drawingml
4 mkdir: %_DEST%\inc%_EXT%\oox\drawingml\chart
5 mkdir: %_DEST%\inc%_EXT%\oox\drawingml\table
38 ..\inc\oox\drawingml\chart\chartconverter.hxx %_DEST%\inc%_EXT%\oox\drawingml\chart\chartconverter.…
39 ..\inc\oox\drawingml\table\tablestylelist.hxx %_DEST%\inc%_EXT%\oox\drawingml\table\tablestylelist.…
/AOO41X/main/sw/source/filter/ww8/
H A Ddocxexportfilter.hxx42 virtual const ::oox::drawingml::Theme* getCurrentTheme() const { return NULL; } in getCurrentTheme()
45 …virtual ::oox::drawingml::chart::ChartConverter& getChartConverter() { static ::oox::drawingml::ch… in getChartConverter()
46 …virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles() { return ::oox::drawingm… in getTableStyles()
/AOO41X/main/oox/source/shape/
H A DShapeFilterBase.cxx35 mxChartConv( new ::oox::drawingml::chart::ChartConverter ) in ShapeFilterBase()
43 const ::oox::drawingml::Theme* ShapeFilterBase::getCurrentTheme() const in getCurrentTheme()
53 const ::oox::drawingml::table::TableStyleListPtr ShapeFilterBase::getTableStyles() in getTableStyles()
55 return ::oox::drawingml::table::TableStyleListPtr(); in getTableStyles()
58 ::oox::drawingml::chart::ChartConverter& ShapeFilterBase::getChartConverter() in getChartConverter()
H A DShapeFilterBase.hxx50 virtual const ::oox::drawingml::Theme* getCurrentTheme() const;
56 virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles();
58 virtual ::oox::drawingml::chart::ChartConverter& getChartConverter();
67 ::boost::shared_ptr< ::oox::drawingml::chart::ChartConverter > mxChartConv;
/AOO41X/main/oox/inc/oox/vml/
H A Dvmlformatting.hxx31 namespace drawingml { class Color; } namespace
32 namespace drawingml { class ShapePropertyMap; } namespace
133 static ::oox::drawingml::Color decodeColor(
177 ::oox::drawingml::ShapePropertyMap& rPropMap,
203 ::oox::drawingml::ShapePropertyMap& rPropMap,
/AOO41X/main/oox/inc/oox/core/
H A Dxmlfilterbase.hxx46 namespace drawingml { class Theme; } namespace
47 namespace drawingml { namespace chart { class ChartConverter; } } namespace
85 virtual const ::oox::drawingml::Theme*
93 virtual ::oox::drawingml::chart::ChartConverter& getChartConverter() = 0;
96 virtual const ::oox::drawingml::table::TableStyleListPtr getTableStyles() = 0;

1234567891011