Searched refs:ValidColRowTab (Results 1 – 2 of 2) sorted by relevance
/trunk/main/sc/inc/ |
H A D | address.hxx | 148 #define VALIDCOLROWTAB(nCol,nRow,nTab) (ValidColRowTab(nCol,nRow,nTab)) 177 inline bool ValidColRowTab( SCCOL nCol, SCROW nRow, SCTAB nTab ) in ValidColRowTab() function
|
/trunk/main/sc/source/core/data/ |
H A D | drwlayer.cxx | 1730 …DBG_ASSERT( ValidColRowTab( rPos.Col(), rPos.Row(), rPos.Tab() ), "ScDrawLayer::GetCellRect - inva… in GetCellRect() 1731 if( ValidColRowTab( rPos.Col(), rPos.Row(), rPos.Tab() ) ) in GetCellRect()
|
Completed in 22 milliseconds