Searched refs:msCommand (Results 1 – 1 of 1) sorted by relevance
264 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