Lines Matching refs:SwScriptInfo

735 SwScriptInfo::SwScriptInfo() :  in SwScriptInfo()  function in SwScriptInfo
744 SwScriptInfo::~SwScriptInfo() in ~SwScriptInfo()
754 sal_uInt8 SwScriptInfo::WhichFont( xub_StrLen nIdx, const String* pTxt, const SwScriptInfo* pSI ) in WhichFont()
782 void SwScriptInfo::InitScriptInfo( const SwTxtNode& rNode ) in InitScriptInfo()
787 void SwScriptInfo::InitScriptInfo( const SwTxtNode& rNode, sal_Bool bRTL ) in InitScriptInfo()
1399 void SwScriptInfo::UpdateBidiInfo( const String& rTxt ) in UpdateBidiInfo()
1444 xub_StrLen SwScriptInfo::NextScriptChg( const xub_StrLen nPos ) const in NextScriptChg()
1461 sal_uInt8 SwScriptInfo::ScriptType( const xub_StrLen nPos ) const in ScriptType()
1474 xub_StrLen SwScriptInfo::NextDirChg( const xub_StrLen nPos, in NextDirChg()
1489 sal_uInt8 SwScriptInfo::DirType( const xub_StrLen nPos ) const in DirType()
1506 sal_uInt16 SwScriptInfo::MaskHiddenRanges( const SwTxtNode& rNode, XubString& rText, in MaskHiddenRanges()
1546 void SwScriptInfo::DeleteHiddenRanges( SwTxtNode& rNode ) in DeleteHiddenRanges()
1569 bool SwScriptInfo::GetBoundsOfHiddenRange( const SwTxtNode& rNode, xub_StrLen nPos, in GetBoundsOfHiddenRange()
1602 const SwScriptInfo* pSI = SwScriptInfo::GetScriptInfo( rNode ); in GetBoundsOfHiddenRange()
1619 SwScriptInfo::CalcHiddenRanges( rNode, aHiddenMulti ); in GetBoundsOfHiddenRange()
1657 bool SwScriptInfo::GetBoundsOfHiddenRange( xub_StrLen nPos, xub_StrLen& rnStartPos, in GetBoundsOfHiddenRange()
1695 bool SwScriptInfo::IsInHiddenRange( const SwTxtNode& rNode, xub_StrLen nPos ) in IsInHiddenRange()
1699 SwScriptInfo::GetBoundsOfHiddenRange( rNode, nPos, nStartPos, nEndPos ); in IsInHiddenRange()
1710 sal_uInt8 SwScriptInfo::CompType( const xub_StrLen nPos ) const in CompType()
1733 sal_uInt16 SwScriptInfo::HasKana( xub_StrLen nStart, const xub_StrLen nLen ) const in HasKana()
1757 long SwScriptInfo::Compress( sal_Int32* pKernArray, xub_StrLen nIdx, xub_StrLen nLen, in Compress()
1812 ASSERT( SwScriptInfo::NONE != nType, "None compression?!" ); in Compress()
1819 if( SwScriptInfo::KANA != nType ) in Compress()
1822 if( pPoint && SwScriptInfo::SPECIAL_LEFT == nType ) in Compress()
1878 sal_uInt16 SwScriptInfo::KashidaJustify( sal_Int32* pKernArray, in KashidaJustify()
1968 sal_Bool SwScriptInfo::IsArabicText( const XubString& rTxt, xub_StrLen nStt, xub_StrLen nLen ) in IsArabicText()
2008 sal_Bool SwScriptInfo::IsKashidaValid ( xub_StrLen nKashPos ) const in IsKashidaValid()
2022 void SwScriptInfo::ClearKashidaInvalid ( xub_StrLen nKashPos ) in ClearKashidaInvalid()
2043 bool SwScriptInfo::MarkOrClearKashidaInvalid ( xub_StrLen nStt, xub_StrLen nLen, bool bMark, xub_St… in MarkOrClearKashidaInvalid()
2082 void SwScriptInfo::MarkKashidaInvalid ( xub_StrLen nKashPos ) in MarkKashidaInvalid()
2091 sal_uInt16 SwScriptInfo::GetKashidaPositions ( xub_StrLen nStt, xub_StrLen nLen, in GetKashidaPositions()
2119 void SwScriptInfo::SetNoKashidaLine ( xub_StrLen nStt, xub_StrLen nLen ) in SetNoKashidaLine()
2130 bool SwScriptInfo::IsKashidaLine ( xub_StrLen nCharIdx ) const in IsKashidaLine()
2143 void SwScriptInfo::ClearNoKashidaLine ( xub_StrLen nStt, xub_StrLen nLen ) in ClearNoKashidaLine()
2162 bool SwScriptInfo::MarkKashidasInvalid ( xub_StrLen nCnt, xub_StrLen* pKashidaPositions ) in MarkKashidasInvalid()
2192 sal_uInt16 SwScriptInfo::ThaiJustify( const XubString& rTxt, sal_Int32* pKernArray, in ThaiJustify()
2234 SwScriptInfo* SwScriptInfo::GetScriptInfo( const SwTxtNode& rTNd, in GetScriptInfo()
2238 SwScriptInfo* pScriptInfo = 0; in GetScriptInfo()
2242 pScriptInfo = (SwScriptInfo*)pLast->GetScriptInfo(); in GetScriptInfo()
2379 void SwScriptInfo::CalcHiddenRanges( const SwTxtNode& rNode, MultiSelection& rHiddenMulti ) in CalcHiddenRanges()