| /AOO41X/main/vcl/source/window/ |
| H A D | decoview.cxx | 61 long nTemp; in ImplDrawSymbol() local 80 nTemp = nCenterX-i; in ImplDrawSymbol() 81 pDev->DrawRect( Rectangle( nTemp, nTop, nTemp, nBottom ) ); in ImplDrawSymbol() 82 nTemp = nCenterX+i; in ImplDrawSymbol() 83 pDev->DrawRect( Rectangle( nTemp, nTop, nTemp, nBottom ) ); in ImplDrawSymbol() 105 nTemp = nCenterX-i; in ImplDrawSymbol() 106 pDev->DrawRect( Rectangle( nTemp, nTop, nTemp, nBottom ) ); in ImplDrawSymbol() 107 nTemp = nCenterX+i; in ImplDrawSymbol() 108 pDev->DrawRect( Rectangle( nTemp, nTop, nTemp, nBottom ) ); in ImplDrawSymbol() 130 nTemp = nCenterY-i; in ImplDrawSymbol() [all …]
|
| /AOO41X/main/basctl/source/basicide/ |
| H A D | tbxctl.cxx | 146 sal_uInt16 nTemp = 0; in StateChanged() local 149 case SVX_SNAP_PUSHBUTTON: nTemp = SID_INSERT_PUSHBUTTON; break; in StateChanged() 150 case SVX_SNAP_CHECKBOX: nTemp = SID_INSERT_CHECKBOX; break; in StateChanged() 151 case SVX_SNAP_RADIOBUTTON: nTemp = SID_INSERT_RADIOBUTTON; break; in StateChanged() 152 case SVX_SNAP_SPINBUTTON: nTemp = SID_INSERT_SPINBUTTON; break; in StateChanged() 153 case SVX_SNAP_FIXEDTEXT: nTemp = SID_INSERT_FIXEDTEXT; break; in StateChanged() 154 case SVX_SNAP_GROUPBOX: nTemp = SID_INSERT_GROUPBOX; break; in StateChanged() 155 case SVX_SNAP_LISTBOX: nTemp = SID_INSERT_LISTBOX; break; in StateChanged() 156 case SVX_SNAP_COMBOBOX: nTemp = SID_INSERT_COMBOBOX; break; in StateChanged() 157 case SVX_SNAP_EDIT: nTemp = SID_INSERT_EDIT; break; in StateChanged() [all …]
|
| /AOO41X/main/editeng/source/items/ |
| H A D | bulitem.cxx | 43 sal_uInt16 nTemp; in StoreFont() local 46 nTemp = (sal_uInt16)rFont.GetFamily(); rStream << nTemp; in StoreFont() 49 …nTemp = (sal_uInt16)GetSOStoreTextEncoding((rtl_TextEncoding)rFont.GetCharSet(), (sal_uInt16)rStre… in StoreFont() 50 rStream << nTemp; in StoreFont() 52 nTemp = (sal_uInt16)rFont.GetPitch(); rStream << nTemp; in StoreFont() 53 nTemp = (sal_uInt16)rFont.GetAlign(); rStream << nTemp; in StoreFont() 54 nTemp = (sal_uInt16)rFont.GetWeight(); rStream << nTemp; in StoreFont() 55 nTemp = (sal_uInt16)rFont.GetUnderline(); rStream << nTemp; in StoreFont() 56 nTemp = (sal_uInt16)rFont.GetStrikeout(); rStream << nTemp; in StoreFont() 57 nTemp = (sal_uInt16)rFont.GetItalic(); rStream << nTemp; in StoreFont() [all …]
|
| /AOO41X/main/vcl/source/glyphs/ |
| H A D | gcach_rbmp.cxx | 96 unsigned nTemp = 1; in ImplRotate1_90() local 101 nTemp += nTemp + ((*p2 >> nShift) & 1); in ImplRotate1_90() 102 if( nTemp >= 0x100U ) in ImplRotate1_90() 104 *(p1++) = (unsigned char)nTemp; in ImplRotate1_90() 105 nTemp = 1; in ImplRotate1_90() 111 if( nTemp > 1 ) in ImplRotate1_90() 113 for(; nTemp < 0x100U; nTemp += nTemp ) ; in ImplRotate1_90() 114 *(p1++) = (unsigned char)nTemp; in ImplRotate1_90() 139 unsigned nTemp = 1; in ImplRotate1_180() local 144 nTemp += nTemp + (nInp & 1); in ImplRotate1_180() [all …]
|
| /AOO41X/main/filter/source/msfilter/ |
| H A D | msocximex.cxx | 1446 sal_uInt8 nTemp=0;//fEnabled; in WriteContents() local 1448 nTemp |= 0x02;//has enabled prop in WriteContents() 1450 nTemp |= 0x08;//has background color in WriteContents() 1451 *rContents << nTemp; in WriteContents() 1454 nTemp = 0; in WriteContents() 1458 nTemp |= 0x80; in WriteContents() 1459 *rContents << nTemp; in WriteContents() 1568 sal_uInt8 nTemp=0;//fEnabled; in WriteContents() local 1570 nTemp |= 0x02; in WriteContents() 1571 *rContents << nTemp; in WriteContents() [all …]
|
| /AOO41X/main/tools/source/memtools/ |
| H A D | contnr.cxx | 1091 sal_uIntPtr nTemp; in SetSize() local 1097 nTemp = 0; in SetSize() 1098 while ( (nTemp+pTemp->Count()) < nNewSize ) in SetSize() 1100 nTemp += pTemp->Count(); in SetSize() 1119 if ( nNewSize > nTemp ) in SetSize() 1123 pTemp->SetSize( (sal_uInt16)(nNewSize-nTemp) ); in SetSize() 1143 nTemp = nNewSize - nCount; in SetSize() 1178 else if ( (nTemp+pTemp->Count()) <= nBlockSize ) in SetSize() 1179 pTemp->SetSize( (sal_uInt16)(nTemp+pTemp->Count()) ); in SetSize() 1183 nTemp -= nBlockSize - pTemp->GetSize(); in SetSize() [all …]
|
| /AOO41X/main/sax/source/tools/ |
| H A D | converter.cxx | 778 sal_Int32 nTemp = 0; in convertDuration() local 787 if ( nTemp >= SAL_MAX_INT32 / 10 ) in convertDuration() 793 nTemp *= 10; in convertDuration() 794 nTemp += (c - sal_Unicode('0')); in convertDuration() 806 nHours = nTemp; in convertDuration() 807 nTemp = 0; in convertDuration() 811 nMins = nTemp; in convertDuration() 812 nTemp = 0; in convertDuration() 816 nSecs = nTemp; in convertDuration() 817 nTemp = 0; in convertDuration() [all …]
|
| /AOO41X/main/xmloff/source/draw/ |
| H A D | animationexport.cxx | 775 sal_Int32 nTemp; in exportNode() local 801 nTemp = xNode->getFill(); in exportNode() 802 if( nTemp != AnimationFill::DEFAULT ) in exportNode() 804 …SvXMLUnitConverter::convertEnum( sTmp, (sal_uInt16)nTemp, getAnimationsEnumMap(Animations_EnumMap_… in exportNode() 808 nTemp = xNode->getFillDefault(); in exportNode() 809 if( nTemp != AnimationFill::INHERIT ) in exportNode() 811 …SvXMLUnitConverter::convertEnum( sTmp, (sal_uInt16)nTemp, getAnimationsEnumMap(Animations_EnumMap_… in exportNode() 815 nTemp = xNode->getRestart(); in exportNode() 816 if( nTemp != AnimationRestart::DEFAULT ) in exportNode() 818 …SvXMLUnitConverter::convertEnum( sTmp, (sal_uInt16)nTemp, getAnimationsEnumMap(Animations_EnumMap_… in exportNode() [all …]
|
| /AOO41X/main/xmloff/source/style/ |
| H A D | lspachdl.cxx | 61 sal_Int32 nTemp = 0; in importXML() local 66 if(!rUnitConverter.convertPercent( nTemp, rStrImpValue )) in importXML() 68 aLSp.Height = sal::static_int_cast< sal_Int16 >(nTemp); in importXML() 78 if(!rUnitConverter.convertMeasure( nTemp, rStrImpValue, 0x0000, 0xffff )) in importXML() 80 aLSp.Height = sal::static_int_cast< sal_Int16 >(nTemp); in importXML() 125 sal_Int32 nTemp; in importXML() local 127 if(!rUnitConverter.convertMeasure( nTemp, rStrImpValue, 0x0000, 0xffff )) in importXML() 129 aLSp.Height = sal::static_int_cast< sal_Int16 >(nTemp); in importXML() 165 sal_Int32 nTemp; in importXML() local 168 if(!rUnitConverter.convertMeasure( nTemp, rStrImpValue, 0x0000, 0xffff )) in importXML() [all …]
|
| /AOO41X/main/sw/source/core/para/ |
| H A D | paratr.cxx | 188 sal_Int8 nTemp = 0; in PutValue() local 189 rVal >>= nTemp; in PutValue() 190 if(nTemp >=1 && nTemp < 0x7f) in PutValue() 191 nLines = (sal_uInt8)nTemp; in PutValue() 196 sal_Int16 nTemp = 0; in PutValue() local 197 rVal >>= nTemp; in PutValue() 198 if(nTemp >=1 && nTemp < 0x7f) in PutValue() 199 nChars = (sal_uInt8)nTemp; in PutValue()
|
| /AOO41X/main/xmloff/source/core/ |
| H A D | xmluconv.cxx | 894 sal_Int32 nTemp = 0; in lcl_convertTime() local 903 if ( nTemp >= SAL_MAX_INT32 / 10 ) in lcl_convertTime() 909 nTemp *= 10; in lcl_convertTime() 910 nTemp += (c - sal_Unicode('0')); in lcl_convertTime() 922 o_rHours = nTemp; in lcl_convertTime() 923 nTemp = 0; in lcl_convertTime() 927 o_rMins = nTemp; in lcl_convertTime() 928 nTemp = 0; in lcl_convertTime() 932 o_rSecs = nTemp; in lcl_convertTime() 933 nTemp = 0; in lcl_convertTime() [all …]
|
| /AOO41X/main/sw/source/ui/config/ |
| H A D | modcfg.cxx | 884 sal_Int32 nTemp = 0; in lcl_ReadOpt() local 885 pValues[nProp] >>= nTemp; in lcl_ReadOpt() 886 rOpt.SetNumType(sal::static_int_cast< sal_uInt16, sal_Int32>(nTemp)); in lcl_ReadOpt() 910 sal_Int32 nTemp = 0; in lcl_ReadOpt() local 911 pValues[nProp] >>= nTemp; in lcl_ReadOpt() 912 rOpt.SetLevel(sal::static_int_cast< sal_uInt16, sal_Int32>(nTemp)); in lcl_ReadOpt() 917 sal_Int32 nTemp = 0; in lcl_ReadOpt() local 918 pValues[nProp] >>= nTemp; in lcl_ReadOpt() 919 rOpt.SetPos(sal::static_int_cast< sal_uInt16, sal_Int32>(nTemp)); in lcl_ReadOpt() 1247 sal_Int32 nTemp = 0; in Load() local [all …]
|
| /AOO41X/main/svtools/source/filter/ixpm/ |
| H A D | xpmread.cxx | 394 sal_uInt8 nTemp, nPrev = ' '; in ImplGetColKey() local 403 nTemp = *( mpPara + 1 ); in ImplGetColKey() 404 if ( nTemp == ' ' || nTemp == 0x09 ) in ImplGetColKey() 444 sal_uInt8 nHex, nTemp; in ImplGetRGBHex() local 452 nTemp = (*pPtr++) - '0'; in ImplGetRGBHex() 453 if ( nTemp > 9 ) in ImplGetRGBHex() 454 nTemp = ((nTemp - 'A' + '0') & 7) + 10; in ImplGetRGBHex() 455 nHex = ( nHex << 4 ) + nTemp; in ImplGetRGBHex()
|
| /AOO41X/main/filter/source/graphicfilter/etiff/ |
| H A D | etiff.cxx | 285 sal_uInt8 nTemp; in ImplWriteHeader() local 289 nTemp = 1; in ImplWriteHeader() 293 nTemp = 3; in ImplWriteHeader() 296 nTemp = 2; in ImplWriteHeader() 299 nTemp = 0; // -Wall set a default... in ImplWriteHeader() 302 ImplWriteTag( PhotometricInterpretation, 3, 1, nTemp ); in ImplWriteHeader() 364 sal_uInt8 nTemp = 0; in ImplWriteBody() local 414 nTemp = ( mpAcc->GetPixelIndex( y, x ) << 4 ); in ImplWriteBody() 416 Compress( (sal_uInt8)( nTemp | ( mpAcc->GetPixelIndex( y, x ) & 0xf ) ) ); in ImplWriteBody() 419 Compress( nTemp ); in ImplWriteBody()
|
| /AOO41X/main/cui/source/options/ |
| H A D | optinet2.cxx | 571 long nTemp = aHttpProxyFT.GetCtrlTextWidth( aHttpProxyFT.GetText() ); in ArrangeControls_Impl() local 572 if ( nTemp > nWidth ) in ArrangeControls_Impl() 573 nWidth = nTemp; in ArrangeControls_Impl() 574 nTemp = aHttpsProxyFT.GetCtrlTextWidth( aHttpsProxyFT.GetText() ); in ArrangeControls_Impl() 575 if ( nTemp > nWidth ) in ArrangeControls_Impl() 576 nWidth = nTemp; in ArrangeControls_Impl() 577 nTemp = aFtpProxyFT.GetCtrlTextWidth( aFtpProxyFT.GetText() ); in ArrangeControls_Impl() 578 if ( nTemp > nWidth ) in ArrangeControls_Impl() 579 nWidth = nTemp; in ArrangeControls_Impl() 580 nTemp = aNoProxyForFT.GetCtrlTextWidth( aNoProxyForFT.GetText() ); in ArrangeControls_Impl() [all …]
|
| /AOO41X/main/tools/source/inet/ |
| H A D | inetmsg.cxx | 174 sal_uInt32 nTemp; in operator >>() local 177 rStrm >> nTemp; in operator >>() 178 m_nDocSize = nTemp; in operator >>() 182 rStrm >> nTemp; in operator >>() 183 n = nTemp; in operator >>() 933 sal_uInt32 nTemp; in operator >>() local 936 rStrm >> nTemp; in operator >>() 937 m_nIndex[i] = nTemp; in operator >>() 1631 sal_uInt32 nTemp; in operator >>() local 1634 rStrm >> nTemp; in operator >>() [all …]
|
| /AOO41X/main/svl/source/items/ |
| H A D | srchitem.cxx | 301 sal_Int16 nTemp = 0; in GetFromDescriptor() local 302 aAny >>= nTemp ; in GetFromDescriptor() 303 SetLEVOther( nTemp ); in GetFromDescriptor() 305 aAny >>= nTemp ; in GetFromDescriptor() 306 SetLEVShorter( nTemp ); in GetFromDescriptor() 308 aAny >>= nTemp ; in GetFromDescriptor() 309 SetLEVLonger( nTemp ); in GetFromDescriptor() 534 sal_uInt16 nTemp( 0 ); in PutValue() local 535 if ( ( aSeq[i].Value >>= nTemp ) == sal_True ) in PutValue() 537 eFamily = SfxStyleFamily( nTemp ); in PutValue()
|
| /AOO41X/main/vcl/source/gdi/ |
| H A D | bitmap3.cxx | 46 nTemp = p1T[nX++] >> 12; \ 47 nBErr = MinMax( nTemp, 0, 255 ); \ 49 nTemp = p1T[nX++] >> 12; \ 50 nGErr = MinMax( nTemp, 0, 255 ); \ 52 nTemp = p1T[nX] >> 12; \ 53 nRErr = MinMax( nTemp, 0, 255 ); \ 1199 long nTemp; in ImplScaleInterpolate() local 1210 for( nX = 0L, nTemp = nWidth - 2L; nX < nNewWidth; nX++ ) in ImplScaleInterpolate() 1213 pLutInt[ nX ] = MinMax( (long) fTemp, 0, nTemp ); in ImplScaleInterpolate() 1240 nTemp = pLutInt[ nX ]; in ImplScaleInterpolate() [all …]
|
| /AOO41X/main/sd/source/filter/ppt/ |
| H A D | propread.cxx | 422 …ize, nPropCount, nPropId, nPropOfs, nPropType, nPropSize, nCurrent, nVectorCount, nTemp, nStrmSize; in Read() local 491 *pStrm >> nTemp; in Read() 492 nPropSize += ( nTemp + 4 ); in Read() 496 *pStrm >> nTemp; in Read() 497 nPropSize += ( nTemp + 4 ); in Read() 501 *pStrm >> nTemp; in Read() 502 nPropSize += ( nTemp << 1 ) + 4; in Read() 508 *pStrm >> nTemp; in Read() 509 nPropSize += ( nTemp + 4 ); in Read()
|
| /AOO41X/main/filter/source/placeware/ |
| H A D | exporter.cxx | 122 sal_uInt64 nTemp( 0 ); in encodeFile() local 127 nRC = rSourceFile.getPos( nTemp ); in encodeFile() 134 sal_Int32 nLen = static_cast<sal_Int32>(nTemp); in encodeFile() 147 nRC = rSourceFile.read( pInBuffer, aInBuffer.getLength(), nTemp ); in encodeFile() 149 if( (nRC != osl::File::E_None) || (0 == nTemp) ) in encodeFile() 152 nRead = static_cast<sal_Int32>( nTemp ); in encodeFile() 274 sal_uInt64 nTemp; in createSlideFile() local 279 nRC = aInfoFile.write( aInfo.getStr(), aInfo.getLength(), nTemp ); in createSlideFile()
|
| /AOO41X/main/sfx2/source/control/ |
| H A D | querystatus.cxx | 135 sal_uInt16 nTemp = 0; in statusChanged() local 136 rEvent.State >>= nTemp ; in statusChanged() 137 m_pItem = new SfxUInt16Item( m_nSlotID, nTemp ); in statusChanged() 141 sal_uInt32 nTemp = 0; in statusChanged() local 142 rEvent.State >>= nTemp ; in statusChanged() 143 m_pItem = new SfxUInt32Item( m_nSlotID, nTemp ); in statusChanged()
|
| H A D | sfxstatuslistener.cxx | 240 sal_uInt16 nTemp = 0; in statusChanged() local 241 rEvent.State >>= nTemp ; in statusChanged() 242 pItem = new SfxUInt16Item( m_nSlotID, nTemp ); in statusChanged() 246 sal_uInt32 nTemp = 0; in statusChanged() local 247 rEvent.State >>= nTemp ; in statusChanged() 248 pItem = new SfxUInt32Item( m_nSlotID, nTemp ); in statusChanged()
|
| H A D | macro.cxx | 359 sal_uInt16 nTemp = 0; in GenerateNameAndArgs_Impl() local 360 rValue >>= nTemp; in GenerateNameAndArgs_Impl() 361 aArg = String::CreateFromInt32( (sal_Int32) nTemp ); in GenerateNameAndArgs_Impl() 365 sal_uInt32 nTemp = 0; in GenerateNameAndArgs_Impl() local 366 rValue >>= nTemp; in GenerateNameAndArgs_Impl() 367 aArg = String::CreateFromInt32( nTemp ); in GenerateNameAndArgs_Impl()
|
| /AOO41X/main/editeng/source/misc/ |
| H A D | acorrcfg.cxx | 140 sal_Int32 nTemp = 0; in Load() local 196 pValues[nProp] >>= nTemp; in Load() 198 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load() 201 pValues[nProp] >>= nTemp; in Load() 203 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load() 210 pValues[nProp] >>= nTemp; in Load() 212 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load() 215 pValues[nProp] >>= nTemp; in Load() 217 sal::static_int_cast< sal_Unicode >( nTemp ) ); in Load()
|
| /AOO41X/main/svtools/source/contnr/ |
| H A D | imivctl2.cxx | 172 sal_uInt16 nTemp = nTop; in SearchCol() local 174 nBottom = nTemp; in SearchCol() 247 sal_uInt16 nTemp = nRight; in SearchRow() local 249 nLeft = nTemp; in SearchRow() 764 sal_uInt16 nTemp; in OccupyGrids() local 767 nTemp = nX1; in OccupyGrids() 769 nX2 = nTemp; in OccupyGrids() 773 nTemp = nY1; in OccupyGrids() 775 nY2 = nTemp; in OccupyGrids()
|