Home
last modified time | relevance | path

Searched refs:nTmp (Results 101 – 125 of 256) sorted by relevance

1234567891011

/trunk/main/xmloff/source/text/
H A DXMLIndexTableSourceContext.cxx122 sal_uInt16 nTmp; in ProcessAttribute() local
123 if (SvXMLUnitConverter::convertEnum(nTmp, rValue, in ProcessAttribute()
126 nDisplayFormat = nTmp; in ProcessAttribute()
H A DXMLIndexTOCSourceContext.cxx101 sal_Int32 nTmp; in ProcessAttribute() local
103 nTmp, rValue, 1, GetImport().GetTextImport()-> in ProcessAttribute()
107 nOutlineLevel = nTmp; in ProcessAttribute()
H A DXMLIndexTabStopEntryContext.cxx95 sal_Int32 nTmp; in StartElement() local
97 convertMeasure(nTmp, sAttr)) in StartElement()
99 nTabPosition = nTmp; in StartElement()
H A DXMLTextShapeImportHelper.cxx121 sal_Int32 nTmp; in addShape() local
123 convertNumber( nTmp, rValue, 1, SHRT_MAX ) ) in addShape()
124 nPage = (sal_Int16)nTmp; in addShape()
H A DXMLIndexBibliographyEntryContext.cxx133 sal_uInt16 nTmp; in StartElement() local
135 nTmp, xAttrList->getValueByIndex(nAttr), in StartElement()
138 nBibliographyInfo = nTmp; in StartElement()
H A DXMLSectionFootnoteConfigImport.cxx104 sal_Int32 nTmp; in StartElement() local
105 if (SvXMLUnitConverter::convertNumber(nTmp, sAttrValue)) in StartElement()
107 nNumRestartAt = static_cast< sal_Int16 >( nTmp ) - 1; in StartElement()
/trunk/main/vcl/source/control/
H A Dlongcurr.cxx561 BigInt nTmp = nFactor; in Denormalize() local
562 nTmp /= 2; in Denormalize()
563 nTmp += nValue; in Denormalize()
564 nTmp /= nFactor; in Denormalize()
565 return nTmp; in Denormalize()
/trunk/main/sw/source/core/layout/
H A Dtrvlfrm.cxx2196 SwTwips nTmp = ( pSt2Pos->aLine.*fnRect->fnGetBottom )(); in CalcFrmRects() local
2198 && ( aStRect.*fnRect->fnBottomDist )( nTmp ) > 0 ) in CalcFrmRects()
2201 ( aTmp.*fnRect->fnSetBottom )( nTmp ); in CalcFrmRects()
2274 if ( ( aEndRect.*fnRectX->fnGetTop )() != nTmp ) in CalcFrmRects()
2278 ( aTmp.*fnRectX->fnSetTop )( nTmp ); in CalcFrmRects()
2351 SwTwips nTmp = aStRect.Right(); in CalcFrmRects() local
2352 if ( nTmp < aStFrm.Left() ) in CalcFrmRects()
2354 else if ( nTmp > aStFrm.Right() ) in CalcFrmRects()
2360 nTmp = aEndRect.Right(); in CalcFrmRects()
2361 if ( nTmp < aEndFrm.Left() ) in CalcFrmRects()
[all …]
H A Dtabfrm.cxx3202 long nTmp = 0; in GrowFrm() local
3209 nTmp = Min( nDist, nReal + nTmp ); in GrowFrm()
3210 nDist = nTmp < 0 ? 0 : nTmp; in GrowFrm()
4193 SwTwips nTmp = 0; in lcl_CalcMinRowHeight() local
4222 nHeight = nTmp; in lcl_CalcMinRowHeight()
4777 SwTwips nTmp = GetUpper()->Shrink( nReal, bTst ); in ShrinkFrm() local
4778 if ( !bShrinkAnyway && !GetNext() && nTmp != nReal ) in ShrinkFrm()
4784 nReal -= nTmp; in ShrinkFrm()
4791 nReal = nTmp; in ShrinkFrm()
5406 long nTmp = (*fnRect->fnYInc)( in Format() local
[all …]
/trunk/main/sd/source/ui/func/
H A Dfuprobjs.cxx97 sal_Int16 nDepth, nTmp; in DoExecute() local
108 nTmp = pOutl->GetDepth( pOutl->GetAbsPos( pPara ) ); in DoExecute()
110 if( nDepth != nTmp ) in DoExecute()
/trunk/main/xmloff/source/core/
H A DSettingsExportHelper.cxx528 sal_Int16 nTmp = sal_Int16(); in ManipulateSetting() local
529 if( rAny >>= nTmp ) in ManipulateSetting()
531 if( nTmp == document::PrinterIndependentLayout::LOW_RESOLUTION ) in ManipulateSetting()
533 else if( nTmp == document::PrinterIndependentLayout::DISABLED ) in ManipulateSetting()
535 else if( nTmp == document::PrinterIndependentLayout::HIGH_RESOLUTION ) in ManipulateSetting()
/trunk/main/svx/source/dialog/
H A Dparaprev.cxx112 long nTmp = nLeft + nFirst; in DrawParagraph() local
116 aPnt.X() += nTmp; in DrawParagraph()
117 aSiz.Width() -= nTmp; in DrawParagraph()
H A Drubydialog.cxx485 sal_Int16 nTmp = sal_Int16(); in Update() local
486 pProps[nProp].Value >>= nTmp; in Update()
488 nAdjust = nTmp; in Update()
489 else if(nAdjust != nTmp) in Update()
892 long nTmp = nYRuby; in Paint() local
894 nYBase = nTmp; in Paint()
/trunk/main/sw/source/core/fields/
H A Dtblcalc.cxx232 sal_Int32 nTmp = 0; in PutValue() local
233 rAny >>= nTmp; in PutValue()
234 SetFormat(nTmp); in PutValue()
H A Dusrfld.cxx173 sal_Int32 nTmp = 0; in PutValue() local
174 rAny >>= nTmp; in PutValue()
175 SetFormat(nTmp); in PutValue()
/trunk/main/sc/source/core/tool/
H A Daddincol.cxx1670 long nTmp = pRowArr[nRow].getLength(); in SetResult() local
1671 if ( nTmp > nMaxColCount ) in SetResult()
1672 nMaxColCount = nTmp; in SetResult()
1713 long nTmp = pRowArr[nRow].getLength(); in SetResult() local
1714 if ( nTmp > nMaxColCount ) in SetResult()
1715 nMaxColCount = nTmp; in SetResult()
1756 long nTmp = pRowArr[nRow].getLength(); in SetResult() local
1757 if ( nTmp > nMaxColCount ) in SetResult()
1758 nMaxColCount = nTmp; in SetResult()
/trunk/main/sw/source/ui/config/
H A Dprtopt.cxx109 sal_Int32 nTmp = 0; in SwPrintOptions() local
110 pValues[nProp] >>= nTmp; in SwPrintOptions()
111 nPrintPostIts = (sal_Int16)nTmp; in SwPrintOptions()
/trunk/main/filter/source/graphicfilter/expm/
H A Dexpm.cxx241 sal_uLong nTmp; in ImplWriteColor() local
246 nTmp = ( rColor.GetRed() << 16 ) | ( rColor.GetGreen() << 8 ) | rColor.GetBlue(); in ImplWriteColor()
249 if ( ( j = (sal_uInt8)( nTmp >> i ) & 0xf ) > 9 ) in ImplWriteColor()
/trunk/main/sc/source/core/data/
H A Ddociter.cxx1439 sal_Int32 nTmp = pCollator->compareString( aCellStr, *rEntry.pStr); in BinarySearch() local
1440 if ((rEntry.eOp == SC_LESS_EQUAL && nTmp > 0) || in BinarySearch()
1441 (rEntry.eOp == SC_GREATER_EQUAL && nTmp < 0) || in BinarySearch()
1442 (rEntry.eOp == SC_EQUAL && nTmp != 0)) in BinarySearch()
1574 sal_Int32 nTmp = pCollator->compareString( aLastInRangeString, in BinarySearch() local
1576 if (nTmp < 0) in BinarySearch()
1581 else if (nTmp > 0) in BinarySearch()
1590 sal_Int32 nTmp = pCollator->compareString( aLastInRangeString, in BinarySearch() local
1592 if (nTmp > 0) in BinarySearch()
1597 else if (nTmp < 0) in BinarySearch()
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx534 long nX, nY, nTmp, nTmpX, nTmpY; in ImplCreateOutput() local
544 for( nX = 0L, nTmpX = nW - 1L, nTmp = nW - 2L; nX < nNewW; nX++ ) in ImplCreateOutput()
551 … pMapFX[ nX ] = (long) ( ( fTmp - ( pMapIX[ nX ] = MinMax( (long) fTmp, 0, nTmp ) ) ) * 1048576. ); in ImplCreateOutput()
555 for( nY = 0L, nTmpY = nH - 1L, nTmp = nH - 2L; nY < nNewH; nY++ ) in ImplCreateOutput()
562 … pMapFY[ nY ] = (long) ( ( fTmp - ( pMapIY[ nY ] = MinMax( (long) fTmp, 0, nTmp ) ) ) * 1048576. ); in ImplCreateOutput()
572 for( nX = 0L, nTmpX = nW - 1L, nTmp = nW - 2L; nX < nNewW; nX++ ) in ImplCreateOutput()
580 pMapIX[ nX ] = MinMax( (long) fTmp, 0, nTmp ); in ImplCreateOutput()
581 pMapFX[ nX ] = fTmp >= nTmp+1 ? 1048576 : 0; in ImplCreateOutput()
585 for( nY = 0L, nTmpY = nH - 1L, nTmp = nH - 2L; nY < nNewH; nY++ ) in ImplCreateOutput()
593 pMapIY[ nY ] = MinMax( (long) fTmp, 0, nTmp ); in ImplCreateOutput()
[all …]
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx389 xub_StrLen nTmp = 0; in MoveAnchor() local
392 nTmp = ((SwTxtFrm*)pNew)->GetTxtNode()->GetTxt().Len(); in MoveAnchor()
393 if( nTmp ) in MoveAnchor()
394 --nTmp; in MoveAnchor()
396 pPos->nContent.Assign( pTxtNd, nTmp ); in MoveAnchor()
1303 const long nTmp = bNext ? LONG_MAX : 0; in GetBestObject() local
1304 Point aBestPos( nTmp, nTmp ); in GetBestObject()
1305 Point aTopPos( nTmp, nTmp ); in GetBestObject()
1410 aBestPos = Point( nTmp, nTmp ); in GetBestObject()
/trunk/main/svtools/source/misc/
H A Dimap.cxx384 sal_uInt32 nTmp = nRadius; in WriteIMapObject() local
387 rOStm << nTmp; in WriteIMapObject()
399 sal_uInt32 nTmp; in ReadIMapObject() local
402 rIStm >> nTmp; in ReadIMapObject()
404 nRadius = nTmp; in ReadIMapObject()
/trunk/main/sc/source/ui/view/
H A Dprintfun.cxx645 long nTmp; in lcl_FillHFParam() local
646 nTmp = pHFLR->GetLeft(); in lcl_FillHFParam()
647 rParam.nLeft = nTmp < 0 ? 0 : sal_uInt16(nTmp); in lcl_FillHFParam()
648 nTmp = pHFLR->GetRight(); in lcl_FillHFParam()
649 rParam.nRight = nTmp < 0 ? 0 : sal_uInt16(nTmp); in lcl_FillHFParam()
826 long nTmp; in InitParam() local
827 nTmp = pLRItem->GetLeft(); in InitParam()
828 nLeftMargin = nTmp < 0 ? 0 : sal_uInt16(nTmp); in InitParam()
829 nTmp = pLRItem->GetRight(); in InitParam()
830 nRightMargin = nTmp < 0 ? 0 : sal_uInt16(nTmp); in InitParam()
/trunk/main/editeng/source/items/
H A Dparaitem.cxx1659 sal_uInt16 nTmp; in GetPresentation() local
1662 case AUTOMATIC: nTmp = RID_SVXITEMS_PARAVERTALIGN_AUTO; break; in GetPresentation()
1663 case TOP: nTmp = RID_SVXITEMS_PARAVERTALIGN_TOP; break; in GetPresentation()
1664 case CENTER: nTmp = RID_SVXITEMS_PARAVERTALIGN_CENTER; break; in GetPresentation()
1665 case BOTTOM: nTmp = RID_SVXITEMS_PARAVERTALIGN_BOTTOM; break; in GetPresentation()
1666 default: nTmp = RID_SVXITEMS_PARAVERTALIGN_BASELINE; break; in GetPresentation()
1668 rText = EE_RESSTR( nTmp ); in GetPresentation()
/trunk/main/sw/source/core/docnode/
H A Dndtbl1.cxx1337 long nTmp = nWidth * nWish / pCell->Frm().Width(); in lcl_CalcSubColValues() local
1338 if ( sal_uInt16(nTmp) > rToFill[i] ) in lcl_CalcSubColValues()
1339 rToFill[i] = sal_uInt16(nTmp); in lcl_CalcSubColValues()
1469 const sal_uInt8 nTmp = (sal_uInt8)Max( sal_uInt16(255), sal_uInt16(aTabCols.Count() + 1) ); in AdjustCellWidth() local
1470 SvUShorts aWish( nTmp, nTmp ), in AdjustCellWidth()
1471 aMins( nTmp, nTmp ); in AdjustCellWidth()

Completed in 155 milliseconds

1234567891011