Lines Matching refs:getFont
185 const Font& getFont() const { return maFont; } in getFont() function in __anone02f7ea40111::PropertyHolder
287 pLast->setFont(pTip->getFont()); in Pop()
315 if(pLast->getFont().GetAlign() != pTip->getFont().GetAlign()) in Pop()
317 Font aFont(pLast->getFont()); in Pop()
318 aFont.SetAlign(pTip->getFont().GetAlign()); in Pop()
1236 const Font& rFont = rProperty.getFont(); in createFontAttributeTransformAndAlignment()
1287 const Font& rFont = rProperty.getFont(); in proccessMetaTextAction()
1510 aTextLayouter.setFont(rProperty.getFont()); in proccessMetaTextLineAction()
2056 aTextLayouterDevice.setFont(rPropertyHolders.Current().getFont()); in interpretMetafile()
2118 aTextLayouterDevice.setFont(rPropertyHolders.Current().getFont()); in interpretMetafile()
2133 const Font& rTargetFont = rPropertyHolders.Current().getFont(); in interpretMetafile()
2669 if(rPropertyHolders.Current().getFont().GetAlign() != aNewTextAlign) in interpretMetafile()
2671 Font aNewFont(rPropertyHolders.Current().getFont()); in interpretMetafile()