Home
last modified time | relevance | path

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

/trunk/main/chart2/source/tools/
H A DChartModelHelper.cxx218 bool ChartModelHelper::setIncludeHiddenCells( bool bIncludeHiddenCells, const uno::Reference< frame… in setIncludeHiddenCells() argument
228 bool bOldValue = bIncludeHiddenCells; in setIncludeHiddenCells()
230 if( bOldValue == bIncludeHiddenCells ) in setIncludeHiddenCells()
235 uno::Any aNewValue = uno::makeAny(bIncludeHiddenCells); in setIncludeHiddenCells()
/trunk/main/chart2/source/controller/itemsetwrapper/
H A DSeriesOptionsItemConverter.cxx360 … bool bIncludeHiddenCells = static_cast<const SfxBoolItem &>(rItemSet.Get(nWhichId)).GetValue(); in ApplySpecialItem() local
361 if (bIncludeHiddenCells != m_bIncludeHiddenCells) in ApplySpecialItem()
362 … bChanged = ChartModelHelper::setIncludeHiddenCells( bIncludeHiddenCells, m_xChartModel ); in ApplySpecialItem()
/trunk/main/chart2/source/inc/
H A DChartModelHelper.hxx103 …static bool setIncludeHiddenCells( bool bIncludeHiddenCells, const ::com::sun::star::uno::Referenc…
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1050 … ScDocument* pDoc, const Reference< chart2::data::XDataProvider >& xDP, bool bIncludeHiddenCells ) in lcl_createLabeledDataSequenceFromTokens() argument
1068 …uence > xSeq( new ScChart2DataSequence( pDoc, xDP, pValueTokens.release(), bIncludeHiddenCells ) ); in lcl_createLabeledDataSequenceFromTokens()
1073 … > xLabelSeq( new ScChart2DataSequence( pDoc, xDP, pLabelTokens.release(), bIncludeHiddenCells ) ); in lcl_createLabeledDataSequenceFromTokens()
2421 bool bIncludeHiddenCells ) in ScChart2DataSequence() argument
2422 : m_bIncludeHiddenCells( bIncludeHiddenCells) in ScChart2DataSequence()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx836 …sal_Bool bIncludeHiddenCells = ChartModelHelper::isIncludeHiddenCells( Reference< frame::XModel >(… in attachDataProvider() local
837 … xProp->setPropertyValue(C2U("IncludeHiddenCells"), uno::makeAny(bIncludeHiddenCells)); in attachDataProvider()
/trunk/main/chart2/source/view/main/
H A DChartView.cxx650 sal_Bool bIncludeHiddenCells = sal_True; in initializeCooSysAndSeriesPlotter() local
659 xDiaProp->getPropertyValue( C2U( "IncludeHiddenCells" ) ) >>= bIncludeHiddenCells; in initializeCooSysAndSeriesPlotter()
747 if( !bIncludeHiddenCells && !DataSeriesHelper::hasUnhiddenData(xDataSeries) ) in initializeCooSysAndSeriesPlotter()
/trunk/main/sc/inc/
H A Dchart2uno.hxx257 ::std::vector<ScSharedTokenRef>* pTokens, bool bIncludeHiddenCells );

Completed in 216 milliseconds