Searched refs:bMayScript (Results 1 – 7 of 7) sorted by relevance
/trunk/main/sw/source/filter/html/ |
H A D | SwAppletImpl.cxx | 129 sal_Bool bMayScript, const String& rCodeBase, in CreateApplet() argument 148 …yValue( ::rtl::OUString::createFromAscii("AppletIsScript"), uno::makeAny( sal_Bool(bMayScript) ) ); in CreateApplet() 160 sal_Bool bMayScript = sal_False; in CreateApplet() local 174 bMayScript = sal_True; in CreateApplet() 179 CreateApplet( aCode, aName, bMayScript, aCodeBase, rBaseURL ); in CreateApplet()
|
H A D | htmlplug.cxx | 674 sal_Bool bPrcWidth = sal_False, bPrcHeight = sal_False, bMayScript = sal_False; in InsertApplet() local 729 bMayScript = sal_True; in InsertApplet() 747 pAppletImpl->CreateApplet( aCode, aName, bMayScript, aCodeBase, sBaseURL );//, aAlt ); in InsertApplet()
|
/trunk/main/xmloff/source/text/ |
H A D | XMLTextFrameContext.cxx | 438 sal_Bool bMayScript : 1; member in XMLTextFrameContext_Impl 582 bMayScript, sHRef, in Create() 890 bMayScript = sal_False; in XMLTextFrameContext_Impl() 1093 bMayScript = IsXMLToken( rValue, XML_TRUE ); in XMLTextFrameContext_Impl()
|
/trunk/main/sw/inc/ |
H A D | SwAppletImpl.hxx | 63 sal_Bool bMayScript, const String& rCodeBase,
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltexti.hxx | 76 sal_Bool bMayScript,
|
H A D | xmltexti.cxx | 632 sal_Bool bMayScript, in createAndInsertApplet() argument 657 …aAppletImpl.CreateApplet ( rCode, rName, bMayScript, sCodeBase, GetXMLImport().GetDocumentBase() ); in createAndInsertApplet()
|
/trunk/main/xmloff/inc/xmloff/ |
H A D | txtimp.hxx | 677 sal_Bool bMayScript,
|
Completed in 49 milliseconds