Home
last modified time | relevance | path

Searched refs:FontEntry (Results 1 – 8 of 8) sorted by relevance

/trunk/main/filter/source/graphicfilter/icgm/
H A Dbundles.cxx99 FontEntry::FontEntry() : in FontEntry() function in FontEntry
107 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 …]
H A Dbundles.hxx136 class FontEntry class
145 FontEntry();
146 FontEntry* Clone() { return new FontEntry( *this ); } ; in Clone()
147 ~FontEntry();
160 FontEntry* GetFontEntry( sal_uInt32 );
H A Dactimpr.cxx416 FontEntry* pFontEntry = mpCGM->pElement->aFontList.GetFontEntry( nTextFontIndex ); in ImplSetTextBundle()
/trunk/main/writerfilter/source/dmapper/
H A DFontTable.cxx40 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()
H A DFontTable.hxx37 struct FontEntry struct
39 typedef boost::shared_ptr<FontEntry> Pointer_t; argument
52 FontEntry() : in FontEntry() function
72 const FontEntry::Pointer_t getFontEntry(sal_uInt32 nIndex);
H A DStyleSheetTable.cxx824 … 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()
H A DDomainMapper.cxx3132 … const FontEntry::Pointer_t pFontEntry(pFontTable->getFontEntry(sal_uInt32(nIntValue))); in sprmWithProps()
H A DDomainMapper_Impl.cxx1334 …const FontEntry::Pointer_t pFontEntry(pFontTable->getFontEntry(sal_uInt32(pTopContext->GetFootnote… in PushFootOrEndnote()

Completed in 101 milliseconds