Home
last modified time | relevance | path

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

/trunk/main/sc/source/filter/excel/
H A Dxicontent.cxx777 ScRangeList aScRanges; in ReadDV() local
778 rRoot.GetAddressConverter().ConvertRangeList( aScRanges, aXclRanges, nScTab, true ); in ReadDV()
781 if( aScRanges.Count() ) in ReadDV()
817 const ScRange& rScRange = *aScRanges.GetObject( 0 ); // aScRanges is not empty in ReadDV()
855 … for( const ScRange* pScRange = aScRanges.First(); pScRange; pScRange = aScRanges.Next() ) in ReadDV()
H A Dxecontent.cxx815 ScRangeList aScRanges; in XclExpCondfmt() local
816 GetDoc().FindConditionalFormat( rCondFormat.GetKey(), aScRanges, GetCurrScTab() ); in XclExpCondfmt()
817 GetAddressConverter().ConvertRangeList( maXclRanges, aScRanges, true ); in XclExpCondfmt()
823 aScRanges.Format( msSeqRef, SCA_VALID, NULL, formula::FormulaGrammar::CONV_XL_A1 ); in XclExpCondfmt()
H A Dxiescher.cxx1947 ScRangeList aScRanges; in ReadCellLinkFormula() local
1948 ReadRangeList( aScRanges, rStrm, bWithBoundSize ); in ReadCellLinkFormula()
1950 if( const ScRange* pScRange = aScRanges.GetObject( 0 ) ) in ReadCellLinkFormula()
1956 ScRangeList aScRanges; in ReadSourceRangeFormula() local
1957 ReadRangeList( aScRanges, rStrm, bWithBoundSize ); in ReadSourceRangeFormula()
1959 if( const ScRange* pScRange = aScRanges.GetObject( 0 ) ) in ReadSourceRangeFormula()
/trunk/main/sc/source/ui/vba/
H A Dvbarange.cxx1292 ScRangeList aScRanges; in lclExpandToMerged() local
1299 aScRanges.Append( aScRange ); in lclExpandToMerged()
1301 return new ScCellRangesObj( getDocShellFromRanges( rxCellRanges ), aScRanges ); in lclExpandToMerged()

Completed in 72 milliseconds