Home
last modified time | relevance | path

Searched refs:nTemp (Results 101 – 125 of 154) sorted by relevance

1234567

/trunk/main/fileaccess/source/
H A DFileAccess.cxx527 sal_Int64 nTemp = 0; in getSize() local
530 aCnt.getPropertyValue( rtl::OUString::createFromAscii( "Size" ) ) >>= nTemp; in getSize()
531 nSize = (sal_Int32)nTemp; in getSize()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx454 int nTemp = nCharPos0; in AddRun() local
456 nCharPos1 = nTemp; in AddRun()
476 int nTemp = nMinCharPos; in PosIsInRun() local
478 nEndCharPos = nTemp; in PosIsInRun()
H A Doutdev3.cxx142 long nTemp = rX; in ImplRotatePos() local
144 rY = -nTemp; in ImplRotatePos()
153 long nTemp = rX; in ImplRotatePos() local
155 rY = nTemp; in ImplRotatePos()
3175 long nTemp = nX; in ImplDrawTextRect() local
3177 nY = -nTemp; in ImplDrawTextRect()
3178 nTemp = nWidth; in ImplDrawTextRect()
3180 nHeight = nTemp; in ImplDrawTextRect()
3192 long nTemp = nX; in ImplDrawTextRect() local
3194 nY = nTemp; in ImplDrawTextRect()
[all …]
/trunk/main/sc/source/core/data/
H A Dcolumn.cxx1487 SCSIZE nTemp; in SwapCol() local
1489 nTemp = rCol.nCount; in SwapCol()
1491 nCount = nTemp; in SwapCol()
1493 nTemp = rCol.nLimit; in SwapCol()
1495 nLimit = nTemp; in SwapCol()
/trunk/main/connectivity/source/drivers/jdbc/
H A DPreparedStatement.cxx338 double nTemp = 0.0; in setObjectWithInfo() local
345 if ( x >>= nTemp) in setObjectWithInfo()
347 pBigDecimal.reset(new java_math_BigDecimal(nTemp)); in setObjectWithInfo()
H A DResultSet.cxx884 double nTemp = 0.0; in updateNumericObject() local
886 if ( x >>= nTemp) in updateNumericObject()
888 pBigDecimal.reset(new java_math_BigDecimal(nTemp)); in updateNumericObject()
/trunk/main/tools/inc/tools/
H A Dstream.hxx705 double nTemp = nFloat; in WriteNumber() local
706 WriteNumber( nTemp ); in WriteNumber()
/trunk/main/svx/source/sidebar/paragraph/
H A DParaLineSpacingControl.cxx576 sal_Int64 nTemp = aLineDistAtMetricBox.GetValue(); in IMPL_LINK() local
579 if ( aLineDistAtMetricBox.GetValue() != nTemp ) in IMPL_LINK()
/trunk/main/svx/source/gallery2/
H A Dgaltheme.cxx1515 sal_uInt16 nTemp; in ReadData() local
1518 rIStm >> nTemp; pObj->eObjKind = (SgaObjKind) nTemp; in ReadData()
/trunk/main/unotools/source/config/
H A Dmoduleoptions.cxx1029 sal_Int32 nTemp = 0; in impl_Read() local
1047 if (lValues[nPropertyStart+PROPERTYHANDLE_ICON] >>= nTemp) in impl_Read()
1048 pInfo->initIcon( nTemp ); in impl_Read()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx5207 sal_uInt16 nTemp = 0; in Docking() local
5208 aDockingRect.SetSize( ImplCalcFloatSize( this, nTemp ) ); in Docking()
5303 sal_uInt16 nTemp = 0; in Docking() local
5304 aDockingRect.SetSize( ImplCalcFloatSize( this, nTemp ) ); in Docking()
5334 sal_uInt16 nTemp; in Resizing() local
5353 nTemp = nCalcLines; in Resizing()
5354 Size aTempSize = ImplCalcFloatSize( this, nTemp ); in Resizing()
5359 nTemp = nCalcLines; in Resizing()
5360 aTempSize = ImplCalcFloatSize( this, nTemp ); in Resizing()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx915 xub_StrLen nTemp = GetWrong()->NextWrong( nBegin ); in Spell() local
916 if(nTemp > nEnd) in Spell()
925 if(nTemp > nBegin) in Spell()
926 nBegin = nTemp; in Spell()
/trunk/main/basic/source/runtime/
H A Dmethods.cxx2147 sal_Int16 nTemp = (sal_Int16)(nSeconds % 3600); in implGetMinute() local
2148 sal_Int16 nMin = nTemp / 60; in implGetMinute()
2186 sal_Int16 nTemp = (sal_Int16)(nSeconds / 3600); in implGetSecond() local
2187 nSeconds -= nTemp * 3600; in implGetSecond()
2188 nTemp = (sal_Int16)(nSeconds / 60); in implGetSecond()
2189 nSeconds -= nTemp * 60; in implGetSecond()
H A Dmethods1.cxx1061 sal_uInt16 nTemp; in lcl_ReadSbxVariable() local
1062 *pStrm >> nTemp; in lcl_ReadSbxVariable()
1063 eSrcType = (SbxDataType)nTemp; in lcl_ReadSbxVariable()
/trunk/main/sc/source/ui/view/
H A Doutput2.cxx628 long nTemp = aTextSize.Height(); in SetAutoText() local
630 aTextSize.Width() = nTemp; in SetAutoText()
699 long nTemp = aTextSize.Height(); in TextChanged() local
701 aTextSize.Width() = nTemp; in TextChanged()
2550 long nTemp = nEngineWidth; in DrawEdit() local
2552 nEngineHeight = nTemp; in DrawEdit()
H A Doutput.cxx1880 long nTemp = nMinX; in DrawRefMark() local
1882 nMaxX = nTemp; in DrawRefMark()
1986 long nTemp = nMinX; in DrawOneChange() local
1988 nMaxX = nTemp; in DrawOneChange()
/trunk/main/svx/source/engine3d/
H A Dview3d.cxx1483 long nTemp = nOutHgt / 4; in Start3DCreation() local
1484 if (nTemp > nMinLen) nMinLen = nTemp; in Start3DCreation()
/trunk/main/oox/source/xls/
H A Dformulabase.cxx1450 for( sal_Int32 nTemp = rAddress.mnCol; nTemp >= 0; (nTemp /= 26) -= 1 ) in generateAddress2dString() local
1451 aBuffer.insert( 0, sal_Unicode( 'A' + (nTemp % 26) ) ); in generateAddress2dString()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx880 sal_Int32 nTemp = 0; in getPreviousCell() local
881 findMergeOrigin( mpImpl->mxTable.get(), aPos.mnCol, aPos.mnRow, aPos.mnCol, nTemp ); in getPreviousCell()
953 sal_Int32 nTemp = 0; in getPreviousRow() local
954 findMergeOrigin( mpImpl->mxTable, aPos.mnCol, aPos.mnRow, nTemp, aPos.mnRow ); in getPreviousRow()
/trunk/main/sw/source/filter/ww8/
H A Dwrtw8esh.cxx488 sal_Int16 nTemp = 0; in DoCheckBox() local
489 xPropSet->getPropertyValue(C2U("DefaultState")) >>= nTemp; in DoCheckBox()
490 aFFData.setDefaultResult(nTemp); in DoCheckBox()
492 xPropSet->getPropertyValue(C2U("State")) >>= nTemp; in DoCheckBox()
493 aFFData.setResult(nTemp); in DoCheckBox()
H A Drtfattributeoutput.cxx1839 sal_Int16 nTemp = 0; in OutputFlyFrame_Impl() local
1840 xPropSet->getPropertyValue(C2U("DefaultState")) >>= nTemp; in OutputFlyFrame_Impl()
1842 m_aRun.getOStringBuffer().append((sal_Int32)nTemp); in OutputFlyFrame_Impl()
1843 xPropSet->getPropertyValue(C2U("State")) >>= nTemp; in OutputFlyFrame_Impl()
1845 m_aRun.getOStringBuffer().append((sal_Int32)nTemp); in OutputFlyFrame_Impl()
H A Dww8par6.cxx2102 sal_Int16 nTemp = rWW.brc[WW8_LEFT].DetermineBorderProperties(rWW.bVer67, in WW8SwFlyPara() local
2104 nLeBorderMgn = nLeBorderMgn + nTemp; in WW8SwFlyPara()
2110 sal_Int16 nTemp = rWW.brc[WW8_RIGHT].DetermineBorderProperties(rWW.bVer67, in WW8SwFlyPara() local
2112 nRiBorderMgn = nRiBorderMgn + nTemp; in WW8SwFlyPara()
2165 sal_Int16 nTemp = rWW.brc[WW8_LEFT].DetermineBorderProperties(rWW.bVer67, in WW8SwFlyPara() local
2167 nLeLMgn = nLeLMgn + nTemp; in WW8SwFlyPara()
/trunk/main/desktop/source/deployment/gui/
H A Ddp_gui_updatedialog.cxx1001 long nTemp = m_ReleaseNotesLabel.GetTextWidth( m_ReleaseNotesLabel.GetText() ); in initDescription() local
1002 if ( nTemp > nTextWidth ) in initDescription()
1003 nTextWidth = nTemp; in initDescription()
/trunk/main/svx/source/svdraw/
H A Dsvdmrkv.cxx1179 long nTemp=nOutHgt/4; in ForceRefToMarked() local
1180 if (nTemp>nMinLen) nMinLen=nTemp; in ForceRefToMarked()
/trunk/main/sw/source/ui/shells/
H A Dtextsh.cxx318 sal_uInt16 nTemp; in TYPEINIT1() local
319 aCommandList.AppendCommands( pCommandsItem->GetValue(), &nTemp ); in TYPEINIT1()

Completed in 334 milliseconds

1234567