Searched refs:nInt32 (Results 1 – 8 of 8) sorted by relevance
677 sal_Int32 nInt32 = 0; in ReadUserDataSequence() local827 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence()837 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence()847 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence()985 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence()1050 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence()1058 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence()1066 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence()1074 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence()1089 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence()[all …]
509 sal_Int32 nInt32,nOldInt32; in propertyChange() local511 pExceptedListenerValues[nCurrent] >>= nInt32; in propertyChange()513 OSL_ENSURE( nInt32 == nOldInt32 , "PropertySetHelper: wrong old value" ); in propertyChange()515 pExceptedListenerValues[nCurrent+1] >>= nInt32; in propertyChange()517 OSL_ENSURE( nInt32 == nOldInt32 , "PropertySetHelper: wrong new value" ); in propertyChange()570 sal_Int32 nInt32,nOldInt32; in vetoableChange() local571 pExceptedListenerValues[nCurrent] >>= nInt32; in vetoableChange()575 pExceptedListenerValues[nCurrent+1] >>= nInt32; in vetoableChange()628 sal_Int32 nInt32,nOldInt32; in propertiesChange() local629 pExceptedListenerValues[nCurrent] >>= nInt32; in propertiesChange()[all …]
77 ByteChucker& ByteChucker::operator << (sal_Int32 nInt32) in operator <<() argument79 p4Sequence[0] = static_cast< sal_Int8 >((nInt32 >> 0 ) & 0xFF); in operator <<()80 p4Sequence[1] = static_cast< sal_Int8 >((nInt32 >> 8 ) & 0xFF); in operator <<()81 p4Sequence[2] = static_cast< sal_Int8 >((nInt32 >> 16 ) & 0xFF); in operator <<()82 p4Sequence[3] = static_cast< sal_Int8 >((nInt32 >> 24 ) & 0xFF); in operator <<()
149 sal_Int32 nInt32 = 0; in PutValue() local153 aSeq[ 2 ] >>= nInt32; meState = static_cast< MediaState >( nInt32 ); in PutValue()
863 sal_Int32 nInt32 = 0; in GetAnyValue() local869 if( GetInt32Value( nInt32, nPropId ) ) in GetAnyValue()870 aValue <<= nInt32; in GetAnyValue()887 sal_Int32 nInt32 = 0; in SetAnyValue() local894 else if( rValue >>= nInt32 ) in SetAnyValue()895 SetInt32Value( nPropId, nInt32 ); in SetAnyValue()
106 sal_Int32 nInt32 = 0; in CallTypeFunction() local107 aAny >>= nInt32; in CallTypeFunction()108 exportInt(nInt32, rName); in CallTypeFunction()
57 ByteChucker& operator << (sal_Int32 nInt32);
2828 sal_uInt32 nInt32; in importAttributeValue() local2829 mrStCtrl >> nInt32; in importAttributeValue()2830 rAny <<= nInt32; in importAttributeValue()
Completed in 66 milliseconds