Searched refs:pFontRemoveLst (Results 1 – 1 of 1) sorted by relevance
57 SvPtrarr* pFontRemoveLst, *pBkmkArr; member69 , pSrcArr( 0 ), pDestArr( 0 ), pFontRemoveLst( 0 ), pBkmkNodePos( 0 ) in Writer_Impl()77 delete pFontRemoveLst; in ~Writer_Impl()89 ASSERT( pFontRemoveLst, "wo ist die FontListe?" ); in RemoveFontList()90 for( sal_uInt16 i = pFontRemoveLst->Count(); i; ) in RemoveFontList()92 SvxFontItem* pItem = (SvxFontItem*)(*pFontRemoveLst)[ --i ]; in RemoveFontList()164 if (m_pImpl->pFontRemoveLst) in ResetWriter()505 if (!m_pImpl->pFontRemoveLst) in _AddFontItem()507 m_pImpl->pFontRemoveLst = new SvPtrarr( 0, 10 ); in _AddFontItem()511 m_pImpl->pFontRemoveLst->Insert( p, m_pImpl->pFontRemoveLst->Count() ); in _AddFontItem()