Home
last modified time | relevance | path

Searched refs:VALIDROW (Results 1 – 8 of 8) sorted by relevance

/AOO42X/main/sc/source/core/data/
H A Dtable2.cxx2191 if (VALIDROW(nRow) && mpRowHeights) in SetRowHeight()
2257 if (VALIDROW(nStartRow) && VALIDROW(nEndRow) && mpRowHeights) in SetRowHeightRange()
2367 if (VALIDROW(nStartRow) && VALIDROW(nEndRow) && pRowFlags) in SetManualHeight()
2457 DBG_ASSERT(VALIDROW(nRow),"Invalid row number"); in GetRowHeight()
2459 if (VALIDROW(nRow) && mpRowHeights) in GetRowHeight()
2500 DBG_ASSERT(VALIDROW(nStartRow) && VALIDROW(nEndRow),"Falsche Zeilennummer"); in GetRowHeight()
2502 if (VALIDROW(nStartRow) && VALIDROW(nEndRow) && mpRowHeights) in GetRowHeight()
2526 DBG_ASSERT(VALIDROW(nStartRow) && VALIDROW(nEndRow),"Falsche Zeilennummer"); in GetScaledRowHeight()
2528 if (VALIDROW(nStartRow) && VALIDROW(nEndRow) && mpRowHeights) in GetScaledRowHeight()
2567 DBG_ASSERT(VALIDROW(nRow),"wrong row number"); in GetOriginalHeight()
[all …]
H A Dcolumn3.cxx1256 if (VALIDROW(nRow)) in SetString()
1693 if (VALIDROW(nRow)) in SetError()
1705 if (VALIDROW(nRow)) in SetValue()
H A Dmarkarr.cxx328 if (VALIDROW(nRow)) in GetNextMarked()
H A Dattarray.cxx1718 if (VALIDROW(nRow)) in GetNextUnprotected()
2429 if (!VALIDROW(nRow)) in SearchStyle()
2488 if (VALIDROW(nStartRow)) in SearchStyleRange()
H A Dtable1.cxx995 while ( VALIDROW(nRow) && in GetNextPos()
1025 while ( VALIDROW(nRow) && in GetNextPos()
H A Dtable6.cxx632 (((rCol == MAXCOLCOUNT || rCol == -1) && VALIDROW(rRow)) || in SearchAndReplace()
/AOO42X/main/sc/source/core/tool/
H A Drefdata.cxx70 if ( !VALIDROW( nRow ) ) in CalcAbsIfRel()
/AOO42X/main/sc/inc/
H A Daddress.hxx145 #define VALIDROW(nRow) (ValidRow(nRow)) macro