Home
last modified time | relevance | path

Searched refs:rSI (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sw/source/core/text/
H A Ditradj.cxx140 nKashidas = rSI.KashidaJustify ( 0, 0, rItr.GetStart(), rItr.GetLength(), 0 ); in lcl_CheckKashidaPositions()
149 rSI.GetKashidaPositions ( nIdx, rItr.GetLength(), pKashidaPos ); in lcl_CheckKashidaPositions()
158 xub_StrLen nNextScript = rSI.NextScriptChg( nIdx ); in lcl_CheckKashidaPositions()
221 xub_StrLen nNextScript = rSI.NextScriptChg( nIdx ); in lcl_CheckKashidaWidth()
280 SwScriptInfo& rSI = GetInfo().GetParaPortion()->GetScriptInfo(); in CalcNewBlock() local
284 if ( rSI.CountKashida() ) in CalcNewBlock()
291 rSI.SetNoKashidaLine ( aItr.GetStart(), aItr.GetLength()); in CalcNewBlock()
295 rSI.ClearKashidaInvalid ( aItr.GetStart(), aItr.GetLength() ); in CalcNewBlock()
296 rSI.ClearNoKashidaLine( aItr.GetStart(), aItr.GetLength() ); in CalcNewBlock()
356 if( nGluePortion && rSI.CountKashida() && !bSkipKashida ) in CalcNewBlock()
[all …]
H A Dguess.cxx80 const SwScriptInfo& rSI = in Guess() local
84 rSI.CountCompChg() && in Guess()
130 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nMaxLen, in Guess()
175 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nCutPos - rInf.GetIdx(), in Guess()
186 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nMaxLen, nMaxComp, in Guess()
472 SwPosSize aTmpSize = rInf.GetTxtSize( &rSI, nCutPos, in Guess()
513 rInf.GetTxtSize( &rSI, rInf.GetIdx(), nPorLen, in Guess()
H A Ditrform2.cxx2039 const SwScriptInfo& rSI = GetInfo().GetParaPortion()->GetScriptInfo(); in CalcOptRepaint() local
2041 if( ::i18n::ScriptType::COMPLEX == rSI.ScriptType( nReformat ) ) in CalcOptRepaint()
2128 const SwScriptInfo& rSI = rInf.GetParaPortion()->GetScriptInfo(); in lcl_BuildHiddenPortion() local
2131 rSI.GetBoundsOfHiddenRange( rPos, nHiddenStart, nHiddenEnd ); in lcl_BuildHiddenPortion()
H A Dporfld.cxx238 const SwScriptInfo& rSI = rInf.GetParaPortion()->GetScriptInfo(); in CheckScript() local
242 rSI.GetDefaultDir() : in CheckScript()
243 rSI.DirType( IsFollow() ? rInf.GetIdx() - 1 : rInf.GetIdx() ); in CheckScript()
H A Dinftxt.cxx464 const SwScriptInfo& rSI = in GetTxtSize() local
470 rSI.CountCompChg() && in GetTxtSize()
475 SwDrawTextInfo aDrawInf( pVsh, *pOut, &rSI, *pTxt, nIdx, nLen ); in GetTxtSize()
H A Dpormulti.cxx880 SwScriptInfo& rSI = ((SwParaPortion*)GetParaPortion())->GetScriptInfo(); in GetMultiCreator() local
919 nNextLevel = rSI.DirType( rPos ); in GetMultiCreator()
923 rPos = bFldBidi ? rPos + 1 : rSI.NextDirChg( rPos, &nCurrLevel ); in GetMultiCreator()
/trunk/main/sw/source/filter/ww8/
H A Dww8par2.cxx4022 if (rSI.bColl) in PrepareStyle()
4064 if (rSI.pFmt && pj->pFmt && rSI.bColl == pj->bColl) in PrepareStyle()
4106 if ((rSI.nBase >= cstd || pIo->pCollA[rSI.nBase].bImportSkipped) && rSI.bColl) in PostStyle()
4129 if( rSI.bImported || !rSI.bValid ) in Import1Style()
4137 if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported ) in Import1Style()
4181 if( rSI.bImported || !rSI.bValid ) in RecursiveReg()
4184 rSI.bImported = true; in RecursiveReg()
4186 if( rSI.nBase < cstd && !pIo->pCollA[rSI.nBase].bImported ) in RecursiveReg()
4242 if (rSI.bValid) in ScanStyles()
4648 rSI.nBase = stcBase; in ImportOldFormatStyles()
[all …]
H A Dww8par2.hxx312 bool PrepareStyle(SwWW8StyInf &rSI, ww::sti eSti, sal_uInt16 nThisStyle, sal_uInt16 nNextStyle);
313 void PostStyle(SwWW8StyInf &rSI, bool bOldNoImp);
H A Dww8par5.cxx3368 const SwWW8StyInf& rSI = pCollA[nI]; in Read_F_Tox() local
3369 if (rSI.IsOutlineNumbered()) in Read_F_Tox()
3371 sal_uInt16 nStyleLevel = rSI.mnWW8OutlineLevel; in Read_F_Tox()
3372 … const SwNumFmt& rFmt = rSI.GetOutlineNumrule()->Get( nStyleLevel ); in Read_F_Tox()
H A Dww8par.cxx5218 SwWW8StyInf& rSI = pCollA[nI]; in SetOutlineStyles() local
5220 if ( !rSI.IsWW8BuiltInHeadingStyle() in SetOutlineStyles()
5221 || !rSI.HasWW8OutlineLevel() ) in SetOutlineStyles()
5226 aWW8BuiltInHeadingStyles.push_back( &rSI ); in SetOutlineStyles()
5228 const SwNumRule* pWW8ListStyle = rSI.GetOutlineNumrule(); in SetOutlineStyles()
H A Dww8par6.cxx5078 SwWW8StyInf& rSI = pCollA[nAktColl]; in Read_ApoPPC() local
5079 WW8FlyPara* pFly = rSI.pWWFly ? rSI.pWWFly : new WW8FlyPara(bVer67); in Read_ApoPPC()

Completed in 139 milliseconds