Home
last modified time | relevance | path

Searched refs:mxLabelProps (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx1080 sal_uInt16 nShowFlags = mxLabelProps.is() ? mxLabelProps->mnFlags : maData.mnFlags; in ConvertDataLabel()
1081 …sal_uInt16 SHOWANYCATEG = mxLabelProps.is() ? EXC_CHFRLABELPROPS_SHOWCATEG : (EXC_CHTEXT_SHOWCAT… in ConvertDataLabel()
1082 …sal_uInt16 SHOWANYVALUE = mxLabelProps.is() ? EXC_CHFRLABELPROPS_SHOWVALUE : EXC_CHTEXT_SHOWVALU… in ConvertDataLabel()
1083 …sal_uInt16 SHOWANYPERCENT = mxLabelProps.is() ? EXC_CHFRLABELPROPS_SHOWPERCENT : (EXC_CHTEXT_SHOWP… in ConvertDataLabel()
1084 …sal_uInt16 SHOWANYBUBBLE = mxLabelProps.is() ? EXC_CHFRLABELPROPS_SHOWBUBBLE : EXC_CHTEXT_SHOWBUB… in ConvertDataLabel()
1104 String aSep = mxLabelProps.is() ? mxLabelProps->maSeparator : String( sal_Unicode( '\n' ) ); in ConvertDataLabel()
1223 mxLabelProps.reset( new XclChFrLabelProps ); in ReadChFrLabelProps()
1226 rStrm >> mxLabelProps->mnFlags >> nSepLen; in ReadChFrLabelProps()
1228 mxLabelProps->maSeparator = rStrm.ReadUniString( nSepLen ); in ReadChFrLabelProps()
H A Dxechart.cxx1300 mxLabelProps.reset( new XclExpChFrLabelProps( GetChRoot() ) ); in ConvertDataLabel()
1301 mxLabelProps->Convert( rPropSet, false, bShowCateg, bShowValue, bShowPercent, bShowBubble ); in ConvertDataLabel()
1410 lclSaveRecord( rStrm, mxLabelProps ); in WriteSubRecords()
/trunk/main/sc/source/filter/inc/
H A Dxechart.hxx561 …XclExpChFrLabelPropsRef mxLabelProps; /// Extended data label properties (CHFRLABELPROPS record). member in XclExpChText
H A Dxichart.hxx557 …XclChFrLabelPropsRef mxLabelProps; /// Extended data label properties (CHFRLABELPROPS record). member in XclImpChText

Completed in 71 milliseconds