Lines Matching refs:pContainer

321         PDFContainer* pContainer = dynamic_cast<PDFContainer*>(m_aObjectStack.back());  in pushComment()  local
322 if( pContainer == NULL ) in pushComment()
324 pContainer->m_aSubElements.push_back( pComment ); in pushComment()
329 PDFContainer* pContainer = NULL; in insertNewValue() local
332 (pContainer = dynamic_cast<PDFContainer*>(m_aObjectStack.back())) != NULL ) in insertNewValue()
334 if( dynamic_cast<PDFDict*>(pContainer) == NULL && in insertNewValue()
335 dynamic_cast<PDFArray*>(pContainer) == NULL ) in insertNewValue()
337 PDFObject* pObj = dynamic_cast<PDFObject*>(pContainer); in insertNewValue()
345 pContainer = NULL; in insertNewValue()
350 PDFTrailer* pTrailer = dynamic_cast<PDFTrailer*>(pContainer); in insertNewValue()
356 pContainer = NULL; in insertNewValue()
359 pContainer = NULL; in insertNewValue()
362 pContainer = NULL; in insertNewValue()
365 if( pContainer ) in insertNewValue()
366 pContainer->m_aSubElements.push_back( pNewValue ); in insertNewValue()
420 PDFContainer* pContainer = dynamic_cast<PDFContainer*>(m_aObjectStack.back()); in beginObject() local
421 if( pContainer && in beginObject()
422 ( dynamic_cast<PDFFile*>(pContainer) || in beginObject()
423 dynamic_cast<PDFPart*>(pContainer) ) ) in beginObject()
425 pContainer->m_aSubElements.push_back( pObj ); in beginObject()
532 PDFContainer* pContainer = dynamic_cast<PDFContainer*>(m_aObjectStack.back()); in beginTrailer() local
533 if( pContainer && in beginTrailer()
534 ( dynamic_cast<PDFFile*>(pContainer) || in beginTrailer()
535 dynamic_cast<PDFPart*>(pContainer) ) ) in beginTrailer()
537 pContainer->m_aSubElements.push_back( pTrailer ); in beginTrailer()