Home
last modified time | relevance | path

Searched refs:pDShell (Results 1 – 5 of 5) sorted by relevance

/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh2.cxx438 SwDocShell* pDShell = pSh->GetView().GetDocShell(); in LoadURL() local
439 DBG_ASSERT( pDShell, "No DocShell?!"); in LoadURL()
443 else if( pDShell ) { in LoadURL()
446 pDShell->GetModel(), uno::UNO_QUERY_THROW); in LoadURL()
453 if( pDShell && pDShell->GetMedium() ) in LoadURL()
454 sReferer = pDShell->GetMedium()->GetName(); in LoadURL()
/trunk/main/sw/source/core/view/
H A Dvnew.cxx87 SwDocShell* pDShell = pDoc->GetDocShell(); in Init() local
88 pDoc->set(IDocumentSettingAccess::HTML_MODE, 0 != ::GetHtmlMode( pDShell ) ); in Init()
93 if( pDShell && pDShell->IsReadOnly() ) in Init()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx222 SwDocShell* pDShell = rSh.GetDoc()->GetDocShell(); in SwTransferable() local
223 if( pDShell ) in SwTransferable()
225 pDShell->FillTransferableObjectDescriptor( aObjDesc ); in SwTransferable()
226 if( pDShell->GetMedium() ) in SwTransferable()
228 const INetURLObject& rURLObj = pDShell->GetMedium()->GetURLObject(); in SwTransferable()
937 SwDocShell* pDShell; in PrepareForCopy() local
939 0 != ( pDShell = pWrtShell->GetDoc()->GetDocShell()) && in PrepareForCopy()
940 SFX_CREATE_MODE_STANDARD == pDShell->GetCreateMode() ) in PrepareForCopy()
3227 SwDocShell* pDShell = pWrtShell->GetView().GetDocShell(); in StartDrag() local
3228 if( ( pDShell && pDShell->IsReadOnly() ) || pWrtShell->HasReadonlySel() ) in StartDrag()
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx1217 SwDocShell* pDShell = pDoc->GetDocShell(); in lcl_UpdateLinksInSect() local
1218 if( !pDShell || !pDShell->GetMedium() ) in lcl_UpdateLinksInSect()
1221 String sName( pDShell->GetMedium()->GetName() ); in lcl_UpdateLinksInSect()
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx438 const SwDocShell* pDShell = pDoc->GetDocShell(); in Expand() local
439 if( pDShell && pDShell->HasName() ) in Expand()
441 const INetURLObject& rURLObj = pDShell->GetMedium()->GetURLObject(); in Expand()

Completed in 50 milliseconds