Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable2.cxx2455 sal_uInt16 ScTable::GetRowHeight( SCROW nRow, SCROW* pStartRow, SCROW* pEndRow, bool bHiddenAsZero … in GetRowHeight() argument
2461 if (bHiddenAsZero && RowHidden( nRow, pStartRow, pEndRow)) in GetRowHeight()
2468 if (pStartRow) in GetRowHeight()
2469 *pStartRow = nRow; in GetRowHeight()
2480 if (pStartRow) in GetRowHeight()
2481 *pStartRow = (bHiddenAsZero ? std::max( *pStartRow, aData.mnRow1) : aData.mnRow1); in GetRowHeight()
2489 if (pStartRow) in GetRowHeight()
2490 *pStartRow = nRow; in GetRowHeight()
H A Ddocument.cxx3290 sal_uInt16 ScDocument::GetRowHeight( SCROW nRow, SCTAB nTab, SCROW* pStartRow, SCROW* pEndRow, bool… in GetRowHeight() argument
3293 return pTab[nTab]->GetRowHeight( nRow, pStartRow, pEndRow, bHiddenAsZero ); in GetRowHeight()
/trunk/main/sw/source/filter/xml/
H A Dxmltbli.cxx2008 SwXMLTableRow_Impl *pStartRow = (*pRows)[(sal_uInt16)nStartRow]; in MakeTableBox() local
2011 if( ( pCell=pStartRow->GetCell(i), in MakeTableBox()
/trunk/main/sc/inc/
H A Dtable.hxx652 …SC_DLLPUBLIC sal_uInt16 GetRowHeight( SCROW nRow, SCROW* pStartRow = NULL, SCROW* pEndRow = NULL, …
H A Ddocument.hxx1332 …SC_DLLPUBLIC sal_uInt16 GetRowHeight( SCROW nRow, SCTAB nTab, SCROW* pStartRow, SCROW* pEn…

Completed in 96 milliseconds