Searched refs:nInt32 (Results 1 – 8 of 8) sorted by relevance
| /AOO41X/main/sd/source/ui/view/ |
| H A D | frmview.cxx | 677 sal_Int32 nInt32 = 0; in ReadUserDataSequence() local 827 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence() 831 SetViewShEditMode( (EditMode)nInt32, PK_STANDARD ); in ReadUserDataSequence() 832 eStandardEditMode = (EditMode)nInt32; in ReadUserDataSequence() 837 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence() 841 SetViewShEditMode( (EditMode)nInt32, PK_NOTES ); in ReadUserDataSequence() 842 eNotesEditMode = (EditMode)nInt32; in ReadUserDataSequence() 847 if( pValue->Value >>= nInt32 ) in ReadUserDataSequence() 851 SetViewShEditMode( (EditMode)nInt32, PK_HANDOUT ); in ReadUserDataSequence() 852 eHandoutEditMode = (EditMode)nInt32; in ReadUserDataSequence() [all …]
|
| /AOO41X/main/cppuhelper/test/ |
| H A D | testpropshlp.cxx | 509 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() 573 OSL_ENSURE( nInt32 == nOldInt32 , "PropertySetHelper: wrong old value" ); in vetoableChange() 575 pExceptedListenerValues[nCurrent+1] >>= nInt32; in vetoableChange() 577 OSL_ENSURE( nInt32 == nOldInt32 , "PropertySetHelper: wrong new value" ); in vetoableChange() [all …]
|
| /AOO41X/main/package/source/zipapi/ |
| H A D | ByteChucker.cxx | 77 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 <<()
|
| /AOO41X/main/avmedia/source/framework/ |
| H A D | mediaitem.cxx | 149 sal_Int32 nInt32 = 0; in PutValue() local 153 aSeq[ 2 ] >>= nInt32; meState = static_cast< MediaState >( nInt32 ); in PutValue()
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | oleprops.cxx | 863 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()
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | SettingsExportHelper.cxx | 106 sal_Int32 nInt32 = 0; in CallTypeFunction() local 107 aAny >>= nInt32; in CallTypeFunction() 108 exportInt(nInt32, rName); in CallTypeFunction()
|
| /AOO41X/main/package/inc/ |
| H A D | ByteChucker.hxx | 57 ByteChucker& operator << (sal_Int32 nInt32);
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | pptinanimations.cxx | 2828 sal_uInt32 nInt32; in importAttributeValue() local 2829 mrStCtrl >> nInt32; in importAttributeValue() 2830 rAny <<= nInt32; in importAttributeValue()
|