/trunk/main/sw/source/core/txtnode/ |
H A D | fntcache.cxx | 1136 pSI && pSI->CountCompChg() && in DrawText() 1309 pSI && pSI->CountCompChg() && in DrawText() 1342 if ( pSI && pSI->CountKashida() && in DrawText() 1527 const SwScriptInfo* pSI = rInf.GetScriptInfo(); in DrawText() local 1531 pSI && pSI->CountCompChg() && in DrawText() 1567 if ( pSI && pSI->CountKashida() && in DrawText() 2137 const SwScriptInfo* pSI = rInf.GetScriptInfo(); in GetCrsrOfst() local 2144 pSI && pSI->CountCompChg() && in GetCrsrOfst() 2176 if ( pSI && pSI->CountKashida() && in GetCrsrOfst() 2315 if ( pSI ) in GetCrsrOfst() [all …]
|
H A D | swfont.cxx | 940 const SwScriptInfo* pSI = rInf.GetScriptInfo(); in _DrawText() local 947 ( nTmp + 1 < rOldStr.Len() && pSI && in _DrawText() 948 i18n::ScriptType::ASIAN == pSI->ScriptType( nTmp + 1 ) ) ) in _DrawText()
|
/trunk/main/sw/source/core/text/ |
H A D | portxt.cxx | 72 const SwScriptInfo* pSI = 0; in lcl_AddSpace() local 85 pSI = &((SwParaPortion*)rInf.GetParaPortion())->GetScriptInfo(); in lcl_AddSpace() 94 if ( pSI ) in lcl_AddSpace() 95 nScript = pSI->ScriptType( nPos ); in lcl_AddSpace() 131 if ( nEnd > nPos && pSI && COMPLEX == nScript ) in lcl_AddSpace() 133 if ( SwScriptInfo::IsArabicText( *pStr, nPos, nEnd - nPos ) && pSI->CountKashida() ) in lcl_AddSpace() 135 const sal_uInt16 nKashRes = pSI->KashidaJustify( 0, 0, nPos, nEnd - nPos ); in lcl_AddSpace() 170 LATIN == nScript && ( nEnd == nPos + 1 ) && pSI && in lcl_AddSpace() 172 pSI->ScriptType( nPos + 1 ) ) && in lcl_AddSpace()
|
H A D | inftxt.hxx | 299 SwPosSize GetTxtSize( OutputDevice* pOut, const SwScriptInfo* pSI, 303 void GetTxtSize( const SwScriptInfo* pSI, const xub_StrLen nIdx, 306 inline SwPosSize GetTxtSize( const SwScriptInfo* pSI, const xub_StrLen nIdx, 826 inline SwPosSize SwTxtSizeInfo::GetTxtSize( const SwScriptInfo* pSI, in GetTxtSize() argument 831 return GetTxtSize( pOut, pSI, *pTxt, nNewIdx, nNewLen, nCompress ); in GetTxtSize()
|
H A D | inftxt.cxx | 443 const SwScriptInfo* pSI, in GetTxtSize() argument 449 SwDrawTextInfo aDrawInf( pVsh, *pOutDev, pSI, rTxt, nIndex, nLength ); in GetTxtSize() 487 void SwTxtSizeInfo::GetTxtSize( const SwScriptInfo* pSI, const xub_StrLen nIndex, in GetTxtSize() argument 491 SwDrawTextInfo aDrawInf( pVsh, *pOut, pSI, *pTxt, nIndex, nLength ); in GetTxtSize() 689 SwScriptInfo* pSI = 0; in _DrawText() local 691 pSI = &GetParaPortion()->GetScriptInfo(); in _DrawText() 707 SwDrawTextInfo aDrawInf( pFrm->getRootFrm()->GetCurrShell(), *pOut, pSI, rText, nStart, nLength, in _DrawText()
|
H A D | porlay.cxx | 754 sal_uInt8 SwScriptInfo::WhichFont( xub_StrLen nIdx, const String* pTxt, const SwScriptInfo* pSI ) in WhichFont() argument 756 ASSERT( pTxt || pSI,"How should I determine the script type?" ); in WhichFont() 760 if ( pSI ) in WhichFont() 761 nScript = pSI->ScriptType( nIdx ); in WhichFont() 1602 const SwScriptInfo* pSI = SwScriptInfo::GetScriptInfo( rNode ); in GetBoundsOfHiddenRange() local 1603 if ( pSI ) in GetBoundsOfHiddenRange() 1608 bNewContainsHiddenChars = pSI->GetBoundsOfHiddenRange( nPos, rnStartPos, rnEndPos, pList ); in GetBoundsOfHiddenRange()
|
/trunk/main/sw/source/filter/ww8/ |
H A D | ww8par6.cxx | 2878 SwWW8StyInf* pSI = GetStyle( nAktColl ); in Read_POutLvl() local 2879 if ( pSI != NULL ) in Read_POutLvl() 2881 pSI->mnWW8OutlineLevel = in Read_POutLvl() 2990 SwWW8StyInf* pSI = GetStyle(nAktColl); in Read_BoldUsw() local 2996 pSI = GetStyle(SVBT16ToShort(pCharIstd)); in Read_BoldUsw() 3001 if (pSI) in Read_BoldUsw() 3006 (pCollA[pSI->nBase].n81Flags & nMask) in Read_BoldUsw() 3024 if (pSI && pSI->n81Flags & nMask) // und in StyleDef an ? in Read_BoldUsw() 3080 SwWW8StyInf* pSI = GetStyle(nAktColl); in Read_BoldBiDiUsw() local 3091 if (pSI) in Read_BoldBiDiUsw() [all …]
|
H A D | wrtww8gr.cxx | 561 const SvxShadowItem* pSI = in WritePICFHeader() local 563 if (pSI) in WritePICFHeader() 565 bShadow = (pSI->GetLocation() != SVX_SHADOW_NONE) && in WritePICFHeader() 566 (pSI->GetWidth() != 0); in WritePICFHeader()
|
H A D | wrtw8esh.cxx | 2000 const SvxShadowItem* pSI = (const SvxShadowItem*)pShadItem; in WriteFlyFrameAttr() local 2005 sal_uInt32 nColor = (sal_uInt32)(pSI->GetColor().GetColor()) ; in WriteFlyFrameAttr() 2006 sal_uInt32 nOffX = pSI->GetWidth() * nCstScale; in WriteFlyFrameAttr() 2007 sal_uInt32 nOffY = pSI->GetWidth() * nCstScale; in WriteFlyFrameAttr() 2010 SvxShadowLocation eLocation = pSI->GetLocation(); in WriteFlyFrameAttr() 2011 if( (eLocation!=SVX_SHADOW_NONE) && (pSI->GetWidth()!=0) ) in WriteFlyFrameAttr()
|
/trunk/main/sw/source/core/edit/ |
H A D | editsh.cxx | 143 SwScriptInfo* pSI = SwScriptInfo::GetScriptInfo( ((SwTxtNode&)rNode), in Insert2() local 147 if ( ! pSI ) in Insert2() 161 if ( STRING_LEN != pSI->GetInvalidity() ) in Insert2() 162 pSI->InitScriptInfo( (SwTxtNode&)rNode ); in Insert2() 163 nLevel = pSI->DirType( nPrevPos ); in Insert2()
|
/trunk/main/sw/source/core/crsr/ |
H A D | swcrsr.cxx | 1641 const SwScriptInfo* pSI = SwScriptInfo::GetScriptInfo( rTNd ); in DoSetBidiLevelLeftRight() local 1642 if ( pSI ) in DoSetBidiLevelLeftRight() 1647 SetCrsrBidiLevel( pSI->DirType( nMoveOverPos ) ); in DoSetBidiLevelLeftRight() 1791 const SwScriptInfo* pSI = in DoSetBidiLevelUpDown() local 1793 if ( pSI ) in DoSetBidiLevelUpDown() 1800 const sal_uInt8 nCurrLevel = pSI->DirType( nPos ); in DoSetBidiLevelUpDown() 1801 const sal_uInt8 nPrevLevel = pSI->DirType( nPos - 1 ); in DoSetBidiLevelUpDown()
|
H A D | viscrs.cxx | 460 const SwScriptInfo* pSI = ((SwTxtFrm*)pFrm)->GetScriptInfo(); in _SetPosAndShow() local 462 if ( pSI && pSI->CountDirChg() > 1 ) in _SetPosAndShow()
|
/trunk/main/sw/source/core/inc/ |
H A D | drawfont.hxx | 112 SwDrawTextInfo( ViewShell *pS, OutputDevice &rO, const SwScriptInfo* pSI, in SwDrawTextInfo() argument 119 pScriptInfo = pSI; in SwDrawTextInfo()
|
H A D | scriptinfo.hxx | 347 static sal_uInt8 WhichFont( xub_StrLen nIdx, const String* pTxt, const SwScriptInfo* pSI );
|