Searched refs:CreateApplet (Results 1 – 4 of 4) sorted by relevance
/trunk/main/sw/source/filter/html/ |
H A D | SwAppletImpl.cxx | 128 void SwApplet_Impl::CreateApplet( const String& rCode, const String& rName, in CreateApplet() function in SwApplet_Impl 157 sal_Bool SwApplet_Impl::CreateApplet( const String& rBaseURL ) in CreateApplet() function in SwApplet_Impl 179 CreateApplet( aCode, aName, bMayScript, aCodeBase, rBaseURL ); in CreateApplet()
|
H A D | htmlplug.cxx | 641 if( pAppletImpl->CreateApplet( sBaseURL ) ) in EndObject() 747 pAppletImpl->CreateApplet( aCode, aName, bMayScript, aCodeBase, sBaseURL );//, aAlt ); in InsertApplet()
|
/trunk/main/sw/inc/ |
H A D | SwAppletImpl.hxx | 62 void CreateApplet( const String& rCode, const String& rName, 66 sal_Bool CreateApplet( const String& rBaseURL );
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltexti.cxx | 657 …aAppletImpl.CreateApplet ( rCode, rName, bMayScript, sCodeBase, GetXMLImport().GetDocumentBase() ); in createAndInsertApplet()
|
Completed in 31 milliseconds