Searched refs:nRowE (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/inc/ |
H A D | lotrange.hxx | 52 LotusRange( SCCOL nColS, SCROW nRowS, SCCOL nColE, SCROW nRowE ); 119 inline sal_uInt16 GetIndex( SCCOL nColS, SCROW nRowS, SCCOL nColE, SCROW nRowE ); 122 inline void Append( SCCOL nColS, SCROW nRowS, SCCOL nColE, SCROW nRowE, const String& ); 135 inline LR_ID LotusRangeList::GetIndex( SCCOL nColS, SCROW nRowS, SCCOL nColE, SCROW nRowE ) in GetIndex() argument 137 LotusRange aRef( nColS, nRowS, nColE, nRowE ); in GetIndex() 148 inline void LotusRangeList::Append( SCCOL nColS, SCROW nRowS, SCCOL nColE, SCROW nRowE, const Strin… in Append() argument 150 Append( new LotusRange( nColS, nRowS, nColE, nRowE ), r ); in Append()
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | lotform.cxx | 504 sal_uInt16 nColS, nRowS, nColE, nRowE; in Convert() local 508 Read( nRowE ); in Convert() 511 LotusRelToScRel( nColE, nRowE, aCRD.Ref2 ); in Convert()
|
Completed in 10 milliseconds