Home
last modified time | relevance | path

Searched refs:nColE (Results 1 – 2 of 2) sorted by relevance

/aoo41x/main/sc/source/filter/inc/
H A Dlotrange.hxx52 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 Dlotform.cxx504 sal_uInt16 nColS, nRowS, nColE, nRowE; in Convert() local
507 Read( nColE ); in Convert()
511 LotusRelToScRel( nColE, nRowE, aCRD.Ref2 ); in Convert()

Completed in 12 milliseconds