Home
last modified time | relevance | path

Searched refs:GetCurrentViewShell (Results 1 – 25 of 42) sorted by relevance

12

/trunk/main/sw/source/core/doc/
H A Ddoclay.cxx717 if( GetCurrentViewShell() ) in _MakeFlySection()
1004 if ( GetCurrentViewShell() ) in InsertDrawObj()
1114 if( !GetCurrentViewShell() || pCmpRange ) //swmod 071108//swmod 071225 in GetAllFlyFmts()
1932 pSh = pStartSh = GetCurrentViewShell(); in IMPL_LINK()
2371 const ViewShell *SwDoc::GetCurrentViewShell() const in GetCurrentViewShell() function in SwDoc
2376 ViewShell *SwDoc::GetCurrentViewShell() in GetCurrentViewShell() function in SwDoc
2383 if(GetCurrentViewShell()) in GetCurrentLayout()
2384 return GetCurrentViewShell()->GetLayout(); in GetCurrentLayout()
2390 if(GetCurrentViewShell()) in GetCurrentLayout()
2391 return GetCurrentViewShell()->GetLayout(); in GetCurrentLayout()
[all …]
H A Ddocdesc.cxx671 ViewShell *pSh = GetCurrentViewShell(); in PrtDataChanged()
700 while ( pSh != GetCurrentViewShell() ); in PrtDataChanged()
733 if ( GetCurrentViewShell() ) in PrtOLENotify()
735 ViewShell *pSh = GetCurrentViewShell(); in PrtOLENotify()
740 pSh != GetCurrentViewShell() ); in PrtOLENotify()
H A Dhtmltbl.cxx1788 SwRootFrm *pRoot = (SwRootFrm*)GetDoc()->GetCurrentViewShell()->GetLayout(); in _Resize()
1834 if( pDoc->GetCurrentViewShell() && pDoc->GetCurrentViewShell()->GetViewOptions()->getBrowseMode() ) in Resize()
H A Dvisiturl.cxx53 if( rHint.ISA( INetURLHistoryHint ) && pDoc->GetCurrentViewShell() ) //swmod 071108//swmod 071225 in Notify()
H A Dswserv.cxx340 if( pDoc->GetCurrentViewShell() ) //swmod 071108//swmod 071225 in ~SwDataChanged()
/trunk/main/sw/inc/
H A DIDocumentLayoutAccess.hxx44 virtual const ViewShell* GetCurrentViewShell() const = 0;
45 virtual ViewShell* GetCurrentViewShell() = 0; //swmod 071107//swmod 071225
H A Ddoc.hxx984 virtual const ViewShell *GetCurrentViewShell() const; //swmod 080219
985 …virtual ViewShell *GetCurrentViewShell();//swmod 080219 It must be able to communicate to a ViewSh…
1955 { if( GetCurrentViewShell() ) aOLEModifiedTimer.Start(); } //swmod 071107//swmod 071225 in SetOLEObjModified()
/trunk/main/sw/source/core/view/
H A Dvnew.cxx135 ViewShell *pCurrShell = GetDoc()->GetCurrentViewShell(); in Init()
393 if(pDoc->GetCurrentViewShell()==this) in ~ViewShell()
H A Dvprint.cxx604 if( pDoc->GetCurrentViewShell() ) in PrtOle2()
605 …pSh = new ViewShell( *pDoc->GetCurrentViewShell(), 0, pOleOut,VSHELLFLAG_SHARELAYOUT );//swmod 080… in PrtOle2()
H A Dviewimp.cxx390 if( IsAccessible() && pIDLA->GetCurrentViewShell() && pWin ) //swmod 071108//swmod 071225 in UpdateAccessible()
/trunk/main/sw/source/core/docnode/
H A Dndsect.cxx918 GetDoc()->GetCurrentViewShell(); //swmod 071108//swmod 071225 in InsertTextSection()
1093 if( rNds.IsDocNodes() && rNds.GetDoc()->GetCurrentViewShell() ) //swmod 071108//swmod 071225 in MakeFrms()
1324 pNewSect->CreateLink( pDoc->GetCurrentViewShell() ? CREATE_CONNECT //swmod 071108//swmod 071225 in MakeCopy()
1407 m_pSection->CreateLink( pDoc->GetCurrentViewShell() ? CREATE_CONNECT //swmod 071108 in NodesArrChgd()
/trunk/main/sw/source/core/draw/
H A Ddcontact.cxx1155 if ( pDoc->GetCurrentViewShell() && in Changed()
1156 pDoc->GetCurrentViewShell()->IsInConstructor() ) in Changed()
1904 if( !pDrawFrmFmt->getIDocumentLayoutAccess()->GetCurrentViewShell() ) in ConnectToLayout()
1922 ViewShell *pShell = pDrawFrmFmt->getIDocumentLayoutAccess()->GetCurrentViewShell(); in ConnectToLayout()
H A Ddpage.cxx117 …ViewShell *pSh = static_cast< SwDrawModel* >(GetModel())->GetDoc().GetCurrentViewShell(); //swmod … in GetGridFrameList()
/trunk/main/sw/source/core/layout/
H A Dflypos.cxx60 else if( pFmt->GetDoc()->GetCurrentViewShell() ) //swmod 071108//swmod 071225 in SwPosFlyFrm()
/trunk/main/sw/source/ui/vba/
H A Dvbainformationhelper.cxx59 ViewShell* pViewSh = pDoc->GetCurrentViewShell(); in handleWdVerticalPositionRelativeToPage()
H A Dwordvbahelper.cxx84 ViewShell* pViewSh = pDocShell ? pDocShell->GetDoc()->GetCurrentViewShell() : 0; in getPageCount()
/trunk/main/sw/source/filter/xml/
H A Dxmlexp.cxx617 if( pDoc && pDoc->GetCurrentViewShell() && in SetBodyAttributes()
618 pDoc->GetCurrentViewShell()->GetPageCount() > 1 ) in SetBodyAttributes()
H A Dwrtxml.cxx420 if( pDoc->GetCurrentViewShell() && pDoc->GetDocStat().nPage > 1 && //swmod 071108//swmod 071225 in _Write()
/trunk/main/sw/source/core/fields/
H A Dddetbl.cxx185 if( pDoc->GetCurrentViewShell() ) //swmod 071108//swmod 071225 in NoDDETable()
H A Dddefld.cxx316 if( pDoc->GetCurrentViewShell() ) //swmod 071108//swmod 071225 in _RefCntChgd()
/trunk/main/sw/source/core/text/
H A Ditratr.cxx436 const_cast<ViewShell *>(getIDocumentLayoutAccess()->GetCurrentViewShell()) );//swmod 080311 in IsSymbol()
701 …DrawTextInfo aDrawInf( const_cast<ViewShell *>(getIDocumentLayoutAccess()->GetCurrentViewShell()), in GetMinMaxSize()
/trunk/main/sw/source/ui/app/
H A Dswmodul1.cxx659 if ( pTmp->GetCurrentViewShell() ) //swmod 071108//swmod 071225 in CheckSpellChanges()
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx839 else if( dynamic_cast<SwWrtShell*>( pDocSh->GetDoc()->GetCurrentViewShell() ) ) in SwView()
841 pWrtShell = new SwWrtShell( *(SwWrtShell*)pDocSh->GetDoc()->GetCurrentViewShell(), in SwView()
/trunk/main/sw/source/core/undo/
H A Dundraw.cxx80 ViewShell* pSh = GetCurrentViewShell(); in IMPL_LINK()
/trunk/main/sw/source/filter/ww1/
H A Dfltshell.cxx504 if(pDoc->GetCurrentViewShell() //swmod 071108//swmod 071225 in SetAttrInDoc()
1730 if (GetDoc().GetCurrentViewShell()){ //swmod 071108//swmod 071225 in EndTable()

Completed in 135 milliseconds

12