Home
last modified time | relevance | path

Searched refs:rFilterBase (Results 1 – 21 of 21) sorted by relevance

/trunk/main/oox/source/drawingml/table/
H A Dtablecell.cxx124 aTextCharProps.pushToPropSet( aPropSet, rFilterBase ); in applyTableStylePart()
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()
285 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
297 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
309 applyTableStylePart( rFilterBase, rxCell, aFillProperties, in pushToXCell()
[all …]
H A Dtableproperties.cxx234 const TableStyle& TableProperties::getUsedTableStyle( const ::oox::core::XmlFilterBase& rFilterBase in getUsedTableStyle() argument
236 ::oox::core::XmlFilterBase& rBase( const_cast< ::oox::core::XmlFilterBase& >( rFilterBase ) ); in getUsedTableStyle()
267 void TableProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase, in pushToPropSet() argument
270 TableStyleListPtr( const_cast< ::oox::core::XmlFilterBase& >( rFilterBase ).getTableStyles() ); in pushToPropSet()
279 const TableStyle& rTableStyle( getUsedTableStyle( rFilterBase, mbOwnTblStyle ) ); in pushToPropSet()
296 …rTableCell.pushToXCell( rFilterBase, pMasterTextListStyle, xCellRange->getCellByPosition( nColumn,… in pushToPropSet()
/trunk/main/oox/source/ppt/
H A Dslidepersist.cxx127 void SlidePersist::createXShapes( XmlFilterBase& rFilterBase ) in createXShapes() argument
129 applyTextStyles( rFilterBase ); in createXShapes()
143 pPPTShape->addShape( rFilterBase, *this, getTheme().get(), xShapes, 0, &getShapeMap() ); in createXShapes()
145 (*aChildIter)->addShape( rFilterBase, getTheme().get(), xShapes, 0, &getShapeMap() ); in createXShapes()
160 pNode->setNode( rFilterBase, xNode, pSlidePtr ); in createXShapes()
165 void SlidePersist::createBackground( const XmlFilterBase& rFilterBase ) in createBackground() argument
170 maBackgroundColor.getColor( rFilterBase.getGraphicHelper() ) : API_RGB_TRANSPARENT; in createBackground()
172 ::oox::drawingml::ShapePropertyMap aPropMap( rFilterBase.getModelObjectHelper() ); in createBackground()
195 void SlidePersist::applyTextStyles( const XmlFilterBase& rFilterBase ) in applyTextStyles() argument
267 setTextStyle( xPropSet, rFilterBase, maDefaultTextStylePtr, 0 ); in applyTextStyles()
[all …]
H A Dpptshape.cxx61 oox::core::XmlFilterBase& rFilterBase, in addShape() argument
77 … Reference< lang::XMultiServiceFactory > xServiceFact( rFilterBase.getModel(), UNO_QUERY_THROW ); in addShape()
187 …Reference< XShape > xShape( createAndInsert( rFilterBase, sServiceName, pTheme, rxShapes, pShapeRe… in addShape()
214 …addChildren( rFilterBase, *this, pTheme, xShapes, pShapeRect ? *pShapeRect : awt::Rectangle( maPos… in addShape()
/trunk/main/oox/source/drawingml/
H A Dshape.cxx157 ::oox::core::XmlFilterBase& rFilterBase, in addShape() argument
207 XmlFilterBase& rFilterBase, in addChildren() argument
260 (*aIter++)->addShape( rFilterBase, pTheme, rxShapes, pShapeRect, pShapeMap ); in addChildren()
265 ::oox::core::XmlFilterBase& rFilterBase, in createAndInsert() argument
276 OUString aServiceName = finalizeServiceName( rFilterBase, rServiceName, aShapeRectHmm ); in createAndInsert()
375 Reference< lang::XMultiServiceFactory > xServiceFact( rFilterBase.getModel(), UNO_QUERY_THROW ); in createAndInsert()
411 const GraphicHelper& rGraphicHelper = rFilterBase.getGraphicHelper(); in createAndInsert()
445 ShapePropertyMap aShapeProps( rFilterBase.getModelObjectHelper() ); in createAndInsert()
456 mpTablePropertiesPtr->pushToPropSet( rFilterBase, xSet, mpMasterTextListStyle ); in createAndInsert()
491 mpCustomShapePropertiesPtr->pushToPropSet( rFilterBase, xSet, mxShape ); in createAndInsert()
[all …]
H A Dtextrun.cxx54 const ::oox::core::XmlFilterBase& rFilterBase, in insertAt()
65 aTextCharacterProps.pushToPropSet( aPropSet, rFilterBase ); in insertAt()
80 …ops.maSymbolFont.getFontData( aSymbolFontName, nSymbolFontPitch, nSymbolFontFamily, rFilterBase ) ) in insertAt()
84 …terProps.maLatinFont.getFontData( aLatinFontName, nLatinFontPitch, nLatinFontFamily, rFilterBase ); in insertAt()
122 aTextCharacterProps.pushToPropSet( aPropSet, rFilterBase ); in insertAt()
130 Reference< XMultiServiceFactory > xFactory( rFilterBase.getModel(), UNO_QUERY ); in insertAt()
148 rFilterBase.getTextFieldStack().push_back( aTextField ); in insertAt()
H A Dtextparagraph.cxx60 const ::oox::core::XmlFilterBase& rFilterBase, in insertAt()
94 aTextCharacterProps.pushToPropSet( aPropSet, rFilterBase ); in insertAt()
100 (*aIt)->insertAt( rFilterBase, xText, xAt, aTextCharacterStyle ); in insertAt()
111 …pTextParagraphStyle->pushToPropSet( rFilterBase, xProps, aioBulletList, NULL, sal_False, fCharacte… in insertAt()
123 …maProperties.pushToPropSet( rFilterBase, xProps, aioBulletList, &pTextParagraphStyle->getBulletLis… in insertAt()
H A Dtextfield.cxx138 const ::oox::core::XmlFilterBase& rFilterBase, in insertAt()
150 … maTextParagraphProperties.pushToPropSet( rFilterBase, xProps, aioBulletList, NULL, sal_True, 18 ); in insertAt()
155 aTextCharacterProps.pushToPropSet( aPropSet, rFilterBase ); in insertAt()
158 lclCreateTextFields( fields, rFilterBase.getModel(), msType ); in insertAt()
H A Dtextparagraphproperties.cxx275 void BulletList::pushToPropMap( const ::oox::core::XmlFilterBase& rFilterBase, PropertyMap& rPropMa… in pushToPropMap() argument
291 …if( maBulletFont.getFontData( aBulletFontName, nBulletFontPitch, nBulletFontFamily, rFilterBase ) ) in pushToPropMap()
318 … rPropMap[ PROP_BulletColor ] <<= maBulletColorPtr->getColor( rFilterBase.getGraphicHelper() ); in pushToPropMap()
345 void TextParagraphProperties::pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase, in pushToPropSet() argument
359 maBulletList.pushToPropMap( rFilterBase, rioBulletMap ); in pushToPropSet()
H A Dtextbody.cxx53 const ::oox::core::XmlFilterBase& rFilterBase, in insertAt()
64 …(*aIt)->insertAt( rFilterBase, xText, xAt, rTextStyleProperties, aCombinedTextStyle, aIt == aBeg ); in insertAt()
/trunk/main/oox/inc/oox/ppt/
H A Dslidepersist.hxx110 void createXShapes( oox::core::XmlFilterBase& rFilterBase );
111 void createBackground( const oox::core::XmlFilterBase& rFilterBase );
112 void applyTextStyles( const oox::core::XmlFilterBase& rFilterBase );
H A Dpptshape.hxx47 oox::core::XmlFilterBase& rFilterBase,
/trunk/main/oox/inc/oox/drawingml/
H A Dshape.hxx133 ::oox::core::XmlFilterBase& rFilterBase,
150 ::oox::core::XmlFilterBase& rFilterBase,
158 ::oox::core::XmlFilterBase& rFilterBase,
H A Dtextparagraphproperties.hxx51 … void pushToPropMap( const ::oox::core::XmlFilterBase& rFilterBase, PropertyMap& rPropMap ) const;
103 … void pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase,
H A Dtextrun.hxx49 const ::oox::core::XmlFilterBase& rFilterBase,
H A Dtextfield.hxx49 const ::oox::core::XmlFilterBase& rFilterBase,
H A Dtextbody.hxx59 const ::oox::core::XmlFilterBase& rFilterBase,
H A Dtextparagraph.hxx58 const ::oox::core::XmlFilterBase& rFilterBase,
H A Dcustomshapeproperties.hxx117 void pushToPropSet( const ::oox::core::FilterBase& rFilterBase,
/trunk/main/oox/inc/oox/drawingml/table/
H A Dtableproperties.hxx60 void pushToPropSet( const ::oox::core::XmlFilterBase& rFilterBase,
65 …const TableStyle& getUsedTableStyle( const ::oox::core::XmlFilterBase& rFilterBase, sal_Bool …
H A Dtablecell.hxx83 …void pushToXCell( const ::oox::core::XmlFilterBase& rFilterBase, ::oox::drawingml::TextListStylePt…

Completed in 63 milliseconds