Searched refs:SwApplet_Impl (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/sw/source/filter/html/ |
H A D | SwAppletImpl.cxx | 47 sal_uInt16 SwApplet_Impl::GetOptionType( const String& rName, sal_Bool bApplet ) in GetOptionType() 123 SwApplet_Impl::SwApplet_Impl( SfxItemPool& rPool, sal_uInt16 nWhich1, sal_uInt16 nWhich2 ) : in SwApplet_Impl() function in SwApplet_Impl 128 void SwApplet_Impl::CreateApplet( const String& rCode, const String& rName, in CreateApplet() 157 sal_Bool SwApplet_Impl::CreateApplet( const String& rBaseURL ) in CreateApplet() 184 SwApplet_Impl::~SwApplet_Impl() in ~SwApplet_Impl() 187 void SwApplet_Impl::FinishApplet() in FinishApplet() 200 void SwApplet_Impl::AppendParam( const String& rName, const String& rValue ) in AppendParam()
|
H A D | htmlplug.cxx | 511 pAppletImpl = new SwApplet_Impl( pDoc->GetAttrPool(), in NewObject() 681 pAppletImpl = new SwApplet_Impl( pDoc->GetAttrPool(), RES_FRMATR_BEGIN, RES_FRMATR_END-1 ); in InsertApplet() 1268 sal_uInt16 nType = SwApplet_Impl::GetOptionType( rName, sal_True ); in OutHTML_FrmFmtOLENode() 1324 if( SwApplet_Impl::GetOptionType( rName, sal_False ) == SWHTML_OPTTYPE_TAG ) in OutHTML_FrmFmtOLENode()
|
H A D | swhtml.hxx | 67 class SwApplet_Impl; 406 SwApplet_Impl *pAppletImpl;// the current applet
|
/aoo42x/main/sw/inc/ |
H A D | SwAppletImpl.hxx | 50 class SwApplet_Impl class 59 SwApplet_Impl( SfxItemPool& rPool, sal_uInt16 nWhich1, sal_uInt16 nWhich2 ); 60 SwApplet_Impl( SfxItemSet& rSet ): aItemSet ( rSet) {} in SwApplet_Impl() function in SwApplet_Impl 61 ~SwApplet_Impl();
|
/aoo42x/main/sw/source/filter/xml/ |
H A D | xmltexte.cxx | 603 sal_uInt16 nType2 = SwApplet_Impl::GetOptionType( aProp.Name, sal_True ); in _exportTextEmbedded() 699 sal_uInt16 nType2 = SwApplet_Impl::GetOptionType( aProp.Name, sal_True ); in _exportTextEmbedded() 725 sal_uInt16 nType2 = SwApplet_Impl::GetOptionType( aProp.Name, sal_False ); in _exportTextEmbedded()
|
H A D | xmltexti.cxx | 651 SwApplet_Impl aAppletImpl ( aItemSet ); in createAndInsertApplet()
|
Completed in 71 milliseconds