Searched refs:pStartRow (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sc/source/core/data/ |
H A D | table2.cxx | 2455 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 D | document.cxx | 3290 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()
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltbli.cxx | 2008 SwXMLTableRow_Impl *pStartRow = (*pRows)[(sal_uInt16)nStartRow]; in MakeTableBox() local 2011 if( ( pCell=pStartRow->GetCell(i), in MakeTableBox()
|
/aoo42x/main/sc/inc/ |
H A D | table.hxx | 652 …SC_DLLPUBLIC sal_uInt16 GetRowHeight( SCROW nRow, SCROW* pStartRow = NULL, SCROW* pEndRow = NULL, …
|
H A D | document.hxx | 1332 …SC_DLLPUBLIC sal_uInt16 GetRowHeight( SCROW nRow, SCTAB nTab, SCROW* pStartRow, SCROW* pEn…
|
Completed in 368 milliseconds