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.cxx2772 pViewShell->SetPDFExportOption( sal_True ); in getRendererCount()
2794 pViewShell->SetPDFExportOption( sal_False ); in getRendererCount()
3178 pVwSh->SetPDFExportOption( sal_True ); in render()
3212 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