Searched refs:rRow2 (Results 1 – 9 of 9) sorted by relevance
/trunk/main/sc/source/filter/excel/ |
H A D | frmbase.cxx | 141 SCsROW& rRow2 = a.Ref2.nRow; in Append() local 142 if( rRow2 > MAXROW ) in Append() 143 rRow2 = MAXROW; in Append() 144 else if( rRow2 < 0 ) in Append() 145 rRow2 = 0; in Append()
|
/trunk/main/autodoc/source/display/html/ |
H A D | html_kit.cxx | 236 TableRow & rRow2 = pTable->AddRow(); in FlagTable() local 248 TableCell & rCell2 = rRow2.AddCell(); in FlagTable()
|
/trunk/main/sc/inc/ |
H A D | dociter.hxx | 391 const ScPatternAttr* GetNext( SCCOL& rCol, SCROW& rRow1, SCROW& rRow2 ); 412 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow1, SCROW& rRow2 );
|
H A D | dbcolect.hxx | 136 void GetArea(SCTAB& rTab, SCCOL& rCol1, SCROW& rRow1, SCCOL& rCol2, SCROW& rRow2) const;
|
/trunk/main/sc/source/core/data/ |
H A D | dociter.cxx | 2214 const ScPatternAttr* ScDocAttrIterator::GetNext( SCCOL& rCol, SCROW& rRow1, SCROW& rRow2 ) in GetNext() argument 2218 const ScPatternAttr* pPattern = pColIter->Next( rRow1, rRow2 ); in GetNext() 2276 SCROW& rRow1, SCROW& rRow2 ) in GetNext() argument 2280 const ScPatternAttr* pPattern = pColIter->Next( rRow1, rRow2 ); in GetNext()
|
/trunk/main/sc/source/core/inc/ |
H A D | interpre.hxx | 335 SCCOL& rCol2, SCROW &rRow2, SCTAB& rTab2, 339 SCCOL& rCol2, SCROW &rRow2, SCTAB& rTab2,
|
/trunk/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 1222 SCCOL& rCol2, SCROW &rRow2, SCTAB& rTab2, in DoubleRefToVars() argument 1228 SingleRefToVars( rCRef.Ref2, rCol2, rRow2, rTab2); in DoubleRefToVars() 1231 ScRange aRange( rCol1, rRow1, rTab1, rCol2, rRow2, rTab2 ); in DoubleRefToVars() 1275 SCCOL& rCol2, SCROW &rRow2, SCTAB& rTab2, in PopDoubleRef() argument 1289 DoubleRefToVars( static_cast<ScToken*>(p), rCol1, rRow1, rTab1, rCol2, rRow2, rTab2, in PopDoubleRef()
|
H A D | dbcolect.cxx | 376 void ScDBData::GetArea(SCTAB& rTab, SCCOL& rCol1, SCROW& rRow1, SCCOL& rCol2, SCROW& rRow2) const in GetArea() 382 rRow2 = nEndRow; in GetArea()
|
/trunk/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 154 inline int operator<( const SwWriteTableRow& rRow2 ) const;
|
Completed in 60 milliseconds