Home
last modified time | relevance | path

Searched refs:SwSrcView (Results 1 – 12 of 12) sorted by relevance

/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx88 #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 Dview.cxx829 else if( pExistingSh->IsA( TYPE( SwSrcView ) ) ) in SwView()
/trunk/main/sw/source/ui/inc/
H A Dsrcview.hxx41 class SwSrcView: public SfxViewShell class
64 SFX_DECL_VIEWFACTORY(SwSrcView);
69 SwSrcView(SfxViewFrame* pFrame, SfxViewShell*);
71 ~SwSrcView();
H A Dsrcedtw.hxx37 class SwSrcView;
81 SwSrcView* pSrcView;
121 SwSrcEditWindow( Window* pParent, SwSrcView* pParentView );
135 SwSrcView* GetSrcView() {return pSrcView;} in GetSrcView()
/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx559 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 Dswmodule.cxx313 SwSrcView::RegisterFactory ( 6 ); in RegisterFactories()
332 SwSrcView::RegisterInterface( pMod ); in RegisterInterfaces()
H A Ddocsh2.cxx147 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 Dapphdl.cxx827 const TypeId aSwSrcViewTypeId = TYPE(SwSrcView); in ConfigurationChanged()
/trunk/main/sw/inc/
H A Ddocsh.hxx50 class SwSrcView;
294 void ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView );
/trunk/main/sw/source/ui/uno/
H A Dunotxdoc.cxx192 const bool bSwSrcView = NULL != dynamic_cast< const SwSrcView * >(pView); in lcl_GetPrintUIOptions()
2712 SwSrcView *pSwSrcView = dynamic_cast< SwSrcView * >(pView); in getRendererCount()
3070 SwSrcView *pSwSrcView = 0; in GuessViewShell()
3079 pSwSrcView = dynamic_cast< SwSrcView * >(pView); in GuessViewShell()
3153 SwSrcView *pSwSrcView = dynamic_cast< SwSrcView * >(pView); in render()
/trunk/main/sw/sdi/
H A Dwviewsh.sdi191 shell SwSrcView
/trunk/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx230 SwSrcEditWindow::SwSrcEditWindow( Window* pParent, SwSrcView* pParentView ) : in SwSrcEditWindow()

Completed in 106 milliseconds