Searched refs:SetPrintZoom (Results 1 – 6 of 6) sorted by relevance
/trunk/main/sc/source/ui/inc/ |
H A D | docsh.hxx | 271 void SetPrintZoom( SCTAB nTab, sal_uInt16 nScale, sal_uInt16 nPages );
|
H A D | viewfunc.hxx | 231 void SetPrintZoom(sal_uInt16 nScale, sal_uInt16 nPages);
|
/trunk/main/sc/source/ui/docshell/ |
H A D | docsh4.cxx | 1378 void ScDocShell::SetPrintZoom( SCTAB nTab, sal_uInt16 nScale, sal_uInt16 nPages ) in SetPrintZoom() function in ScDocShell 1485 SetPrintZoom( nTab, nNewScale, 0 ); in AdjustPrintZoom()
|
/trunk/main/sc/source/ui/undo/ |
H A D | undocell.cxx | 670 pViewData->GetDocShell()->SetPrintZoom( pViewData->GetTabNo(), nNewScale, nNewPages ); in Repeat()
|
/trunk/main/sc/source/ui/view/ |
H A D | tabvwsh3.cxx | 233 SetPrintZoom( 100, 0 ); // 100%, nicht auf Seiten in Execute()
|
H A D | viewfun2.cxx | 933 void ScViewFunc::SetPrintZoom(sal_uInt16 nScale, sal_uInt16 nPages) in SetPrintZoom() function in ScViewFunc 937 pDocSh->SetPrintZoom( nTab, nScale, nPages ); in SetPrintZoom()
|
Completed in 51 milliseconds