Lines Matching refs:rFilterBase

70 void applyLineAttributes( const ::oox::core::XmlFilterBase& rFilterBase,  in applyLineAttributes()  argument
78 aBorderLine.Color = aColor.getColor( rFilterBase.getGraphicHelper() ); in applyLineAttributes()
96 void applyTableStylePart( const ::oox::core::XmlFilterBase& rFilterBase, const Reference < ::com::s… in applyTableStylePart() argument
124 aTextCharProps.pushToPropSet( aPropSet, rFilterBase ); in applyTableStylePart()
163 void TableCell::pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oox::drawingml::TextL… in pushToXCell() argument
188 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
203 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
215 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
227 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
239 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
259 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
271 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
285 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
297 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
309 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
321 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
341 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
353 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
366 getTextBody()->insertAt( rFilterBase, xText, xAt, aTextCharProps, pMasterTextListStyle ); in pushToXCell()
374 applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesLeft, PROP_LeftBorder ); in pushToXCell()
375 applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesRight, PROP_RightBorder ); in pushToXCell()
376 applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesTop, PROP_TopBorder ); in pushToXCell()
377 applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesBottom, PROP_BottomBorder ); in pushToXCell()
378 …applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesTopLeftToBottomRight, PROP_DiagonalTLBR… in pushToXCell()
379 …applyLineAttributes( rFilterBase, xPropSet, aLinePropertiesBottomLeftToTopRight, PROP_DiagonalBLTR… in pushToXCell()
382 ShapePropertyMap aPropMap( rFilterBase.getModelObjectHelper() ); in pushToXCell()
384 aFillProperties.pushToPropMap( aPropMap, rFilterBase.getGraphicHelper() ); in pushToXCell()