Home
last modified time | relevance | path

Searched refs:moFillType (Results 1 – 11 of 11) sorted by relevance

/trunk/main/oox/source/drawingml/table/
H A Dtableproperties.cxx113 pWholeTabFillProperties->moFillType.set(XML_solidFill); in SetTableStyleProperties()
125 pLeftBorder->maLineFill.moFillType.set(XML_solidFill); in SetTableStyleProperties()
136 pBand1HFillProperties->moFillType.set(XML_solidFill); in SetTableStyleProperties()
161 pFstRowFillProperties->moFillType.set(XML_solidFill); in CreateTableStyle()
172 pFstBottomBorder->maLineFill.moFillType.set(XML_solidFill); in CreateTableStyle()
196 pFstRowFillProperties->moFillType.set(XML_solidFill); in CreateTableStyle()
207 pFstBottomBorder->maLineFill.moFillType.set(XML_solidFill); in CreateTableStyle()
H A Dtablecell.cxx75 if( rLineProperties.maLineFill.moFillType.differsFrom( XML_noFill ) ) in applyLineAttributes()
/trunk/main/oox/source/drawingml/
H A Dfillpropertiesgroupcontext.cxx277 case A_TOKEN( noFill ): { rFillProps.moFillType = getBaseToken( nElement ); return 0; }; in createFillContext()
278 …case A_TOKEN( solidFill ): { rFillProps.moFillType = getBaseToken( nElement ); return new SolidFi… in createFillContext()
279 …case A_TOKEN( gradFill ): { rFillProps.moFillType = getBaseToken( nElement ); return new Gradien… in createFillContext()
280 …case A_TOKEN( pattFill ): { rFillProps.moFillType = getBaseToken( nElement ); return new Pattern… in createFillContext()
281 …case A_TOKEN( blipFill ): { rFillProps.moFillType = getBaseToken( nElement ); return new BlipFil… in createFillContext()
282 …case A_TOKEN( grpFill ): { rFillProps.moFillType = getBaseToken( nElement ); return 0; }; //… in createFillContext()
H A Dfillproperties.cxx160 moFillType.assignIfUsed( rSourceProps.moFillType ); in assignUsed()
170 if( moFillType.has() ) switch( moFillType.get() ) in getBestSolidColor()
189 if( moFillType.has() ) in pushToPropMap()
192 switch( moFillType.get() ) in pushToPropMap()
H A Dlineproperties.cxx368 if( maLineFill.moFillType.has() ) in pushToPropMap()
371 …LineStyle eLineStyle = (maLineFill.moFillType.get() == XML_noFill) ? LineStyle_NONE : LineStyle_SO… in pushToPropMap()
H A Dshape.cxx414 aLineProperties.maLineFill.moFillType = XML_noFill; in createAndInsert()
417 aFillProperties.moFillType = XML_noFill; in createAndInsert()
/trunk/main/oox/source/vml/
H A Dvmlformatting.cxx424 aLineProps.maLineFill.moFillType = XML_solidFill; in pushToPropMap()
436 aLineProps.maLineFill.moFillType = XML_noFill; in pushToPropMap()
474 aFillProps.moFillType = XML_gradFill; in pushToPropMap()
555 aFillProps.moFillType = XML_blipFill; in pushToPropMap()
566 aFillProps.moFillType = XML_solidFill; in pushToPropMap()
574 aFillProps.moFillType = XML_noFill; in pushToPropMap()
/trunk/main/oox/source/xls/
H A Ddrawingmanager.cxx609 aLineProps.maLineFill.moFillType = XML_noFill; in convertLineProperties()
613 aLineProps.maLineFill.moFillType = XML_solidFill; in convertLineProperties()
723 aFillProps.moFillType = XML_noFill; in convertFillProperties()
735 aFillProps.moFillType = XML_solidFill; in convertFillProperties()
740 aFillProps.moFillType = XML_pattFill; in convertFillProperties()
/trunk/main/oox/source/drawingml/chart/
H A Dobjectformatter.cxx876 mxAutoLine->maLineFill.moFillType = XML_noFill; in LineFormatter()
904 mxAutoFill->moFillType = XML_noFill; in FillFormatter()
1182 return !rxShapeProp || !rxShapeProp->getLineProperties().maLineFill.moFillType.has(); in isAutomaticLine()
1187 return !rxShapeProp || !rxShapeProp->getFillProperties().moFillType.has(); in isAutomaticFill()
H A Daxisconverter.cxx151 … mrModel.mxShapeProp.getOrCreate().getLineProperties().maLineFill.moFillType = XML_noFill; in convertFromModel()
/trunk/main/oox/inc/oox/drawingml/
H A Dfillproperties.hxx108 OptValue< sal_Int32 > moFillType; /// Fill type (OOXML token). member

Completed in 66 milliseconds