Home
last modified time | relevance | path

Searched refs:LotusRangeList (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sc/source/filter/inc/
H A Dlotrange.hxx32 class LotusRangeList;
39 friend class LotusRangeList;
108 class LotusRangeList : private List class
116 LotusRangeList( void );
117 ~LotusRangeList( void );
128 inline LR_ID LotusRangeList::GetIndex( SCCOL nCol, SCROW nRow ) in GetIndex()
135 inline LR_ID LotusRangeList::GetIndex( SCCOL nColS, SCROW nRowS, SCCOL nColE, SCROW nRowE ) in GetIndex()
142 inline void LotusRangeList::Append( SCCOL nCol, SCROW nRow, const String& rName ) in Append()
148 inline void LotusRangeList::Append( SCCOL nColS, SCROW nRowS, SCCOL nColE, SCROW nRowE, const Strin… in Append()
154 inline void LotusRangeList::SetEing( const SCCOL nCol, const SCROW nRow ) in SetEing()
H A Droot.hxx91 class LotusRangeList;
99 LotusRangeList* pRangeNames;
/trunk/main/sc/source/filter/lotus/
H A Dtool.cxx71 SCCOL LotusRangeList::nEingCol;
72 SCROW LotusRangeList::nEingRow;
430 LotusRangeList::LotusRangeList( void ) in LotusRangeList() function in LotusRangeList
453 LotusRangeList::~LotusRangeList( void ) in ~LotusRangeList()
465 LR_ID LotusRangeList::GetIndex( const LotusRange &rRef ) in GetIndex()
480 void LotusRangeList::Append( LotusRange* pLR, const String& rName ) in Append()
H A Dlotimpop.cxx52 pRangeNames( new LotusRangeList), in LOTUS_ROOT()
H A Dlotform.cxx399 LotusRangeList& rRangeList = *pLotusRoot->pRangeNames; in Convert()

Completed in 36 milliseconds