/aoo41x/main/oox/source/drawingml/table/ |
H A D | tablecell.cxx | 93 rLineProperties.assignUsed( *aIter->second ); in applyBorder() 107 rFillProperties.assignUsed( *rPartFillPropertiesPtr ); in applyTableStylePart() 186 aFillProperties.assignUsed( *rBackgroundFillPropertiesPtr ); in pushToXCell() 368 aLinePropertiesLeft.assignUsed( maLinePropertiesLeft ); in pushToXCell() 369 aLinePropertiesRight.assignUsed( maLinePropertiesRight ); in pushToXCell() 370 aLinePropertiesTop.assignUsed( maLinePropertiesTop ); in pushToXCell() 371 aLinePropertiesBottom.assignUsed( maLinePropertiesBottom ); in pushToXCell() 372 aLinePropertiesTopLeftToBottomRight.assignUsed( maLinePropertiesTopLeftToBottomRight ); in pushToXCell() 373 aLinePropertiesBottomLeftToTopRight.assignUsed( maLinePropertiesBottomLeftToTopRight ); in pushToXCell() 381 aFillProperties.assignUsed( maFillProperties ); in pushToXCell()
|
/aoo41x/main/oox/source/drawingml/ |
H A D | fillproperties.cxx | 112 void GradientFillProperties::assignUsed( const GradientFillProperties& rSourceProps ) in assignUsed() function in oox::drawingml::GradientFillProperties 127 void PatternFillProperties::assignUsed( const PatternFillProperties& rSourceProps ) in assignUsed() function in oox::drawingml::PatternFillProperties 136 void BlipFillProperties::assignUsed( const BlipFillProperties& rSourceProps ) in assignUsed() function in oox::drawingml::BlipFillProperties 158 void FillProperties::assignUsed( const FillProperties& rSourceProps ) in assignUsed() function in oox::drawingml::FillProperties 162 maGradientProps.assignUsed( rSourceProps.maGradientProps ); in assignUsed() 163 maPatternProps.assignUsed( rSourceProps.maPatternProps ); in assignUsed() 164 maBlipProps.assignUsed( rSourceProps.maBlipProps ); in assignUsed() 339 void GraphicProperties::assignUsed( const GraphicProperties& rSourceProps ) in assignUsed() function in oox::drawingml::GraphicProperties 341 maBlipProps.assignUsed( rSourceProps.maBlipProps ); in assignUsed()
|
H A D | shape.cxx | 425 aLineProperties.assignUsed( *pLineProps ); in createAndInsert() 431 aFillProperties.assignUsed( *pFillProps ); in createAndInsert() 442 aLineProperties.assignUsed( getLineProperties() ); in createAndInsert() 443 aFillProperties.assignUsed( getFillProperties() ); in createAndInsert() 449 aShapeProps.assignUsed( mpTextBody->getTextProperties().maPropertyMap ); in createAndInsert() 452 aShapeProps.assignUsed( getShapeProperties() ); in createAndInsert() 505 aCharStyleProperties.assignUsed( *pCharProps ); in createAndInsert()
|
H A D | lineproperties.cxx | 341 void LineArrowProperties::assignUsed( const LineArrowProperties& rSourceProps ) in assignUsed() function in oox::drawingml::LineArrowProperties 350 void LineProperties::assignUsed( const LineProperties& rSourceProps ) in assignUsed() function in oox::drawingml::LineProperties 352 maStartArrow.assignUsed( rSourceProps.maStartArrow ); in assignUsed() 353 maEndArrow.assignUsed( rSourceProps.maEndArrow ); in assignUsed() 354 maLineFill.assignUsed( rSourceProps.maLineFill ); in assignUsed()
|
H A D | textparagraph.cxx | 80 aTextCharacterStyle.assignUsed( pTextParagraphStyle->getTextCharacterProperties() ); in insertAt() 81 aTextCharacterStyle.assignUsed( maProperties.getTextCharacterProperties() ); in insertAt() 93 aTextCharacterProps.assignUsed( maEndProperties ); in insertAt()
|
H A D | textfield.cxx | 153 aTextCharacterProps.assignUsed( maTextParagraphProperties.getTextCharacterProperties() ); in insertAt() 154 aTextCharacterProps.assignUsed( getTextCharacterProperties() ); in insertAt()
|
H A D | textrun.cxx | 64 aTextCharacterProps.assignUsed( maTextCharacterProperties ); in insertAt()
|
H A D | textcharacterproperties.cxx | 45 void TextCharacterProperties::assignUsed( const TextCharacterProperties& rSourceProps ) in assignUsed() function in oox::drawingml::TextCharacterProperties
|
H A D | textparagraphproperties.cxx | 334 maTextCharacterProperties.assignUsed( rSourceProps.maTextCharacterProperties ); in apply()
|
/aoo41x/main/oox/inc/oox/drawingml/ |
H A D | fillproperties.hxx | 60 void assignUsed( const GradientFillProperties& rSourceProps ); 72 void assignUsed( const PatternFillProperties& rSourceProps ); 101 void assignUsed( const BlipFillProperties& rSourceProps ); 115 void assignUsed( const FillProperties& rSourceProps ); 136 void assignUsed( const GraphicProperties& rSourceProps );
|
H A D | lineproperties.hxx | 41 void assignUsed( const LineArrowProperties& rSourceProps ); 62 void assignUsed( const LineProperties& rSourceProps );
|
H A D | textcharacterproperties.hxx | 61 void assignUsed( const TextCharacterProperties& rSourceProps );
|
/aoo41x/main/oox/inc/oox/vml/ |
H A D | vmlformatting.hxx | 154 void assignUsed( const StrokeArrowModel& rSource ); 173 void assignUsed( const StrokeModel& rSource ); 199 void assignUsed( const FillModel& rSource );
|
H A D | vmlshape.hxx | 85 void assignUsed( const ShapeTypeModel& rSource );
|
/aoo41x/main/oox/source/vml/ |
H A D | vmlformatting.cxx | 393 void StrokeArrowModel::assignUsed( const StrokeArrowModel& rSource ) in assignUsed() function in oox::vml::StrokeArrowModel 402 void StrokeModel::assignUsed( const StrokeModel& rSource ) in assignUsed() function in oox::vml::StrokeModel 405 maStartArrow.assignUsed( rSource.maStartArrow ); in assignUsed() 406 maEndArrow.assignUsed( rSource.maEndArrow ); in assignUsed() 444 void FillModel::assignUsed( const FillModel& rSource ) in assignUsed() function in oox::vml::FillModel
|
H A D | vmlshape.cxx | 99 void ShapeTypeModel::assignUsed( const ShapeTypeModel& rSource ) in assignUsed() function in oox::vml::ShapeTypeModel 106 maStrokeModel.assignUsed( rSource.maStrokeModel ); in assignUsed() 107 maFillModel.assignUsed( rSource.maFillModel ); in assignUsed() 229 maTypeModel.assignUsed( pShapeType->getTypeModel() ); in finalizeFragmentImport()
|
/aoo41x/main/oox/source/drawingml/chart/ |
H A D | objectformatter.cxx | 890 aLineProps.assignUsed( *mxAutoLine ); in convertFormatting() 892 aLineProps.assignUsed( rxShapeProp->getLineProperties() ); in convertFormatting() 915 aFillProps.assignUsed( *mxAutoFill ); in convertFormatting() 917 aFillProps.assignUsed( rxShapeProp->getFillProperties() ); in convertFormatting() 963 mxAutoText->assignUsed( *pTextProps ); in TextFormatter() 974 aTextProps.assignUsed( *mxAutoText ); in convertFormatting() 976 aTextProps.assignUsed( *pTextProps ); in convertFormatting()
|
H A D | titleconverter.cxx | 99 aRunProps.assignUsed( rTextRun.getTextCharacterProperties() ); in createStringSequence()
|
/aoo41x/main/oox/inc/oox/helper/ |
H A D | propertymap.hxx | 81 inline void assignUsed( const PropertyMap& rPropMap ) in assignUsed() function in oox::PropertyMap
|