/aoo41x/main/sc/source/core/data/ |
H A D | table2.cxx | 389 if (ValidColRow(nCol1, nRow1) && ValidColRow(nCol2, nRow2)) in DeleteArea() 442 if (ValidColRow(nCol1, nRow1) && ValidColRow(nCol2, nRow2)) in CopyToClip() 496 if (ValidColRow(nCol1, nRow1) && ValidColRow(nCol2, nRow2)) in CopyFromClip() 712 if (ValidColRow(nCol1, nRow1) && ValidColRow(nCol2, nRow2)) in BroadcastInArea() 723 if (ValidColRow(nCol1, nRow1) && ValidColRow(nCol2, nRow2)) in StartListeningInArea() 734 if (ValidColRow(nCol1, nRow1) && ValidColRow(nCol2, nRow2)) in CopyToTable() 860 if (ValidColRow(nCol1, nRow1) && ValidColRow(nCol2, nRow2)) in UndoToTable() 1877 if (ValidColRow(nStartCol, nStartRow) && ValidColRow(nEndCol, nEndRow)) in MergeBlockFrame() 1891 if (ValidColRow(nStartCol, nStartRow) && ValidColRow(nEndCol, nEndRow)) in ApplyBlockFrame() 1912 if (ValidColRow(nStartCol, nStartRow) && ValidColRow(nEndCol, nEndRow)) in ApplyPatternArea() [all …]
|
H A D | table4.cxx | 505 if ( (nFillCount == 0) || !ValidColRow(nCol1, nRow1) || !ValidColRow(nCol2, nRow2) ) in FillAuto() 1646 if (ValidColRow(nStartCol, nStartRow) && ValidColRow(nEndCol, nEndRow)) in AutoFormat() 1860 if (ValidColRow(nStartCol, nStartRow) && ValidColRow(nEndCol, nEndRow)) in GetAutoFormatData() 1932 if (ValidColRow(nCol, nRow)) in SetError()
|
H A D | documen4.cxx | 66 if (ValidColRow(nFCol, nFRow) && ValidColRow(nVCol, nVRow) && in Solver()
|
H A D | table6.cxx | 630 if ( ValidColRow(rCol, rRow) || in SearchAndReplace()
|
H A D | document.cxx | 4630 if ( ValidColRow(rStartCol,rStartRow) && ValidColRow(nEndCol,nEndRow) && ValidTab(nTab) ) in ExtendOverlapped() 4713 if ( ValidColRow(nStartCol,nStartRow) && ValidColRow(rEndCol,rEndRow) && ValidTab(nTab) ) in ExtendMerge()
|
/aoo41x/main/sc/source/filter/lotus/ |
H A D | op.cxx | 102 if (ValidColRow( static_cast<SCCOL>(nCol), nRow)) in OP_Integer() 122 if (ValidColRow( static_cast<SCCOL>(nCol), nRow)) in OP_Number() 147 if (ValidColRow( static_cast<SCCOL>(nCol), nRow)) in OP_Label() 179 if (ValidColRow( static_cast<SCCOL>(nCol), nRow)) in OP_Formula() 228 …if (ValidColRow( static_cast<SCCOL>(nColSt), nRowSt) && ValidColRow( static_cast<SCCOL>(nColEnd), … in OP_NamedRange() 268 …if (ValidColRow( static_cast<SCCOL>(nColSt), nRowSt) && ValidColRow( static_cast<SCCOL>(nColEnd), … in OP_SymphNamedRange() 400 if (ValidColRow( static_cast<SCCOL>(nCol), nRow) && nTab < pDoc->GetMaxTableNumber()) in OP_Number123() 425 if (ValidColRow( static_cast<SCCOL>(nCol), nRow) && nTab < pDoc->GetMaxTableNumber()) in OP_Formula123() 443 if (ValidColRow( static_cast<SCCOL>(nCol), nRow) && nTab < pDoc->GetMaxTableNumber()) in OP_IEEENumber123()
|
/aoo41x/main/sc/source/core/tool/ |
H A D | scmatrix.cxx | 256 if (ValidColRow( nC, nR)) in PutDouble() 266 if (ValidColRow( nC, nR)) in PutString() 320 if (ValidColRow( nC, nR)) in PutEmpty() 347 if (ValidColRow( nC, nR)) in PutEmptyPath() 374 if (ValidColRow( nC, nR)) in PutBoolean() 665 if (ValidColRow( nC1, nR1) && ValidColRow( nC2, nR2)) in FillDouble()
|
H A D | detfunc.cxx | 322 DBG_ASSERT( ValidColRow( nCol, nRow ), "ScDetectiveFunc::GetDrawPos - invalid cell address" ); in GetDrawPos()
|
/aoo41x/main/sc/inc/ |
H A D | table.hxx | 323 return ValidColRow(rPos.Col(),rPos.Row()) ? in GetValue() 333 return ValidColRow(rPos.Col(),rPos.Row()) ? in GetCellType() 340 return ValidColRow(rPos.Col(),rPos.Row()) ? in GetCell() 457 return ValidColRow(rPos.Col(),rPos.Row()) ? in GetErrCode() 536 return ValidColRow(rPos.Col(),rPos.Row()) ? in GetNumberFormat() 561 if (ValidColRow(rPos.Col(),rPos.Row())) in SetPattern()
|
H A D | scmatrix.hxx | 226 inline bool ValidColRow( SCSIZE nC, SCSIZE nR) const in ValidColRow() function in ScMatrix 266 return ValidColRow( rC, rR) || ValidColRowReplicated( rC, rR); in ValidColRowOrReplicated()
|
H A D | address.hxx | 147 #define VALIDCOLROW(nCol,nRow) (ValidColRow(nCol,nRow)) 172 inline bool ValidColRow( SCCOL nCol, SCROW nRow ) in ValidColRow() function
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | impop.cxx | 533 if( ValidColRow( nLastCol, nLastRow ) ) in Array25() 1005 if( ValidColRow( nLastCol, nLastRow ) ) in Array34() 1049 if( ValidColRow( nLastCol, nLastRow ) ) in TableOp()
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | arealink.cxx | 325 sal_Bool bCanDo = ValidColRow( aNewRange.aEnd.Col(), aNewRange.aEnd.Row() ) && in Refresh()
|
H A D | dbdocfun.cxx | 442 if ( !ValidColRow( aLocalParam.nCol2, aLocalParam.nRow2 ) ) in Sort() 703 if ( !ValidColRow( aLocalParam.nCol2, aLocalParam.nRow2 ) ) in Query()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabview3.cxx | 916 aViewData.GetViewShell()->SetForceFocusOnCurCell( !ValidColRow(nCurX, nCurY) ); in MoveCursorAbs()
|