Searched refs:LotusRangeList (Results 1 – 5 of 5) sorted by relevance
/aoo41x/main/sc/source/filter/inc/ |
H A D | lotrange.hxx | 32 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 D | root.hxx | 91 class LotusRangeList; 99 LotusRangeList* pRangeNames;
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | tool.cxx | 71 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 D | lotimpop.cxx | 52 pRangeNames( new LotusRangeList), in LOTUS_ROOT()
|
H A D | lotform.cxx | 399 LotusRangeList& rRangeList = *pLotusRoot->pRangeNames; in Convert()
|
Completed in 33 milliseconds