Home
last modified time | relevance | path

Searched refs:nDiff (Results 101 – 125 of 195) sorted by relevance

12345678

/trunk/main/sw/source/core/layout/
H A Dfly.cxx2587 long nDiff = nRelWidth - pRel->Prt().Width(); in CalcRel() local
2588 if ( nDiff > 0 ) in CalcRel()
2589 nRelWidth -= nDiff; in CalcRel()
2591 nDiff = nRelHeight - pRel->Prt().Height(); in CalcRel()
2592 if ( nDiff > 0 ) in CalcRel()
2593 nRelHeight -= nDiff; in CalcRel()
H A Dtrvlfrm.cxx1214 const sal_uLong nDiff = ::CalcDiff( aCntntPoint, rPoint ); in GetCntntPos() local
1215 sal_Bool bBetter = nDiff < nDistance; // Dichter dran in GetCntntPos()
1225 nDistance = nDiff; in GetCntntPos()
1400 const sal_uLong nDiff = ::CalcDiff( aPoint, rPt ); in GetCntntPosition() local
1401 if ( nDiff < nDist ) in GetCntntPosition()
1404 nDist = nDiff; in GetCntntPosition()
H A Danchoredobject.cxx247 void SwAnchoredObject::AddLastCharY( long nDiff ) in AddLastCharY() argument
249 maLastCharRect.Pos().Y() += nDiff; in AddLastCharY()
H A Dflowfrm.cxx2225 long nDiff = pOldPage->GetPhyPageNum() - pFlow->GetPhyPageNum(); in MoveBwd() local
2226 if ( nDiff > 1 ) in MoveBwd()
2229 nDiff -= 1; in MoveBwd()
2230 if ( nDiff > 1 ) in MoveBwd()
/trunk/main/sw/source/core/text/
H A Dfrmform.cxx916 SwTwips nDiff = nTmp - Frm().Height(); in CalcPreps() local
918 Prt().Height( Prt().Height() + nDiff ); in CalcPreps()
1962 const SwTwips nDiff = - (Frm().*fnRect->fnBottomDist)( nLimit ); in Format() local
1963 if( nDiff > 0 ) in Format()
1964 Shrink( nDiff ); in Format()
/trunk/main/sc/source/core/data/
H A Ddocumen4.cxx1109 SCCOL nDiff = nThisCol - nFirstNew; in CompareDocument() local
1111 nLastOtherCol+nDiff, MAXROW, nOtherTab ); in CompareDocument()
1148 SCROW nDiff = nThisRow - nFirstNew; in CompareDocument() local
1150 MAXCOL, nLastOtherRow+nDiff, nOtherTab ); in CompareDocument()
H A Dtable4.cxx323 double nDiff = nVal2 - nVal1; in FillAnalyse() local
324 if ( !::rtl::math::approxEqual( nDiff, rInc ) ) in FillAnalyse()
388 double nDiff = (double)nVal2 - (double)nVal1; in FillAnalyse() local
389 if ( !::rtl::math::approxEqual( nDiff, rInc ) ) in FillAnalyse()
/trunk/main/editeng/source/editeng/
H A Deditundo.cxx479 long nDiff = ( nDest - aTmpRange.Min() ); in Undo() local
480 aTmpRange.Min() += nDiff; in Undo()
481 aTmpRange.Max() += nDiff; in Undo()
H A Deditview.cxx724 void EditView::MoveParagraphs( long nDiff ) in MoveParagraphs() argument
731 long nDest = ( nDiff > 0 ? aRange.Max() : aRange.Min() ) + nDiff; in MoveParagraphs()
732 if ( nDiff > 0 ) in MoveParagraphs()
/trunk/main/editeng/source/items/
H A Dtextitem.cxx971 short nDiff = 0; in lcl_GetRealHeight_Impl() local
981 nDiff = nTemp * 20; in lcl_GetRealHeight_Impl()
983 nDiff = (short)TWIP_TO_MM100((long)(nDiff)); in lcl_GetRealHeight_Impl()
988 nDiff = (short)nProp; in lcl_GetRealHeight_Impl()
992 nDiff = ((short)nProp); in lcl_GetRealHeight_Impl()
996 nRet -= nDiff; in lcl_GetRealHeight_Impl()
/trunk/main/sc/source/core/tool/
H A Dinterpr2.cxx113 long nDiff = aActDate - *(pFormatter->GetNullDate()); in ScGetActDate() local
114 PushDouble((double) nDiff); in ScGetActDate()
122 long nDiff = aActDate - *(pFormatter->GetNullDate()); in ScGetActTime() local
128 PushDouble( (double) nDiff + nTime ); in ScGetActTime()
2542 sal_uInt16 nDiff = nDigit2 - nDigit1; in ScArabic() local
2543 nValue = sal::static_int_cast<sal_uInt16>( nValue + nDiff ); in ScArabic()
2544 bValid = (nValidRest >= nDiff); in ScArabic()
/trunk/main/sw/source/core/doc/
H A Ddocnum.cxx1845 char nDiff = bDown ? 1 : -1; in NumUpDown() local
1849 bRet = OutlineUpDown(rPam, nDiff); in NumUpDown()
1871 if( (-1 == nDiff && 0 >= nLevel) || in NumUpDown()
1872 (1 == nDiff && MAXLEVEL - 1 <= nLevel)) in NumUpDown()
1884 SwUndo *const pUndo( new SwUndoNumUpDown(rPam, nDiff) ); in NumUpDown()
1901 nLevel = nLevel + nDiff; in NumUpDown()
/trunk/main/sw/source/ui/envelp/
H A Dmailmrge.cxx245 long nDiff = aRecordFL.GetPosPixel().Y() - pBeamerWin->GetPosPixel().Y(); in SwMailMergeDlg() local
248 aSize.Height() -= nDiff; in SwMailMergeDlg()
285 aPnt.Y() -= nDiff; in SwMailMergeDlg()
/trunk/main/sw/source/ui/dbui/
H A Dmmaddressblockpage.cxx577 sal_uInt16 nDiff = GetText().Len() - sTemp.Len(); in Modify() local
578 if(nDiff) in Modify()
580 aSel.setMin(aSel.getMin() - nDiff); in Modify()
661 long nDiff = m_aPreviewFI.GetPosPixel().Y() - aFieldPos.Y(); in SwCustomizeAddressBlockDialog() local
664 aPreviewSize.Height() += nDiff; in SwCustomizeAddressBlockDialog()
/trunk/main/svx/workben/
H A Dedittest.cxx1558 short nDiff = ( nCode == KEY_ADD ) ? (+5) : (-5); in KeyInput() local
1560 nDiff *= 20; in KeyInput()
1562 nDiff /= 5; in KeyInput()
1563 if ( ( nZoom + nDiff ) > 0 ) in KeyInput()
1564 nZoom += nDiff; in KeyInput()
/trunk/main/sc/source/filter/html/
H A Dhtmlpars.cxx327 long nDiff = nNewOffset - nOldOffset; in ModifyOffset() local
328 if ( nDiff < 0 ) in ModifyOffset()
333 *pData += nDiff; in ModifyOffset()
341 *pData += nDiff; in ModifyOffset()
2543 …SCsCOLROW nDiff = nSize - ((nIndex == 0) ? rSizes.front() : (rSizes[ nIndex ] - rSizes[ nIndex - 1… in SetDocSize() local
2544 if( nDiff > 0 ) in SetDocSize()
2546 *aIt += nDiff; in SetDocSize()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx1081 long nDiff = aVis.Right() - aVis.Left(); in SetEditEngine() local
1089 aVis.Right() = ( aPaper.Width() - 1 + nDiff ) / 2; in SetEditEngine()
1094 aVis.Right() = nDiff; in SetEditEngine()
1097 aVis.Left() = aVis.Right() - nDiff; in SetEditEngine()
3125 sal_Int64 nDiff = rScrY + nAdd - nEndPixels; in AddPixelsWhile() local
3126 nRows -= static_cast<SCROW>(nDiff / nPixel); in AddPixelsWhile()
3166 sal_Int64 nDiff = nAdd + rScrY - nEndPixels; in AddPixelsWhileBackward() local
3167 nRows -= static_cast<SCROW>(nDiff / nPixel); in AddPixelsWhileBackward()
/trunk/main/sw/source/core/docnode/
H A Dndcopy.cxx707 nDiff = nEnd - nStt +1; in CopyRange() local
710 ++nStt, --nDiff; in CopyRange()
713 --nEnd, --nDiff; in CopyRange()
714 if( nDiff && in CopyRange()
/trunk/main/xmlsecurity/source/dialogs/
H A Dmacrosecurity.cxx145 long nDiff = pCheck->GetPosPixel().Y() - maVeryHighRB.GetPosPixel().Y(); in MacroSecurityLevelTP() local
147 aPos.Y() += nDiff; in MacroSecurityLevelTP()
/trunk/main/svx/source/svdraw/
H A Dsvdmodel.cxx1264 const sal_Int32 nDiff(nKomma - nNumDigits); in TakeMetricStr() local
1265 const double fFactor(pow(10.0, static_cast<const int>(nDiff))); in TakeMetricStr()
1272 const sal_Int32 nDiff(nNumDigits - nKomma); in TakeMetricStr() local
1273 const double fFactor(pow(10.0, static_cast<const int>(nDiff))); in TakeMetricStr()
/trunk/main/vcl/source/gdi/
H A Dsallayout.cxx1210 const int nDiff = nNewClusterWidth - nOldClusterWidth; in ApplyDXArray() local
1217 pClusterG[-1].mnNewWidth += nDiff; in ApplyDXArray()
1222 pG->mnNewWidth += nDiff; in ApplyDXArray()
1223 nDelta += nDiff; in ApplyDXArray()
/trunk/main/svl/source/items/
H A Dpoolio.cxx1393 short nDiff = (short)pImp->nLoadingVersion - (short)pImp->nVersion; in GetNewWhich() local
1396 if ( nDiff > 0 ) in GetNewWhich()
1422 else if ( nDiff < 0 ) in GetNewWhich()
/trunk/main/svx/source/toolbars/
H A Dextrusionbar.cxx180 …sal_Int32 nDiff = ( nSID == SID_EXTRUSION_TILT_LEFT ) || ( nSID == SID_EXTRUSION_TILT_UP ) ? 5 : -… in impl_execute() local
195 fX += nDiff; in impl_execute()
197 fY += nDiff; in impl_execute()
/trunk/main/forms/source/component/
H A DEdit.cxx734 sal_Int32 nDiff = sValue.getLength() - nMaxTextLen; in translateDbColumnToControlValue() local
735 sValue = sValue.replaceAt( nMaxTextLen, nDiff, ::rtl::OUString() ); in translateDbColumnToControlValue()
/trunk/main/sw/source/core/frmedt/
H A Dfetab.cxx2307 sal_Bool SwFEShell::SetColRowWidthHeight( sal_uInt16 eType, sal_uInt16 nDiff ) in SetColRowWidthHeight() argument
2348 nDiff = sal_uInt16((pFrm->Frm().*fnRect->fnGetWidth)()); in SetColRowWidthHeight()
2373 SwTwips nLogDiff = nDiff; in SetColRowWidthHeight()
2380 eType, nDiff, nLogDiff ); in SetColRowWidthHeight()

Completed in 242 milliseconds

12345678