Searched refs:bHasLabels (Results 1 – 3 of 3) sorted by relevance
266 bool bHasLabels = xSeqLabels.is(); in operator ()() local270 ( (m_bHasLabels == bHasLabels) && in operator ()()271 … (!bHasLabels || m_aLabelRangeRep.equals( xSeqLabels->getSourceRangeRepresentation())) ) in operator ()()
74 Sequence< OUString > lcl_getCategoriesFromTable( const SchXMLTable & rTable, bool bHasLabels ) in lcl_getCategoriesFromTable() argument79 sal_Int32 nOffset(bHasLabels ? 1 : 0); in lcl_getCategoriesFromTable()
3254 bool bHasLabels = HasLabels() && in CreateAxis() local3256 aAxisProp.SetBoolProperty( EXC_CHPROP_DISPLAYLABELS, bHasLabels ); in CreateAxis()3257 if( bHasLabels ) in CreateAxis()
Completed in 44 milliseconds