Home
last modified time | relevance | path

Searched refs:nSpaceIdx (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/text/
H A Ditrcrsr.cxx559 MSHORT nSpaceIdx = 0; in _GetCharRect() local
590 if ( ++nSpaceIdx < pCurr->GetLLSpaceAddCount() ) in _GetCharRect()
591 nSpaceAdd = pCurr->GetLLSpaceAdd( nSpaceIdx ); in _GetCharRect()
608 if ( ++nSpaceIdx < pCurr->GetLLSpaceAddCount() ) in _GetCharRect()
609 nSpaceAdd = pCurr->GetLLSpaceAdd( nSpaceIdx ); in _GetCharRect()
1023 if ( ++nSpaceIdx < pCurr->GetLLSpaceAddCount() ) in _GetCharRect()
1324 MSHORT nSpaceIdx = 0; in GetCrsrOfst() local
1346 if ( ++nSpaceIdx < pCurr->GetLLSpaceAddCount() ) in GetCrsrOfst()
1347 nSpaceAdd = pCurr->GetLLSpaceAdd( nSpaceIdx ); in GetCrsrOfst()
1391 if ( ++nSpaceIdx < pCurr->GetLLSpaceAddCount() ) in GetCrsrOfst()
[all …]
H A Ditradj.cxx277 MSHORT nSpaceIdx = 0; in CalcNewBlock() local
332 if ( nSpaceIdx == pCurrent->GetLLSpaceAddCount() ) in CalcNewBlock()
333 pCurrent->SetLLSpaceAdd( 0, nSpaceIdx ); in CalcNewBlock()
335 nSpaceIdx++; in CalcNewBlock()
349 if ( nSpaceIdx == pCurrent->GetLLSpaceAddCount() ) in CalcNewBlock()
350 pCurrent->SetLLSpaceAdd( 0, nSpaceIdx ); in CalcNewBlock()
389 pCurrent->SetLLSpaceAdd( nSpaceAdd , nSpaceIdx ); in CalcNewBlock()
395 pCurrent->SetLLSpaceAdd( nSpaceAdd, nSpaceIdx ); in CalcNewBlock()
399 nSpaceIdx++; in CalcNewBlock()
409 pCurrent->SetLLSpaceAdd( 0, nSpaceIdx ); in CalcNewBlock()
H A Dinftxt.hxx411 MSHORT nSpaceIdx; member in SwTxtPaintInfo
493 inline MSHORT GetSpaceIdx() const { return nSpaceIdx; } in GetSpaceIdx()
494 inline void ResetSpaceIdx(){nSpaceIdx = 0; } in ResetSpaceIdx()
495 inline void SetSpaceIdx( MSHORT nNew ) { nSpaceIdx = nNew; } in SetSpaceIdx()
496 inline void IncSpaceIdx() { ++nSpaceIdx; } in IncSpaceIdx()
499 { return ( pSpaceAdd && nSpaceIdx < pSpaceAdd->size() ) in GetSpaceAdd()
500 ? (*pSpaceAdd)[nSpaceIdx] : 0; } in GetSpaceAdd()
H A Dinftxt.cxx557 nSpaceIdx = 0; in CtorInitTxtPaintInfo()
580 nSpaceIdx( rInf.GetSpaceIdx() ) in SwTxtPaintInfo()
593 nSpaceIdx( rInf.GetSpaceIdx() ) in SwTxtPaintInfo()

Completed in 44 milliseconds