Home
last modified time | relevance | path

Searched refs:bHasLabels (Results 1 – 3 of 3) sorted by relevance

/trunk/main/chart2/source/model/template/
H A DDataInterpreter.cxx266 bool bHasLabels = xSeqLabels.is(); in operator ()() local
270 ( (m_bHasLabels == bHasLabels) && in operator ()()
271 … (!bHasLabels || m_aLabelRangeRep.equals( xSeqLabels->getSourceRangeRepresentation())) ) in operator ()()
/trunk/main/xmloff/source/chart/
H A DSchXMLTableContext.cxx74 Sequence< OUString > lcl_getCategoriesFromTable( const SchXMLTable & rTable, bool bHasLabels ) in lcl_getCategoriesFromTable() argument
79 sal_Int32 nOffset(bHasLabels ? 1 : 0); in lcl_getCategoriesFromTable()
/trunk/main/sc/source/filter/excel/
H A Dxichart.cxx3254 bool bHasLabels = HasLabels() && in CreateAxis() local
3256 aAxisProp.SetBoolProperty( EXC_CHPROP_DISPLAYLABELS, bHasLabels ); in CreateAxis()
3257 if( bHasLabels ) in CreateAxis()

Completed in 51 milliseconds