Home
last modified time | relevance | path

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

/aoo4110/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.cxx830 else if( pExistingSh->IsA( TYPE( SwSrcView ) ) ) in SwView()
/aoo4110/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()
/aoo4110/main/sw/source/ui/app/
H A Ddocsh.cxx553 SwSrcView* lcl_GetSourceView( SwDocShell* pSh ) in lcl_GetSourceView()
558 return PTR_CAST( SwSrcView, pViewShell); in lcl_GetSourceView()
777 SwSrcView* pSrcView = ::lcl_GetSourceView( this ); in ConvertTo()
1054 sal_Bool bSourceView = 0 != PTR_CAST( SwSrcView, pCurrView ); in GetState()
1203 if(PTR_CAST(SwSrcView, pShell)) in LoadingFinished()
1204 ((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()
/aoo4110/main/sw/inc/
H A Ddocsh.hxx50 class SwSrcView;
285 void ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView );
/aoo4110/main/sw/source/ui/uno/
H A Dunotxdoc.cxx192 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()
/aoo4110/main/sw/sdi/
H A Dwviewsh.sdi191 shell SwSrcView
/aoo4110/main/sw/source/ui/docvw/
H A Dsrcedtw.cxx230 SwSrcEditWindow::SwSrcEditWindow( Window* pParent, SwSrcView* pParentView ) : in SwSrcEditWindow()

Completed in 162 milliseconds