Home
last modified time | relevance | path

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

/trunk/main/sc/source/core/data/
H A Dtable2.cxx2257 if (VALIDROW(nStartRow) && VALIDROW(nEndRow) && mpRowHeights) in SetRowHeightRange()
2367 if (VALIDROW(nStartRow) && VALIDROW(nEndRow) && pRowFlags) in SetManualHeight()
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()
2629 if (VALIDROW(nRow) && pRowFlags) in ShowRow()
2668 if (VALIDROW(nRow) && pRowFlags) in DBShowRow()
2865 if (VALIDROW(nRow) && pRowFlags) in SetRowFlags()
2876 if (VALIDROW(nStartRow) && VALIDROW(nEndRow) && pRowFlags) in SetRowFlags()
[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()
/trunk/main/sc/source/core/tool/
H A Drefdata.cxx70 if ( !VALIDROW( nRow ) ) in CalcAbsIfRel()
/trunk/main/sc/inc/
H A Daddress.hxx145 #define VALIDROW(nRow) (ValidRow(nRow)) macro

Completed in 65 milliseconds