Searched refs:pDataSeq (Results 1 – 2 of 2) sorted by relevance
1642 SwChartDataSequence *pDataSeq = 0; in DeleteBox() local1653 pDataSeq = static_cast< SwChartDataSequence * >( xRef.get() ); in DeleteBox()1654 if (pDataSeq) in DeleteBox()1659 OUString aRangeStr( pDataSeq->getSourceRangeRepresentation() ); in DeleteBox()1661 bNowEmpty = pDataSeq->DeleteBox( rBox ); in DeleteBox()1678 if (pDataSeq && !bSeqDisposed) in DeleteBox()1679 pDataSeq->dispose(); // the current way to tell chart that sth. got removed in DeleteBox()1792 SwChartDataSequence *pDataSeq = 0; in AddRowCols() local1796 pDataSeq = reinterpret_cast< SwChartDataSequence * >( in AddRowCols()1799 if (pDataSeq) in AddRowCols()[all …]
239 if( const DataSequenceModel* pDataSeq = pText->mxDataSeq.get() ) in getSingleSeriesTitle() local240 if( !pDataSeq->maData.empty() ) in getSingleSeriesTitle()241 pDataSeq->maData.begin()->second >>= aSeriesTitle; in getSingleSeriesTitle()