Searched refs:pMagic (Results 1 – 3 of 3) sorted by relevance
/aoo4110/main/sw/source/core/inc/ |
H A D | swfont.hxx | 67 { pMagic = rFnt.pMagic; nFntIndex = rFnt.nFntIndex; } in CopyMagic() 383 pMagic = 0; in SetColor() 391 pMagic = 0; in SetFillColor() 406 pMagic = 0; in SetFamily() 419 pMagic = 0; in SetName() 432 pMagic = 0; in SetStyleName() 445 pMagic = 0; in SetCharSet() 458 pMagic = 0; in SetPitch() 472 pMagic = 0; in SetAlign() 487 pMagic = 0; in SetWeight() [all …]
|
/aoo4110/main/sw/source/core/txtnode/ |
H A D | swfont.cxx | 100 aSub[SW_LATIN].pMagic = aSub[SW_CJK].pMagic = aSub[SW_CTL].pMagic = 0; in SetBackColor() 573 pMagic = rFont.pMagic; in operator =() 614 SwFntAccess aFntAccess( aSub[nWhich].pMagic, aSub[nWhich].nFntIndex, in GoMagic() 624 SwFntAccess aFntAccess( pMagic, nFntIndex, this, pSh, sal_False ); in IsSymbol() 636 SwFntAccess aFntAccess( pMagic, nFntIndex, this, pSh, sal_True ); in ChgFnt() 718 SwFntAccess aFntAccess( pMagic, nFntIndex, this, pSh ); in GetAscent() 732 SwFntAccess aFntAccess( pMagic, nFntIndex, this, pSh ); in GetHeight() 749 if ( !pLastFont || pLastFont->GetOwner()!=pMagic || in _GetTxtSize() 867 if( !pLastFont || pLastFont->GetOwner()!=pMagic ) in _DrawText() 996 if ( !pLastFont || pLastFont->GetOwner() != pMagic ) in _DrawStretchText() [all …]
|
/aoo4110/main/vcl/source/gdi/ |
H A D | bitmap3.cxx | 251 static sal_uInt8 pMagic[4][4] = { { 0, 14, 3, 13, }, in ImplCreateDitherMatrix() local 262 (sal_uInt16) ( 0.5 + pMagic[i][j]*fVal + pMagic[k][l]*fVal16 ), nMax ); in ImplCreateDitherMatrix()
|
Completed in 58 milliseconds