Searched refs:pFontRemoveLst (Results 1 – 1 of 1) sorted by relevance
60 SvPtrarr* pFontRemoveLst, *pBkmkArr; member72 , pSrcArr( 0 ), pDestArr( 0 ), pFontRemoveLst( 0 ), pBkmkNodePos( 0 ) in Writer_Impl()80 delete pFontRemoveLst; in ~Writer_Impl()92 ASSERT( pFontRemoveLst, "wo ist die FontListe?" ); in RemoveFontList()93 for( sal_uInt16 i = pFontRemoveLst->Count(); i; ) in RemoveFontList()95 SvxFontItem* pItem = (SvxFontItem*)(*pFontRemoveLst)[ --i ]; in RemoveFontList()167 if (m_pImpl->pFontRemoveLst) in ResetWriter()508 if (!m_pImpl->pFontRemoveLst) in _AddFontItem()510 m_pImpl->pFontRemoveLst = new SvPtrarr( 0, 10 ); in _AddFontItem()514 m_pImpl->pFontRemoveLst->Insert( p, m_pImpl->pFontRemoveLst->Count() ); in _AddFontItem()
Completed in 19 milliseconds