Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx804 sal_Int16 nSizeType = SizeType::FIX; in ContextFilter() local
807 pSizeTypeState->maValue >>= nSizeType; in ContextFilter()
814 if( (SizeType::FIX == nSizeType) || in ContextFilter()
822 if( SizeType::VARIABLE == nSizeType ) in ContextFilter()
830 if( pHeightRelState && SizeType::FIX != nSizeType) in ContextFilter()
834 nSizeType = SizeType::FIX; in ContextFilter()
837 pWidthTypeState->maValue >>= nSizeType; in ContextFilter()
843 if( (SizeType::FIX == nSizeType) || in ContextFilter()
851 if( SizeType::VARIABLE == nSizeType ) in ContextFilter()
854 if( pWidthMinRelState && SizeType::MIN != nSizeType) in ContextFilter()
[all …]
H A DXMLTextFrameContext.cxx714 sal_Int16 nSizeType = in Create() local
717 aAny <<= nSizeType; in Create()
740 sal_Int16 nSizeType = in Create() local
743 aAny <<= nSizeType; in Create()
H A Dtxtparae.cxx2646 sal_Int16 nSizeType = SizeType::FIX; in addTextFrameAttributes() local
2649 rPropSet->getPropertyValue( sSizeType ) >>= nSizeType; in addTextFrameAttributes()
2664 if( SizeType::VARIABLE != nSizeType ) in addTextFrameAttributes()
2670 if( SizeType::FIX != nSizeType && 0==nRelHeight && !bSyncHeight && in addTextFrameAttributes()
2680 SizeType::MIN == nSizeType ? XML_SCALE_MIN : XML_SCALE ); in addTextFrameAttributes()
2687 if( SizeType::MIN == nSizeType ) in addTextFrameAttributes()
/trunk/main/starmath/inc/
H A Dnode.hxx784 sal_uInt16 nSizeType; member in SmFontNode
791 nSizeType = FNTSIZ_MULTIPLY; in SmFontNode()
797 const sal_uInt16& GetSizeType() const {return nSizeType;} in GetSizeType()
/trunk/main/starmath/source/
H A Dnode.cxx2014 switch (nSizeType) in CreateTextFromNode()
2141 pNode->SetFontSize(aFontSize, nSizeType); in Arrange()
2187 nSizeType = Type; in SetSizeParameter()

Completed in 61 milliseconds