Searched refs:pPreview (Results 1 – 6 of 6) sorted by relevance
131 SetWindow( pPreview ); in Construct()186 delete pPreview; in ~ScPreviewShell()197 pPreview->SetPageNo( pPreview->GetFirstPage(nTab) ); in InitStartTable()260 pPreview->SetZoom( pPreview->GetOptimalZoom(sal_False) ); in AdjustPosSizePixel()262 pPreview->SetZoom( pPreview->GetOptimalZoom(sal_True) ); in AdjustPosSizePixel()534 pPreview->Invalidate(); in Execute()562 pPreview->SetPageNo( 0 ); in Execute()568 if (!pPreview->AllTested()) in Execute()569 pPreview->CalcAll(); in Execute()650 pPreview->SetZoom( nNew ); in Execute()[all …]
343 pPreview->DataChanged(sal_True); in Notify()
50 ScPreview* pPreview; // Ausgabe-Fenster member in ScPreviewShell124 ScPreview* GetPreview() { return pPreview; } in GetPreview()
312 ScPreview* pPreview = pPreviewSh->GetPreview(); in ConfigurationChanged() local314 pPreview->SetDigitLanguage( GetOptDigitLanguage() ); in ConfigurationChanged()315 pPreview->Invalidate(); in ConfigurationChanged()
444 void PSWriter::ImplWriteProlog( const Graphic* pPreview ) in ImplWriteProlog() argument466 if ( pPreview && aSizePoint.Width() && aSizePoint.Height() ) in ImplWriteProlog()469 Bitmap aTmpBitmap( pPreview->GetBitmap() ); in ImplWriteProlog()
824 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()
Completed in 128 milliseconds