Home
last modified time | relevance | path

Searched refs:nKashPos (Results 1 – 3 of 3) sorted by path

/trunk/main/sw/source/core/inc/
H A Dscriptinfo.hxx114 sal_Bool IsKashidaValid ( xub_StrLen nKashPos ) const;
115 void MarkKashidaInvalid ( xub_StrLen nKashPos );
116 void ClearKashidaInvalid ( xub_StrLen nKashPos );
/trunk/main/sw/source/core/text/
H A Dporlay.cxx2008 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() argument
2026 if ( aKashidaInvalid [ i ] == nKashPos ) in ClearKashidaInvalid()
2082 void SwScriptInfo::MarkKashidaInvalid ( xub_StrLen nKashPos ) in MarkKashidaInvalid() argument
2084 aKashidaInvalid.push_back( nKashPos ); in MarkKashidaInvalid()
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx2605 int nKashPos = -1; local
2611 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;

Completed in 42 milliseconds