Home
last modified time | relevance | path

Searched refs:nAttrPos (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/txtnode/
H A Dtxatritr.cxx92 nAttrPos( 0 ), in SwLanguageIterator()
118 const size_t nSavePos = nAttrPos; in Next()
127 nAttrPos = nSavePos; in Next()
165 nAttrPos = 0; // must be restart at the beginning, because in SearchNextChg()
189 for( ; nAttrPos < pHts->Count(); ++nAttrPos ) in SearchNextChg()
191 const SwTextAttr* pHt = pHts->Get( nAttrPos ); in SearchNextChg()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dtxatritr.hxx57 size_t nAttrPos; member in SwLanguageIterator
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/html/
H A Dhtmlatr.cxx2298 size_t nAttrPos = 0; in OutHTML_SwTextNode() local
2308 nAttrPos++; in OutHTML_SwTextNode()
2341 } while( nAttrPos < nCntAttr && nStrPos > in OutHTML_SwTextNode()
2342 ( pHt = pNd->GetSwpHints().Get( nAttrPos ) )->GetStart() ); in OutHTML_SwTextNode()
2369 if (nAttrPos < nCntAttr && pHt->GetStart() == nStrPos) in OutHTML_SwTextNode()
2405 } while( ++nAttrPos < nCntAttr && nStrPos == in OutHTML_SwTextNode()
2406 ( pHt = pNd->GetSwpHints().Get( nAttrPos ) )->GetStart() ); in OutHTML_SwTextNode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/html/
H A Dhtmlatr.cxx2299 size_t nAttrPos = 0; in OutHTML_SwTextNode() local
2309 nAttrPos++; in OutHTML_SwTextNode()
2342 } while( nAttrPos < nCntAttr && nStrPos > in OutHTML_SwTextNode()
2343 ( pHt = pNd->GetSwpHints().Get( nAttrPos ) )->GetStart() ); in OutHTML_SwTextNode()
2370 if (nAttrPos < nCntAttr && pHt->GetStart() == nStrPos) in OutHTML_SwTextNode()
2406 } while( ++nAttrPos < nCntAttr && nStrPos == in OutHTML_SwTextNode()
2407 ( pHt = pNd->GetSwpHints().Get( nAttrPos ) )->GetStart() ); in OutHTML_SwTextNode()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/filter/excel/
H A Dxeformula.cxx443 void UpdateAttrGoto( sal_uInt16 nAttrPos );
2533 void XclExpFmlaCompImpl::UpdateAttrGoto( sal_uInt16 nAttrPos ) in UpdateAttrGoto() argument
2540 Overwrite( nAttrPos + 2, static_cast< sal_uInt16 >( GetSize() - nAttrPos - 5 ) ); in UpdateAttrGoto()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/filter/excel/
H A Dxeformula.cxx442 void UpdateAttrGoto( sal_uInt16 nAttrPos );
2504 void XclExpFmlaCompImpl::UpdateAttrGoto( sal_uInt16 nAttrPos ) in UpdateAttrGoto() argument
2511 Overwrite( nAttrPos + 2, static_cast< sal_uInt16 >( GetSize() - nAttrPos - 5 ) ); in UpdateAttrGoto()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocument.cxx5525 SCROW nAttrPos = nOldRow; in ExtendOverlapped() local
5526 while (nAttrPos<=nEndRow) in ExtendOverlapped()
5539 for (SCROW nAttrRow = nAttrPos; nAttrRow <= nLoopEndRow; nAttrRow++) in ExtendOverlapped()
5551 nAttrPos = pAttrArray->mvData[nIndex].nEndRow + 1; in ExtendOverlapped()
5555 nAttrPos = MaxRow() + 1; in ExtendOverlapped()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocument.cxx5482 SCROW nAttrPos = nOldRow; in ExtendOverlapped() local
5483 while (nAttrPos<=nEndRow) in ExtendOverlapped()
5496 for (SCROW nAttrRow = nAttrPos; nAttrRow <= nLoopEndRow; nAttrRow++) in ExtendOverlapped()
5508 nAttrPos = pAttrArray->mvData[nIndex].nEndRow + 1; in ExtendOverlapped()
5512 nAttrPos = MaxRow() + 1; in ExtendOverlapped()