Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/edit/
H A Dtexteng.cxx1944 sal_Int32 nTmpIndex = nIndex; in ImpPaint() local
1962 … aPos.setX( rStartPos.X() + ImpGetOutputOffset( nPara, &rLine, nTmpIndex, nTmpIndex+nL ) ); in ImpPaint()
1964 nTmpIndex = nTmpIndex + nL; in ImpPaint()
1968 sal_Int32 nL = nEnd - nTmpIndex; in ImpPaint()
1976 … aPos.setX( rStartPos.X() + ImpGetOutputOffset( nPara, &rLine, nTmpIndex, nTmpIndex+nL ) ); in ImpPaint()
1980 nTmpIndex = nTmpIndex + nL; in ImpPaint()
1984 if ( nTmpIndex < nEnd ) in ImpPaint()
1986 nL = nEnd-nTmpIndex; in ImpPaint()
1988 … aPos.setX( rStartPos.X() + ImpGetOutputOffset( nPara, &rLine, nTmpIndex, nTmpIndex+nL ) ); in ImpPaint()
1989 … pOutDev->DrawText( aPos, pPortion->GetNode()->GetText(), nTmpIndex, nEnd-nTmpIndex ); in ImpPaint()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/edit/
H A Dtexteng.cxx1946 sal_Int32 nTmpIndex = nIndex; in ImpPaint() local
1964 … aPos.setX( rStartPos.X() + ImpGetOutputOffset( nPara, &rLine, nTmpIndex, nTmpIndex+nL ) ); in ImpPaint()
1966 nTmpIndex = nTmpIndex + nL; in ImpPaint()
1970 sal_Int32 nL = nEnd - nTmpIndex; in ImpPaint()
1978 … aPos.setX( rStartPos.X() + ImpGetOutputOffset( nPara, &rLine, nTmpIndex, nTmpIndex+nL ) ); in ImpPaint()
1982 nTmpIndex = nTmpIndex + nL; in ImpPaint()
1986 if ( nTmpIndex < nEnd ) in ImpPaint()
1988 nL = nEnd-nTmpIndex; in ImpPaint()
1990 … aPos.setX( rStartPos.X() + ImpGetOutputOffset( nPara, &rLine, nTmpIndex, nTmpIndex+nL ) ); in ImpPaint()
1991 … pOutDev->DrawText( aPos, pPortion->GetNode()->GetText(), nTmpIndex, nEnd-nTmpIndex ); in ImpPaint()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dmetaact.cxx1080 sal_uInt16 nTmpIndex(0); in Read() local
1081 rIStm.ReadUInt16(nTmpIndex); in Read()
1082 mnIndex = nTmpIndex; in Read()
1188 sal_uInt16 nTmpIndex(0); in Read() local
1189 rIStm.ReadUInt16(nTmpIndex); in Read()
1190 mnIndex = nTmpIndex; in Read()
1308 sal_uInt16 nTmpIndex(0); in Read() local
1309 rIStm.ReadUInt16(nTmpIndex); in Read()
1310 mnIndex = nTmpIndex; in Read()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dmetaact.cxx1068 sal_uInt16 nTmpIndex(0); in Read() local
1069 rIStm.ReadUInt16(nTmpIndex); in Read()
1070 mnIndex = nTmpIndex; in Read()
1176 sal_uInt16 nTmpIndex(0); in Read() local
1177 rIStm.ReadUInt16(nTmpIndex); in Read()
1178 mnIndex = nTmpIndex; in Read()
1296 sal_uInt16 nTmpIndex(0); in Read() local
1297 rIStm.ReadUInt16(nTmpIndex); in Read()
1298 mnIndex = nTmpIndex; in Read()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/text/
H A Dtxtfly.cxx808 sal_uLong nTmpIndex = rNewA.GetContentAnchor()->nNode.GetIndex(); in GetTop() local
817 … if (FrameContainsNode(*m_pCurrFrame, nTmpIndex) || nTmpIndex < m_nCurrFrameNodeIndex) in GetTop()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/text/
H A Dtxtfly.cxx814 sal_uLong nTmpIndex = rNewA.GetContentAnchor()->nNode.GetIndex(); in GetTop() local
823 … if (FrameContainsNode(*m_pCurrFrame, nTmpIndex) || nTmpIndex < m_nCurrFrameNodeIndex) in GetTop()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/core/layout/
H A Dflowfrm.cxx399 … sal_uLong nTmpIndex = rFormat.GetAnchor().GetContentAnchor()->nNode.GetIndex(); in BwdMoveNecessary() local
424 if (nIndex < nTmpIndex && in BwdMoveNecessary()
426 !FrameContainsNode(static_cast<SwTextFrame&>(m_rThis), nTmpIndex))) in BwdMoveNecessary()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/core/layout/
H A Dflowfrm.cxx341 … sal_uLong nTmpIndex = rFormat.GetAnchor().GetContentAnchor()->nNode.GetIndex(); in BwdMoveNecessary() local
366 if (nIndex < nTmpIndex && in BwdMoveNecessary()
368 !FrameContainsNode(static_cast<SwTextFrame&>(m_rThis), nTmpIndex))) in BwdMoveNecessary()