| /trunk/main/oox/source/ppt/ |
| H A D | timenode.cxx | 304 sal_Int16 nInt16 = 0; in setNode() local 336 if( aValue >>= nInt16 ) in setNode() 337 xAnimate->setSubItem( nInt16 ); in setNode() 358 if( aValue >>= nInt16 ) in setNode() 359 xAnimate->setCalcMode( nInt16 ); in setNode() 404 if( aValue >>= nInt16 ) in setNode() 405 xAnimateColor->setColorInterpolation( nInt16 ); in setNode() 430 if( aValue >>= nInt16 ) in setNode() 431 xAnimateTransform->setTransformType( nInt16 ); in setNode() 474 if( aValue >>= nInt16 ) in setNode() [all …]
|
| /trunk/main/sdext/source/minimizer/ |
| H A D | optimizerdialog.cxx | 177 sal_Int16 nInt16 = 0; in UpdateConfiguration() local 201 if ( aAny >>= nInt16 ) in UpdateConfiguration() 203 if ( nInt16 ) in UpdateConfiguration() 451 sal_Int16 nInt16 = 0; in itemStateChanged() local 452 if ( xPropertySet->getPropertyValue( TKGet( TK_State ) ) >>= nInt16 ) in itemStateChanged() 454 nInt16 ^= 1; in itemStateChanged() 455 SetConfigProperty( TK_JPEGCompression, Any( nInt16 != 0 ) ); in itemStateChanged() 456 … setControlProperty( TKGet( TK_FixedText1Pg1 ), TKGet( TK_Enabled ), Any( nInt16 != 0 ) ); in itemStateChanged() 457 … setControlProperty( TKGet( TK_FormattedField0Pg1 ), TKGet( TK_Enabled ), Any( nInt16 != 0 ) ); in itemStateChanged() 473 sal_Int16 nInt16; in itemStateChanged() local [all …]
|
| H A D | optimizerdialogcontrols.cxx | 715 sal_Int16 nInt16 = 0; in UpdateControlStatesPage4() local 716 getControlProperty( TKGet( TK_CheckBox1Pg4 ), TKGet( TK_State ) ) >>= nInt16; in UpdateControlStatesPage4() 718 …olProperty( TKGet( TK_ComboBox0Pg4 ), TKGet( TK_Enabled ), Any( bSaveSettingsEnabled && nInt16 ) ); in UpdateControlStatesPage4() 725 if ( getControlProperty( TKGet( TK_CheckBox3Pg3 ), TKGet( TK_State ) ) >>= nInt16 ) in UpdateControlStatesPage4() 727 if ( nInt16 ) in UpdateControlStatesPage4()
|
| /trunk/main/cppuhelper/test/ |
| H A D | testpropshlp.cxx | 493 sal_Int16 nInt16, nOldInt16; in propertyChange() local 494 pExceptedListenerValues[nCurrent] >>= nInt16; in propertyChange() 496 OSL_ENSURE( nInt16 == nOldInt16, "PropertySetHelper: wrong old value" ); in propertyChange() 499 pExceptedListenerValues[nCurrent+1] >>= nInt16; in propertyChange() 501 OSL_ENSURE( nInt16 == nOldInt16 , "PropertySetHelper: wrong new value" ); in propertyChange() 548 sal_Int16 nInt16, nOldInt16; in vetoableChange() local 549 pExceptedListenerValues[nCurrent] >>= nInt16; in vetoableChange() 552 OSL_ENSURE( nInt16 == nOldInt16,"PropertySetHelper: wrong old value" ); in vetoableChange() 554 pExceptedListenerValues[nCurrent+1] >>= nInt16; in vetoableChange() 556 OSL_ENSURE( nInt16 == nOldInt16 , "PropertySetHelper: wrong new value" ); in vetoableChange() [all …]
|
| /trunk/main/sd/source/ui/view/ |
| H A D | frmview.cxx | 678 sal_Int16 nInt16 = 0; in ReadUserDataSequence() local 733 if( pValue->Value >>= nInt16 ) in ReadUserDataSequence() 737 SetPageKind( (PageKind)nInt16 ); in ReadUserDataSequence() 739 SetPageKindOnLoad( (PageKind)nInt16 ); in ReadUserDataSequence() 744 if( pValue->Value >>= nInt16 ) in ReadUserDataSequence() 748 SetSelectedPage( (sal_uInt16)nInt16 ); in ReadUserDataSequence() 750 SetSelectedPageOnLoad( (sal_uInt16)nInt16 ); in ReadUserDataSequence() 797 if( pValue->Value >>= nInt16 ) in ReadUserDataSequence() 799 SetSlidesPerRow( (sal_uInt16)nInt16 ); in ReadUserDataSequence()
|
| /trunk/main/package/source/package/zipapi/ |
| H A D | ByteChucker.cxx | 70 ByteChucker& ByteChucker::operator << (sal_Int16 nInt16) in operator <<() argument 72 p2Sequence[0] = static_cast< sal_Int8 >((nInt16 >> 0 ) & 0xFF); in operator <<() 73 p2Sequence[1] = static_cast< sal_Int8 >((nInt16 >> 8 ) & 0xFF); in operator <<()
|
| /trunk/main/svl/source/numbers/ |
| H A D | numfmuno.cxx | 1024 sal_Int16 nInt16 = sal_Int16(); in setPropertyValue() local 1025 if ( aValue >>= nInt16 ) in setPropertyValue() 1026 pFormatter->ChangeStandardPrec( nInt16 ); in setPropertyValue() 1030 sal_Int16 nInt16 = sal_Int16(); in setPropertyValue() local 1031 if ( aValue >>= nInt16 ) in setPropertyValue() 1032 pFormatter->SetYear2000( nInt16 ); in setPropertyValue()
|
| /trunk/main/xmloff/source/core/ |
| H A D | SettingsExportHelper.cxx | 99 sal_Int16 nInt16 = 0; in CallTypeFunction() local 100 aAny >>= nInt16; in CallTypeFunction() 101 exportShort(nInt16, rName); in CallTypeFunction()
|
| /trunk/main/package/inc/ |
| H A D | ByteChucker.hxx | 56 ByteChucker& operator << (sal_Int16 nInt16);
|
| /trunk/main/cppu/source/uno/ |
| H A D | data.cxx | 458 sal_Int16 nInt16; member
|
| /trunk/main/cppu/source/typelib/ |
| H A D | static_types.cxx | 78 sal_Int16 nInt16; member
|
| H A D | typelib.cxx | 68 sal_Int16 nInt16; member
|