Home
last modified time | relevance | path

Searched refs:nPropWidth (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/core/inc/
H A Dfntcache.hxx88 sal_uInt16 nPropWidth; member in SwFntObj
126 inline sal_uInt16 GetPropWidth() const { return nPropWidth; } in GetPropWidth()
H A Dswfont.hxx57 sal_uInt16 nPropWidth; // proportional width member in SwSubFont
59 { pMagic = NULL; nFntIndex = nOrgHeight = nOrgAscent = 0; nPropWidth =100; } in SwSubFont()
118 { pMagic = 0; nPropWidth = nNew; } in SetPropWidth()
120 sal_uInt16 GetPropWidth() const { return nPropWidth; } in GetPropWidth()
/trunk/main/editeng/inc/editeng/
H A Dfwdtitem.hxx48 const sal_uInt16 nPropWidth /*= 100*/,
/trunk/main/sw/source/core/txtnode/
H A Dswfont.cxx577 nPropWidth = rFont.nPropWidth; in operator =()
H A Dfntcache.cxx137 nPropWidth( rFont.GetPropWidth() ) in SwFntObj()
161 if ( nPropWidth != 100 && pPrinter != &rPrt ) in CreatePrtFont()
172 long nWidth = ( aWinMet.GetSize().Width() * nPropWidth ) / 100; in CreatePrtFont()

Completed in 47 milliseconds