Home
last modified time | relevance | path

Searched refs:nDiff (Results 126 – 150 of 195) sorted by relevance

12345678

/trunk/main/sw/source/core/text/
H A Dfrmpaint.cxx267 long nDiff = bGoLeft ? nRedX - nX : nX - nRedX; in PaintExtra() local
268 if( nDiff > REDLINE_MINDIST ) in PaintExtra()
H A Ditrform2.cxx1816 KSHORT nDiff = KSHORT( nTmpY % RegDiff() ); in CalcRealHeight() local
1817 if( nDiff ) in CalcRealHeight()
1818 nLineHeight += RegDiff() - nDiff; in CalcRealHeight()
/trunk/main/sw/source/core/inc/
H A DSwGrammarMarkUp.hxx52 void MoveGrammar( xub_StrLen nPos, long nDiff );
H A Dlayfrm.hxx142 void InvaPercentLowers( SwTwips nDiff = 0 );
/trunk/main/vcl/source/control/
H A Dlstbox.cxx725 long nDiff = aContent.Top() - (aSz.Height() - aContent.GetHeight())/2; in Resize() local
726 aContent.Top() -= nDiff; in Resize()
727 aContent.Bottom() -= nDiff; in Resize()
H A Dedit.cxx1331 long nDiff = Abs( pDX[0]-nX ); in ImplGetCharPos() local
1336 if( nNewDiff < nDiff ) in ImplGetCharPos()
1339 nDiff = nNewDiff; in ImplGetCharPos()
1342 if( nIndex == aText.Len()-1 && Abs( pDX[2*nIndex+1] - nX ) < nDiff ) in ImplGetCharPos()
/trunk/main/sc/source/ui/inc/
H A Dautostyl.hxx45 void AdjustEntries(sal_uLong nDiff);
H A Dolinewin.hxx83 void ScrollPixel( long nDiff );
/trunk/main/sw/source/core/fields/
H A Ddocufld.cxx2382 sal_uInt16 nDiff = ( pFrm && pRefFrm ) in UpdateField() local
2392 short nPageNum = static_cast<short>(Max(0, pSetFld->GetOffset() + (short)nDiff)); in UpdateField()
2478 sal_uInt16 nDiff = pPgFrm->GetPhyPageNum() - in ChangeExpansion() local
2485 short nPageNum = static_cast<short>(Max(0, pSetFld->GetOffset() + (short)nDiff )); in ChangeExpansion()
/trunk/main/sw/source/ui/inc/
H A Dsrcview.hxx90 …virtual sal_uInt16 SetPrinter( SfxPrinter* pNew, sal_uInt16 nDiff = SFX_PRINTER_ALL, bool bIsAPI=…
/trunk/main/vcl/os2/source/gdi/
H A Dos2layout.cxx800 int nDiff = nOldWidth - pDXArray[ i ]; local
806 if( nDiff != 0 )
/trunk/main/sw/source/core/edit/
H A Dednumber.cxx363 void SwEditShell::ChangeIndentOfAllListLevels( const short nDiff ) in ChangeIndentOfAllListLevels() argument
371 aRule.ChangeIndent( nDiff ); in ChangeIndentOfAllListLevels()
/trunk/main/basic/source/runtime/
H A Diosys.cxx780 sal_uIntPtr nDiff = nExpandOnWriteTo - nCur; in ExpandFile() local
782 while( nDiff-- ) in ExpandFile()
/trunk/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx537 long nDiff = getView()->GetEditView().GetVisArea().Top() - pScroll->GetThumbPos(); in IMPL_LINK() local
538 getView()->Scroll( 0, nDiff ); in IMPL_LINK()
/trunk/main/editeng/source/editeng/
H A Dimpedit4.cxx3167 sal_Int32 nDiff = (nCurrentPos-nDiffs) - pOffsets[n]; in ReplaceTextOnly() local
3169 if ( !nDiff ) in ReplaceTextOnly()
3174 else if ( nDiff < 0 ) in ReplaceTextOnly()
3181 …itDoc().RemoveChars( EditPaM( pNode, nCurrentPos+1 ), sal::static_int_cast< sal_uInt16 >(-nDiff) ); in ReplaceTextOnly()
3185 … DBG_ASSERT( nDiff == 1, "TransliterateText - Diff other than expected! But should work..." ); in ReplaceTextOnly()
3189 nDiffs = sal::static_int_cast< short >(nDiffs + nDiff); in ReplaceTextOnly()
H A Dimpedit.cxx932 long nDiff = pEditEngine->pImpEditEngine->GetTextHeight() - aNewVisArea.Bottom(); // negativ in Scroll() local
933 aNewVisArea.Move( 0, nDiff ); // koennte im neg. Bereich landen... in Scroll()
951 …long nDiff = pEditEngine->pImpEditEngine->CalcTextWidth( sal_False ) - aNewVisArea.Right(); // ne… in Scroll() local
952 aNewVisArea.Move( nDiff, 0 ); // koennte im neg. Bereich landen... in Scroll()
/trunk/main/sw/inc/
H A Danchoredobject.hxx341 void AddLastCharY( long nDiff );
H A Dindex.hxx64 SwIndex( const SwIndex &, short nDiff );
/trunk/main/idl/source/objects/
H A Dslot.cxx1063 int nDiff = (int) nId - (int) rList.GetObject(nMid)->xSlot->GetSlotId().GetValue(); in Insert() local
1064 if ( nDiff < 0) in Insert()
1070 else if ( nDiff > 0 ) in Insert()
/trunk/main/dbaccess/source/ui/misc/
H A DWCopyTable.cxx1494 sal_Int32 nDiff = 1; in convertColumnName() local
1497 ++nDiff; in convertColumnName()
1499 sAlias = sAlias.copy(0,sAlias.getLength() - (sAlias.getLength()-_nMaxNameLen+nDiff)); in convertColumnName()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx1216 SwTwips nDiff = rBox.GetTop() ? in lcl_CalcBorderRect() local
1222 if( nDiff ) in lcl_CalcBorderRect()
1223 (rRect.*fnRect->fnSubTop)( nDiff ); in lcl_CalcBorderRect()
1229 SwTwips nDiff = 0; in lcl_CalcBorderRect() local
1236 nDiff = ((SwTabFrm*)pFrm)->GetBottomLineSize(); in lcl_CalcBorderRect()
1241 nDiff = rBox.GetBottom() ? in lcl_CalcBorderRect()
1248 if( nDiff ) in lcl_CalcBorderRect()
1249 (rRect.*fnRect->fnAddBottom)( nDiff ); in lcl_CalcBorderRect()
/trunk/main/sc/source/core/data/
H A Ddpobject.cxx397 long nDiff = nOldRows - nHeaderRows; in CreateOutput() local
399 --nDiff; in CreateOutput()
401 ++nDiff; in CreateOutput()
403 long nNewRow = aOutRange.aStart.Row() + nDiff; in CreateOutput()
/trunk/main/svx/source/dialog/
H A Dhdft.cxx1135 void lcl_Move(Window& rWin, sal_Int32 nDiff) in lcl_Move() argument
1138 aPos.Y() -= nDiff; in lcl_Move()
/trunk/main/sw/source/ui/misc/
H A Dnum.cxx794 long nDiff = nValue + aNumFmt.GetFirstLineOffset(); in IMPL_LINK() local
796 aNumFmt.SetAbsLSpace(sal_uInt16(nAbsLSpace + nDiff)); in IMPL_LINK()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx4376 short nDiff = nSpace - ( rColumns[n - 1]->GetRight() in FormatColumns_Impl()
4378 if (nDiff > 10 || nDiff < -10) in FormatColumns_Impl()
4472 short nDiff = nColWidth - in FormatColumns() local
4475 if ( nDiff > 10 || nDiff < -10 ) // Toleranz: 10 tw in FormatColumns()

Completed in 248 milliseconds

12345678