Searched refs:pMagic (Results 1 – 3 of 3) sorted by relevance
| /trunk/main/sw/source/core/inc/ |
| H A D | swfont.hxx | 52 const void *pMagic; // "MagicNumber" innerhalb des Fontcaches member in SwSubFont 59 { pMagic = NULL; nFntIndex = nOrgHeight = nOrgAscent = 0; nPropWidth =100; } in SwSubFont() 67 { pMagic = rFnt.pMagic; nFntIndex = rFnt.nFntIndex; } in CopyMagic() 118 { pMagic = 0; nPropWidth = nNew; } in SetPropWidth() 182 { if( !aSub[ nWhich ].pMagic ) GoMagic( pSh, nWhich ); } in ChkMagic() 187 { rMagic = aSub[nWhich].pMagic; rIdx = aSub[nWhich].nFntIndex; } in GetMagic() 189 { aSub[nWhich].pMagic = pNew; aSub[nWhich].nFntIndex = nIdx; } in SetMagic() 191 { return aSub[nWhich].pMagic != pFnt->aSub[nWhich].pMagic || in DifferentMagic() 192 !aSub[nWhich].pMagic || !pFnt->aSub[nWhich].pMagic; } in DifferentMagic() 383 pMagic = 0; in SetColor() [all …]
|
| /trunk/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() 660 SwFntAccess aFntAccess( aSub[nActual].pMagic, aSub[nActual].nFntIndex, in ChgPhysFnt() 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() [all …]
|
| /trunk/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()
|