Home
last modified time | relevance | path

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

/trunk/main/sc/source/ui/view/
H A Dprevwsh.cxx131 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 …]
H A Dprevwsh2.cxx343 pPreview->DataChanged(sal_True); in Notify()
/trunk/main/sc/source/ui/inc/
H A Dprevwsh.hxx50 ScPreview* pPreview; // Ausgabe-Fenster member in ScPreviewShell
124 ScPreview* GetPreview() { return pPreview; } in GetPreview()
/trunk/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()
/trunk/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()
/trunk/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()

Completed in 65 milliseconds