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.cxx260 msCommand = xAttribs->getOptionalValue( XML_cmd ); in CmdTimeNodeContext()
289 aParamValue.Value <<= msCommand.toInt32(); in endFastElement()
294 … if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM( "onstopaudio" ) ) ) in endFastElement()
298 else if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("play") ) ) in endFastElement()
302 … else if( msCommand.compareToAscii( RTL_CONSTASCII_STRINGPARAM("playFrom") ) == 0 ) in endFastElement()
304 … const OUString aMediaTime( msCommand.copy( 9, msCommand.getLength() - 10 ) ); in endFastElement()
314 … else if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("togglePause") ) ) in endFastElement()
318 else if( msCommand.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("stop") ) ) in endFastElement()
329 aParamValue.Value <<= msCommand; in endFastElement()
366 OUString msCommand; member in oox::ppt::CmdTimeNodeContext