Searched refs:nPropFont (Results 1 – 3 of 3) sorted by relevance
/aoo41x/main/sw/source/core/text/ |
H A D | itratr.hxx | 66 sal_uInt8 nPropFont; member in SwAttrIter 78 : pShell(0), pFnt(0), pLastOut(0), nChgCnt(0), pRedln(0), nPropFont(0), m_pTxtNode(pTxtNode) {} in SwAttrIter() 83 …: pShell(0), pFnt(0), pHints(0), pScriptInfo(0), pLastOut(0), nChgCnt(0), pRedln(0),nPropFont(0), … in SwAttrIter() 117 inline sal_uInt8 GetPropFont() const { return nPropFont; } in GetPropFont() 118 inline void SetPropFont( const sal_uInt8 nNew ) { nPropFont = nNew; } in SetPropFont()
|
H A D | itratr.cxx | 143 if ( !nChgCnt && !nPropFont ) in SeekAndChgAttrIter() 154 if ( !nChgCnt && !nPropFont ) in IsSymbol() 174 if( nPropFont ) in SeekStartAndChgAttrIter() 175 pFnt->SetProportion( nPropFont ); in SeekStartAndChgAttrIter() 210 if ( !nChgCnt && !nPropFont ) in SeekStartAndChgAttrIter() 283 if( nPropFont ) in Seek() 284 pFnt->SetProportion( nPropFont ); in Seek() 306 if( nPropFont ) in Seek() 307 pFnt->SetProportion( nPropFont ); in Seek()
|
H A D | redlnitr.cxx | 140 nPropFont = 0; in CtorInitAttrIter()
|
Completed in 18 milliseconds