Lines Matching refs:drawingml
49 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()
101 oox::drawingml::LineProperties& rTopLeftToBottomRightBorder, in applyTableStylePart()
102 oox::drawingml::LineProperties& rBottomLeftToTopRightBorder, in applyTableStylePart()
105 …boost::shared_ptr< ::oox::drawingml::FillProperties >& rPartFillPropertiesPtr( rTableStylePart.get… 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()
179 oox::drawingml::LineProperties aLinePropertiesTop; in pushToXCell()
180 oox::drawingml::LineProperties aLinePropertiesBottom; in pushToXCell()
181 oox::drawingml::LineProperties aLinePropertiesTopLeftToBottomRight; in pushToXCell()
182 oox::drawingml::LineProperties aLinePropertiesBottomLeftToTopRight; in pushToXCell()
184 …boost::shared_ptr< ::oox::drawingml::FillProperties >& rBackgroundFillPropertiesPtr( rTable.getBac… in pushToXCell()