Home
last modified time | relevance | path

Searched refs:SwDocShell (Results 1 – 25 of 154) sorted by relevance

1234567

/trunk/main/sw/source/ui/app/
H A Ddocsh.cxx110 #define SwDocShell macro
130 SFX_IMPL_INTERFACE( SwDocShell, SfxObjectShell, SW_RES(0) )
135 TYPEINIT2(SwDocShell, SfxObjectShell, SfxListener);
138 SFX_IMPL_OBJECTFACTORY(SwDocShell, SvGlobalName(SO3_SW_CLASSID), SFXOBJECTSHELL_STD_NORMAL|SFXOBJEC…
145 Reader* SwDocShell::StartConvertFrom(SfxMedium& rMedium, SwReader** ppRdr, in StartConvertFrom()
237 sal_Bool SwDocShell::ConvertFrom( SfxMedium& rMedium ) in ConvertFrom()
300 void SwDocShell::BeforeLoading( SfxMedium&, const ::rtl::OUString &, const ::rtl::OUString & ) in BeforeLoading()
315 sal_Bool SwDocShell::Save() in Save()
412 sal_Bool SwDocShell::SaveAs( SfxMedium& rMedium ) in SaveAs()
559 SwSrcView* lcl_GetSourceView( SwDocShell* pSh ) in lcl_GetSourceView()
[all …]
H A Ddocshini.cxx114 sal_Bool SwDocShell::InitNew( const uno::Reference < embed::XStorage >& xStor ) in InitNew()
364 SwDocShell::SwDocShell( SfxObjectCreateMode eMode ) : in SwDocShell() function in SwDocShell
383 SwDocShell::SwDocShell( const sal_uInt64 i_nSfxCreationFlags ) : in SwDocShell() function in SwDocShell
402 SwDocShell::SwDocShell( SwDoc *pD, SfxObjectCreateMode eMode ): in SwDocShell() function in SwDocShell
421 SwDocShell::~SwDocShell() in ~SwDocShell()
444 void SwDocShell::Init_Impl() in Init_Impl()
462 void SwDocShell::AddLink() in AddLink()
480 mpDoc->SetOle2Link(LINK(this, SwDocShell, Ole2ModifiedHdl)); in AddLink()
488 void SwDocShell::UpdateFontList() in UpdateFontList()
509 void SwDocShell::RemoveLink() in RemoveLink()
[all …]
H A Ddocsh2.cxx136 SfxDocumentInfoDialog* SwDocShell::CreateDocumentInfoDialog( in CreateDocumentInfoDialog()
142 SwDocShell* pDocSh = (SwDocShell*) SfxObjectShell::Current(); in CreateDocumentInfoDialog()
159 void SwDocShell::ToggleBrowserMode(sal_Bool bSet, SwView* _pView ) in ToggleBrowserMode()
197 void SwDocShell::DoFlushDocInfo() in DoFlushDocInfo()
243 void SwDocShell::Notify( SfxBroadcaster&, const SfxHint& rHint ) in Notify()
322 sal_uInt16 SwDocShell::PrepareClose( sal_Bool bUI, sal_Bool bForBrowsing ) in PrepareClose()
348 sal_Bool SwDocShell::Insert( SfxObjectShell &rSource, in Insert()
437 if( SFX_STYLE_FAMILY_PAGE == eOldFamily && rSource.ISA(SwDocShell) ) in Insert()
572 sal_Bool SwDocShell::Remove(sal_uInt16 nIdx1, // siehe Insert in Remove()
642 void SwDocShell::Execute(SfxRequest& rReq) in Execute()
[all …]
H A Dmainwn.cxx43 class SwDocShell;
49 SwDocShell *pDocShell;
55 static SwProgress *lcl_SwFindProgress( SwDocShell *pDocShell ) in lcl_SwFindProgress()
68 SwDocShell *pDocShell ) in StartProgress()
98 void SetProgressState( long nPosition, SwDocShell *pDocShell ) in SetProgressState()
109 void EndProgress( SwDocShell *pDocShell ) in EndProgress()
140 void SetProgressText( sal_uInt16 nId, SwDocShell *pDocShell ) in SetProgressText()
151 void RescheduleProgress( SwDocShell *pDocShell ) in RescheduleProgress()
H A Dapphdl.cxx172 SwDocShell *pDocSh = (SwDocShell*) SfxObjectShell::Current(); in StateOther()
247 … SfxStringItem aFactory(SID_NEWDOCDIRECT, SwDocShell::Factory().GetFilterContainer()->GetName()); in lcl_LoadDoc()
551 SwDocShell* pDocShell = pSourceView->GetDocShell(); in IMPL_LINK()
691 SwDocShell* pDocSh = PTR_CAST( SwDocShell, rEvHint.GetObjShell() ); in Notify()
806 TypeId aType(TYPE(SwDocShell)); in ConfigurationChanged()
807 SwDocShell * pDocShell = in ConfigurationChanged()
808 static_cast<SwDocShell *>(SfxObjectShell::GetFirst(&aType)); in ConfigurationChanged()
812 pDocShell = static_cast<SwDocShell *>( in ConfigurationChanged()
855 if( pObjSh->IsA(TYPE(SwDocShell)) ) in ConfigurationChanged()
857 const SwDoc* pDoc = ((SwDocShell*)pObjSh)->GetDoc(); in ConfigurationChanged()
[all …]
H A Ddocst.cxx90 void SwDocShell::StateStyleSheet(SfxItemSet& rSet, SwWrtShell* pSh) in StateStyleSheet()
267 void SwDocShell::ExecStyleSheet( SfxRequest& rReq ) in ExecStyleSheet()
507 sal_uInt16 SwDocShell::Edit( in Edit()
860 sal_uInt16 SwDocShell::Delete(const String &rName, sal_uInt16 nFamily) in Delete()
882 sal_uInt16 SwDocShell::ApplyStyles( in ApplyStyles()
948 sal_uInt16 SwDocShell::DoWaterCan(const String &rName, sal_uInt16 nFamily) in DoWaterCan()
1004 sal_uInt16 SwDocShell::UpdateStyle(const String &rName, sal_uInt16 nFamily, SwWrtShell* pShell) in UpdateStyle()
1098 sal_uInt16 SwDocShell::MakeByExample( const String &rName, sal_uInt16 nFamily, in MakeByExample()
1257 void SwDocShell::LoadStyles( SfxObjectShell& rSource ) in LoadStyles()
1268 void SwDocShell::_LoadStyles( SfxObjectShell& rSource, sal_Bool bPreserveCurrentDocument ) in _LoadStyles()
[all …]
H A Dswmodul1.cxx203 const SwDocShell* pDocSh = pCurrView->GetDocShell(); in ApplyUsrPref()
647 TypeId aType = TYPE(SwDocShell); in CheckSpellChanges()
648 for( SwDocShell *pDocSh = (SwDocShell*)SfxObjectShell::GetFirst(&aType); in CheckSpellChanges()
650 pDocSh = (SwDocShell*)SfxObjectShell::GetNext( *pDocSh, &aType ) ) in CheckSpellChanges()
H A Dapplab.cxx211 SfxObjectShellLock xDocSh( new SwDocShell( SFX_CREATE_MODE_STANDARD)); in InsertLab()
218 SwDocShell *pDocSh = (SwDocShell*)(&*xDocSh); in InsertLab()
249 SwWait aWait( (SwDocShell&)*xDocSh, true ); in InsertLab()
/trunk/main/sw/inc/
H A Ddocsh.hxx58 class SwDocShell;
63 void SW_DLLPRIVATE InitDrawModelAndDocShell(SwDocShell* pSwDocShell, SwDrawModel* pSwDrawModel);
65 class SW_DLLPUBLIC SwDocShell: public SfxObjectShell, public SfxListener class
148 SW_DLLPRIVATE DECL_STATIC_LINK( SwDocShell, IsLoadFinished, void* );
175 SwDocShell( SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED );
176 SwDocShell( const sal_uInt64 i_nSfxCreationFlags );
177 SwDocShell( SwDoc *pDoc, SfxObjectCreateMode eMode = SFX_CREATE_MODE_STANDARD );
178 ~SwDocShell();
248 { return ((SwDocShell*)this)->GetFEShell(); } in GetFEShell()
H A Dmdiexp.hxx37 class SwDocShell;
52 SW_DLLPUBLIC void StartProgress ( sal_uInt16 nMessId, long nStartVal, long nEndVal, SwDocShell *…
53 SW_DLLPUBLIC void EndProgress ( SwDocShell *pDocSh = 0 );
54 SW_DLLPUBLIC void SetProgressState ( long nPosition, SwDocShell *pDocShell );
55 void SetProgressText ( sal_uInt16 nMessId, SwDocShell *pDocShell );
56 void RescheduleProgress( SwDocShell *pDocShell );
H A Dunostyle.hxx50 class SwDocShell;
74 SwDocShell* pDocShell;
84 SwXStyleFamilies(SwDocShell& rDocShell);
126 SwDocShell* pDocShell;
130 SwXStyleFamily(SwDocShell* pDocShell, sal_uInt16 nFamily);
316 SwDocShell* pDocShell;
323 SwXPageStyle(SfxStyleSheetBasePool& rPool, SwDocShell* pDocSh, SfxStyleFamily eFam,
326 SwXPageStyle(SwDocShell* pDocSh);
343 SwDocShell *pDocShell;
351 SwXAutoStyles(SwDocShell& rDocShell);
[all …]
H A Dswwait.hxx31 class SwDocShell;
40 SwDocShell &rDocShell,
48 SwDocShell& mrDoc;
/trunk/main/sw/source/ui/inc/
H A Dchldwrap.hxx29 class SwDocShell;
34 SwDocShell* m_pDocSh;
43 virtual sal_Bool ReInitDlg(SwDocShell *pDocSh);
45 inline SwDocShell* GetOldDocShell() { return m_pDocSh; } in GetOldDocShell()
46 inline void SetOldDocShell(SwDocShell *pDcSh) { m_pDocSh = pDcSh; } in SetOldDocShell()
H A Dsrcview.hxx33 class SwDocShell;
73 SwDocShell* GetDocShell();
88 void Load(SwDocShell* pDocShell);
/trunk/main/sw/source/ui/misc/
H A Dglshell.cxx64 SFX_IMPL_INTERFACE( SwGlosDocShell, SwDocShell, SW_RES(0) )
73 TYPEINIT1( SwGlosDocShell, SwDocShell );
77 void lcl_Execute( SwDocShell& rSh, SfxRequest& rReq ) in lcl_Execute()
97 void lcl_GetState( SwDocShell& rSh, SfxItemSet& rSet ) in lcl_GetState()
146 : SwDocShell( (bNewShow) in SwGlosDocShell()
266 SV_IMPL_REF ( SwDocShell ) in SV_IMPL_REF() argument
/trunk/main/sw/source/ui/fldui/
H A Dfldtdlg.cxx78 m_bHtmlMode = (::GetHtmlMode((SwDocShell*)SfxObjectShell::Current()) & HTMLMODE_ON) != 0; in SwFldDlg()
207 SwDocShell* pDocSh = (SwDocShell*)SfxObjectShell::Current(); in CreateInputItemSet()
247 SwDocShell* pDocSh = (SwDocShell*)SfxObjectShell::Current(); in ReInitDlg()
299 … sal_Bool bHtmlMode = (::GetHtmlMode((SwDocShell*)SfxObjectShell::Current()) & HTMLMODE_ON) != 0; in Activate()
H A Dfldwrap.cxx90 sal_Bool SwChildWinWrapper::ReInitDlg(SwDocShell *) in ReInitDlg() argument
141 sal_Bool SwFldDlgWrapper::ReInitDlg(SwDocShell *pDocSh) in ReInitDlg()
199 sal_Bool SwFldDataOnlyDlgWrapper::ReInitDlg(SwDocShell *pDocSh) in ReInitDlg()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx257 SwDocShell* pDocShell = GetDocShell(); in ~SwSrcView()
295 SwDocShell* pDocShell = GetDocShell(); in Init()
313 SwDocShell* SwSrcView::GetDocShell() in GetDocShell()
316 return PTR_CAST(SwDocShell, pObjShell); in GetDocShell()
390 SwDocShell* pDocShell = GetDocShell(); in Execute()
493 SwDocShell* pDocShell = GetDocShell(); in GetState()
725 SwDocShell* pDocSh = GetDocShell(); in SetPrinter()
849 const SwDocShell* pDocSh = GetDocShell(); in Notify()
859 void SwSrcView::Load(SwDocShell* pDocShell) in Load()
/trunk/main/sw/source/ui/dialog/
H A Ddocstdlg.cxx103 SwDocShell* pDocShell = (SwDocShell*) SfxObjectShell::Current(); in SwDocStatPage()
184 SwDocShell* pDocShell = (SwDocShell*) SfxObjectShell::Current(); in IMPL_LINK()
/trunk/main/sw/source/core/swg/
H A DSwXMLTextBlocks.cxx71 SwDocShell* pDocSh = new SwDocShell ( SFX_CREATE_MODE_INTERNAL ); in SwXMLTextBlocks()
114 SwDocShell* pDocSh = new SwDocShell ( SFX_CREATE_MODE_INTERNAL ); in SwXMLTextBlocks()
143 SwDocShell * pDocShell = pDoc->GetDocShell(); in ClearDoc()
368 SwDocShell *pDocSh = pDoc->GetDocShell(); in PutBlock()
/trunk/main/sw/source/core/docnode/
H A Dsection.cxx1217 SwDocShell* pDShell = pDoc->GetDocShell(); in lcl_UpdateLinksInSect()
1275 SwDocShell* pDestSh ) in lcl_FindDocShell()
1286 TypeId aType( TYPE(SwDocShell) ); in lcl_FindDocShell()
1332 String sFactory(String::CreateFromAscii(SwDocShell::Factory().GetShortName())); in lcl_FindDocShell()
1357 xLockRef = new SwDocShell( SFX_CREATE_MODE_INTERNAL ); in lcl_FindDocShell()
1469 SwDoc* pSrcDoc = ((SwDocShell*)&xDocSh)->GetDoc(); in DataChanged()
1492 SwDoc* pSrcDoc = ((SwDocShell*)&xDocSh)->GetDoc(); in DataChanged()
1583 else if( ((SwDocShell*)&xDocSh)->GetDoc() ) in DataChanged()
1584 ((SwDocShell*)&xDocSh)->GetDoc()->SetRedlineMode( in DataChanged()
/trunk/main/sw/source/core/doc/
H A Ddocglbl.cxx252 SfxObjectShellLock xDocSh( new SwDocShell( SFX_CREATE_MODE_INTERNAL )); in SplitDoc()
255 SwDoc* pDoc = ((SwDocShell*)(&xDocSh))->GetDoc(); in SplitDoc()
258 ((SwDocShell*)(&xDocSh))->GetModel(), in SplitDoc()
603 SfxObjectShellLock xDocSh( new SwDocShell( SFX_CREATE_MODE_INTERNAL )); in SplitDoc()
606 SwDoc* pDoc = ((SwDocShell*)(&xDocSh))->GetDoc(); in SplitDoc()
609 ((SwDocShell*)(&xDocSh))->GetModel(), in SplitDoc()
/trunk/main/sw/source/core/sw3io/
H A Dswacorr.cxx71 if( !rObjSh.IsA( TYPE(SwDocShell) ) ) in PutText()
74 SwDocShell& rDShell = (SwDocShell&)rObjSh; in PutText()
/trunk/main/sw/source/ui/dbui/
H A Dmmoutputpage.cxx470 SwDocShell* pDocShell = pSourceView->GetDocShell(); in ActivatePage()
695 SwDocShell* pDocShell = pSourceView->GetDocShell(); in IMPL_LINK()
796 SwDocShell::Factory().GetFilterContainer() ); in IMPL_LINK()
853 SfxObjectShellLock xTempDocShell( new SwDocShell( SFX_CREATE_MODE_STANDARD ) ); in IMPL_LINK()
1004 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_MAIL_MERGE, SwDocShell::GetEventName(STR_SW_EVENT_MAI… in IMPL_LINK()
1017 …SFX_APP()->NotifyEvent(SfxEventHint(SW_EVENT_MAIL_MERGE_END, SwDocShell::GetEventName(STR_SW_EVENT… in IMPL_LINK()
1124 SfxFilterContainer* pFilterContainer = SwDocShell::Factory().GetFilterContainer(); in IMPL_LINK()
1246 SwDocShell::Factory().GetFilterContainer() ); in IMPL_LINK()
1272 SfxObjectShellLock xTempDocShell( new SwDocShell( SFX_CREATE_MODE_STANDARD ) ); in IMPL_LINK()
/trunk/main/sw/source/ui/vba/
H A Dwordvbahelper.cxx47 SwDocShell* getDocShell( const uno::Reference< frame::XModel>& xModel ) in getDocShell()
56 SwDocShell* pDocShell = getDocShell( xModel ); in getView()
83 SwDocShell* pDocShell = getDocShell( xModel ); in getPageCount()

1234567