Home
last modified time | relevance | path

Searched refs:SetPDFExportOption (Results 1 – 3 of 3) sorted by relevance

/trunk/main/sw/inc/
H A Dviewsh.hxx440 void SetPDFExportOption(sal_Bool bSet); // set/reset PDF export mode
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2806 pViewShell->SetPDFExportOption( sal_True ); in getRendererCount()
2828 pViewShell->SetPDFExportOption( sal_False ); in getRendererCount()
3214 pVwSh->SetPDFExportOption( sal_True ); in render()
3248 pVwSh->SetPDFExportOption( sal_False ); in render()
/trunk/main/sw/source/core/view/
H A Dviewsh.cxx2439 void ViewShell::SetPDFExportOption(sal_Bool bSet) in SetPDFExportOption() function in ViewShell