Home
last modified time | relevance | path

Searched refs:SwDocShell (Results 26 – 50 of 155) sorted by relevance

1234567

/trunk/main/sw/source/ui/app/
H A Dapplab.cxx214 SfxObjectShellLock xDocSh( new SwDocShell( SFX_CREATE_MODE_STANDARD)); in InsertLab()
221 SwDocShell *pDocSh = (SwDocShell*)(&*xDocSh); in InsertLab()
252 SwWait aWait( (SwDocShell&)*xDocSh, true ); in InsertLab()
/trunk/main/sw/source/ui/dbui/
H A Ddbmgr.cxx903 SwDocShell* pSourrceDocSh = pSourceShell->GetView().GetDocShell(); in MergeMailFiles()
913 SfxFilterContainer* pFilterContainer = SwDocShell::Factory().GetFilterContainer(); in MergeMailFiles()
951 xTargetDocShell = new SwDocShell( SFX_CREATE_MODE_STANDARD ); in MergeMailFiles()
1067 SfxObjectShellLock xWorkDocSh( new SwDocShell( SFX_CREATE_MODE_INTERNAL )); in MergeMailFiles()
1079 SwDoc* pWorkDoc = ((SwDocShell*)(&xWorkDocSh))->GetDoc(); in MergeMailFiles()
1082 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_FIELD_MERGE, SwDocShell::GetEventName(STR_SW_EVENT_FI… in MergeMailFiles()
1084 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_FIELD_MERGE_FINISHED, SwDocShell::GetEventName(STR_SW… in MergeMailFiles()
2550 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_MAIL_MERGE, SwDocShell::GetEventName(STR_SW_EVENT_MAI… in ExecuteFormLetter()
2556 SwDocShell::Factory().GetFilterContainer() ); in ExecuteFormLetter()
2581 SfxObjectShellLock xWorkDocSh( new SwDocShell( SFX_CREATE_MODE_INTERNAL )); in ExecuteFormLetter()
[all …]
/trunk/main/sw/source/filter/html/
H A Dhtmlbas.cxx118 SwDocShell *pDocSh = pDoc->GetDocShell(); in EndScript()
257 SwDocShell *pDocSh = pDoc->GetDocShell(); in InsertBasicDocEvent()
339 SwDocShell *pDocSh = pDoc->GetDocShell(); in OutBasicBodyEvents()
/trunk/main/sw/source/ui/uno/
H A Dunomailmerge.cxx179 SwDocShell *pTmpDocShell = 0; in LoadFromURL_impl()
423 SwDocShell *pDocShell = new SwDocShell( SFX_CREATE_MODE_STANDARD ); in SwXMailMerge()
798 SwDocShell::Factory().GetFilterContainer() ); in execute()
825 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_MAIL_MERGE, SwDocShell::GetEventName(STR_SW_EVENT_MAI… in execute()
827 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_MAIL_MERGE_END, SwDocShell::GetEventName(STR_SW_EVENT… in execute()
H A DSwXDocumentSettings.hxx44 class SwDocShell;
57 SwDocShell* mpDocSh;
/trunk/main/sw/source/core/ole/
H A Dndole.cxx311 p = new SwDocShell( GetDoc(), SFX_CREATE_MODE_INTERNAL ); in RestorePersistentData()
421 SwDocShell *pDocSh = GetDoc()->GetDocShell(); in MakeOLENode()
443 SwDocShell *pDocSh= GetDoc()->GetDocShell(); in MakeOLENode()
465 pPersistShell = new SwDocShell( pDoc, SFX_CREATE_MODE_INTERNAL ); in MakeCopy()
773 p = new SwDocShell( pDoc, SFX_CREATE_MODE_INTERNAL ); in SetNode()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx54 class SwDocShell;
602 SwDocShell *GetDocShell();
603 inline const SwDocShell *GetDocShell() const;
683 inline const SwDocShell *SwView::GetDocShell() const in GetDocShell()
H A Dnavicont.hxx29 class SwDocShell;
47 sal_uInt16 nDragType, const SwDocShell* );
H A Dfldwrap.hxx38 virtual sal_Bool ReInitDlg(SwDocShell *pDocSh);
54 virtual sal_Bool ReInitDlg(SwDocShell *pDocSh);
H A Dascfldlg.hxx37 class SwDocShell;
64 SwAsciiFilterDlg( Window* pParent, SwDocShell& rDocSh,
H A Duitool.hxx38 class SwDocShell;
73 SW_DLLPUBLIC void FillCharStyleListBox(ListBox& rToFill, SwDocShell* pDocSh, sal_Bool bSorted = sal…
H A Dglosdoc.hxx32 class SwDocShell;
37 SV_DECL_REF( SwDocShell )
H A Dpview.hxx36 class SwDocShell;
289 SwDocShell* GetDocShell();
/trunk/main/sw/source/ui/uiview/
H A Dview2.cxx246 SwDocShell* pDocSh = GetDocShell(); in InsertGraphic()
278 SwDocShell* pDocShell = GetDocShell(); in InsertGraphicDlg()
1069 SwDocShell* pDocShell = GetDocShell(); in Execute()
1264 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_PAGE_COUNT, SwDocShell::GetEventName(STR_SW_EVENT_PAG… in StateStatusLine()
2059 SwDocShell* pDocSh = GetDocShell(); in InsertDoc()
2096 SwDocShell* pDocSh = GetDocShell(); in InsertMedium()
2202 SwDocShell* pDestSh ); in InsertMedium()
2215 nFound = pWrtShell->CompareDoc( *((SwDocShell*)&xDocSh)->GetDoc() ); in InsertMedium()
2217 nFound = pWrtShell->MergeDoc( *((SwDocShell*)&xDocSh)->GetDoc() ); in InsertMedium()
H A Dview.cxx797 SwDocShell* pDocSh = PTR_CAST( SwDocShell, _pFrame->GetObjectShell() ); in SwView()
846 SwDoc& rDoc = *((SwDocShell*)pDocSh)->GetDoc(); in SwView()
1058 SwDocShell* pDocSh = GetDocShell(); in ~SwView()
1095 SwDocShell* SwView::GetDocShell() in GetDocShell()
1098 return PTR_CAST(SwDocShell, pDocShell); in GetDocShell()
/trunk/main/sw/source/ui/globdoc/
H A Dglobdoc.cxx45 TYPEINIT1(SwGlobalDocShell, SwDocShell);
51 SwDocShell(eMode) in SwGlobalDocShell()
/trunk/main/sw/source/ui/web/
H A Dwdocsh.cxx59 TYPEINIT1(SwWebDocShell, SwDocShell);
68 SwDocShell(eMode), in SwWebDocShell()
/trunk/main/sw/source/ui/vba/
H A Dwordvbahelper.hxx32 class SwDocShell;
41 SwDocShell* getDocShell( const css::uno::Reference< css::frame::XModel>& xModel );
/trunk/main/sw/sdi/
H A Ddocsh.sdi64 shell SwDocShell
69 shell SwGlosDocShell : SwDocShell
/trunk/main/sw/inc/
H A Dunotxdoc.hxx118 class SwDocShell;
185 SwDocShell* pDocShell;
251 SwXTextDocument(SwDocShell* pShell);
428 void Reactivate(SwDocShell* pNewDocShell);
441 SwDocShell* GetDocShell() {return pDocShell;} in GetDocShell()
H A Dunosett.hxx44 class SwDocShell;
168 SwDocShell* pDocShell; //nur, wenn als ChapterNumbering verwendet
180 SwXNumberingRules(SwDocShell& rDocSh); // chapter numbering
242 SwXChapterNumbering(SwDocShell& rDocSh);
H A Dprintdata.hxx38 class SwDocShell;
275 void MakeSwPrtOptions( SwPrintData & rOptions, const SwDocShell *pDocShell,
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx159 SwDocShell* pDocShell;
222 SwDocShell* pDShell = rSh.GetDoc()->GetDocShell(); in SwTransferable()
265 SwDocShell* pDocSh = (SwDocShell*)pObj; in ~SwTransferable()
580 SwDocShell* pNewDocSh = new SwDocShell( pDoc, in GetData()
812 aDocShellRef = new SwDocShell( pDoc, SFX_CREATE_MODE_EMBEDDED); in PrepareForCopy()
937 SwDocShell* pDShell; in PrepareForCopy()
3227 SwDocShell* pDShell = pWrtShell->GetView().GetDocShell(); in StartDrag()
3906 TypeId aType( TYPE( SwDocShell ) ); in FindDocShell()
/trunk/main/sw/source/filter/ww8/
H A Dww8glsy.cxx218 SfxObjectShellLock xDocSh(new SwDocShell(SFX_CREATE_MODE_INTERNAL)); in Load()
221 SwDoc *pD = ((SwDocShell*)(&xDocSh))->GetDoc(); in Load()
/trunk/main/sw/source/ui/fldui/
H A Dfldpage.cxx91 SwDocShell* pDocSh = (SwDocShell*)SfxObjectShell::Current(); in Init()

Completed in 387 milliseconds

1234567