Searched refs:m_bIncludeHiddenCells (Results 1 – 6 of 6) sorted by relevance
90 , m_bIncludeHiddenCells(true) in SeriesOptionsItemConverter()168 … xDiagramProperties->getPropertyValue( C2U("IncludeHiddenCells") ) >>= m_bIncludeHiddenCells; in SeriesOptionsItemConverter()361 if (bIncludeHiddenCells != m_bIncludeHiddenCells) in ApplySpecialItem()440 rOutItemSet.Put( SfxBoolItem(nWhichId, m_bIncludeHiddenCells) ); in FillSpecialItem()
1001 , m_bIncludeHiddenCells( sal_True) in ScChart2DataProvider()2213 if ( !(rValue >>= m_bIncludeHiddenCells)) in setPropertyValue()2228 aRet <<= m_bIncludeHiddenCells; in getPropertyValue()2422 : m_bIncludeHiddenCells( bIncludeHiddenCells) in ScChart2DataSequence()3433 sal_Bool bOldValue = m_bIncludeHiddenCells; in setPropertyValue()3434 if ( !(rValue >>= m_bIncludeHiddenCells)) in setPropertyValue()3436 if( bOldValue != m_bIncludeHiddenCells ) in setPropertyValue()3454 aRet <<= m_bIncludeHiddenCells; in getPropertyValue()3569 : m_bIncludeHiddenCells( sal_True) in ScChart2EmptyDataSequence()3766 if ( !(rValue >>= m_bIncludeHiddenCells)) in setPropertyValue()[all …]
77 m_bIncludeHiddenCells(true) in RangeHighlighter()103 m_bIncludeHiddenCells = ChartModelHelper::isIncludeHiddenCells( xChartModel ); in determineRanges()288 …ataSeriesHelper::translateIndexFromHiddenToFullSequence( nIndex, xValues, !m_bIncludeHiddenCells ); in fillRangesForDataPoint()
191 sal_Bool m_bIncludeHiddenCells; member in ScChart2DataProvider459 sal_Bool m_bIncludeHiddenCells; member in ScChart2DataSequence619 sal_Bool m_bIncludeHiddenCells; member in ScChart2EmptyDataSequence
91 bool m_bIncludeHiddenCells; member in chart::wrapper::SeriesOptionsItemConverter
106 bool m_bIncludeHiddenCells; member in chart::RangeHighlighter
Completed in 78 milliseconds