Home
last modified time | relevance | path

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

/aoo41x/main/xmloff/source/text/
H A Dtxtexppr.cxx770 sal_Int16 nSizeType = SizeType::FIX; in ContextFilter() local
773 pSizeTypeState->maValue >>= nSizeType; in ContextFilter()
780 if( (SizeType::FIX == nSizeType) || in ContextFilter()
788 if( SizeType::VARIABLE == nSizeType ) in ContextFilter()
796 if( pHeightRelState && SizeType::FIX != nSizeType) in ContextFilter()
800 nSizeType = SizeType::FIX; in ContextFilter()
803 pWidthTypeState->maValue >>= nSizeType; in ContextFilter()
809 if( (SizeType::FIX == nSizeType) || in ContextFilter()
817 if( SizeType::VARIABLE == nSizeType ) in ContextFilter()
820 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.cxx2642 sal_Int16 nSizeType = SizeType::FIX; in addTextFrameAttributes() local
2645 rPropSet->getPropertyValue( sSizeType ) >>= nSizeType; in addTextFrameAttributes()
2660 if( SizeType::VARIABLE != nSizeType ) in addTextFrameAttributes()
2666 if( SizeType::FIX != nSizeType && 0==nRelHeight && !bSyncHeight && in addTextFrameAttributes()
2676 SizeType::MIN == nSizeType ? XML_SCALE_MIN : XML_SCALE ); in addTextFrameAttributes()
2683 if( SizeType::MIN == nSizeType ) in addTextFrameAttributes()
/aoo41x/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()
/aoo41x/main/starmath/source/
H A Dnode.cxx2014 switch (nSizeType) in CreateTextFromNode()
2111 pNode->SetFontSize(aFontSize, nSizeType); in Arrange()
2147 nSizeType = Type; in SetSizeParameter()

Completed in 40 milliseconds