Home
last modified time | relevance | path

Searched refs:GetRelSize (Results 1 – 6 of 6) sorted by relevance

/trunk/main/starmath/source/
H A Dnode.cxx913 pOper->SetSize(Fraction (rFormat.GetRelSize(SIZ_OPERATOR), 100)); in Arrange()
1010 { pExtra->SetSize(Fraction(rFormat.GetRelSize(SIZ_INDEX), 100)); in Arrange()
1050 pOper->SetSize(Fraction (rFormat.GetRelSize(SIZ_OPERATOR), 100)); in Arrange()
1092 Fraction aFraction(rFormat.GetRelSize(SIZ_INDEX), 100); in Arrange()
1472 Fraction aFraction ( rFormat.GetRelSize(nIndex), 100 ); in Arrange()
1804 pScript->SetSize( Fraction( rFormat.GetRelSize(SIZ_LIMITS), 100 ) ); in Arrange()
2476 GetFont() *= Fraction (rFormat.GetRelSize(nSizeDesc), 100); in Arrange()
2804 GetFont() *= Fraction (rFormat.GetRelSize(SIZ_TEXT), 100); in Arrange()
H A Ddialog.cxx472 aTextSize .SetValue( rFormat.GetRelSize(SIZ_TEXT) ); in ReadFrom()
473 aIndexSize .SetValue( rFormat.GetRelSize(SIZ_INDEX) ); in ReadFrom()
474 aFunctionSize.SetValue( rFormat.GetRelSize(SIZ_FUNCTION) ); in ReadFrom()
475 aOperatorSize.SetValue( rFormat.GetRelSize(SIZ_OPERATOR) ); in ReadFrom()
476 aBorderSize .SetValue( rFormat.GetRelSize(SIZ_LIMITS) ); in ReadFrom()
H A Dformat.cxx201 SetRelSize(i, rFormat.GetRelSize(i)); in operator =()
H A Dcfgitem.cxx1090 *pValue++ <<= (sal_Int16) pFormat->GetRelSize( i ); in SaveFormat()
H A Dunomodel.cxx836 *pValue <<= (sal_Int16) aFormat.GetRelSize((*ppEntries)->mnMemberId); in _getPropertyValues()
/trunk/main/starmath/inc/
H A Dformat.hxx126 sal_uInt16 GetRelSize(sal_uInt16 nIdent) const { return vSize[nIdent]; } in GetRelSize() function in SmFormat

Completed in 55 milliseconds