Home
last modified time | relevance | path

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

/trunk/main/chart2/source/controller/chartapiwrapper/
H A DChartDocumentWrapper.cxx316 sal_Bool bLabelsInFirstRow = sal_True; in setPropertyValue() local
317 if( ! (rOuterValue >>= bLabelsInFirstRow) ) in setPropertyValue()
321 bool bNewValue = bLabelsInFirstRow; in setPropertyValue()
359 sal_Bool bLabelsInFirstRow = sal_True; in getPropertyValue() local
361 bLabelsInFirstRow = bFirstCellAsLabel; in getPropertyValue()
363 bLabelsInFirstRow = bHasCategories; in getPropertyValue()
365 m_aOuterValue <<= bLabelsInFirstRow; in getPropertyValue()
418 sal_Bool bLabelsInFirstRow = sal_True; in setPropertyValue() local
419 if( ! (rOuterValue >>= bLabelsInFirstRow) ) in setPropertyValue()
423 bool bNewValue = bLabelsInFirstRow; in setPropertyValue()

Completed in 24 milliseconds