Searched refs:nKashPos (Results 1 – 3 of 3) sorted by relevance
114 sal_Bool IsKashidaValid ( xub_StrLen nKashPos ) const;115 void MarkKashidaInvalid ( xub_StrLen nKashPos );116 void ClearKashidaInvalid ( xub_StrLen nKashPos );
2605 int nKashPos = -1; local2611 nKashPos = i;2626 if( i == nKashPos )2633 mpJustifications[ nKashPos ] += nSpaceAdded;2638 long nSpaceAdded = mpJustifications[ nKashPos ] - mpGlyphAdvances[ nKashPos ];2647 if( i == nKashPos )2653 mpJustifications [ nKashPos ] += nSteal;2668 mpJustifications [ nKashPos ] += nSpaceMissing;2677 mpJustifications [ nKashPos ] += nSpaceMissing;2682 mpJustifications [ nKashPos ] += nSpaceMissing;
2008 sal_Bool SwScriptInfo::IsKashidaValid ( xub_StrLen nKashPos ) const in IsKashidaValid()2012 if ( aKashidaInvalid [ i ] == nKashPos ) in IsKashidaValid()2022 void SwScriptInfo::ClearKashidaInvalid ( xub_StrLen nKashPos ) in ClearKashidaInvalid() argument2026 if ( aKashidaInvalid [ i ] == nKashPos ) in ClearKashidaInvalid()2082 void SwScriptInfo::MarkKashidaInvalid ( xub_StrLen nKashPos ) in MarkKashidaInvalid() argument2084 aKashidaInvalid.push_back( nKashPos ); in MarkKashidaInvalid()
Completed in 28 milliseconds