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.cxx359 … bool bIncludeHiddenCells = static_cast<const SfxBoolItem &>(rItemSet.Get(nWhichId)).GetValue(); in ApplySpecialItem() local
360 if (bIncludeHiddenCells != m_bIncludeHiddenCells) in ApplySpecialItem()
361 … 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.cxx1049 … ScDocument* pDoc, const Reference< chart2::data::XDataProvider >& xDP, bool bIncludeHiddenCells ) in lcl_createLabeledDataSequenceFromTokens() argument
1067 …uence > xSeq( new ScChart2DataSequence( pDoc, xDP, pValueTokens.release(), bIncludeHiddenCells ) ); in lcl_createLabeledDataSequenceFromTokens()
1072 … > xLabelSeq( new ScChart2DataSequence( pDoc, xDP, pLabelTokens.release(), bIncludeHiddenCells ) ); in lcl_createLabeledDataSequenceFromTokens()
2398 bool bIncludeHiddenCells ) in ScChart2DataSequence() argument
2399 : m_bIncludeHiddenCells( bIncludeHiddenCells) in ScChart2DataSequence()
/trunk/main/chart2/source/model/main/
H A DChartModel.cxx817 …sal_Bool bIncludeHiddenCells = ChartModelHelper::isIncludeHiddenCells( Reference< frame::XModel >(… in attachDataProvider() local
818 … xProp->setPropertyValue(C2U("IncludeHiddenCells"), uno::makeAny(bIncludeHiddenCells)); in attachDataProvider()
/trunk/main/sc/inc/
H A Dchart2uno.hxx225 ::std::vector<ScSharedTokenRef>* pTokens, bool bIncludeHiddenCells );
/trunk/main/chart2/source/view/main/
H A DChartView.cxx645 sal_Bool bIncludeHiddenCells = sal_True; in initializeCooSysAndSeriesPlotter() local
654 xDiaProp->getPropertyValue( C2U( "IncludeHiddenCells" ) ) >>= bIncludeHiddenCells; in initializeCooSysAndSeriesPlotter()
742 if( !bIncludeHiddenCells && !DataSeriesHelper::hasUnhiddenData(xDataSeries) ) in initializeCooSysAndSeriesPlotter()