Searched refs:nINT16 (Results 1 – 5 of 5) sorted by relevance
| /trunk/main/cppuhelper/test/ |
| H A D | testpropshlp.cxx | 331 , nINT16( 0 ) in test_OPropertySetHelper() 384 sal_Int16 nINT16; member in test_OPropertySetHelper 697 if( n16 != nINT16 ) in convertFastPropertyValue() 700 rOldValue <<= nINT16; in convertFastPropertyValue() 745 rValue >>= nINT16; in setFastPropertyValue_NoBroadcast() 769 rRet <<= nINT16; in getFastPropertyValue() 1050 pPS->nINT16 = 0; in test_PropertySetHelper() 1094 pPS->nINT16 = 0; in test_PropertySetHelper() 1137 pPS->nINT16 = 8; in test_PropertySetHelper() 1153 pPS->nINT16 = 0; in test_PropertySetHelper()
|
| /trunk/main/sw/source/core/unocore/ |
| H A D | unosett.cxx | 1484 sal_Int16 nINT16 = aSvxToUnoAdjust[(sal_uInt16)eAdj]; in GetNumberingRuleByIndex() local 1485 …PropValData* pData = new PropValData((void*)&nINT16, "Adjust", ::getCppuType((const sal_Int16*)0) … in GetNumberingRuleByIndex() 1489 nINT16 = rFmt.GetIncludeUpperLevels(); in GetNumberingRuleByIndex() 1490 pData = new PropValData((void*)&nINT16, "ParentNumbering", ::getCppuType((const sal_Int16*)0)); in GetNumberingRuleByIndex() 1520 nINT16 = rFmt.GetStart(); in GetNumberingRuleByIndex() 1521 pData = new PropValData((void*)&nINT16, "StartWith", ::getCppuType((const sal_Int16*)0)); in GetNumberingRuleByIndex() 1546 nINT16 = PositionAndSpaceMode::LABEL_WIDTH_AND_POSITION; in GetNumberingRuleByIndex() 1549 nINT16 = PositionAndSpaceMode::LABEL_ALIGNMENT; in GetNumberingRuleByIndex() 1551 pData = new PropValData( (void*)&nINT16, in GetNumberingRuleByIndex() 1559 nINT16 = LabelFollow::LISTTAB; in GetNumberingRuleByIndex() [all …]
|
| /trunk/main/sc/source/filter/inc/ |
| H A D | formel.hxx | 229 inline void Read( sal_Int16& nINT16 ); 273 inline void LotusConverterBase::Read( sal_Int16& nINT16 ) in Read() argument 275 aIn >> nINT16; in Read()
|
| /trunk/main/sc/source/filter/excel/ |
| H A D | excform.cxx | 197 sal_Int16 nINT16; in Convert() local 680 aIn >> nINT16; in Convert() 683 if( nINT16 >= 0 ) in Convert() 685 const ExtName* pExtName = rR.pExtNameBuff->GetNameByIndex( nINT16, nUINT16 ); in Convert() 687 rR.pExtSheetBuff->IsLink( ( sal_uInt16 ) nINT16 ) ) in Convert() 692 rR.pExtSheetBuff->GetLink( ( sal_uInt16 ) nINT16 , aAppl, aExtDoc ); in Convert()
|
| /trunk/main/filter/source/graphicfilter/itiff/ |
| H A D | itiff.cxx | 198 sal_Int16 nINT16; in ReadIntData() local 229 *pTIFF >> nINT16; in ReadIntData() 230 nUINT32a = (sal_Int32)nINT16; in ReadIntData()
|