Searched refs:bLabelsInFirstRow (Results 1 – 1 of 1) sorted by relevance
316 sal_Bool bLabelsInFirstRow = sal_True; in setPropertyValue() local317 if( ! (rOuterValue >>= bLabelsInFirstRow) ) in setPropertyValue()321 bool bNewValue = bLabelsInFirstRow; in setPropertyValue()359 sal_Bool bLabelsInFirstRow = sal_True; in getPropertyValue() local361 bLabelsInFirstRow = bFirstCellAsLabel; in getPropertyValue()363 bLabelsInFirstRow = bHasCategories; in getPropertyValue()365 m_aOuterValue <<= bLabelsInFirstRow; in getPropertyValue()418 sal_Bool bLabelsInFirstRow = sal_True; in setPropertyValue() local419 if( ! (rOuterValue >>= bLabelsInFirstRow) ) in setPropertyValue()423 bool bNewValue = bLabelsInFirstRow; in setPropertyValue()
Completed in 15 milliseconds