Lines Matching refs:nCnt
139 inline xub_StrLen GetScriptChg( const size_t nCnt ) const;
140 inline sal_uInt8 GetScriptType( const sal_uInt16 nCnt ) const;
143 inline xub_StrLen GetDirChg( const size_t nCnt ) const;
144 inline sal_uInt8 GetDirType( const size_t nCnt ) const;
147 inline xub_StrLen GetKashida( const size_t nCnt ) const;
150 inline xub_StrLen GetCompStart( const size_t nCnt ) const;
151 inline xub_StrLen GetCompLen( const size_t nCnt ) const;
152 inline sal_uInt8 GetCompType( const size_t nCnt ) const;
155 inline xub_StrLen GetHiddenChg( const size_t nCnt ) const;
278 bool MarkKashidasInvalid ( xub_StrLen nCnt, xub_StrLen* pKashidaPositions );
283 inline bool MarkKashidasInvalid ( xub_StrLen nCnt, xub_StrLen nStt, xub_StrLen nLen ) in MarkKashidasInvalid() argument
284 { return MarkOrClearKashidaInvalid( nStt, nLen, true, nCnt ); } in MarkKashidasInvalid()
356 inline xub_StrLen SwScriptInfo::GetScriptChg( const size_t nCnt ) const in GetScriptChg()
358 ASSERT( nCnt < aScriptChg.size(),"No ScriptChange today!"); in GetScriptChg()
359 return aScriptChg[ nCnt ]; in GetScriptChg()
361 inline sal_uInt8 SwScriptInfo::GetScriptType( const xub_StrLen nCnt ) const in GetScriptType()
363 ASSERT( nCnt < aScriptType.size(),"No ScriptType today!"); in GetScriptType()
364 return aScriptType[ nCnt ]; in GetScriptType()
368 inline xub_StrLen SwScriptInfo::GetDirChg( const size_t nCnt ) const in GetDirChg()
370 ASSERT( nCnt < aDirChg.size(),"No DirChange today!"); in GetDirChg()
371 return aDirChg[ nCnt ]; in GetDirChg()
373 inline sal_uInt8 SwScriptInfo::GetDirType( const size_t nCnt ) const in GetDirType()
375 ASSERT( nCnt < aDirType.size(),"No DirType today!"); in GetDirType()
376 return aDirType[ nCnt ]; in GetDirType()
380 inline xub_StrLen SwScriptInfo::GetKashida( const size_t nCnt ) const in GetKashida()
382 ASSERT( nCnt < aKashida.size(),"No Kashidas today!"); in GetKashida()
383 return aKashida[ nCnt ]; in GetKashida()
387 inline xub_StrLen SwScriptInfo::GetCompStart( const size_t nCnt ) const in GetCompStart()
389 ASSERT( nCnt < aCompChg.size(),"No CompressionStart today!"); in GetCompStart()
390 return aCompChg[ nCnt ]; in GetCompStart()
392 inline xub_StrLen SwScriptInfo::GetCompLen( const size_t nCnt ) const in GetCompLen()
394 ASSERT( nCnt < aCompLen.size(),"No CompressionLen today!"); in GetCompLen()
395 return aCompLen[ nCnt ]; in GetCompLen()
398 inline sal_uInt8 SwScriptInfo::GetCompType( const size_t nCnt ) const in GetCompType()
400 ASSERT( nCnt < aCompType.size(),"No CompressionType today!"); in GetCompType()
401 return aCompType[ nCnt ]; in GetCompType()
405 inline xub_StrLen SwScriptInfo::GetHiddenChg( const size_t nCnt ) const in GetHiddenChg()
407 ASSERT( nCnt < aHiddenChg.size(),"No HiddenChg today!"); in GetHiddenChg()
408 return aHiddenChg[ nCnt ]; in GetHiddenChg()