Home
last modified time | relevance | path

Searched refs:nFontId (Results 26 – 35 of 35) sorted by relevance

12

/trunk/main/vcl/inc/vcl/
H A Dsysdata.hxx167 void* nFontId; // native font id member
/trunk/main/sc/source/filter/excel/
H A Dxestream.cxx938 …ser::FSHelperPtr& XclExpXmlStream::WriteFontData( const XclFontData& rFontData, sal_Int32 nFontId ) in WriteFontData() argument
946 lcl_WriteValue( rStream, nFontId, XclXmlUtils::ToOString( rFontData.maName ).getStr() ); in WriteFontData()
/trunk/main/sdext/source/pdfimport/tree/
H A Dpdfiprocessor.cxx754 const FontAttributes& PDFIProcessor::getFont( sal_Int32 nFontId ) const in getFont()
756 IdToFontMap::const_iterator it = m_aIdToFont.find( nFontId ); in getFont()
H A Dpdfiprocessor.hxx103 const FontAttributes& getFont( sal_Int32 nFontId ) const;
/trunk/main/vcl/source/gdi/
H A Dpdfwriter_impl.hxx572 sal_Int32 nFontId, in PDFGlyph()
575 m_nMappedFontId( nFontId ), m_nMappedGlyphId( nMappedGlyphId ) in PDFGlyph()
/trunk/main/vcl/unx/generic/fontmanager/
H A Dfontmanager.cxx1259 fontID nFontId = findFontFileID( nDirID, aName ); in addFontFile() local
1260 if( !nFontId ) in addFontFile()
1268 m_aFonts[ nFontId = m_nNextFontID++ ] = *it; in addFontFile()
1269 m_aFontFileToFontID[ aName ].insert( nFontId ); in addFontFile()
1274 return nFontId; in addFontFile()
/trunk/main/vcl/inc/aqua/
H A Dsalgdi.h140 virtual ImplMacFontData* GetFontDataFromId( sal_IntPtr nFontId ) const = 0;
/trunk/main/vcl/unx/headless/
H A Dsvpgdi.cxx602 aSysFontData.nFontId = 0; in GetSysFontData()
/trunk/main/vcl/aqua/source/gdi/
H A Dsalgdi.cxx81 ImplMacFontData::ImplMacFontData( const ImplDevFontAttributes& rDFA, sal_IntPtr nFontId ) in ImplMacFontData() argument
83 , mnFontId( nFontId ) in ImplMacFontData()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1417 sal_uInt16 nFontId = (sal_uInt16)maFontCollection.GetId( aFontDescEntry ); in ImplWriteParagraphs() local
1428 rOut << nFontId; in ImplWriteParagraphs()

Completed in 109 milliseconds

12