Home
last modified time | relevance | path

Searched defs:nAdd (Results 1 – 25 of 52) sorted by relevance

123

/trunk/main/sw/source/core/bastyp/
H A Dswrect.cxx263 void SwRect::AddWidth( const long nAdd ) { m_Size.Width() += nAdd; } in AddWidth()
264 void SwRect::AddHeight( const long nAdd ) { m_Size.Height() += nAdd; } in AddHeight()
266 void SwRect::AddRight( const long nAdd ){ m_Size.Width() += nAdd; } in AddRight()
268 void SwRect::AddBottom( const long nAdd ){ m_Size.Height() += nAdd; } in AddBottom()
/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx146 sal_uInt16 nAdd = 0; in lcl_AddColumns() local
280 sal_uInt16 nAdd = nNewNum - nOldNum; in ChgColumns() local
H A Dnewfrm.cxx65 long SwIncrement( long nA, long nAdd ) in SwIncrement()
H A Dflowfrm.cxx1506 SwTwips nAdd = nPrevLineSpacing; in CalcUpperSpace() local
1571 SwTwips nAdd = nPrevLineSpacing; in CalcUpperSpace() local
H A Dssfrm.cxx772 long nAdd = 0; in UnionFrm() local
/trunk/main/svx/source/sidebar/tools/
H A DColorControl.cxx144 static sal_Int32 nAdd = 4; in FillColors() local
/trunk/main/sc/source/ui/miscdlgs/
H A Dtabbgcolordlg.cxx125 static sal_Int32 nAdd = 4; in FillColorValueSets_Impl() local
H A Doptsolver.cxx863 sal_Int32 nAdd = ( aRange.aEnd.Col() - aRange.aStart.Col() + 1 ) * in CallSolver() local
922 sal_Int32 nAdd = ( aLeftRange.aEnd.Col() - aLeftRange.aStart.Col() + 1 ) * in CallSolver() local
/trunk/main/svtools/source/filter/ixpm/
H A Dxpmread.cxx441 void XPMReader::ImplGetRGBHex( sal_uInt8* pDest,sal_uLong nAdd ) in ImplGetRGBHex()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx242 inline void SwCache::IncreaseMax( const sal_uInt16 nAdd ) in IncreaseMax()
/trunk/main/sc/source/core/data/
H A Dstlpool.cxx111 for ( sal_uInt32 nAdd = 1; nAdd <= nCount; nAdd++ ) in Make() local
H A Ddpdimsave.cxx169 sal_Int32 nAdd = 1; // first try is "Group1" in CreateGroupName() local
526 sal_Int32 nAdd = 2; // first try is "Name2" in CreateGroupDimName() local
H A Dtable4.cxx1130 double nAdd = nInc; in GetAutoFillPreview() local
1433 double nAdd = nStepValue; in FillSeries() local
1527 double nAdd = nStepValue; in FillSeries() local
H A Dtable6.cxx469 short nAdd = bBack ? -1 : 1; in SearchStyle() local
H A Ddocumen3.cxx1621 sal_Int64 nAdd = static_cast<sal_Int64>(nHeight) * nRows; in lcl_AddTwipsWhile() local
1663 long nAdd; in GetRange() local
1733 long nAdd = pTable->GetColWidth(nCol); in lcl_SnapHor() local
1763 long nAdd = pTable->GetRowHeight(i); in lcl_SnapVer() local
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx707 long nAdd = pDestDoc->GetColWidth( nCol, 0 ); in InitDocShell() local
714 long nAdd = pDestDoc->GetRowHeight( nRow, 0 ); in InitDocShell() local
/trunk/main/sc/source/filter/excel/
H A Dexcdoc.cxx387 for( SCTAB nAdd = 0; nC < static_cast<SCTAB>(nCodenames) ; nC++, nAdd++ ) in FillAsHeader() local
/trunk/main/filter/source/graphicfilter/icgm/
H A Dcgm.cxx875 sal_uInt32 nAdd = nInSize / 20; in ImportCGM() local
/trunk/main/sw/source/ui/uiview/
H A Dview.cxx1181 …const long nAdd = pWrtShell->GetViewOptions()->getBrowseMode() ? DOCUMENTBORDER : DOCUMENTBORDER*2; in ReadUserData() local
1371 …const long nAdd = pWrtShell->GetViewOptions()->getBrowseMode() ? DOCUMENTBORDER : DOCUMENTBORDER*2; in ReadUserDataSequence() local
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx637 sal_Int32 nAdd = 1; in replaceOrigin() local
/trunk/main/sw/source/core/txtnode/
H A Dfntcache.cxx1274 long nAdd; in DrawText() local
1424 SwTwips nAdd = pKernArray[ i ] + nKernSum; in DrawText() local
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx316 sal_uLong nAdd = GetLeftCellSpace( nCol, nColSpan, bSwBorders ) + in AddBorderWidth() local
886 sal_uLong nAdd = ic<nEndCol-1 ? (nColMin * nMinD) / nColsMin in AutoLayoutPass1() local
/trunk/main/sw/source/core/text/
H A Ditratr.cxx650 MSHORT nAdd = 0; in GetMinMaxSize() local
/trunk/main/sc/source/ui/view/
H A Dhdrcont.cxx203 sal_uInt16 nAdd = GetEntrySize(i); in GetScrPos() local
H A Dviewdata.cxx2062 long nAdd; in SetScreenPos() local
3122 sal_Int64 nAdd = nPixel * nRows; in AddPixelsWhile() local
3163 sal_Int64 nAdd = nPixel * nRows; in AddPixelsWhileBackward() local

Completed in 135 milliseconds

123