Home
last modified time | relevance | path

Searched refs:nInsertCount (Results 1 – 12 of 12) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdetc.cxx436 void SvdProgressInfo::ReportInserts( size_t nInsertCount ) in ReportInserts() argument
438 m_nSumCurAction += nInsertCount; in ReportInserts()
439 m_nCurInsert += nInsertCount; in ReportInserts()
455 void SvdProgressInfo::SetInsertCount( size_t nInsertCount ) in SetInsertCount() argument
457 m_nInsertCount = nInsertCount; in SetInsertCount()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdetc.cxx475 void SvdProgressInfo::ReportInserts( size_t nInsertCount ) in ReportInserts() argument
477 m_nSumCurAction += nInsertCount; in ReportInserts()
478 m_nCurInsert += nInsertCount; in ReportInserts()
494 void SvdProgressInfo::SetInsertCount( size_t nInsertCount ) in SetInsertCount() argument
496 m_nInsertCount = nInsertCount; in SetInsertCount()
/dports/editors/libreoffice/libreoffice-7.2.6.2/include/svx/
H A Dsvdetc.hxx138 void ReportInserts( size_t nInsertCount );
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svx/
H A Dsvdetc.hxx138 void ReportInserts( size_t nInsertCount );
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dundodat.hxx382 SCSIZE nInsertCount; member in ScUndoConsolidate
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dundodat.hxx383 SCSIZE const nInsertCount; member in ScUndoConsolidate
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Ddocsh5.cxx572 SCROW nInsertCount = aData.GetInsertCount(); in DoConsolidate() local
600 … true, nInsertCount, std::move(pUndoTab), std::move(pUndoData) ) ); in DoConsolidate()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Ddocsh5.cxx574 SCROW nInsertCount = aData.GetInsertCount(); in DoConsolidate() local
602 … true, nInsertCount, std::move(pUndoTab), std::move(pUndoData) ) ); in DoConsolidate()
/dports/editors/libreoffice/libreoffice-7.2.6.2/tools/source/generic/
H A Dpoly.cxx1555 const sal_uInt16 nInsertCount = rPoly.mpImplPolygon->mnPoints; in Insert() local
1557 if( nInsertCount ) in Insert()
1565 mpImplPolygon->ImplSplit( nPos, nInsertCount, rPoly.mpImplPolygon.get() ); in Insert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/tools/source/generic/
H A Dpoly.cxx1531 const sal_uInt16 nInsertCount = rPoly.mpImplPolygon->mnPoints; in Insert() local
1533 if( nInsertCount ) in Insert()
1541 mpImplPolygon->ImplSplit( nPos, nInsertCount, rPoly.mpImplPolygon.get() ); in Insert()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dundodat.cxx1528 , nInsertCount(nInsCount) in ScUndoConsolidate()
1552 rDoc.DeleteRow( 0,nTab, rDoc.MaxCol(),nTab, aDestArea.nRowStart, nInsertCount ); in Undo()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dundodat.cxx1557 , nInsertCount(nInsCount) in ScUndoConsolidate()
1581 rDoc.DeleteRow( 0,nTab, rDoc.MaxCol(),nTab, aDestArea.nRowStart, nInsertCount ); in Undo()