Home
last modified time | relevance | path

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

12345678

/trunk/main/sw/inc/
H A Dfesh.hxx716 sal_Bool SetColRowWidthHeight( sal_uInt16 eType, sal_uInt16 nDiff = 283 );
H A Deditsh.hxx466 void ChangeIndentOfAllListLevels( const short nDiff );
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx1624 sal_Int64 nDiff = nAdd + rTwips - nStopTwips; in lcl_AddTwipsWhile() local
1625 nRows -= static_cast<SCROW>(nDiff / nHeight); in lcl_AddTwipsWhile()
/trunk/main/editeng/source/editeng/
H A Deditdoc.hxx590 void MarkInvalid( sal_uInt16 nStart, short nDiff);
/trunk/main/vcl/source/control/
H A Dbutton.cxx508 long nDiff = (aImageSize.Height() - aTextSize.Height()) / 3; in ImplDrawAlignedImage() local
509 if( nDiff > 0 ) in ImplDrawAlignedImage()
510 nImageSep += nDiff; in ImplDrawAlignedImage()
/trunk/main/vcl/aqua/source/gdi/
H A Daquaprintaccessoryview.mm687 double nDiff = aTabSize.height - aRect.size.height;
699 aFrame.origin.y += nDiff;
/trunk/main/sw/source/core/unocore/
H A Dunosett.cxx2612 sal_Int32 nDiff = nReference - nWidth * nColumns; in setColumnCount() local
2620 pCols[nColumns - 1].Width += nDiff; in setColumnCount()
/trunk/main/sw/source/ui/uiview/
H A Dviewtab.cxx150 const sal_uInt16 nDiff = nStart - nEnd; in lcl_ConvertToCols() local
151 const sal_uInt16 nRight = nDiff / 2; in lcl_ConvertToCols()
/trunk/main/sw/source/core/inc/
H A Dframe.hxx465 SwTwips AdjustNeighbourhood( SwTwips nDiff, sal_Bool bTst = sal_False );
/trunk/main/vcl/win/source/gdi/
H A Dwinlayout.cxx874 int nDiff = nOldWidth - pDXArray[ i ]; local
880 if( nDiff != 0 )
/trunk/main/sc/source/ui/view/
H A Dtabview3.cxx745 SCsROW nDiff = nWPosY - nDeltaY; in AlignToCursor() local
746 if ( nCurY >= nDiff ) // Pos. kann nicht negativ werden in AlignToCursor()
H A Dgridwin.cxx827 long nDiff = nMaxText - nSizeX; in DoScenarioMenue() local
835 long nNewX = aCellRect.Left() - nDiff; in DoScenarioMenue()
/trunk/main/sw/source/core/docnode/
H A Dndtbl.cxx2929 const long nDiff = nNewRowHeight - nOldRowHeight; in SetTabRows() local
2930 if ( abs( nDiff ) >= ROWFUZZY ) in SetTabRows()
2966 … const long nNewSize = (pFrm->Frm().*fnRect->fnGetHeight)() + nDiff; in SetTabRows()
/trunk/main/editeng/inc/editeng/
H A Doutliner.hxx296 void Indent( short nDiff );
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1220 sal_Int32 nDiff = sText.getLength() - nMaxTextLen; in updateFromModel() local
1221 sText = sText.replaceAt(sText.getLength() - nDiff,nDiff,::rtl::OUString()); in updateFromModel()
/trunk/main/vcl/source/window/
H A Dtoolbox.cxx3231 long nDiff = pThis->mpData->mnMenuButtonWidth - TB_MENUBUTTON_SIZE; in ImplDrawMenubutton() local
3232 long nDiff1 = nDiff/2; in ImplDrawMenubutton()
3233 long nDiff2 = nDiff - nDiff1; in ImplDrawMenubutton()
/trunk/main/cui/source/tabpages/
H A Dchardlg.cxx3516 long nDiff = m_aScaleWidthMF.GetPosPixel().Y() - in Reset() local
3522 aPnt.Y() -= nDiff; in Reset()
H A Dnumpages.cxx3744 long nDiff = nValue + aNumFmt.GetFirstLineOffset(); in IMPL_LINK() local
3746 aNumFmt.SetAbsLSpace(sal_uInt16(nAbsLSpace + nDiff)); in IMPL_LINK()
/trunk/main/basic/source/classes/
H A Dsbunoobj.cxx3711 int nDiff = nUnoParamCount - nEffectiveParamCount; in SFX_NOTIFY() local
3712 if( !bRestParameterMode || nDiff > 1 ) in SFX_NOTIFY()
/trunk/main/sw/source/ui/docvw/
H A Dedtwin.cxx623 nDiff = Max( in JustifyAreaTimer() local
626 aTimer.SetTimeout( Max( coMinLen, nTimeout - nDiff) ); in JustifyAreaTimer()

Completed in 279 milliseconds

12345678