Home
last modified time | relevance | path

Searched refs:nNextScriptChg (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sw/source/core/text/
H A Dporfld.cxx85 : aExpand(rExpand), pFnt(pFont), nNextOffset(0), nNextScriptChg(STRING_LEN), nViewWidth(0), in SwFldPortion()
97 nNextScriptChg( rFld.GetNextScriptChg() ), in SwFldPortion()
224nNextScriptChg = (xub_StrLen)pBreakIt->GetBreakIter()->endOfScript( aTxt, nChg, nScript ); in CheckScript()
226 nNextScriptChg = aTxt.Len(); in CheckScript()
255 nNextScriptChg = Min( nNextScriptChg, nNextDirChg ); in CheckScript()
315 if ( nNextScriptChg < nFullLen ) in Format()
317 nFullLen = nNextScriptChg; in Format()
H A Dporfld.hxx46 xub_StrLen nNextScriptChg; member in SwFldPortion
104 inline xub_StrLen GetNextScriptChg() const { return nNextScriptChg; } in GetNextScriptChg()
105 inline void SetNextScriptChg( xub_StrLen nNew ) { nNextScriptChg = nNew; } in SetNextScriptChg()

Completed in 19 milliseconds