Home
last modified time | relevance | path

Searched refs:pScRange (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx444 const ScRange* pScRange = 0; in ReadLabelranges() local
453 for( pScRange = aRowScRanges.First(); pScRange; pScRange = aRowScRanges.Next() ) in ReadLabelranges()
455 ScRange aDataRange( *pScRange ); in ReadLabelranges()
473 for( pScRange = aColScRanges.First(); pScRange; pScRange = aColScRanges.Next() ) in ReadLabelranges()
475 ScRange aDataRange( *pScRange ); in ReadLabelranges()
658 for( const ScRange* pScRange = maRanges.First(); pScRange; pScRange = maRanges.Next() ) in Apply() local
661 pScRange->aStart.Col(), pScRange->aStart.Row(), in Apply()
662 pScRange->aEnd.Col(), pScRange->aEnd.Row(), in Apply()
855 … for( const ScRange* pScRange = aScRanges.First(); pScRange; pScRange = aScRanges.Next() ) in ReadDV() local
856 rDoc.ApplyPatternAreaTab( pScRange->aStart.Col(), pScRange->aStart.Row(), in ReadDV()
[all …]
H A Dxecontent.cxx333 for( const ScRange* pScRange = rNCRanges.First(); pScRange; pScRange = rNCRanges.Next(), ++aIt ) in GetBaseXFId() local
334 if( pScRange->In( rPos ) ) in GetBaseXFId()
550 for( ScRange* pScRange = maRowRanges.First(); pScRange; pScRange = maRowRanges.Next() ) in XclExpLabelranges() local
551 if( pScRange->aStart.Col() != pScRange->aEnd.Col() ) in XclExpLabelranges()
552 pScRange->aEnd.SetCol( pScRange->aStart.Col() ); in XclExpLabelranges()
H A Dxehelper.cxx278 ScRange* pScRange = rScRanges.GetObject( nIdx ); in ValidateRangeList() local
279 if( pScRange && !CheckRange( *pScRange, bWarn ) ) in ValidateRangeList()
290 if( const ScRange* pScRange = rScRanges.GetObject( nPos ) ) in ConvertRangeList() local
293 if( ConvertRange( aXclRange, *pScRange, bWarn ) ) in ConvertRangeList()
H A Dxiescher.cxx1950 if( const ScRange* pScRange = aScRanges.GetObject( 0 ) ) in ReadCellLinkFormula() local
1951 mxCellLink.reset( new ScAddress( pScRange->aStart ) ); in ReadCellLinkFormula()
1959 if( const ScRange* pScRange = aScRanges.GetObject( 0 ) ) in ReadSourceRangeFormula() local
1960 mxSrcRange.reset( new ScRange( *pScRange ) ); in ReadSourceRangeFormula()

Completed in 56 milliseconds