Home
last modified time | relevance | path

Searched refs:msCommand (Results 1 – 1 of 1) sorted by relevance

/trunk/main/oox/source/ppt/
H A Dtimenodelistcontext.cxx264 msCommand = xAttribs->getOptionalValue( XML_cmd ); in CmdTimeNodeContext()
294 aParamValue.Value <<= msCommand.toInt32(); in endFastElement()
299 if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "onstopaudio" ) ) ) in endFastElement()
303 else if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("play") ) ) in endFastElement()
307 else if( msCommand.compareToAscii( RTL_CONSTASCII_STRINGPARAM("playFrom") ) == 0 ) in endFastElement()
309 const OUString aMediaTime( msCommand.copy( 9, msCommand.getLength() - 10 ) ); in endFastElement()
319 else if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("togglePause") ) ) in endFastElement()
323 else if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("stop") ) ) in endFastElement()
334 aParamValue.Value <<= msCommand; in endFastElement()
372 OUString msCommand; member in oox::ppt::CmdTimeNodeContext

Completed in 18 milliseconds