Searched refs:SwPagePreView (Results 1 – 13 of 13) sorted by relevance
| /trunk/main/sw/source/ui/uiview/ |
| H A D | pview.cxx | 75 #define SwPagePreView macro 88 SFX_IMPL_NAMED_VIEWFACTORY(SwPagePreView, "PrintPreview") 95 SFX_IMPL_INTERFACE(SwPagePreView, SfxViewShell, SW_RES(RID_PVIEW_TOOLBOX)) in SFX_IMPL_INTERFACE() argument 105 TYPEINIT1(SwPagePreView,SfxViewShell) in TYPEINIT1() argument 214 SwPagePreViewWin::SwPagePreViewWin( Window *pParent, SwPagePreView& rPView ) in SwPagePreViewWin() 704 void SwPagePreView::_ExecPgUpAndPgDown( const bool _bPgUp, in _ExecPgUpAndPgDown() 780 void SwPagePreView::Execute( SfxRequest &rReq ) in Execute() 1051 void SwPagePreView::GetState( SfxItemSet& rSet ) in GetState() 1210 void SwPagePreView::StateUndo(SfxItemSet& rSet) in StateUndo() 1227 void SwPagePreView::Init(const SwViewOption * pPrefs) in Init() [all …]
|
| H A D | view.cxx | 814 if( pExistingSh->IsA( TYPE( SwPagePreView ) ) ) in SwView() 816 sSwViewData = ((SwPagePreView*)pExistingSh)->GetPrevSwViewData(); in SwView() 817 sNewCrsrPos = ((SwPagePreView*)pExistingSh)->GetNewCrsrPos(); in SwView() 818 nNewPage = ((SwPagePreView*)pExistingSh)->GetNewPage(); in SwView() 863 ViewShell& rPreviewViewShell = *((SwPagePreView*)pExistingSh)->GetViewShell(); in SwView() 874 if ( ((SwPagePreView*)pExistingSh)->ResetFormDesignMode() && in SwView() 878 pDrawView->SetDesignMode( ((SwPagePreView*)pExistingSh)->FormDesignModeToReset() ); in SwView()
|
| /trunk/main/sw/source/ui/inc/ |
| H A D | pview.hxx | 39 class SwPagePreView; 57 SwPagePreView& mrView; 69 SwPagePreViewWin( Window* pParent, SwPagePreView& rView ); 175 class SW_DLLPUBLIC SwPagePreView: public SfxViewShell class 249 SFX_DECL_VIEWFACTORY(SwPagePreView); 320 SwPagePreView( SfxViewFrame* pFrame, SfxViewShell* ); 321 ~SwPagePreView(); 327 inline void SwPagePreView::AdjustEditWin() in AdjustEditWin()
|
| /trunk/main/sw/source/ui/docvw/ |
| H A D | edtwin3.cxx | 78 else if (pSfxVwSh->ISA(SwPagePreView)) in SizeNotify() 79 ((SwPagePreView *)pSfxVwSh)->DocSzChgd( rSize ); in SizeNotify() 171 if (pSfxVwSh && pSfxVwSh->ISA( SwPagePreView )) in RepaintPagePreview() 172 ((SwPagePreView *)pSfxVwSh)->RepaintCoreRect( rRect ); in RepaintPagePreview()
|
| /trunk/main/sw/source/ui/dialog/ |
| H A D | docstdlg.cxx | 164 else if ( pVSh->ISA(SwPagePreView) ) in Update() 165 pSh = ((SwPagePreView*)pVSh)->GetViewShell(); in Update()
|
| /trunk/main/sw/source/ui/app/ |
| H A D | swmodule.cxx | 310 SwPagePreView::RegisterFactory ( 7 ); in RegisterFactories() 326 SwPagePreView::RegisterInterface( pMod ); in RegisterInterfaces()
|
| H A D | swmodul1.cxx | 177 SwPagePreView* pPPView; in ApplyUsrPref() 178 if( !pCurrView && 0 != (pPPView = PTR_CAST( SwPagePreView, SfxViewShell::Current())) ) in ApplyUsrPref()
|
| H A D | apphdl.cxx | 826 const TypeId aSwPreViewTypeId = TYPE(SwPagePreView); in ConfigurationChanged() 842 … ((SwPagePreView*)pViewShell)->ApplyAccessibilityOptions(*pAccessibilityOptions); in ConfigurationChanged()
|
| H A D | docsh2.cxx | 724 sal_Bool bCurrent = IS_TYPE( SwPagePreView, pViewShell ); in Execute() 730 else if( IS_TYPE( SwPagePreView, pTmpFrm->GetViewShell())) in Execute()
|
| H A D | appopt.cxx | 190 if( PTR_CAST( SwPagePreView, SfxViewShell::Current())!=0) in CreateItemSet()
|
| H A D | docsh.cxx | 1048 if ( PTR_CAST( SwPagePreView, SfxViewShell::Current() ) ) in GetState()
|
| /trunk/main/sw/source/ui/uno/ |
| H A D | unotxdoc.cxx | 2761 pViewShell = ((SwPagePreView*)pView)->GetViewShell(); in getRendererCount() 2920 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in getRenderer() 3093 SwPagePreView *pSwPagePreView = 0; in GuessViewShell() 3105 pSwPagePreView = dynamic_cast< SwPagePreView * >(pView); in GuessViewShell() 3196 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in render()
|
| /trunk/main/sw/sdi/ |
| H A D | viewsh.sdi | 317 shell SwPagePreView
|