Home
last modified time | relevance | path

Searched refs:ValidColRow (Results 1 – 15 of 15) sorted by relevance

/aoo41x/main/sc/source/core/data/
H A Dtable2.cxx389 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 Dtable4.cxx505 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 Ddocumen4.cxx66 if (ValidColRow(nFCol, nFRow) && ValidColRow(nVCol, nVRow) && in Solver()
H A Dtable6.cxx630 if ( ValidColRow(rCol, rRow) || in SearchAndReplace()
H A Ddocument.cxx4630 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 Dop.cxx102 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 Dscmatrix.cxx256 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 Ddetfunc.cxx322 DBG_ASSERT( ValidColRow( nCol, nRow ), "ScDetectiveFunc::GetDrawPos - invalid cell address" ); in GetDrawPos()
/aoo41x/main/sc/inc/
H A Dtable.hxx323 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 Dscmatrix.hxx226 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 Daddress.hxx147 #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 Dimpop.cxx533 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 Darealink.cxx325 sal_Bool bCanDo = ValidColRow( aNewRange.aEnd.Col(), aNewRange.aEnd.Row() ) && in Refresh()
H A Ddbdocfun.cxx442 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 Dtabview3.cxx916 aViewData.GetViewShell()->SetForceFocusOnCurCell( !ValidColRow(nCurX, nCurY) ); in MoveCursorAbs()

Completed in 196 milliseconds