Lines Matching refs:Value
254 aRemoveArgs[0].Value <<= maComboBoxText; in dispatch()
260 aInsertArgs[0].Value <<= sal_Int32( 0 ); in dispatch()
262 aInsertArgs[1].Value <<= maComboBoxText; in dispatch()
273 lArgs[i].Value >>= aText; in dispatch()
287 aArgs[0].Value <<= aText; in dispatch()
298 lArgs[i].Value >>= aText; in dispatch()
340 lArgs[i].Value >>= aText; in dispatch()
390 aArgs[0].Value <<= aContextMenu; in addStatusListener()
395 aArgs[0].Value <<= sal_Int32( 0 ); in addStatusListener()
411 aArgs[0].Value <<= aContextMenu; in addStatusListener()
419 aArgs[0].Value <<= nPos; in addStatusListener()
429 aArgs[0].Value <<= double( 0.0 ); in addStatusListener()
431 aArgs[1].Value <<= double( 10.0 ); in addStatusListener()
433 aArgs[2].Value <<= double( 0.0 ); in addStatusListener()
435 aArgs[3].Value <<= double( 0.1 ); in addStatusListener()
437 aArgs[4].Value <<= rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "%.2f cm" ) ); in addStatusListener()
461 aArgs[0].Value <<= aList; in addStatusListener()
490 bHasText = Event.aInformation[i].Value >>= aNewText; in controlEvent()