Searched refs:aApiSymbol (Results 1 – 1 of 1) sorted by relevance
921 cssc::Symbol aApiSymbol; in ReadMarkerProperties() local922 if( rPropSet.GetProperty( aApiSymbol, EXC_CHPROP_SYMBOL ) ) in ReadMarkerProperties()928 switch( aApiSymbol.Style ) in ReadMarkerProperties()934 switch( aApiSymbol.StandardSymbol ) in ReadMarkerProperties()961 sal_Int32 nApiSize = (aApiSymbol.Size.Width + aApiSymbol.Size.Height + 1) / 2; in ReadMarkerProperties()965 rMarkerFmt.maLineColor = ScfApiHelper::ConvertFromApiColor( aApiSymbol.BorderColor ); in ReadMarkerProperties()966 rMarkerFmt.maFillColor = ScfApiHelper::ConvertFromApiColor( aApiSymbol.FillColor ); in ReadMarkerProperties()1150 cssc::Symbol aApiSymbol; in WriteMarkerProperties() local1151 aApiSymbol.Style = cssc::SymbolStyle_STANDARD; in WriteMarkerProperties()1154 case EXC_CHMARKERFORMAT_NOSYMBOL: aApiSymbol.Style = cssc::SymbolStyle_NONE; break; in WriteMarkerProperties()[all …]