Searched refs:nNextScriptChg (Results 1 – 2 of 2) sorted by relevance
86 : aExpand(rExpand), pFnt(pFont), nNextOffset(0), nNextScriptChg(STRING_LEN), nViewWidth(0), in SwFldPortion()98 nNextScriptChg( rFld.GetNextScriptChg() ), in SwFldPortion()225 … nNextScriptChg = (xub_StrLen)pBreakIt->GetBreakIter()->endOfScript( aTxt, nChg, nScript ); in CheckScript()227 nNextScriptChg = aTxt.Len(); in CheckScript()256 nNextScriptChg = Min( nNextScriptChg, nNextDirChg ); in CheckScript()316 if ( nNextScriptChg < nFullLen ) in Format()318 nFullLen = nNextScriptChg; in Format()
46 xub_StrLen nNextScriptChg; member in SwFldPortion104 inline xub_StrLen GetNextScriptChg() const { return nNextScriptChg; } in GetNextScriptChg()105 inline void SetNextScriptChg( xub_StrLen nNew ) { nNextScriptChg = nNew; } in SetNextScriptChg()
Completed in 19 milliseconds