Home
last modified time | relevance | path

Searched refs:pBlink (Results 1 – 14 of 14) sorted by relevance

/trunk/main/sw/source/core/inc/
H A Dblink.hxx44 SwBlinkPortion( const SwBlinkPortion* pBlink, const SwLinePortion* pPort ) in SwBlinkPortion() argument
45 { pPor = pPort; pFrm = pBlink->pFrm; aPos = pBlink->aPos; nDir = pBlink->nDir; } in SwBlinkPortion()
81 extern SwBlink *pBlink;
/trunk/main/sw/source/core/text/
H A Dinftxt.cxx662 if( !pBlink ) in _DrawText()
663 pBlink = new SwBlink(); in _DrawText()
676 pBlink->Insert( aPoint, &rPor, GetTxtFrm(), pFnt->GetOrientation() ); in _DrawText()
678 if( !pBlink->IsVisible() ) in _DrawText()
683 delete pBlink; in _DrawText()
684 pBlink = NULL; in _DrawText()
H A Dporlin.cxx75 if( pBlink ) in ~SwLinePortion()
76 pBlink->Delete( this ); in ~SwLinePortion()
H A Dporlay.cxx239 if( pBlink ) in ~SwLineLayout()
240 pBlink->Delete( this ); in ~SwLineLayout()
259 if( IsBlinking() && pBlink ) in Insert()
262 pBlink->Replace( this, pPortion ); in Insert()
H A Dtxtinit.cxx90 delete pBlink; in _TextFinit()
H A Dtxtdrop.cxx141 if( pBlink ) in ~SwDropPortion()
142 pBlink->Delete( this ); in ~SwDropPortion()
H A Dblink.cxx47 SwBlink *pBlink = NULL; variable
H A Dporfld.cxx117 if( pBlink ) in ~SwFldPortion()
118 pBlink->Delete( this ); in ~SwFldPortion()
H A Ditrform2.cxx1877 if( pBlink && pCurr->IsBlinking() ) in FormatReset()
1878 pBlink->Delete( pCurr ); in FormatReset()
H A Dfrmform.cxx1842 if( pBlink && pPara->IsBlinking() ) in _Format()
1843 pBlink->Delete( pPara ); in _Format()
/trunk/main/sw/source/core/layout/
H A Dnewfrm.cxx613 if(pBlink) in ~SwRootFrm()
614 pBlink->FrmDelete( this ); in ~SwRootFrm()
/trunk/main/sw/source/filter/html/
H A Dswhtml.hxx184 *pBlink, member
H A Dhtmlcss1.cxx1619 ppAttr = &aAttrTab.pBlink; in GetAttrTabEntry()
H A Dswhtml.cxx1791 NewStdAttr( HTML_BLINK_ON, &aAttrTab.pBlink, in NextToken()

Completed in 89 milliseconds