Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx312 sal_Bool bLabelsInFirstRow = sal_True; in setPropertyValue() local
313 if( ! (rOuterValue >>= bLabelsInFirstRow) ) in setPropertyValue()
317 bool bNewValue = bLabelsInFirstRow; in setPropertyValue()
354 sal_Bool bLabelsInFirstRow = sal_True; in getPropertyValue() local
356 bLabelsInFirstRow = bFirstCellAsLabel; in getPropertyValue()
358 bLabelsInFirstRow = bHasCategories; in getPropertyValue()
360 m_aOuterValue <<= bLabelsInFirstRow; in getPropertyValue()
408 sal_Bool bLabelsInFirstRow = sal_True; in setPropertyValue() local
409 if( ! (rOuterValue >>= bLabelsInFirstRow) ) in setPropertyValue()
413 bool bNewValue = bLabelsInFirstRow; in setPropertyValue()