Searched refs:nPropWidth (Results 1 – 5 of 5) sorted by relevance
88 sal_uInt16 nPropWidth; member in SwFntObj126 inline sal_uInt16 GetPropWidth() const { return nPropWidth; } in GetPropWidth()
57 sal_uInt16 nPropWidth; // proportional width member in SwSubFont59 { 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()
48 const sal_uInt16 nPropWidth /*= 100*/,
577 nPropWidth = rFont.nPropWidth; in operator =()
137 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 33 milliseconds