Searched refs:FontEntry (Results 1 – 8 of 8) sorted by relevance
99 FontEntry::FontEntry() : in FontEntry() function in FontEntry107 FontEntry::~FontEntry() in ~FontEntry()136 FontEntry* pPtr = (FontEntry*)rSource.aFontEntryList.First(); in operator =()139 FontEntry* pCFontEntry = new FontEntry; in operator =()155 pPtr = (FontEntry*)rSource.aFontEntryList.Next(); in operator =()191 FontEntry* pFontEntry; in InsertName()195 pFontEntry = new FontEntry; in InsertName()254 FontEntry* pFontEntry; in InsertCharSet()258 pFontEntry = new FontEntry; in InsertCharSet()276 FontEntry* pFontEntry = (FontEntry*)aFontEntryList.First(); in ImplDeleteList()[all …]
136 class FontEntry class145 FontEntry();146 FontEntry* Clone() { return new FontEntry( *this ); } ; in Clone()147 ~FontEntry();160 FontEntry* GetFontEntry( sal_uInt32 );
416 FontEntry* pFontEntry = mpCGM->pElement->aFontList.GetFontEntry( nTextFontIndex ); in ImplSetTextBundle()
40 std::vector< FontEntry::Pointer_t > aFontEntries;41 FontEntry::Pointer_t pCurrentEntry;566 m_pImpl->pCurrentEntry.reset(new FontEntry); in lcl_entry()656 const FontEntry::Pointer_t FontTable::getFontEntry(sal_uInt32 nIndex) in getFontEntry()660 : FontEntry::Pointer_t(); in getFontEntry()
37 struct FontEntry struct39 typedef boost::shared_ptr<FontEntry> Pointer_t; argument52 FontEntry() : in FontEntry() argument72 const FontEntry::Pointer_t getFontEntry(sal_uInt32 nIndex);
824 … const FontEntry::Pointer_t pWesternFontEntry(rFontTable->getFontEntry( 0 )); in ApplyStyleSheets()829 const FontEntry::Pointer_t pCJKFontEntry(rFontTable->getFontEntry( 2 )); in ApplyStyleSheets()835 … const FontEntry::Pointer_t pCTLFontEntry(rFontTable->getFontEntry( 3 )); in ApplyStyleSheets()
3132 … const FontEntry::Pointer_t pFontEntry(pFontTable->getFontEntry(sal_uInt32(nIntValue))); in sprmWithProps()
1334 …const FontEntry::Pointer_t pFontEntry(pFontTable->getFontEntry(sal_uInt32(pTopContext->GetFootnote… in PushFootOrEndnote()
Completed in 67 milliseconds