Home
last modified time | relevance | path

Searched refs:SwWebDocShell (Results 1 – 25 of 30) sorted by relevance

12

/trunk/main/sw/source/ui/web/
H A Dwdocsh.cxx49 #define SwWebDocShell macro
55 SFX_IMPL_INTERFACE( SwWebDocShell, SfxObjectShell, SW_RES(0) )
59 TYPEINIT1(SwWebDocShell, SwDocShell);
61 SFX_IMPL_OBJECTFACTORY(SwWebDocShell, SvGlobalName(SO3_SWWEB_CLASSID), SFXOBJECTSHELL_STD_NORMAL|SF…
67 SwWebDocShell::SwWebDocShell(SfxObjectCreateMode eMode ) : in SwWebDocShell() function in SwWebDocShell
77 SwWebDocShell::~SwWebDocShell() in ~SwWebDocShell()
83 void SwWebDocShell::FillClass( SvGlobalName * pClassName, in FillClass()
H A Dwview.cxx88 SFX_VIEW_REGISTRATION(SwWebDocShell);
/trunk/main/sw/inc/
H A Dwdocsh.hxx29 class SW_DLLPUBLIC SwWebDocShell: public SwDocShell class
42 SwWebDocShell(SfxObjectCreateMode eMode = SFX_CREATE_MODE_EMBEDDED);
43 ~SwWebDocShell();
/trunk/main/sw/source/ui/misc/
H A Dglshell.cxx68 SFX_IMPL_INTERFACE( SwWebGlosDocShell, SwWebDocShell, SW_RES(0) )
74 TYPEINIT1( SwWebGlosDocShell, SwWebDocShell );
212 : SwWebDocShell( SFX_CREATE_MODE_STANDARD ) in SwWebGlosDocShell()
H A Dnum.cxx1139 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebDocShell, pDocShell)); in PageCreated()
1150 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebDocShell, pDocShell)); in PageCreated()
H A Ddocfnote.cxx167 if(PTR_CAST(SwWebDocShell, pDocSh)) in Reset()
/trunk/main/sw/source/ui/uiview/
H A Dsrcview.cxx122 SFX_VIEW_REGISTRATION(SwWebDocShell);
258 DBG_ASSERT(PTR_CAST(SwWebDocShell, pDocShell), "Wieso keine WebDocShell?"); in ~SwSrcView()
260 …((SwWebDocShell*)pDocShell)->SetSourcePara( static_cast< sal_uInt16 >( rSel.GetStart().GetPara() )… in ~SwSrcView()
944 DBG_ASSERT(PTR_CAST(SwWebDocShell, pDocShell), "Wieso keine WebDocShell?"); in Load()
945 sal_uInt16 nLine = ((SwWebDocShell*)pDocShell)->GetSourcePara(); in Load()
/trunk/main/sw/source/ui/app/
H A Ddocshini.cxx125 sal_Bool bWeb = ISA( SwWebDocShell ); in InitNew()
469 mpDoc->set(IDocumentSettingAccess::HTML_MODE, ISA(SwWebDocShell) ); in AddLink()
616 if( ISA( SwWebDocShell ) ) in Load()
744 sal_Bool bWeb = ISA(SwWebDocShell); in SubInitNew()
H A Ddocsh2.cxx756 if( ISA(SwWebDocShell) && SID_VIEWSHELL1 == nSlotId ) in Execute()
835 sal_Bool bWeb = 0 != dynamic_cast< SwWebDocShell *>( this ); in Execute()
907 SwWebDocShell::Factory().GetFilterContainer() ); in Execute()
943 sal_Bool bWeb = 0 != dynamic_cast<SwWebDocShell*>(this); in Execute()
1267 SwWebDocShell::Factory().GetFilterContainer() ); in Execute()
1780 String sWebFactory(String::CreateFromAscii(SwWebDocShell::Factory().GetShortName())); in LoadStylesFromFile()
H A Ddocsh.cxx253 pRdr->GetDoc()->set(IDocumentSettingAccess::HTML_MODE, ISA(SwWebDocShell)); in ConvertFrom()
669 if( ISA( SwWebDocShell) ) in ConvertTo()
897 sal_Bool bWeb = 0 != PTR_CAST(SwWebDocShell, this); in Draw()
1101 if ( ISA( SwWebDocShell ) ) in GetState()
H A Dswdll.cxx82 SfxObjectFactory* pWDocFact = &SwWebDocShell::Factory(); in Init()
H A Dswmodule.cxx326 SwWebDocShell::RegisterInterface( pMod ); in RegisterInterfaces()
/trunk/main/sw/sdi/
H A Dwdocsh.sdi43 shell SwWebDocShell
48 shell SwWebGlosDocShell : SwWebDocShell
/trunk/main/sw/source/ui/docvw/
H A Dedtdd.cxx322 if( rSh.GetView().GetDocShell()->ISA(SwWebDocShell) ) in GetDropDestination()
338 if( rSh.GetView().GetDocShell()->ISA(SwWebDocShell) ) in GetDropDestination()
/trunk/main/sw/source/ui/fmtui/
H A Dtmpdlg.cxx642 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebDocShell,pDocShell)); in PageCreated()
654 FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebDocShell,pDocShell)); in PageCreated()
/trunk/main/sw/source/ui/inc/
H A Dglshell.hxx59 class SwWebGlosDocShell : public SwWebDocShell
/trunk/main/sw/source/ui/table/
H A Drowht.cxx96 FieldUnit eFieldUnit = SW_MOD()->GetUsrPref( 0 != PTR_CAST( SwWebDocShell, in SwTableHeightDlg()
H A Dcolwd.cxx89 ? static_cast< sal_Bool >(0 != PTR_CAST( SwWebDocShell, in IMPL_LINK_INLINE_END()
/trunk/main/sw/source/ui/uno/
H A Dunodoc.cxx94 SfxObjectShell* pShell = new SwWebDocShell( SFX_CREATE_MODE_STANDARD ); in SwWebDocument_createInstance()
/trunk/main/sw/source/ui/dialog/
H A Duiregionsw.cxx404 bWeb = 0 != PTR_CAST( SwWebDocShell, rSh.GetView().GetDocShell() ); in SwEditRegionDlg()
1599 sal_Bool bWeb = 0 != PTR_CAST( SwWebDocShell, rSh.GetView().GetDocShell() ); in SwInsertSectionTabDialog()
1755 sal_Bool bWeb = 0 != PTR_CAST(SwWebDocShell, m_pWrtSh->GetView().GetDocShell()); in SetWrtShell()
2334 sal_Bool bWeb = 0 != PTR_CAST( SwWebDocShell, rSh.GetView().GetDocShell() ); in SwSectionPropertyTabDialog()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx549 if( 0!= dynamic_cast< SwWebDocShell*>( GetView().GetDocShell()) ) in TYPEINIT1()
646 … FieldUnit eMetric = ::GetDfltMetric(0 != PTR_CAST(SwWebDocShell, GetView().GetDocShell())); in TYPEINIT1()
H A Dtxtnum.cxx124 const bool bHtml = 0 != PTR_CAST( SwWebDocShell, pDocSh ); in ExecEnterNum()
/trunk/main/sw/source/ui/wrtsh/
H A Dwrtsh1.cxx1132 !dynamic_cast<SwWebDocShell*>(GetDoc()->GetDocShell()) && in NumOrBulletOn()
1337 const bool bHtml = 0 != PTR_CAST(SwWebDocShell, pDocSh); in NumOrBulletOn()
/trunk/main/sw/source/ui/dochdl/
H A Dswdtflvr.cxx1593 if( rSh.GetView().GetDocShell()->ISA(SwWebDocShell) ) in GetSotDestination()
1621 if( rSh.GetView().GetDocShell()->ISA(SwWebDocShell) ) in GetSotDestination()
2375 if( rSh.GetView().GetDocShell()->ISA(SwWebDocShell) in _PasteGrf()
2601 if( pFlt && !rSh.GetView().GetDocShell()->ISA(SwWebDocShell) in _PasteFileName()
/trunk/main/sw/source/core/view/
H A Dprintdata.cxx153 const TypeId aSwWebDocShellTypeId = TYPE(SwWebDocShell); in MakeSwPrtOptions()

Completed in 125 milliseconds

12