Home
last modified time | relevance | path

Searched refs:m_pPostItShell (Results 1 – 4 of 4) sorted by relevance

/trunk/main/sw/source/core/view/
H A Dprintdata.cxx58 m_pPostItShell = 0; in SwRenderData()
69 DBG_ASSERT( !m_pPostItShell, "m_pPostItShell should already have been deleted" ); in ~SwRenderData()
77 …DBG_ASSERT( !m_pPostItFields && !m_pPostItDoc && !m_pPostItShell, "some post-it data already exist… in CreatePostItData()
89 m_pPostItShell = new ViewShell( *m_pPostItDoc, 0, &aViewOpt, pOutDev ); in CreatePostItData()
98 delete m_pPostItShell; in DeletePostItData()
99 m_pPostItShell = 0; in DeletePostItData()
H A Dvprint.cxx552 rPrintData.GetRenderData().m_pPostItShell : pShell; in PrintOrPDFExport()
571 rPrintData.GetRenderData().m_pPostItShell : pShell; in PrintOrPDFExport()
/trunk/main/sw/inc/
H A Dprintdata.hxx254 ViewShell * m_pPostItShell; member in SwRenderData
261 …bool HasPostItData() const { return m_pPostItShell != 0 && m_pPostItDoc != 0 && m_pPostItShell !=… in HasPostItData()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx1393 SET_CURR_SHELL( rData.m_pPostItShell ); in UpdatePagesForPrintingWithPostItData()
1430 lcl_FormatPostIt( rData.m_pPostItShell->GetDoc(), aPam, in UpdatePagesForPrintingWithPostItData()
1437 rData.m_pPostItShell->CalcLayout(); in UpdatePagesForPrintingWithPostItData()
1438 const sal_Int32 nPages = rData.m_pPostItShell->GetPageCount(); in UpdatePagesForPrintingWithPostItData()
1445 rData.m_pPostItShell->CalcLayout(); in UpdatePagesForPrintingWithPostItData()
1446 const sal_Int32 nPostItDocPageCount = rData.m_pPostItShell->GetPageCount(); in UpdatePagesForPrintingWithPostItData()
1471 const SwPageFrm * pPageFrm = (SwPageFrm*)rData.m_pPostItShell->GetLayout()->Lower(); in UpdatePagesForPrintingWithPostItData()
1492 const SwPageFrm * pPageFrm = (SwPageFrm*)rData.m_pPostItShell->GetLayout()->Lower(); in UpdatePagesForPrintingWithPostItData()

Completed in 44 milliseconds