Searched refs:StyleSheetEntry (Results 1 – 3 of 3) sorted by relevance
55 class StyleSheetEntry class71 StyleSheetEntry();72 virtual ~StyleSheetEntry();75 typedef boost::shared_ptr<StyleSheetEntry> StyleSheetEntryPtr;119 public StyleSheetEntry144 TableStyleSheetEntry( StyleSheetEntry& aEntry, StyleSheetTable* pStyles );
38 class StyleSheetEntry;57 boost::shared_ptr< StyleSheetEntry > m_pParaStyle;81 void SetParaStyle( boost::shared_ptr< StyleSheetEntry > pStyle ) in SetParaStyle()89 boost::shared_ptr< StyleSheetEntry > GetParaStyle( ) { return m_pParaStyle; }; in GetParaStyle()
59 StyleSheetEntry::StyleSheetEntry() : in StyleSheetEntry() function in writerfilter::dmapper::StyleSheetEntry75 StyleSheetEntry::~StyleSheetEntry() in ~StyleSheetEntry()79 TableStyleSheetEntry::TableStyleSheetEntry( StyleSheetEntry& rEntry, StyleSheetTable* pStyles ): in TableStyleSheetEntry()80 StyleSheetEntry( ), in TableStyleSheetEntry()582 StyleSheetEntry * pEntry = m_pImpl->m_pCurrentEntry.get(); in lcl_sprm()637 StyleSheetEntry* pEntry = m_pImpl->m_pCurrentEntry.get( ); in lcl_sprm()687 StyleSheetEntryPtr pNewEntry( new StyleSheetEntry ); in lcl_entry()
Completed in 21 milliseconds