Lines Matching refs:SwScriptInfo

94 class SwScriptInfo  class
123 SwScriptInfo();
124 ~SwScriptInfo();
344 static SwScriptInfo* GetScriptInfo( const SwTxtNode& rNode,
347 static sal_uInt8 WhichFont( xub_StrLen nIdx, const String* pTxt, const SwScriptInfo* pSI );
350 inline void SwScriptInfo::SetInvalidity( const xub_StrLen nPos ) in SetInvalidity()
355 inline size_t SwScriptInfo::CountScriptChg() const { return aScriptChg.size(); } in CountScriptChg()
356 inline xub_StrLen SwScriptInfo::GetScriptChg( const size_t nCnt ) const in GetScriptChg()
361 inline sal_uInt8 SwScriptInfo::GetScriptType( const xub_StrLen nCnt ) const in GetScriptType()
367 inline size_t SwScriptInfo::CountDirChg() const { return aDirChg.size(); } in CountDirChg()
368 inline xub_StrLen SwScriptInfo::GetDirChg( const size_t nCnt ) const in GetDirChg()
373 inline sal_uInt8 SwScriptInfo::GetDirType( const size_t nCnt ) const in GetDirType()
379 inline size_t SwScriptInfo::CountKashida() const { return aKashida.size(); } in CountKashida()
380 inline xub_StrLen SwScriptInfo::GetKashida( const size_t nCnt ) const in GetKashida()
386 inline size_t SwScriptInfo::CountCompChg() const { return aCompChg.size(); }; in CountCompChg()
387 inline xub_StrLen SwScriptInfo::GetCompStart( const size_t nCnt ) const in GetCompStart()
392 inline xub_StrLen SwScriptInfo::GetCompLen( const size_t nCnt ) const in GetCompLen()
398 inline sal_uInt8 SwScriptInfo::GetCompType( const size_t nCnt ) const in GetCompType()
404 inline size_t SwScriptInfo::CountHiddenChg() const { return aHiddenChg.size(); }; in CountHiddenChg()
405 inline xub_StrLen SwScriptInfo::GetHiddenChg( const size_t nCnt ) const in GetHiddenChg()