Home
last modified time | relevance | path

Searched refs:ValidCol (Results 1 – 25 of 73) sorted by relevance

123

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Dtable7.cxx27 if (!ValidCol(nCol) || nCol >= GetAllocatedColumnsCount() ) in IsMerged()
100 if (!ValidCol(aRange.mnCol1) || !ValidCol(aRange.mnCol2)) in DeleteBeforeCopyFromClip()
180 if (!ValidCol(nCol)) in SetValues()
188 if (!ValidCol(nCol)) in TransferCellValuesTo()
196 if (!ValidCol(nCol)) in CopyCellValuesFrom()
206 if (!ValidCol(nCol1) || !ValidCol(nCol2) || nCol1 > nCol2) in ConvertFormulaToValue()
245 if (!IsColValid(nCol1) || !ValidCol(nCol2) || nCol1 > nCol2) in UpdateScriptTypes()
293 if (nCol2 < nCol1 || !IsColValid(nCol1) || !ValidCol(nCol2)) in HasFormulaCell()
318 if (nCol2 < nCol1 || !IsColValid(nCol1) || !ValidCol(nCol2)) in EndListeningIntersectedGroups()
335 if (!ValidCol(nCol)) in SetNeedsListeningGroup()
[all …]
H A Dtable5.cxx363 if (!ValidCol(nCol)) in HasColPageBreak()
379 if (!ValidCol(nCol)) in HasColManualBreak()
420 if (!ValidCol(nCol)) in RemoveColBreak()
450 if (!ValidCol(nCol)) in SetColBreak()
563 if (!ValidCol(nCol)) in ColHidden()
810 if (!ValidCol(nCol)) in ColFiltered()
1082 if (!ValidCol(rAddress.Col())) in StartListening()
1090 if (!ValidCol(rAddress.Col())) in EndListening()
1099 if (!ValidCol(rAddress.Col())) in StartListening()
1107 if (!ValidCol(rAddress.Col())) in EndListening()
H A Dcolumnspanset.cxx85 if (!ValidTab(nTab) || !ValidCol(nCol) || !ValidRow(nRow)) in set()
94 if (!ValidTab(nTab) || !ValidCol(nCol) || !ValidRow(nRow1) || !ValidRow(nRow2)) in set()
194 if (!ValidCol(nCol) || nCol >= pTab->GetAllocatedColumnsCount()) in executeColumnAction()
348 if (!ValidCol(nCol)) in executeColumnAction()
369 if (!ValidCol(nCol)) in executeColumnAction()
H A Dtable2.cxx703 if (!ValidCol(nCol)) in InitColumnBlockPosition()
1087 if (!ValidCol(nCol)) in FetchColumn()
1486 if (!ValidCol(nCol1) || !ValidCol(nCol2) || nCol2 < nCol1) in GetFirstEditTextRow()
1550 if (!ValidCol(nCol)) in SetFormulaCells()
1678 if (!ValidCol(nCol1) || !ValidCol(nCol2)) in ForgetNoteCaptions()
1824 if (ValidCol(nEndCol)) in HasStringCells()
2077 if (!(ValidCol(nStartCol) && ValidCol(rEndCol))) in ExtendMerge()
2112 if (!(ValidCol(nCol1) && ValidCol(nCol2))) in IsBlockEmpty()
3111 if (!ValidCol(nStartCol) || !ValidCol(nEndCol) || nStartCol > nEndCol) in GetColWidth()
3145 if ( !ValidCol(nEndCol) ) in GetCommonWidth()
[all …]
H A Dtable1.cxx1062 if ( !IsColValid( nCol1 ) || !ValidCol( nCol2 ) ) in GetLastDataRow()
1318 if (!ValidCol(nCol) || !ValidRow(nRow)) in ValidNextPos()
1497 while (nStartCol <= nCol && nCol <= nEndCol && ValidCol(nCol) && ColHidden(nCol)) in GetNextPos()
2361 if (!ValidCol(nCol)) in SetScriptType()
2395 if ( !ValidCol( nCol ) || !ValidRow( nRow ) ) in ResolveStaticReference()
2408 if ( !ValidCol( nCol1 ) || !ValidCol( nCol2 ) || !ValidRow( nRow1 ) || !ValidRow( nRow2 ) ) in ResolveStaticReference()
2508 if (!ValidCol(nCol)) in SetFormulaResults()
2519 if (!ValidCol(nColStart) || !ValidCol(nColEnd)) in CalculateInColumnInThread()
2534 assert(ValidCol(nColStart) && ValidCol(nColEnd)); in HandleStuffAfterParallelCalculation()
H A Ddocumen4.cxx927 if (ValidCol(nOtherCol)) // only compare columns that are common to both docs in RowDifferences()
1243 if ( ValidCol(nOtherCol) && nOtherCol+1 < nLastOtherCol ) in CompareDocument()
1253 … if ( nThisCol == nThisEndCol || ValidCol(static_cast<SCCOL>(pOtherCols[nThisCol+1])) ) in CompareDocument()
1325 if ( ValidCol(nOtherCol) && ValidRow(nOtherRow) ) in CompareDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Dtable7.cxx29 if (!ValidCol(nCol) || nCol >= GetAllocatedColumnsCount() ) in IsMerged()
102 if (!ValidCol(aRange.mnCol1) || !ValidCol(aRange.mnCol2)) in DeleteBeforeCopyFromClip()
183 if (!ValidCol(nCol)) in SetValues()
191 if (!ValidCol(nCol)) in TransferCellValuesTo()
199 if (!ValidCol(nCol)) in CopyCellValuesFrom()
209 if (!ValidCol(nCol1) || !ValidCol(nCol2) || nCol1 > nCol2) in ConvertFormulaToValue()
248 if (!IsColValid(nCol1) || !ValidCol(nCol2) || nCol1 > nCol2) in UpdateScriptTypes()
296 if (nCol2 < nCol1 || !IsColValid(nCol1) || !ValidCol(nCol2)) in HasFormulaCell()
338 if (!ValidCol(nCol)) in SetNeedsListeningGroup()
427 if (!ValidCol(nCol)) in GetColumnIterator()
[all …]
H A Dtable5.cxx372 if (!ValidCol(nCol)) in HasColPageBreak()
388 if (!ValidCol(nCol)) in HasColManualBreak()
429 if (!ValidCol(nCol)) in RemoveColBreak()
459 if (!ValidCol(nCol)) in SetColBreak()
573 if (!ValidCol(nCol)) in ColHidden()
855 if (!ValidCol(nCol)) in ColFiltered()
1125 if (!ValidCol(rAddress.Col())) in StartListening()
1133 if (!ValidCol(rAddress.Col())) in EndListening()
1143 if (!ValidCol(rAddress.Col())) in StartListening()
1152 if (!ValidCol(rAddress.Col())) in EndListening()
H A Dcolumnspanset.cxx87 if (!ValidTab(nTab) || !rDoc.ValidCol(nCol) || !rDoc.ValidRow(nRow)) in set()
96 if (!ValidTab(nTab) || !rDoc.ValidCol(nCol) || !rDoc.ValidRow(nRow1) || !rDoc.ValidRow(nRow2)) in set()
196 if (!rDoc.ValidCol(nCol) || nCol >= pTab->GetAllocatedColumnsCount()) in executeColumnAction()
352 if (!rDoc.ValidCol(nCol)) in executeColumnAction()
H A Dtable2.cxx707 if (!ValidCol(nCol)) in InitColumnBlockPosition()
1230 if (!ValidCol(nCol)) in FetchColumn()
1653 if (!ValidCol(nCol1) || !ValidCol(nCol2) || nCol2 < nCol1) in GetFirstEditTextRow()
1717 if (!ValidCol(nCol)) in SetFormulaCells()
1860 if (!ValidCol(nCol1) || !ValidCol(nCol2)) in ForgetNoteCaptions()
2006 if (ValidCol(nEndCol)) in HasStringCells()
2259 if (!(ValidCol(nStartCol) && ValidCol(rEndCol))) in ExtendMerge()
2294 if (!(ValidCol(nCol1) && ValidCol(nCol2))) in IsBlockEmpty()
3300 if (!ValidCol(nStartCol) || !ValidCol(nEndCol) || nStartCol > nEndCol) in GetColWidth()
3334 if ( !ValidCol(nEndCol) ) in GetCommonWidth()
[all …]
H A Dtable1.cxx1103 if ( !IsColValid( nCol1 ) || !ValidCol( nCol2 ) ) in GetLastDataRow()
1362 if (!ValidCol(nCol) || !ValidRow(nRow)) in ValidNextPos()
1541 while (nStartCol <= nCol && nCol <= nEndCol && ValidCol(nCol) && ColHidden(nCol)) in GetNextPos()
2405 if (!ValidCol(nCol)) in SetScriptType()
2423 if ( !ValidCol( nCol ) || !ValidRow( nRow ) ) in ResolveStaticReference()
2436 if ( !ValidCol( nCol1 ) || !ValidCol( nCol2 ) || !ValidRow( nRow1 ) || !ValidRow( nRow2 ) ) in ResolveStaticReference()
2541 if (!ValidCol(nCol)) in SetFormulaResults()
2552 if (!ValidCol(nColStart) || !ValidCol(nColEnd)) in CalculateInColumnInThread()
2567 assert(ValidCol(nColStart) && ValidCol(nColEnd)); in HandleStuffAfterParallelCalculation()
H A Ddocumen4.cxx940 if (ValidCol(nOtherCol)) // only compare columns that are common to both docs in RowDifferences()
1256 if ( ValidCol(nOtherCol) && nOtherCol+1 < nLastOtherCol ) in CompareDocument()
1266 … if ( nThisCol == nThisEndCol || ValidCol(static_cast<SCCOL>(pOtherCols[nThisCol+1])) ) in CompareDocument()
1338 if ( ValidCol(nOtherCol) && ValidRow(nOtherRow) ) in CompareDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/inc/
H A Dsheetlimits.hxx36 [[nodiscard]] bool ValidCol(SCCOL nCol) const in ValidCol() function
38 return ::ValidCol(nCol, mnMaxCol); in ValidCol()
H A Daddress.hxx92 [[nodiscard]] inline bool ValidCol( SCCOL nCol, SCCOL nMaxCol ) in ValidCol() function
117 return ValidCol(nCol,nMaxCol) && ValidRow(nRow,nMaxRow); in ValidColRow()
123 return ValidCol(nCol,nMaxCol) && ValidRow(nRow,nMaxRow) && ValidTab( nTab); in ValidColRowTab()
492 …return ValidCol(rAddress.Col(), nMaxCol) && ValidRow(rAddress.Row(), nMaxRow) && ValidTab(rAddress… in ValidAddress()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/dif/
H A Ddifimp.cxx154 if( pDoc->ValidCol(nColCnt) && pDoc->ValidRow(nRowCnt) ) in ScImportDif()
189 if( pDoc->ValidCol(nColCnt) && pDoc->ValidRow(nRowCnt) ) in ScImportDif()
675 OSL_ENSURE( pDoc->ValidCol(nCol), "-DifAttrCache::SetNumFormat(): Col too big!" ); in SetNumFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/dif/
H A Ddifimp.cxx154 if( ValidCol(nColCnt) && ValidRow(nRowCnt) ) in ScImportDif()
189 if( ValidCol(nColCnt) && ValidRow(nRowCnt) ) in ScImportDif()
677 OSL_ENSURE( ValidCol(nCol), "-DifAttrCache::SetNumFormat(): Col too big!" ); in SetNumFormat()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dcolrowst.cxx85 if (!ValidCol(nCol)) in HideCol()
170 …OSL_ENSURE( (nCol1 <= nCol2) && ValidCol( nCol2 ), "XclImpColRowSettings::SetDefaultXF - invalid c… in SetDefaultXF()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dcolrowst.cxx85 if (!GetDoc().ValidCol(nCol)) in HideCol()
170 …OSL_ENSURE( (nCol1 <= nCol2) && GetDoc().ValidCol( nCol2 ), "XclImpColRowSettings::SetDefaultXF - … in SetDefaultXF()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/inc/
H A Daddress.hxx91 [[nodiscard]] inline bool ValidCol( SCCOL nCol ) in ValidCol() function
113 return ValidCol( nCol) && ValidRow( nRow); in ValidColRow()
118 return ValidCol( nCol) && ValidRow( nRow) && ValidTab( nTab); in ValidColRowTab()
485 return ValidCol(rAddress.Col()) && ValidRow(rAddress.Row()) && ValidTab(rAddress.Tab()); in ValidAddress()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Ddoubleref.cxx99 if (ValidCol(nField)) in lcl_createStarQuery()
161 if (ValidCol(nField)) in lcl_createExcelQuery()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Ddoubleref.cxx99 if (pDoc->ValidCol(nField)) in lcl_createStarQuery()
162 if (pDoc->ValidCol(nField)) in lcl_createExcelQuery()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/rtf/
H A Deeimpars.cxx154 if (nRow <= nOverlapRowMax && mpDoc->ValidCol(nCol)) in WriteToDocument()
167 if ( mpDoc->ValidCol(nCol) && mpDoc->ValidRow(nRow) ) in WriteToDocument()
477 if ( mpDoc->ValidCol(nCol) && mpDoc->ValidRow(nRow) ) in WriteToDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/rtf/
H A Deeimpars.cxx152 if (nRow <= nOverlapRowMax && ValidCol(nCol)) in WriteToDocument()
165 if ( ValidCol(nCol) && ValidRow(nRow) ) in WriteToDocument()
474 if ( ValidCol(nCol) && ValidRow(nRow) ) in WriteToDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/
H A Dmark_test.cxx170 if ( ValidCol( nOutCol1, MAXCOL ) && ValidRow( nOutRow1, MAXROW ) ) in testSimpleMark()
173 if ( ValidCol( nOutCol2, MAXCOL ) && ValidRow( nOutRow2, MAXROW ) ) in testSimpleMark()
179 if ( ValidCol( nOutCol1, MAXCOL ) ) in testSimpleMark()
185 if ( ValidCol( nOutCol2, MAXCOL ) ) in testSimpleMark()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/
H A Dmark_test.cxx156 if ( ValidCol( nOutCol1 ) && ValidRow( nOutRow1 ) ) in testSimpleMark()
159 if ( ValidCol( nOutCol2 ) && ValidRow( nOutRow2 ) ) in testSimpleMark()
165 if ( ValidCol( nOutCol1 ) ) in testSimpleMark()
171 if ( ValidCol( nOutCol2 ) ) in testSimpleMark()

123