Home
last modified time | relevance | path

Searched refs:pPreview (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/sc/source/ui/view/
H A Dprevwsh.cxx128 pPreview = new ScPreview( pParent, pDocShell, this ); in Construct()
131 SetWindow( pPreview ); in Construct()
186 delete pPreview; in ~ScPreviewShell()
197 pPreview->SetPageNo( pPreview->GetFirstPage(nTab) ); in InitStartTable()
251 pPreview->SetPosSizePixel( rPos, aOutSize ); in AdjustPosSizePixel()
260 pPreview->SetZoom( pPreview->GetOptimalZoom(sal_False) ); in AdjustPosSizePixel()
262 pPreview->SetZoom( pPreview->GetOptimalZoom(sal_True) ); in AdjustPosSizePixel()
280 SCTAB nTab = pPreview->GetTab(); in UpdateScrollBars()
295 Size aWindowSize = pPreview->GetOutputSize(); in UpdateScrollBars()
297 Point aOfs = pPreview->GetOffset(); in UpdateScrollBars()
[all …]
H A Dprevwsh2.cxx343 pPreview->DataChanged(sal_True); in Notify()
/AOO42X/main/sc/source/ui/inc/
H A Dprevwsh.hxx50 ScPreview* pPreview; // Ausgabe-Fenster member in ScPreviewShell
124 ScPreview* GetPreview() { return pPreview; } in GetPreview()
/AOO42X/main/sc/source/ui/app/
H A Dscmod.cxx312 ScPreview* pPreview = pPreviewSh->GetPreview(); in ConfigurationChanged() local
314 pPreview->SetDigitLanguage( GetOptDigitLanguage() ); in ConfigurationChanged()
315 pPreview->Invalidate(); in ConfigurationChanged()
/AOO42X/main/filter/source/graphicfilter/eps/
H A Deps.cxx444 void PSWriter::ImplWriteProlog( const Graphic* pPreview ) in ImplWriteProlog() argument
466 if ( pPreview && aSizePoint.Width() && aSizePoint.Height() ) in ImplWriteProlog()
469 Bitmap aTmpBitmap( pPreview->GetBitmap() ); in ImplWriteProlog()
/AOO42X/main/sfx2/source/doc/
H A Ddocfile.cxx824 SFX_ITEMSET_ARG( GetItemSet(), pPreview, SfxBoolItem, SID_PREVIEW, sal_False); in IsPreview_Impl()
825 if ( pPreview ) in IsPreview_Impl()
826 bPreview = pPreview->GetValue(); in IsPreview_Impl()