Home
last modified time | relevance | path

Searched refs:nNewProp (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/editeng/inc/editeng/
H A Dfwdtitem.hxx74 void SetWidth( sal_uInt16 nNewWidth, const sal_uInt16 nNewProp = 100 ) in SetWidth() argument
77 nWidth = sal_uInt16(( (sal_uInt32)nNewWidth * nNewProp ) / 100 ); in SetWidth()
78 nProp = nNewProp; in SetWidth()
89 void SetProp( const sal_uInt16 nNewProp ) in SetProp() argument
92 nProp = nNewProp; in SetProp()
H A Dfhgtitem.hxx84 void SetHeight( sal_uInt32 nNewHeight, const sal_uInt16 nNewProp = 100,
87 void SetHeight( sal_uInt32 nNewHeight, sal_uInt16 nNewProp,
98 void SetProp( const sal_uInt16 nNewProp, in SetProp() argument
102 nProp = nNewProp; in SetProp()
/aoo41x/main/xmloff/source/style/
H A Descphdl.cxx135 sal_Int32 nNewProp; in importXML() local
136 if( !SvXMLUnitConverter::convertPercent( nNewProp, aToken ) ) in importXML()
138 nProp = (sal_Int8)nNewProp; in importXML()
/aoo41x/main/editeng/source/items/
H A Dtextitem.cxx1155 void SvxFontHeightItem::SetHeight( sal_uInt32 nNewHeight, const sal_uInt16 nNewProp, in SetHeight() argument
1162 nHeight = nNewHeight + ::ItemToControl( (short)nNewProp, eUnit, in SetHeight()
1166 if( 100 != nNewProp ) in SetHeight()
1167 nHeight = sal_uInt32(( nNewHeight * nNewProp ) / 100 ); in SetHeight()
1171 nProp = nNewProp; in SetHeight()
1175 void SvxFontHeightItem::SetHeight( sal_uInt32 nNewHeight, sal_uInt16 nNewProp, in SetHeight() argument
1183 ::ControlToItem( ::ItemToControl((short)nNewProp, eMetric, in SetHeight()
1188 if( 100 != nNewProp ) in SetHeight()
1189 nHeight = sal_uInt32(( nNewHeight * nNewProp ) / 100 ); in SetHeight()
1193 nProp = nNewProp; in SetHeight()

Completed in 32 milliseconds