Home
last modified time | relevance | path

Searched refs:rRow2 (Results 1 – 9 of 9) sorted by relevance

/trunk/main/sc/source/filter/excel/
H A Dfrmbase.cxx141 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 Dhtml_kit.cxx236 TableRow & rRow2 = pTable->AddRow(); in FlagTable() local
248 TableCell & rCell2 = rRow2.AddCell(); in FlagTable()
/trunk/main/sc/inc/
H A Ddociter.hxx391 const ScPatternAttr* GetNext( SCCOL& rCol, SCROW& rRow1, SCROW& rRow2 );
412 const ScPatternAttr* GetNext( SCCOL& rCol1, SCCOL& rCol2, SCROW& rRow1, SCROW& rRow2 );
H A Ddbcolect.hxx136 void GetArea(SCTAB& rTab, SCCOL& rCol1, SCROW& rRow1, SCCOL& rCol2, SCROW& rRow2) const;
/trunk/main/sc/source/core/data/
H A Ddociter.cxx2214 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 Dinterpre.hxx335 SCCOL& rCol2, SCROW &rRow2, SCTAB& rTab2,
339 SCCOL& rCol2, SCROW &rRow2, SCTAB& rTab2,
/trunk/main/sc/source/core/tool/
H A Dinterpr4.cxx1222 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 Ddbcolect.cxx376 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 Dwrtswtbl.hxx154 inline int operator<( const SwWriteTableRow& rRow2 ) const;

Completed in 74 milliseconds