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()1150 cssc::Symbol aApiSymbol; in WriteMarkerProperties() local1151 aApiSymbol.Style = cssc::SymbolStyle_STANDARD; in WriteMarkerProperties()1169 aApiSymbol.Size = cssa::Size( nApiSize, nApiSize ); in WriteMarkerProperties()1172 aApiSymbol.FillColor = ScfApiHelper::ConvertToApiColor( rMarkerFmt.maFillColor ); in WriteMarkerProperties()1174 aApiSymbol.FillColor : ScfApiHelper::ConvertToApiColor( rMarkerFmt.maLineColor ); in WriteMarkerProperties()[all …]
Completed in 32 milliseconds