Home
last modified time | relevance | path

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

1234567891011

/aoo42x/main/oox/
H A DLibrary_oox.mk83 oox/source/drawingml/clrscheme \
85 oox/source/drawingml/color \
95 oox/source/drawingml/guidcontext \
100 oox/source/drawingml/shape \
101 oox/source/drawingml/shapecontext \
106 oox/source/drawingml/spdefcontext \
107 oox/source/drawingml/textbody \
113 oox/source/drawingml/textfield \
115 oox/source/drawingml/textfont \
121 oox/source/drawingml/textrun \
[all …]
/aoo42x/main/oox/inc/oox/ppt/
H A Dslidepersist.hxx64 oox::drawingml::ShapePtr pShapesPtr, const ::oox::drawingml::TextListStylePtr & );
79 oox::drawingml::ThemePtr getTheme() const { return mpThemePtr; } in getTheme()
104 oox::drawingml::ShapePtr getShapes() { return maShapesPtr; } in getShapes()
128 oox::drawingml::ShapePtr maShapesPtr;
129 oox::drawingml::Color maBackgroundColor;
138 oox::drawingml::TextListStylePtr maDefaultTextStylePtr;
139 oox::drawingml::TextListStylePtr maTitleTextStylePtr;
140 oox::drawingml::TextListStylePtr maBodyTextStylePtr;
141 oox::drawingml::TextListStylePtr maNotesTextStylePtr;
142 oox::drawingml::TextListStylePtr maOtherTextStylePtr;
[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;
/aoo42x/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()
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()
200 ::oox::drawingml::Color fstRowTextColor; in CreateTableStyle()
[all …]
H A Dtablecell.cxx49 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()
101 oox::drawingml::LineProperties& rTopLeftToBottomRightBorder, in applyTableStylePart()
176 oox::drawingml::FillProperties aFillProperties; in pushToXCell()
177 oox::drawingml::LineProperties aLinePropertiesLeft; in pushToXCell()
178 oox::drawingml::LineProperties aLinePropertiesRight; in pushToXCell()
179 oox::drawingml::LineProperties aLinePropertiesTop; in pushToXCell()
[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()
/aoo42x/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()
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 Dtablecell.hxx40 namespace oox { namespace drawingml { namespace table { namespace
80 void setTextBody( const oox::drawingml::TextBodyPtr& pTextBody ){ mpTextBody = pTextBody; }; in setTextBody()
81 oox::drawingml::TextBodyPtr getTextBody(){ return mpTextBody; }; in getTextBody()
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 …]
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;
/aoo42x/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()
248 oox::drawingml::ShapePtr PPTShape::findPlaceholderByIndex( const sal_Int32 nIdx, std::vector< oox:: in findPlaceholderByIndex()
250 oox::drawingml::ShapePtr aShapePtr; in findPlaceholderByIndex()
259 std::vector< oox::drawingml::ShapePtr >& rChildren = (*aRevIter)->getChildren(); 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()
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 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()
138 std::vector< oox::drawingml::ShapePtr >::iterator aChildIter( rChildren.begin() ); in createXShapes()
172 ::oox::drawingml::ShapePropertyMap aPropMap( rFilterBase.getModelObjectHelper() ); in createBackground()
179 oox::drawingml::TextListStylePtr& pTextListStylePtr, int nLevel ) in setTextStyle()
[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;
119 …oox::drawingml::ShapePtr( new PPTShape( meShapeLocation, "com.sun.star.drawing.GroupShape" ) ) ) ); in createFastChildContext()
157 oox::drawingml::ThemePtr pTheme = mpSlidePersistPtr->getTheme(); in createFastChildContext()
171 oox::drawingml::ClrMapPtr pClrMapPtr( new oox::drawingml::ClrMap() ); in createFastChildContext()
172 xRet.set( new oox::drawingml::clrMapContext( *this, xAttribs, *pClrMapPtr ) ); in createFastChildContext()
/aoo42x/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()
183 const sal_Int32 DML_FULL_OPAQUE = ::oox::drawingml::MAX_PERCENT; in decodeColor()
533 static_cast< sal_Int32 >( fLeft * ::oox::drawingml::MAX_PERCENT ), in pushToPropMap()
534 static_cast< sal_Int32 >( fTop * ::oox::drawingml::MAX_PERCENT ), in pushToPropMap()
535 static_cast< sal_Int32 >( (1.0 - fRight) * ::oox::drawingml::MAX_PERCENT ), in pushToPropMap()
[all …]
/aoo42x/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.
/aoo42x/main/oox/source/token/
H A Dnamespaces.txt50 dml http://schemas.openxmlformats.org/drawingml/2006/main
51 dmlChart http://schemas.openxmlformats.org/drawingml/2006/chart
52 dmlChartDr http://schemas.openxmlformats.org/drawingml/2006/chartDrawing
53 dmlDiagram http://schemas.openxmlformats.org/drawingml/2006/diagram
54 dmlPicture http://schemas.openxmlformats.org/drawingml/2006/picture
55 dmlSpreadDr http://schemas.openxmlformats.org/drawingml/2006/spreadsheetDrawing
56 dmlWordDr http://schemas.openxmlformats.org/drawingml/2006/wordprocessingDrawing
/aoo42x/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()
/aoo42x/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;
/aoo42x/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,
/aoo42x/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;

Completed in 103 milliseconds

1234567891011