Lines Matching refs:sal_Int32

64     sal_Int32           mnColorToken;       /// Theme color token.
65 sal_Int32 mnModToken; /// Color modification token.
66 sal_Int32 mnModValue; /// Color modification value.
130 sal_Int32 mnFirstStyleIdx; /// First chart style index.
131 sal_Int32 mnLastStyleIdx; /// Last chart style index.
132 sal_Int32 mnThemedIdx; /// Themed style index.
133 sal_Int32 mnColorToken; /// Theme color token.
134 sal_Int32 mnModToken; /// Color modification token.
135 sal_Int32 mnModValue; /// Color modification value.
136 sal_Int32 mnRelLineWidth; /// Relative line width (percent).
428 const AutoFormatEntry* lclGetAutoFormatEntry( const AutoFormatEntry* pEntries, sal_Int32 nStyle ) in lclGetAutoFormatEntry()
440 sal_Int32 mnFirstStyleIdx; /// First chart style index.
441 sal_Int32 mnLastStyleIdx; /// Last chart style index.
442 sal_Int32 mnThemedFont; /// Themed font (minor/major).
443 sal_Int32 mnColorToken; /// Theme color token.
444 sal_Int32 mnDefFontSize; /// Default font size (1/100 points).
445 sal_Int32 mnRelFontSize; /// Font size relative to chart global font (percent).
479 const AutoTextEntry* lclGetAutoTextEntry( const AutoTextEntry* pEntries, sal_Int32 nStyle ) in lclGetAutoTextEntry()
490 static const sal_Int32 spnCommonPropIds[] =
500 static const sal_Int32 spnLinearPropIds[] =
510 static const sal_Int32 spnFilledPropIds[] =
608 sal_Int32 getPhColor( sal_Int32 nSeriesIdx ) const;
612sal_Int32 getSchemeColor( sal_Int32 nColorToken, sal_Int32 nModToken, sal_Int32 nModValu…
615 typedef ::std::vector< sal_Int32 > ColorPatternVec;
618 sal_Int32 mnPhClr; /// RGB placeholder color for themed style.
635 sal_Int32 nSeriesIdx );
655 sal_Int32 nSeriesIdx );
674 sal_Int32 nSeriesIdx );
716 sal_Int32 nSeriesIdx );
737 sal_Int32 nSeriesIdx );
742 sal_Int32 nSeriesIdx );
766sal_Int32 mnMaxSeriesIdx; /// Maximum series index used for color cycling/fading.
808 sal_Int32 DetailFormatterBase::getPhColor( sal_Int32 nSeriesIdx ) const in getPhColor()
844sal_Int32 nPhClr = maColorPattern[ static_cast< size_t >( nSeriesIdx % maColorPattern.size() ) ]; in getPhColor()
859 sal_Int32 DetailFormatterBase::getSchemeColor( sal_Int32 nColorToken, sal_Int32 nModToken, sal_Int3… in getSchemeColor()
886 …ormatting( ShapePropertyMap& rPropMap, const ModelRef< Shape >& rxShapeProp, sal_Int32 nSeriesIdx ) in convertFormatting()
911 …onst ModelRef< Shape >& rxShapeProp, const PictureOptionsModel* pPicOptions, sal_Int32 nSeriesIdx ) in convertFormatting()
930 …hapePropertyMap& /*rPropMap*/, const ModelRef< Shape >& /*rxShapeProp*/, sal_Int32 /*nSeriesIdx*/ ) in convertFormatting() argument
955 sal_Int32 nTextColor = getPhColor( -1 ); in TextFormatter()
997 …onst ModelRef< Shape >& rxShapeProp, const PictureOptionsModel* pPicOptions, sal_Int32 nSeriesIdx ) in convertFrameFormatting()
1023 void ObjectTypeFormatter::convertAutomaticLine( PropertySet& rPropSet, sal_Int32 nSeriesIdx ) in convertAutomaticLine()
1032 void ObjectTypeFormatter::convertAutomaticFill( PropertySet& rPropSet, sal_Int32 nSeriesIdx ) in convertAutomaticFill()
1082 void ObjectFormatter::setMaxSeriesIndex( sal_Int32 nMaxSeriesIdx ) in setMaxSeriesIndex()
1087 sal_Int32 ObjectFormatter::getMaxSeriesIndex() const in getMaxSeriesIndex()
1092 …rtySet& rPropSet, const ModelRef< Shape >& rxShapeProp, ObjectType eObjType, sal_Int32 nSeriesIdx ) in convertFrameFormatting()
1098 …>& rxShapeProp, const PictureOptionsModel& rPicOptions, ObjectType eObjType, sal_Int32 nSeriesIdx ) in convertFrameFormatting()
1129 sal_Int32 nVert = rxTextProp->getTextProperties().moVert.get( XML_horz ); in convertTextRotation()
1146 sal_Int32 nPropId = bPercentFormat ? PROP_PercentageNumberFormat : PROP_NumberFormat; in convertNumberFormat()
1153 sal_Int32 nIndex = rNumberFormat.maFormatCode.equalsIgnoreAsciiCaseAscii( "general" ) ? in convertNumberFormat()
1168 void ObjectFormatter::convertAutomaticLine( PropertySet& rPropSet, ObjectType eObjType, sal_Int32 n… in convertAutomaticLine()
1174 void ObjectFormatter::convertAutomaticFill( PropertySet& rPropSet, ObjectType eObjType, sal_Int32 n… in convertAutomaticFill()