Home
last modified time | relevance | path

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

/aoo42x/main/sd/source/ui/view/
H A Dfrmview.cxx677 sal_Int32 nInt32 = 0; in ReadUserDataSequence() local
827 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 …]
/aoo42x/main/cppuhelper/test/
H A Dtestpropshlp.cxx509 sal_Int32 nInt32,nOldInt32; in propertyChange() local
511 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() local
571 pExceptedListenerValues[nCurrent] >>= nInt32; in vetoableChange()
575 pExceptedListenerValues[nCurrent+1] >>= nInt32; in vetoableChange()
628 sal_Int32 nInt32,nOldInt32; in propertiesChange() local
629 pExceptedListenerValues[nCurrent] >>= nInt32; in propertiesChange()
[all …]
/aoo42x/main/package/source/package/zipapi/
H A DByteChucker.cxx77 ByteChucker& ByteChucker::operator << (sal_Int32 nInt32) in operator <<() argument
79 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 <<()
/aoo42x/main/avmedia/source/framework/
H A Dmediaitem.cxx149 sal_Int32 nInt32 = 0; in PutValue() local
153 aSeq[ 2 ] >>= nInt32; meState = static_cast< MediaState >( nInt32 ); in PutValue()
/aoo42x/main/sfx2/source/doc/
H A Doleprops.cxx863 sal_Int32 nInt32 = 0; in GetAnyValue() local
869 if( GetInt32Value( nInt32, nPropId ) ) in GetAnyValue()
870 aValue <<= nInt32; in GetAnyValue()
887 sal_Int32 nInt32 = 0; in SetAnyValue() local
894 else if( rValue >>= nInt32 ) in SetAnyValue()
895 SetInt32Value( nPropId, nInt32 ); in SetAnyValue()
/aoo42x/main/xmloff/source/core/
H A DSettingsExportHelper.cxx106 sal_Int32 nInt32 = 0; in CallTypeFunction() local
107 aAny >>= nInt32; in CallTypeFunction()
108 exportInt(nInt32, rName); in CallTypeFunction()
/aoo42x/main/package/inc/
H A DByteChucker.hxx57 ByteChucker& operator << (sal_Int32 nInt32);
/aoo42x/main/sd/source/filter/ppt/
H A Dpptinanimations.cxx2828 sal_uInt32 nInt32; in importAttributeValue() local
2829 mrStCtrl >> nInt32; in importAttributeValue()
2830 rAny <<= nInt32; in importAttributeValue()

Completed in 102 milliseconds