Home
last modified time | relevance | path

Searched refs:m_pPrintUIOptions (Results 1 – 10 of 10) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx425 m_pPrintUIOptions.reset(); in ~SwXTextDocument()
2484 if (!m_pPrintUIOptions) in getRendererCount()
2485 m_pPrintUIOptions = lcl_GetPrintUIOptions( m_pDocShell, pView ); in getRendererCount()
2563 m_pPrintUIOptions.get(), bIsPDFExport ); in getRendererCount()
2631 *m_pPrintUIOptions, nPageCount ); in getRendererCount()
2668 if (!m_pPrintUIOptions) in getRenderer()
2670 m_pPrintUIOptions->processProperties( rxOptions ); in getRenderer()
2871 m_pPrintUIOptions->appendPrintUIOptions( aRenderer ); in getRenderer()
2945 if (!m_pPrintUIOptions) in render()
2947 m_pPrintUIOptions->processProperties( rxOptions ); in render()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/uibase/uno/
H A Dunotxdoc.cxx450 m_pPrintUIOptions.reset(); in ~SwXTextDocument()
2502 if (!m_pPrintUIOptions) in getRendererCount()
2503 m_pPrintUIOptions = lcl_GetPrintUIOptions( pDocShell, pView ); in getRendererCount()
2581 m_pPrintUIOptions.get(), bIsPDFExport ); in getRendererCount()
2649 *m_pPrintUIOptions, nPageCount ); in getRendererCount()
2682 if (!m_pPrintUIOptions) in getRenderer()
2684 m_pPrintUIOptions->processProperties( rxOptions ); in getRenderer()
2885 m_pPrintUIOptions->appendPrintUIOptions( aRenderer ); in getRenderer()
2956 if (!m_pPrintUIOptions) in render()
2958 m_pPrintUIOptions->processProperties( rxOptions ); in render()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/source/
H A Dunomodel.cxx951 if (!m_pPrintUIOptions) in getRenderer()
952 m_pPrintUIOptions.reset(new SmPrintUIOptions); in getRenderer()
953 m_pPrintUIOptions->appendPrintUIOptions( aRenderer ); in getRenderer()
1041 if (!m_pPrintUIOptions) in render()
1042 m_pPrintUIOptions.reset(new SmPrintUIOptions); in render()
1043 m_pPrintUIOptions->processProperties( rxOptions ); in render()
1045 pView->Impl_Print( *pOut, *m_pPrintUIOptions, OutputRect ); in render()
1049 if (m_pPrintUIOptions->getBoolValue( "IsLastPage" )) in render()
1051 m_pPrintUIOptions.reset(); in render()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/source/
H A Dunomodel.cxx955 if (!m_pPrintUIOptions) in getRenderer()
956 m_pPrintUIOptions.reset(new SmPrintUIOptions); in getRenderer()
957 m_pPrintUIOptions->appendPrintUIOptions( aRenderer ); in getRenderer()
1045 if (!m_pPrintUIOptions) in render()
1046 m_pPrintUIOptions.reset(new SmPrintUIOptions); in render()
1047 m_pPrintUIOptions->processProperties( rxOptions ); in render()
1049 pView->Impl_Print( *pOut, *m_pPrintUIOptions, OutputRect ); in render()
1053 if (m_pPrintUIOptions->getBoolValue( "IsLastPage" )) in render()
1055 m_pPrintUIOptions.reset(); in render()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/starmath/inc/
H A Dunomodel.hxx53 std::unique_ptr<SmPrintUIOptions> m_pPrintUIOptions; member in SmModel
/dports/editors/libreoffice/libreoffice-7.2.6.2/starmath/inc/
H A Dunomodel.hxx51 std::unique_ptr<SmPrintUIOptions> m_pPrintUIOptions; member in SmModel
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/inc/
H A Dunotxdoc.hxx183 std::unique_ptr<SwPrintUIOptions> m_pPrintUIOptions; member in SwXTextDocument
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/inc/
H A Dunotxdoc.hxx181 std::unique_ptr<SwPrintUIOptions> m_pPrintUIOptions; member in SwXTextDocument
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog1494484 #i105695# do not miss cleanup of m_pPrintUIOptions and m_pRenderData
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1756533 #i105695# do not miss cleanup of m_pPrintUIOptions and m_pRenderData