Home
last modified time | relevance | path

Searched refs:nDiff (Results 151 – 175 of 195) sorted by relevance

12345678

/trunk/main/svtools/source/edit/
H A Dtextdat2.hxx223 void MarkInvalid( sal_uInt16 nStart, short nDiff);
H A Dtexteng.cxx881 sal_uInt16 nDiff = (sal_uInt16) (nL-STRING_MAXLEN); in ImpInsertText() local
882 nEnd = nEnd - nDiff; in ImpInsertText()
1718 long nDiff = nNewHeight - mnCurTextHeight; in FormatDoc() local
1732 if ( nDiff ) in FormatDoc()
/trunk/main/sw/inc/
H A Dnumrule.hxx306 void ChangeIndent( const short nDiff );
/trunk/main/editeng/inc/editeng/
H A Deditview.hxx171 void MoveParagraphs( long nDiff );
/trunk/main/sw/source/ui/envelp/
H A Dlabel1.cxx341 void lcl_ChgYPos(Window& rWin, long nDiff) in lcl_ChgYPos() argument
344 aTempPos.Y() += nDiff; in lcl_ChgYPos()
/trunk/main/svtools/source/control/
H A Dtabbar.cxx157 long nDiff = rScreenPos.X() - maStartPos.X(); in ImplTrack() local
158 pParent->mnSplitSize = mnStartWidth + (pParent->IsMirrored() ? -nDiff : nDiff); in ImplTrack()
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx1130 long nDiff = GetOutlinerView()->GetEditView().GetVisArea().Top() - pScroll->GetThumbPos(); in IMPL_LINK() local
1131 GetOutlinerView()->Scroll( 0, nDiff ); in IMPL_LINK()
/trunk/main/sw/source/core/inc/
H A Dwrong.hxx235 void Move( xub_StrLen nPos, long nDiff );
/trunk/main/sfx2/source/control/
H A Dbindings.cxx996 int nDiff = (int) nId - (int) ( ((*pImp->pCaches)[nMid])->GetId() ); in GetSlotPos() local
997 if ( nDiff < 0) in GetSlotPos()
1002 else if ( nDiff > 0 ) in GetSlotPos()
H A Ddispatch.cxx3026 int nDiff = (int) nSlot - (int) rList[nMid]; in IsAllowed() local
3027 if ( nDiff < 0) in IsAllowed()
3033 else if ( nDiff > 0 ) in IsAllowed()
/trunk/main/basctl/source/basicide/
H A Dbaside2b.cxx1732 long nDiff = aEdtWindow.GetEditView()->GetStartDocPos().Y() - pCurScrollBar->GetThumbPos(); in IMPL_LINK() local
1733 aEdtWindow.GetEditView()->Scroll( 0, nDiff ); in IMPL_LINK()
1734 aBrkWindow.DoScroll( 0, nDiff ); in IMPL_LINK()
H A Dbaside2.cxx1227 long nDiff = GetEditView()->GetStartDocPos().X() - pCurScrollBar->GetThumbPos(); in DoScroll() local
1228 GetEditView()->Scroll( nDiff, 0 ); in DoScroll()
/trunk/main/sc/source/ui/app/
H A Dinputhdl.cxx273 long nDiff = aNewStr.Len() - (long)(nOldEnd-nOldStart); in UpdateRange() local
276 pData->nSelEnd = (xub_StrLen)(pData->nSelEnd + nDiff); in UpdateRange()
282 pNext->nSelStart = (xub_StrLen)(pNext->nSelStart + nDiff); in UpdateRange()
283 pNext->nSelEnd = (xub_StrLen)(pNext->nSelEnd + nDiff); in UpdateRange()
/trunk/main/sw/source/ui/frmdlg/
H A Dfrmpage.cxx2926 void lcl_Move(Window& rWin, sal_Int32 nDiff) in lcl_Move() argument
2929 aPos.Y() -= nDiff; in lcl_Move()
3294 sal_Int32 nDiff = aExtFL.GetPosPixel().Y() - aNamesFL.GetPosPixel().Y(); in SetFormatUsed() local
3310 lcl_Move(*aWindows[nIdx++], nDiff); in SetFormatUsed()
/trunk/main/svx/source/svdraw/
H A Dsvdopath.cxx768 long nDiff=nWink1-nWink2; in movePathDrag() local
769 nDiff=Abs(nDiff); in movePathDrag()
770 mpSdrPathDragData->bEliminate=nDiff<=rDrag.GetView()->GetEliminatePolyPointLimitAngle(); in movePathDrag()
/trunk/main/sw/source/ui/shells/
H A Dtabsh.cxx271 SwTwips nDiff = pRep->GetSpace() - nRight - nLeft - nWidth; in lcl_TableParamToItemSet() local
272 if(nAlign != text::HoriOrientation::FULL && Abs(nDiff) > 2) in lcl_TableParamToItemSet()
/trunk/main/svtools/source/inc/
H A Dsvimpbox.hxx190 void KeyLeftRight( long nDiff );
/trunk/main/svx/source/unodraw/
H A Dunoprov.cxx931 int nDiff = strcmp( ((const SfxItemPropertyMapEntry*)pSmaller)->pName, in Svx_CompareMap() local
933 return nDiff; in Svx_CompareMap()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1318 SCsROW nDiff = aOldRange.aStart.Row()-aNewOut.aStart.Row(); in DataPilotUpdate() local
1320 aNewOut.aEnd.SetRow( aNewOut.aEnd.Row()+nDiff ); in DataPilotUpdate()
/trunk/main/dbaccess/source/core/api/
H A DRowSetCache.cxx837 sal_Int32 nDiff = (sal_Int32)(m_nFetchSize*0.5 -0.5); in moveWindow() local
838 sal_Int32 nNewStartPos = (m_nPosition - nDiff); in moveWindow()
/trunk/main/svx/source/dialog/
H A Dsvxruler.cxx1926 long nDiff = lDragPos - pTabs[nIdx].nPos; in DragTabs() local
1933 pTabs[i].nPos += nDiff; in DragTabs()
1943 pRuler_Imp->nTotalDist -= nDiff; in DragTabs()
/trunk/main/sw/source/core/crsr/
H A Dcrsrsh.cxx2796 long nDiff = aCharRect.Height() - VisArea().Height(); in MakeSelVisible() local
2797 if( nDiff < aCrsrHeight.X() ) in MakeSelVisible()
2798 aTmp.Top( nDiff + aCharRect.Top() ); in MakeSelVisible()
/trunk/main/sw/source/ui/inc/
H A Dview.hxx424 sal_uInt16 nDiff = SFX_PRINTER_ALL, bool bIsAPI=false);
/trunk/main/tools/inc/tools/
H A Dstream.hxx810 virtual sal_Bool ReAllocateMemory( long nDiff );
/trunk/main/sw/source/core/docnode/
H A Dnodes.cxx168 sal_uInt16 nDiff = rDelPos.GetIndex() < rInsPos.GetIndex() ? 0 : 1; in ChgNode() local
170 for( sal_uLong n = rDelPos.GetIndex(); nSz; n += nDiff, --nSz ) in ChgNode()

Completed in 246 milliseconds

12345678