/aoo41x/main/sw/source/core/bastyp/ |
H A D | swrect.cxx | 263 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
|
/aoo41x/main/sc/source/core/data/ |
H A D | dpdimsave.cxx | 169 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 D | documen3.cxx | 1626 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 D | stlpool.cxx | 111 for ( sal_uInt32 nAdd = 1; nAdd <= nCount; nAdd++ ) in Make() local 114 aNewName += String::CreateFromInt32( nAdd ); in Make()
|
H A D | table4.cxx | 1130 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 D | documen5.cxx | 400 for ( sal_uLong nAdd=0; nAdd<nAddCount; nAdd++ ) in UpdateChartArea() local 401 aNewRanges->Append( *rNewList->GetObject(nAdd) ); in UpdateChartArea()
|
H A D | table6.cxx | 469 short nAdd = bBack ? -1 : 1; in SearchStyle() local 473 nRow += nAdd; in SearchStyle() 480 nCol = sal::static_int_cast<SCsCOL>( nCol + nAdd ); in SearchStyle()
|
/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | tabbgcolordlg.cxx | 126 static sal_Int32 nAdd = 4; in FillColorValueSets_Impl() local 130 const Size aNewSizeBorderWin(aNewSize.Width() + nAdd, aNewSize.Height() + nAdd); in FillColorValueSets_Impl() 168 aTabBgColorSet.SetPosSizePixel(Point(nAdd/2, nAdd/2), aNewSize); in FillColorValueSets_Impl()
|
/aoo41x/main/sw/source/core/layout/ |
H A D | colfrm.cxx | 146 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 D | ssfrm.cxx | 772 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()
|
H A D | flowfrm.cxx | 1506 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()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 2062 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() 3119 if (nAdd + rScrY > nEndPixels) in AddPixelsWhile() 3123 nAdd = nPixel * nRows; in AddPixelsWhile() 3128 nAdd += nPixel; in AddPixelsWhile() 3160 if (nAdd + rScrY > nEndPixels) in AddPixelsWhileBackward() 3164 nAdd = nPixel * nRows; in AddPixelsWhileBackward() [all …]
|
/aoo41x/main/desktop/source/deployment/registry/configuration/ |
H A D | dp_configuration.cxx | 637 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()
|
/aoo41x/main/sw/inc/ |
H A D | swrect.hxx | 126 void AddBottom( const long nAdd ); 128 void AddRight( const long nAdd ); 129 void AddWidth( const long nAdd ); 130 void AddHeight( const long nAdd );
|
/aoo41x/main/sw/source/core/text/ |
H A D | itratr.cxx | 650 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 D | txtftn.cxx | 199 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()
|
/aoo41x/main/sc/source/ui/app/ |
H A D | transobj.cxx | 707 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()
|
/aoo41x/main/svx/source/sidebar/tools/ |
H A D | ColorControl.cxx | 142 static sal_Int32 nAdd = 4; in FillColors() local 144 SetOutputSizePixel(Size(aNewSize.Width() + nAdd, aNewSize.Height() + nAdd)); in FillColors()
|
/aoo41x/main/sw/source/core/inc/ |
H A D | swcache.hxx | 136 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()
|
/aoo41x/main/sw/source/core/doc/ |
H A D | htmltbl.cxx | 312 sal_uLong nAdd = GetLeftCellSpace( nCol, nColSpan, bSwBorders ) + in AddBorderWidth() local 315 rMin += nAdd; in AddBorderWidth() 316 rMax += nAdd; in AddBorderWidth() 317 rAbsMin += nAdd; in AddBorderWidth() 882 sal_uLong nAdd = ic<nEndCol-1 ? (nColMin * nMinD) / nColsMin in AutoLayoutPass1() local 884 nColMin += nAdd; in AutoLayoutPass1() 886 ASSERT( nDiff >= nAdd, "Ooops: nDiff stimmt nicht mehr" ); in AutoLayoutPass1() 887 nDiff -= nAdd; in AutoLayoutPass1()
|
/aoo41x/main/sw/source/ui/table/ |
H A D | tabledlg.cxx | 1171 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()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | outdev4.cxx | 1338 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()
|
/aoo41x/main/sw/source/filter/ww8/ |
H A D | ww8atr.cxx | 4761 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 …]
|
/aoo41x/main/cui/source/tabpages/ |
H A D | backgrnd.cxx | 1232 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()
|
/aoo41x/main/sc/source/filter/excel/ |
H A D | excdoc.cxx | 387 for( SCTAB nAdd = 0; nC < static_cast<SCTAB>(nCodenames) ; nC++, nAdd++ ) in FillAsHeader() local 389 aTmpString = lcl_GetVbaTabName( nAdd ); in FillAsHeader()
|