Searched refs:SwSrcView (Results 1 – 12 of 12) sorted by relevance
/aoo41x/main/sw/source/ui/uiview/ |
H A D | srcview.cxx | 88 #define SwSrcView macro 134 TYPEINIT1(SwSrcView, SfxViewShell) in TYPEINIT1() argument 240 SwSrcView::SwSrcView(SfxViewFrame* pViewFrame, SfxViewShell*) : in SwSrcView() function in SwSrcView 255 SwSrcView::~SwSrcView() in ~SwSrcView() 290 void SwSrcView::Init() in Init() 313 SwDocShell* SwSrcView::GetDocShell() in GetDocShell() 338 void SwSrcView::Execute(SfxRequest& rReq) in Execute() 478 void SwSrcView::GetState(SfxItemSet& rSet) in GetState() 612 SvxSearchItem* SwSrcView::GetSearchItem() in GetSearchItem() 756 sal_Int32 SwSrcView::PrintSource( in PrintSource() [all …]
|
H A D | view.cxx | 830 else if( pExistingSh->IsA( TYPE( SwSrcView ) ) ) in SwView()
|
/aoo41x/main/sw/source/ui/inc/ |
H A D | srcview.hxx | 41 class SwSrcView: public SfxViewShell class 64 SFX_DECL_VIEWFACTORY(SwSrcView); 69 SwSrcView(SfxViewFrame* pFrame, SfxViewShell*); 71 ~SwSrcView();
|
H A D | srcedtw.hxx | 37 class SwSrcView; 81 SwSrcView* pSrcView; 121 SwSrcEditWindow( Window* pParent, SwSrcView* pParentView ); 135 SwSrcView* GetSrcView() {return pSrcView;} in GetSrcView()
|
/aoo41x/main/sw/source/ui/app/ |
H A D | docsh.cxx | 559 SwSrcView* lcl_GetSourceView( SwDocShell* pSh ) in lcl_GetSourceView() 564 return PTR_CAST( SwSrcView, pViewShell); in lcl_GetSourceView() 783 SwSrcView* pSrcView = ::lcl_GetSourceView( this ); in ConvertTo() 1060 sal_Bool bSourceView = 0 != PTR_CAST( SwSrcView, pCurrView ); in GetState() 1209 if(PTR_CAST(SwSrcView, pShell)) in LoadingFinished() 1210 ((SwSrcView*)pShell)->Load(this); in LoadingFinished()
|
H A D | swmodule.cxx | 313 SwSrcView::RegisterFactory ( 6 ); in RegisterFactories() 332 SwSrcView::RegisterInterface( pMod ); in RegisterInterfaces()
|
H A D | docsh2.cxx | 147 if ( pVSh && !pVSh->ISA(SwSrcView) ) in CreateDocumentInfoDialog() 897 SwSrcView* pSrcView = dynamic_cast< SwSrcView *>( pViewShell ); in Execute() 1657 void SwDocShell::ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView ) in ReloadFromHtml()
|
H A D | apphdl.cxx | 827 const TypeId aSwSrcViewTypeId = TYPE(SwSrcView); in ConfigurationChanged()
|
/aoo41x/main/sw/inc/ |
H A D | docsh.hxx | 50 class SwSrcView; 285 void ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView );
|
/aoo41x/main/sw/source/ui/uno/ |
H A D | unotxdoc.cxx | 192 const bool bSwSrcView = NULL != dynamic_cast< const SwSrcView * >(pView); in lcl_GetPrintUIOptions() 2696 SwSrcView *pSwSrcView = dynamic_cast< SwSrcView * >(pView); in getRendererCount() 3054 SwSrcView *pSwSrcView = 0; in GuessViewShell() 3063 pSwSrcView = dynamic_cast< SwSrcView * >(pView); in GuessViewShell() 3137 SwSrcView *pSwSrcView = dynamic_cast< SwSrcView * >(pView); in render()
|
/aoo41x/main/sw/sdi/ |
H A D | wviewsh.sdi | 191 shell SwSrcView
|
/aoo41x/main/sw/source/ui/docvw/ |
H A D | srcedtw.cxx | 230 SwSrcEditWindow::SwSrcEditWindow( Window* pParent, SwSrcView* pParentView ) : in SwSrcEditWindow()
|
Completed in 135 milliseconds