Searched refs:nSpaceIdx (Results 1 – 4 of 4) sorted by relevance
559 MSHORT nSpaceIdx = 0; in _GetCharRect() local590 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() local1346 if ( ++nSpaceIdx < pCurr->GetLLSpaceAddCount() ) in GetCrsrOfst()1347 nSpaceAdd = pCurr->GetLLSpaceAdd( nSpaceIdx ); in GetCrsrOfst()1391 if ( ++nSpaceIdx < pCurr->GetLLSpaceAddCount() ) in GetCrsrOfst()[all …]
277 MSHORT nSpaceIdx = 0; in CalcNewBlock() local332 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()
411 MSHORT nSpaceIdx; member in SwTxtPaintInfo493 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()
557 nSpaceIdx = 0; in CtorInitTxtPaintInfo()580 nSpaceIdx( rInf.GetSpaceIdx() ) in SwTxtPaintInfo()593 nSpaceIdx( rInf.GetSpaceIdx() ) in SwTxtPaintInfo()
Completed in 52 milliseconds