Searched refs:rRow1 (Results 1 – 8 of 8) sorted by relevance
/aoo41x/main/sc/source/filter/excel/ |
H A D | frmbase.cxx | 129 SCsROW& rRow1 = a.Ref1.nRow; in Append() local 130 if( rRow1 > MAXROW ) in Append() 131 rRow1 = MAXROW; in Append() 132 else if( rRow1 < 0 ) in Append() 133 rRow1 = 0; in Append()
|
/aoo41x/main/autodoc/source/display/html/ |
H A D | html_kit.cxx | 235 TableRow & rRow1 = pTable->AddRow(); in FlagTable() local 240 TableCell & rCell1 = rRow1.AddCell(); in FlagTable()
|
/aoo41x/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;
|
/aoo41x/main/sc/source/core/inc/ |
H A D | interpre.hxx | 319 SCCOL& rCol1, SCROW &rRow1, SCTAB& rTab1, 323 void PopDoubleRef(SCCOL& rCol1, SCROW &rRow1, SCTAB& rTab1,
|
/aoo41x/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()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | interpr4.cxx | 1221 SCCOL& rCol1, SCROW &rRow1, SCTAB& rTab1, in DoubleRefToVars() argument 1227 SingleRefToVars( rCRef.Ref1, rCol1, rRow1, rTab1); in DoubleRefToVars() 1231 ScRange aRange( rCol1, rRow1, rTab1, rCol2, rRow2, rTab2 ); in DoubleRefToVars() 1274 void ScInterpreter::PopDoubleRef(SCCOL& rCol1, SCROW &rRow1, SCTAB& rTab1, 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() argument 380 rRow1 = nStartRow; in GetArea()
|
Completed in 54 milliseconds