Searched refs:nInt16 (Results 1 – 12 of 12) sorted by relevance
/aoo4110/main/oox/source/ppt/ |
H A D | timenode.cxx | 304 sal_Int16 nInt16 = 0; in setNode() local 336 if( aValue >>= nInt16 ) in setNode() 358 if( aValue >>= nInt16 ) in setNode() 404 if( aValue >>= nInt16 ) in setNode() 430 if( aValue >>= nInt16 ) in setNode() 474 if( aValue >>= nInt16 ) in setNode() 475 xNode->setFill( nInt16 ); in setNode() 488 if( aValue >>= nInt16 ) in setNode() 489 xNode->setRestart( nInt16 ); in setNode() 498 if( aValue >>= nInt16 ) in setNode() [all …]
|
/aoo4110/main/sdext/source/minimizer/ |
H A D | optimizerdialog.cxx | 179 sal_Int16 nInt16 = 0; in UpdateConfiguration() local 203 if ( aAny >>= nInt16 ) in UpdateConfiguration() 205 if ( nInt16 ) in UpdateConfiguration() 453 sal_Int16 nInt16 = 0; in itemStateChanged() local 456 nInt16 ^= 1; in itemStateChanged() 475 sal_Int16 nInt16; in itemStateChanged() local 478 nInt16 ^= 1; in itemStateChanged() 560 sal_Int16 nInt16 = 0; in actionPerformed() local 562 if ( nInt16 ) in actionPerformed() 614 nInt16 = 0; in actionPerformed() [all …]
|
H A D | optimizerdialogcontrols.cxx | 717 sal_Int16 nInt16 = 0; in UpdateControlStatesPage4() local 718 getControlProperty( TKGet( TK_CheckBox1Pg4 ), TKGet( TK_State ) ) >>= nInt16; in UpdateControlStatesPage4() 720 …olProperty( TKGet( TK_ComboBox0Pg4 ), TKGet( TK_Enabled ), Any( bSaveSettingsEnabled && nInt16 ) ); in UpdateControlStatesPage4() 727 if ( getControlProperty( TKGet( TK_CheckBox3Pg3 ), TKGet( TK_State ) ) >>= nInt16 ) in UpdateControlStatesPage4() 729 if ( nInt16 ) in UpdateControlStatesPage4()
|
/aoo4110/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() 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() 611 sal_Int16 nInt16, nOldInt16; in propertiesChange() local 612 pExceptedListenerValues[nCurrent] >>= nInt16; in propertiesChange() [all …]
|
/aoo4110/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()
|
/aoo4110/main/package/source/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 <<()
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/package/inc/ |
H A D | ByteChucker.hxx | 56 ByteChucker& operator << (sal_Int16 nInt16);
|
/aoo4110/main/cppu/source/uno/ |
H A D | data.cxx | 458 sal_Int16 nInt16; member
|
/aoo4110/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
|
Completed in 88 milliseconds