Home
last modified time | relevance | path

Searched refs:nAdd (Results 1 – 25 of 64) 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() argument
264 void SwRect::AddHeight( const long nAdd ) { m_Size.Height() += nAdd; } in AddHeight() argument
266 void SwRect::AddRight( const long nAdd ){ m_Size.Width() += nAdd; } in AddRight() argument
268 void SwRect::AddBottom( const long nAdd ){ m_Size.Height() += nAdd; } in AddBottom() argument
/trunk/main/sc/source/core/data/
H A Ddpdimsave.cxx169 sal_Int32 nAdd = 1; // first try is "Group1" in CreateGroupName() local
170 const sal_Int32 nMaxAdd = nAdd + aGroups.size(); // limit the loop in CreateGroupName()
171 while ( nAdd <= nMaxAdd ) in CreateGroupName()
174 aGroupName.Append( String::CreateFromInt32( nAdd ) ); in CreateGroupName()
186 ++nAdd; // continue with higher number in CreateGroupName()
526 sal_Int32 nAdd = 2; // first try is "Name2" in CreateGroupDimName() local
528 while ( nAdd <= nMaxAdd ) in CreateGroupDimName()
532 aDimName.Append( String::CreateFromInt32( nAdd ) ); in CreateGroupDimName()
558 ++nAdd; // continue with higher number in CreateGroupDimName()
H A Ddocumen3.cxx1626 nAdd = nHeight * nRows; in lcl_AddTwipsWhile()
1631 nAdd -= nHeight; in lcl_AddTwipsWhile()
1663 long nAdd; in GetRange() local
1673 nAdd = (long) pTable->GetColWidth(nX1); in GetRange()
1676 nSize += nAdd; in GetRange()
1690 if (nSize+nAdd < nTwips && nX2<MAXCOL) in GetRange()
1692 nSize += nAdd; in GetRange()
1733 long nAdd = pTable->GetColWidth(nCol); in lcl_SnapHor() local
1736 nSnap += nAdd; in lcl_SnapHor()
1763 long nAdd = pTable->GetRowHeight(i); in lcl_SnapVer() local
[all …]
H A Dstlpool.cxx111 for ( sal_uInt32 nAdd = 1; nAdd <= nCount; nAdd++ ) in Make() local
114 aNewName += String::CreateFromInt32( nAdd ); in Make()
H A Dtable4.cxx1130 double nAdd = nInc; in GetAutoFillPreview() local
1131 bValueOk = ( SubTotal::SafeMult( nAdd, (double) nIndex ) && in GetAutoFillPreview()
1132 SubTotal::SafePlus( nStart, nAdd ) ); in GetAutoFillPreview()
1433 double nAdd = nStepValue; in FillSeries() local
1434 if ( !SubTotal::SafeMult( nAdd, (double) ++nIndex ) || in FillSeries()
1435 !SubTotal::SafePlus( nVal, nAdd ) ) in FillSeries()
1527 double nAdd = nStepValue; in FillSeries() local
1528 if ( !SubTotal::SafeMult( nAdd, (double) ++nIndex ) || in FillSeries()
1529 !SubTotal::SafePlus( nVal, nAdd ) ) in FillSeries()
H A Ddocumen5.cxx400 for ( sal_uLong nAdd=0; nAdd<nAddCount; nAdd++ ) in UpdateChartArea() local
401 aNewRanges->Append( *rNewList->GetObject(nAdd) ); in UpdateChartArea()
H A Dtable6.cxx469 short nAdd = bBack ? -1 : 1; in SearchStyle() local
473 nRow += nAdd; in SearchStyle()
480 nCol = sal::static_int_cast<SCsCOL>( nCol + nAdd ); in SearchStyle()
/trunk/main/sw/source/core/layout/
H A Dcolfrm.cxx146 sal_uInt16 nAdd = 0; in lcl_AddColumns() local
149 for ( nAdd = 1; pCol; pCol = pCol->GetNext(), ++nAdd ) in lcl_AddColumns()
153 if ( 0 != (pNeighbourCol = lcl_FindColumns( pNeighbour, nCount+nAdd )) && in lcl_AddColumns()
280 sal_uInt16 nAdd = nNewNum - nOldNum; in ChgColumns() local
281 bAdjustAttributes = lcl_AddColumns( this, nAdd ); in ChgColumns()
H A Dflowfrm.cxx1506 SwTwips nAdd = nPrevLineSpacing; in CalcUpperSpace() local
1514 nAdd = Max( nAdd, static_cast<SwTxtFrm&>(rThis).GetLineSpace() ); in CalcUpperSpace()
1516 nUpper += nAdd; in CalcUpperSpace()
1536 nAdd += static_cast<SwTxtFrm&>(rThis).GetLineSpace( true ); in CalcUpperSpace()
1540 nAdd = Max( nAdd, static_cast<SwTxtFrm&>(rThis).GetLineSpace( true ) ); in CalcUpperSpace()
1544 nUpper += nAdd; in CalcUpperSpace()
1571 SwTwips nAdd = nPrevLineSpacing; in CalcUpperSpace() local
1583 nAdd += static_cast<SwTxtFrm&>(rThis).GetLineSpace( true ); in CalcUpperSpace()
1587 nAdd = Max( nAdd, static_cast<SwTxtFrm&>(rThis).GetLineSpace( true ) ); in CalcUpperSpace()
1591 nUpper += nAdd; in CalcUpperSpace()
H A Dssfrm.cxx772 long nAdd = 0; in UnionFrm() local
783 nAdd += rBox.CalcLineSpace( BOX_LINE_RIGHT ); in UnionFrm()
785 nAdd += rBox.GetDistance( BOX_LINE_RIGHT ) + 1; in UnionFrm()
790 nAdd += rShadow.CalcShadowSpace( SHADOW_RIGHT ); in UnionFrm()
796 if( nTmp > nAdd ) in UnionFrm()
797 nAdd = nTmp; in UnionFrm()
799 nWidth = nRight + nAdd - nLeft; in UnionFrm()
/trunk/main/sc/source/ui/miscdlgs/
H A Dtabbgcolordlg.cxx125 static sal_Int32 nAdd = 4; in FillColorValueSets_Impl() local
129 const Size aNewSizeBorderWin(aNewSize.Width() + nAdd, aNewSize.Height() + nAdd); in FillColorValueSets_Impl()
167 aTabBgColorSet.SetPosSizePixel(Point(nAdd/2, nAdd/2), aNewSize); in FillColorValueSets_Impl()
/trunk/main/sc/source/ui/view/
H A Dviewdata.cxx2062 long nAdd; in SetScreenPos() local
2074 if (nSize+nAdd <= nTwips+1 && nX1<MAXCOL) in SetScreenPos()
2076 nSize += nAdd; in SetScreenPos()
2090 if (nSize+nAdd <= nTwips+1 && nY1<MAXROW) in SetScreenPos()
2092 nSize += nAdd; in SetScreenPos()
3123 if (nAdd + rScrY > nEndPixels) in AddPixelsWhile()
3127 nAdd = nPixel * nRows; in AddPixelsWhile()
3132 nAdd += nPixel; in AddPixelsWhile()
3164 if (nAdd + rScrY > nEndPixels) in AddPixelsWhileBackward()
3168 nAdd = nPixel * nRows; in AddPixelsWhileBackward()
[all …]
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx637 sal_Int32 nAdd = 1; in replaceOrigin() local
658 nAdd = origin.getLength(); in replaceOrigin()
663 if ((write_pos + nAdd) > filtered.getLength()) in replaceOrigin()
664 filtered.realloc( (filtered.getLength() + nAdd) * 2 ); in replaceOrigin()
665 rtl_copyMemory( filtered.getArray() + write_pos, pAdd, nAdd ); in replaceOrigin()
666 write_pos += nAdd; in replaceOrigin()
/trunk/main/sw/source/core/text/
H A Ditratr.cxx650 MSHORT nAdd = 0; in GetMinMaxSize() local
673 nAdd = 20; in GetMinMaxSize()
770 nAdd = 20; in GetMinMaxSize()
781 nAdd = 20; in GetMinMaxSize()
800 rAbsMin += nAdd; in GetMinMaxSize()
802 rMin += nAdd; in GetMinMaxSize()
809 rMax += nAdd; in GetMinMaxSize()
H A Dtxtftn.cxx199 SwTwips nAdd; in lcl_GetFtnLower() local
237 nAdd = (pRow->GetUpper()->*fnRect->fnGetBottomMargin)(); in lcl_GetFtnLower()
240 nAdd = (pFrm->*fnRect->fnGetBottomMargin)(); in lcl_GetFtnLower()
242 if( nAdd > 0 ) in lcl_GetFtnLower()
245 nRet -= nAdd; in lcl_GetFtnLower()
247 nRet += nAdd; in lcl_GetFtnLower()
/trunk/main/sw/inc/
H A Dswrect.hxx126 void AddBottom( const long nAdd );
128 void AddRight( const long nAdd );
129 void AddWidth( const long nAdd );
130 void AddHeight( const long nAdd );
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx707 long nAdd = pDestDoc->GetColWidth( nCol, 0 ); in InitDocShell() local
708 if ( bLimitToPageSize && nSizeX+nAdd > aPaperSize.Width() && nSizeX ) // above limit? in InitDocShell()
710 nSizeX += nAdd; in InitDocShell()
714 long nAdd = pDestDoc->GetRowHeight( nRow, 0 ); in InitDocShell() local
715 if ( bLimitToPageSize && nSizeY+nAdd > aPaperSize.Height() && nSizeY ) // above limit? in InitDocShell()
717 nSizeY += nAdd; in InitDocShell()
/trunk/main/svx/source/sidebar/tools/
H A DColorControl.cxx144 static sal_Int32 nAdd = 4; in FillColors() local
146 SetOutputSizePixel(Size(aNewSize.Width() + nAdd, aNewSize.Height() + nAdd)); in FillColors()
/trunk/main/sw/source/core/inc/
H A Dswcache.hxx136 inline void IncreaseMax( const sal_uInt16 nAdd );
242 inline void SwCache::IncreaseMax( const sal_uInt16 nAdd ) in IncreaseMax() argument
244 nCurMax = nCurMax + sal::static_int_cast< sal_uInt16 >(nAdd); in IncreaseMax()
/trunk/main/sw/source/core/doc/
H A Dhtmltbl.cxx316 sal_uLong nAdd = GetLeftCellSpace( nCol, nColSpan, bSwBorders ) + in AddBorderWidth() local
319 rMin += nAdd; in AddBorderWidth()
320 rMax += nAdd; in AddBorderWidth()
321 rAbsMin += nAdd; in AddBorderWidth()
886 sal_uLong nAdd = ic<nEndCol-1 ? (nColMin * nMinD) / nColsMin in AutoLayoutPass1() local
888 nColMin += nAdd; in AutoLayoutPass1()
890 ASSERT( nDiff >= nAdd, "Ooops: nDiff stimmt nicht mehr" ); in AutoLayoutPass1()
891 nDiff -= nAdd; in AutoLayoutPass1()
/trunk/main/sw/source/ui/table/
H A Dtabledlg.cxx1171 long nAdd = nDiff; in UpdateCols() local
1174 nAdd = (pTblData->GetSpace() - nTableWidth) / nNoOfVisibleCols; in UpdateCols()
1175 SetVisibleWidth(nAktPos, GetVisibleWidth(nAktPos) - nDiff + nAdd ); in UpdateCols()
1176 nDiff = nAdd; in UpdateCols()
1178 if(nAdd) in UpdateCols()
1186 nAdd += nVisWidth - MINLAY; in UpdateCols()
1192 nAdd += nDiff; in UpdateCols()
1196 nTableWidth += nAdd; in UpdateCols()
/trunk/main/vcl/source/gdi/
H A Doutdev4.cxx1338 long nAdd, nPCounter = 0; in ImplDrawHatchLine() local
1351 nAdd = 0; in ImplDrawHatchLine()
1365 nAdd = 1; in ImplDrawHatchLine()
1376 nAdd = 1; in ImplDrawHatchLine()
1380 nAdd = 1; in ImplDrawHatchLine()
1382 if( nAdd ) in ImplDrawHatchLine()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx4761 sal_uInt16 nAdd; // so viele Tabs kommen hinzu member in SwWW8WrTabu
4773 : nAdd(0), nDel(0) in SwWW8WrTabu()
4792 pAddPos + (nAdd * 2)); in Add()
4833 ByteToSVBT8(nPara, pAddTyp + nAdd); in Add()
4834 ++nAdd; in Add()
4850 if (!nAdd && !nDel) //It its a no-op in PutAll()
4852 ASSERT(nAdd <= 255, "more than 255 added tabstops ?"); in PutAll()
4854 if (nAdd > 255) in PutAll()
4855 nAdd = 255; in PutAll()
4859 sal_uInt16 nSiz = 2 * nDel + 3 * nAdd + 2; in PutAll()
[all …]
/trunk/main/cui/source/tabpages/
H A Dbackgrnd.cxx1232 static sal_Int32 nAdd = 4; in FillColorValueSets_Impl() local
1233 const Size aNewSizeContainer(aNewSizeContent.Width() + nAdd, aNewSizeContent.Height() + nAdd); in FillColorValueSets_Impl()
1238 aBackgroundColorSet.SetPosSizePixel(Point(nAdd/2, nAdd/2), aNewSizeContent); in FillColorValueSets_Impl()
/trunk/main/sc/source/filter/excel/
H A Dexcdoc.cxx387 for( SCTAB nAdd = 0; nC < static_cast<SCTAB>(nCodenames) ; nC++, nAdd++ ) in FillAsHeader() local
389 aTmpString = lcl_GetVbaTabName( nAdd ); in FillAsHeader()

Completed in 217 milliseconds

123