Home
last modified time | relevance | path

Searched refs:SwPagePreView (Results 1 – 13 of 13) sorted by relevance

/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx77 #define SwPagePreView macro
107 TYPEINIT1(SwPagePreView,SfxViewShell) in TYPEINIT1() argument
782 void SwPagePreView::Execute( SfxRequest &rReq ) in Execute()
1212 void SwPagePreView::StateUndo(SfxItemSet& rSet) in StateUndo()
1296 SwPagePreView::SwPagePreView(SfxViewFrame *pViewFrame, SfxViewShell* pOldSh): in SwPagePreView() function in SwPagePreView
1379 SwPagePreView::~SwPagePreView() in ~SwPagePreView()
1413 SwDocShell* SwPagePreView::GetDocShell() in GetDocShell()
1790 void SwPagePreView::DocSzChgd( const Size &rSz ) in DocSzChgd()
1817 void SwPagePreView::ScrollViewSzChg() in ScrollViewSzChg()
1891 void SwPagePreView::ScrollDocSzChg() in ScrollDocSzChg()
[all …]
H A Dview.cxx821 if( pExistingSh->IsA( TYPE( SwPagePreView ) ) ) in SwView()
823 sSwViewData = ((SwPagePreView*)pExistingSh)->GetPrevSwViewData(); in SwView()
824 sNewCrsrPos = ((SwPagePreView*)pExistingSh)->GetNewCrsrPos(); in SwView()
825 nNewPage = ((SwPagePreView*)pExistingSh)->GetNewPage(); in SwView()
870 ViewShell& rPreviewViewShell = *((SwPagePreView*)pExistingSh)->GetViewShell(); in SwView()
881 if ( ((SwPagePreView*)pExistingSh)->ResetFormDesignMode() && in SwView()
885 pDrawView->SetDesignMode( ((SwPagePreView*)pExistingSh)->FormDesignModeToReset() ); in SwView()
/trunk/main/sw/source/ui/inc/
H A Dpview.hxx39 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 Dedtwin3.cxx89 else if (pSfxVwSh->ISA(SwPagePreView)) in SizeNotify()
90 ((SwPagePreView *)pSfxVwSh)->DocSzChgd( rSize ); in SizeNotify()
186 if (pSfxVwSh && pSfxVwSh->ISA( SwPagePreView )) in RepaintPagePreview()
187 ((SwPagePreView *)pSfxVwSh)->RepaintCoreRect( rRect ); in RepaintPagePreview()
/trunk/main/sw/source/ui/dialog/
H A Ddocstdlg.cxx164 else if ( pVSh->ISA(SwPagePreView) ) in Update()
165 pSh = ((SwPagePreView*)pVSh)->GetViewShell(); in Update()
/trunk/main/sw/source/ui/app/
H A Dswmodule.cxx314 SwPagePreView::RegisterFactory ( 7 ); in RegisterFactories()
331 SwPagePreView::RegisterInterface( pMod ); in RegisterInterfaces()
H A Dswmodul1.cxx183 SwPagePreView* pPPView; in ApplyUsrPref()
184 if( !pCurrView && 0 != (pPPView = PTR_CAST( SwPagePreView, SfxViewShell::Current())) ) in ApplyUsrPref()
H A Dapphdl.cxx826 const TypeId aSwPreViewTypeId = TYPE(SwPagePreView); in ConfigurationChanged()
842 … ((SwPagePreView*)pViewShell)->ApplyAccessiblityOptions(*pAccessibilityOptions); in ConfigurationChanged()
H A Ddocsh2.cxx724 sal_Bool bCurrent = IS_TYPE( SwPagePreView, pViewShell ); in Execute()
730 else if( IS_TYPE( SwPagePreView, pTmpFrm->GetViewShell())) in Execute()
H A Dappopt.cxx194 if( PTR_CAST( SwPagePreView, SfxViewShell::Current())!=0) in CreateItemSet()
H A Ddocsh.cxx1048 if ( PTR_CAST( SwPagePreView, SfxViewShell::Current() ) ) in GetState()
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx2737 pViewShell = ((SwPagePreView*)pView)->GetViewShell(); in getRendererCount()
2896 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in getRenderer()
3069 SwPagePreView *pSwPagePreView = 0; in GuessViewShell()
3081 pSwPagePreView = dynamic_cast< SwPagePreView * >(pView); in GuessViewShell()
3172 pVwSh = ((SwPagePreView*)pView)->GetViewShell(); in render()
/trunk/main/sw/sdi/
H A Dviewsh.sdi317 shell SwPagePreView

Completed in 121 milliseconds