Home
last modified time | relevance | path

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

/trunk/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()
/trunk/main/sc/source/filter/lotus/
H A Dlotform.cxx504 sal_uInt16 nColS, nRowS, nColE, nRowE; in Convert() local
506 Read( nRowS ); in Convert()
510 LotusRelToScRel( nColS, nRowS, rR ); in Convert()

Completed in 31 milliseconds