Searched refs:pSrcView (Results 1 – 5 of 5) sorted by relevance
897 SwSrcView* pSrcView = dynamic_cast< SwSrcView *>( pViewShell ); in Execute() local898 if(!pSrcView) in Execute()951 if( 0 != pSrcView) in Execute()956 bSetModified = IsModified() || pSrcView->IsModified(); in Execute()957 if(pSrcView->IsModified()||pSrcView->HasSourceSaved()) in Execute()961 pSrcView->SaveContent(aTempFile.GetURL()); in Execute()968 ReloadFromHtml(aTempFile.GetURL(), pSrcView); in Execute()1657 void SwDocShell::ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView ) in ReloadFromHtml() argument1685 pSrcView->GetViewFrame()->GetDispatcher()->Execute( in ReloadFromHtml()1714 pSrcView->SetPool(&GetPool()); in ReloadFromHtml()
783 SwSrcView* pSrcView = ::lcl_GetSourceView( this ); in ConvertTo() local784 if( pSrcView ) in ConvertTo()786 pSrcView->SaveContentTo(rMedium); in ConvertTo()
81 SwSrcView* pSrcView; member in SwSrcEditWindow135 SwSrcView* GetSrcView() {return pSrcView;} in GetSrcView()
239 pSrcView(pParentView), in SwSrcEditWindow()1073 (const SvxFontListItem* )pSrcView->GetDocShell()->GetItem( SID_ATTR_CHAR_FONTLIST ); in SetFont()
294 void ReloadFromHtml( const String& rStreamName, SwSrcView* pSrcView );
Completed in 93 milliseconds