Home
last modified time | relevance | path

Searched refs:FontId (Results 1 – 7 of 7) sorted by relevance

/trunk/main/sdext/source/pdfimport/inc/
H A Dpdfihelper.hxx105 sal_Int32 FontId; member
120 FontId(0), in GraphicsContext()
143 FontId == rRight.FontId && in operator ==()
173 ^ size_t(rGC.FontId) in operator ()()
/trunk/main/sdext/source/pdfimport/test/
H A Dtests.cxx218 getCurrentContext().FontId = it->second; in setFont()
223 getCurrentContext().FontId = m_nNextFontId; in setFont()
273 ASSERT_TRUE(rContext.FontId == 0) << "Font id is 0"; in strokePath()
288 ASSERT_TRUE(rContext.FontId == 0) << "Font id is 0"; in fillPath()
303 ASSERT_TRUE(rContext.FontId == 0) << "Font id is 0"; in eoFillPath()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx187 rGC.FontId = it->second; in setFont()
192 rGC.FontId = m_nNextFontId; in setFont()
201 IdToFontMap::iterator it = m_aIdToFont.find( rGC.FontId ); in setTextRenderMode()
208 const sal_Int32 nCurFont = getCurrentContext().FontId; in getFontId()
210 const sal_Int32 nFont = getCurrentContext().FontId; in getFontId()
211 const_cast<PDFIProcessor*>(this)->getCurrentContext().FontId = nCurFont; in getFontId()
499 FontAttributes aFontAttrs = m_aIdToFont[ rGlyph.getGC().FontId ]; in getTransformGlyphContext()
534 aGC.FontId ); in drawCharGlyphs()
H A Dgenericelements.cxx212 const FontAttributes& rFont = rProc.getFont( pText->FontId ); in isSingleLined()
246 const FontAttributes& rFont = rProc.getFont( pText->FontId ); in getLineHeight()
444 FontAttributes aAttr = rProc.getFont( pText->FontId ); in resolveUnderlines()
446 pText->FontId = rProc.getFontId( aAttr ); in resolveUnderlines()
H A Dwritertreevisiting.cxx462 … const FontAttributes& rPrevFont = m_rProcessor.getFont( pPrevText->FontId ); in visit()
463 … const FontAttributes& rThisFont = m_rProcessor.getFont( pThisText->FontId ); in visit()
797 if( pCur->FontId == pNext->FontId && in optimizeTextElements()
896 const FontAttributes& rFont = m_rProcessor.getFont( elem.FontId ); in visit()
H A Dgenericelements.hxx169 : GraphicalElement( pParent, nGCId ), FontId( nFontId ) {} in TextElement()
176 sal_Int32 FontId; member
H A Ddrawtreevisiting.cxx752 if( (pCur->FontId == pNext->FontId || isSpaces(pNext)) && in optimizeTextElements()
859 const FontAttributes& rFont = m_rProcessor.getFont( elem.FontId ); in visit()

Completed in 38 milliseconds