Home
last modified time | relevance | path

Searched refs:nTmp (Results 201 – 225 of 256) sorted by relevance

1234567891011

/trunk/main/svtools/source/filter/wmf/
H A Denhwmf.cxx1114 sal_Char nTmp, *pTmp = (sal_Char*)( pBuf + nLen ); in ReadEnhWMF() local
1117 nTmp = *pTmp--; in ReadEnhWMF()
1119 *pTmp = nTmp; in ReadEnhWMF()
H A Dwinwmf.cxx863 sal_uInt32 nTmp = SWAPLONG( nEsc ); in ReadRecordParams() local
864 sal_uInt32 nCheckSum = rtl_crc32( 0, &nTmp, 4 ); in ReadRecordParams()
/trunk/main/vcl/source/control/
H A Dilstbox.cxx1541 sal_uInt16 nTmp = Min( nCurVis, nCount ); in ProcessKeyInput() local
1542 nTmp += mnTop - 1; in ProcessKeyInput()
1543 if( mnCurrentPos == nTmp && mnCurrentPos != nCount - 1 ) in ProcessKeyInput()
1547 nTmp = (sal_uInt16)(nTmp2+(nCurVis-1) ); in ProcessKeyInput()
1551 nSelect = mpEntryList->FindFirstSelectable( nTmp, false ); in ProcessKeyInput()
/trunk/main/cui/source/tabpages/
H A Dswpossizetabpage.cxx1133 sal_Int64 nTmp = m_aHeightMF.Normalize(nMaxHeight); in IMPL_LINK() local
1134 m_aHeightMF.SetMax(nTmp, FUNIT_TWIP); in IMPL_LINK()
1136 nTmp = m_aWidthMF.Normalize(nMaxWidth); in IMPL_LINK()
1137 m_aWidthMF.SetMax(nTmp, FUNIT_TWIP); in IMPL_LINK()
/trunk/main/sw/source/filter/html/
H A Dhtmlsect.cxx283 xub_StrLen nTmp = nPos; in NewDivision() local
285 nPos2 = nTmp; in NewDivision()
/trunk/main/vcl/source/glyphs/
H A Dgcach_ftyp.cxx1553 unsigned char nTmp = p[x] << 7; in GetGlyphBitmap1() local
1555 nLastByte = nTmp; in GetGlyphBitmap1()
1718 unsigned char nTmp = p[x]; in GetGlyphBitmap8() local
1720 nLastByte = nTmp; in GetGlyphBitmap8()
/trunk/main/sw/source/core/doc/
H A Dpoolfmt.cxx1455 SwTwips nTmp = aFrmSz.GetHeight(); in lcl_PutStdPageSizeIntoItemSet() local
1457 aFrmSz.SetWidth( nTmp ); in lcl_PutStdPageSizeIntoItemSet()
1617 const SwTwips nTmp = aFrmSz.GetHeight(); in GetPageDescFromPool() local
1619 aFrmSz.SetWidth( nTmp ); in GetPageDescFromPool()
/trunk/main/svx/source/svdraw/
H A Dsvdoedge.cxx1328 sal_uInt16 nTmp=nPntAnz; in ImpCalcEdgeTrack() local
1330 nTmp=2; // Z-Form hat gute Qualitaet (nTmp=2 statt 4) in ImpCalcEdgeTrack()
1344 if (nTmp>=3) { in ImpCalcEdgeTrack()
1346 nQual+=(sal_uIntPtr)nTmp*0x01000000; in ImpCalcEdgeTrack()
1347 if (nQual<nQual0 || nTmp>15) bOverflow=sal_True; in ImpCalcEdgeTrack()
/trunk/main/sw/source/core/access/
H A Daccpara.hxx152 sal_Int32 nTmp = nBegin; nBegin = nEnd; nEnd = nTmp; in OrderRange() local
/trunk/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx560 SCCOLROW nTmp = n2 - n1 + 1; in glueState() local
565 if (nTmp > nMaxCols) in glueState()
566 nMaxCols = static_cast<SCCOL>(nTmp); in glueState()
574 nTmp = n2 - n1 + 1; in glueState()
580 if (nTmp > nMaxRows) in glueState()
581 nMaxRows = static_cast<SCROW>(nTmp); in glueState()
/trunk/main/sw/source/core/layout/
H A Dftnfrm.cxx2807 SwTwips nTmp = (*fnRect->fnYDiff)( (pBody->*fnRect->fnGetPrtTop)(), in GetVarSpace() local
2830 nTmp += (*fnRect->fnYDiff)( in GetVarSpace()
2840 if( nTmp < nRet ) in GetVarSpace()
2841 nRet = nTmp; in GetVarSpace()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx915 SwTwips nTmp = LONG_MAX - (Frm().Top()+10000); in CalcPreps() local
916 SwTwips nDiff = nTmp - Frm().Height(); in CalcPreps()
917 Frm().Height( nTmp ); in CalcPreps()
/trunk/main/sw/source/ui/uiview/
H A Dpview.cxx1528 const long nTmp = rSet.GetScrollBarSize();// - nAdd; in CalcAndSetBorderPixel() local
1530 rToFill.Right() = nTmp; in CalcAndSetBorderPixel()
1532 rToFill.Bottom() = nTmp; in CalcAndSetBorderPixel()
/trunk/main/basic/source/runtime/
H A Druntime.cxx932 SbError nTmp = StarBASIC::GetSfxFromVBError( (sal_uInt16)nError ); in translateErrorToVba() local
933 DBG_ASSERT( nTmp, "No VB error!" ); in translateErrorToVba()
/trunk/main/cui/source/customize/
H A Dacccfg.cxx755 long nTmp = GetTextWidth( KeyCode( KEYCODE_ARRAY[i] ).GetName() ); in SfxAcceleratorConfigPage() local
756 if ( nTmp > nMaxWidth ) in SfxAcceleratorConfigPage()
757 nMaxWidth = nTmp; in SfxAcceleratorConfigPage()
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx513 long nTmp; in CreateScrFont() local
518 nTmp = ( 100 * pOut->GetMapMode().GetScaleX().GetNumerator() ) / in CreateScrFont()
522 nTmp = 0; in CreateScrFont()
523 if( nTmp != nZoom ) in CreateScrFont()
/trunk/main/editeng/source/items/
H A Dfrmitems.cxx3875 sal_Int32 nTmp = 0; in PutValue() local
3876 rVal >>= nTmp; in PutValue()
3877 if(nTmp >= 0 && nTmp <= 100) in PutValue()
3879 pImpl->nGraphicTransparency = sal_Int8(nTmp); in PutValue()
/trunk/main/sw/source/core/unocore/
H A Dunotbl.cxx535 sal_Int32 nTmp = nTop; in Normalize() local
537 nBottom = nTmp; in Normalize()
541 sal_Int32 nTmp = nLeft; in Normalize() local
543 nRight = nTmp; in Normalize()
1966 sal_Int16 nTmp = 0; in ApplyTblAttr() local
1967 (*pPgNo) >>= nTmp; in ApplyTblAttr()
1968 aDesc.SetNumOffset( nTmp ); in ApplyTblAttr()
H A Dunoobj.cxx418 sal_Int16 nTmp = 1; in lcl_SetNodeNumStart() local
419 rValue >>= nTmp; in lcl_SetNodeNumStart()
420 sal_uInt16 nStt = (nTmp < 0 ? USHRT_MAX : (sal_uInt16)nTmp); in lcl_SetNodeNumStart()
/trunk/main/sw/source/core/crsr/
H A Dpam.cxx754 sal_uLong nTmp = nSttIdx; in HasReadonlySel() local
756 nEndIdx = nTmp; in HasReadonlySel()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx179 sal_uInt32 nTmp = nStartPara; in Adjust() local
181 nEndPara = nTmp; in Adjust()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx274 const SCROW nTmp = nRow; in lcl_FindNextSumEntryInColumn() local
281 if ( eSkip == ScAutoSumSum && nRow < nTmp ) in lcl_FindNextSumEntryInColumn()
293 const SCCOL nTmp = nCol; in lcl_FindNextSumEntryInRow() local
300 if ( eSkip == ScAutoSumSum && nCol < nTmp ) in lcl_FindNextSumEntryInRow()
/trunk/main/sd/source/filter/eppt/
H A Dpptexanimations.cxx1640 sal_Int16 nTmp = xAnimate->getCalcMode(); in exportAnimate() local
1641 …sal_uInt32 nCalcMode = /* (nTmp == AnimationCalcMode::FORMULA) ? 2 : */ (nTmp == AnimationCalcMode… in exportAnimate()
1642 nTmp = xAnimate->getValueType(); in exportAnimate()
/trunk/main/sw/source/ui/utlui/
H A Dnavipi.cxx1259 sal_uInt16 nTmp = pActView ? nAct : --nCount; in UpdateListBox() local
1260 aDocListBox.SelectEntryPos( nTmp ); in UpdateListBox()
/trunk/main/sw/source/ui/uno/
H A Dunotxvw.cxx880 sal_Int16 nTmp = 0; in setRubyList() local
881 if((pProperties[nProp].Value >>= nTmp)) in setRubyList()
882 pEntry->GetRubyAttr().SetAdjustment(nTmp); in setRubyList()

Completed in 1315 milliseconds

1234567891011