/trunk/main/sfx2/source/bastyp/ |
H A D | minarray.cxx | 54 nGrow = rOrig.nGrow; in SfxPtrArr() 83 nGrow = rOrig.nGrow; in operator =() 105 sal_uInt16 nNewSize = (nUsed == 1) ? (nGrow==1 ? 2 : nGrow) : nUsed+nGrow; in Append() 150 sal_uInt16 nNewSize = ((nNewUsed+nGrow-1)/nGrow) * nGrow; in Remove() 290 nGrow = rOrig.nGrow; in ByteArr() 319 nGrow = rOrig.nGrow; in operator =() 340 sal_uInt16 nNewSize = (nUsed == 1) ? (nGrow==1 ? 2 : nGrow) : nUsed+nGrow; in Append() 385 sal_uInt16 nNewSize = ((nNewUsed+nGrow-1)/nGrow) * nGrow; in Remove() 522 nGrow = rOrig.nGrow; in WordArr() 551 nGrow = rOrig.nGrow; in operator =() [all …]
|
/trunk/main/sfx2/inc/sfx2/ |
H A D | minarray.hxx | 47 sal_uInt8 nGrow;\ 109 nGrow( nGrowSize ? nGrowSize : 1 ), \ 125 nGrow = rOrig.nGrow; \ 154 nGrow = rOrig.nGrow; \ 175 sal_uInt16 nNewSize = (nUsed == 1) ? (nGrow==1 ? 2 : nGrow) : nUsed+nGrow; \ 216 if ( (nUnused+nLen) >= nGrow ) \ 219 sal_uInt16 nNewSize = ((nNewUsed+nGrow-1)/nGrow) * nGrow; \ 318 sal_uInt8 nGrow; member in SfxPtrArr 400 sal_uInt8 nGrow; member in ByteArr 431 ByteArr(nIni,nGrow) \ [all …]
|
/trunk/main/sw/source/core/layout/ |
H A D | sectfrm.cxx | 2051 SwTwips nGrow; in _Grow() local 2053 nGrow = 0; in _Grow() 2056 nGrow = lcl_DeadLine( this ); in _Grow() 2057 nGrow = (*fnRect->fnYDiff)( nGrow, in _Grow() 2060 SwTwips nSpace = nGrow; in _Grow() 2064 if( nGrow > nDist ) in _Grow() 2065 nGrow = nDist; in _Grow() 2066 if( nGrow <= 0 ) in _Grow() 2068 nGrow = 0; in _Grow() 2096 (Frm().*fnRect->fnAddBottom)( nGrow ); in _Grow() [all …]
|
H A D | wsfrm.cxx | 1202 SwTwips nGrow = (Frm().*fnRect->fnGetHeight)(); in Paste() local 1204 AdjustNeighbourhood( nGrow ); in Paste() 1209 nReal = AdjustNeighbourhood( nGrow ); in Paste() 1210 if( nReal < nGrow ) in Paste() 1211 nReal += pParent->Grow( nGrow - nReal ); in Paste() 1212 if( NA_GROW_ADJUST == nAdjust && nReal < nGrow ) in Paste() 1213 AdjustNeighbourhood( nGrow - nReal ); in Paste() 2501 SwTwips nGrow = 0; in GrowFrm() local 2522 if( NA_GROW_ADJUST == nAdjust && nGrow < nReal ) in GrowFrm() 2537 nSpace += nGrow; in GrowFrm() [all …]
|
H A D | ftnfrm.cxx | 416 long nGrow = nDist - nAvail, in GrowFrm() local 418 if ( nGrow > 0 ) in GrowFrm() 422 nReal = AdjustNeighbourhood( nGrow, bTst ); in GrowFrm() 434 nReal = AdjustNeighbourhood( nGrow, bTst ); in GrowFrm() 439 nReal += pBoss->Grow( nGrow - nReal, bTst ); in GrowFrm() 441 && nReal < nGrow ) in GrowFrm() 442 nReal += AdjustNeighbourhood( nGrow - nReal, bTst ); in GrowFrm()
|
H A D | tabfrm.cxx | 951 SwTwips nGrow = 0; in RemoveFollowFlowLine() local 963 nGrow += (pRow->Frm().*fnRect->fnGetHeight)(); in RemoveFollowFlowLine() 983 Grow( nGrow ); in RemoveFollowFlowLine() 984 GetFollow()->Shrink( nGrow ); in RemoveFollowFlowLine()
|
/trunk/main/editeng/source/misc/ |
H A D | forbiddencharacterstable.cxx | 34 …ference< ::com::sun::star::lang::XMultiServiceFactory > xMSF, sal_uInt16 nISize, sal_uInt16 nGrow ) in SvxForbiddenCharactersTable() argument 35 : SvxForbiddenCharactersTableImpl( nISize, nGrow ) in SvxForbiddenCharactersTable()
|
/trunk/main/sw/source/core/bastyp/ |
H A D | swregion.cxx | 48 sal_uInt16 nGrow ) : in SwRegionRects() argument 49 SwRects( (sal_uInt8)nInit, (sal_uInt8)nGrow ), in SwRegionRects()
|
/trunk/main/sw/source/core/inc/ |
H A D | txtfrm.hxx | 370 inline SwTwips GrowTst( const SwTwips nGrow ); 664 inline SwTwips SwTxtFrm::GrowTst( const SwTwips nGrow ) in GrowTst() argument 666 return Grow( nGrow, sal_True ); in GrowTst()
|
/trunk/main/sw/inc/ |
H A D | swregion.hxx | 40 sal_uInt16 nGrow = 8 );
|
/trunk/main/editeng/inc/editeng/ |
H A D | forbiddencharacterstable.hxx | 57 …::com::sun::star::lang::XMultiServiceFactory > xMSF, sal_uInt16 nISize = 4, sal_uInt16 nGrow = 4 );
|
/trunk/main/vcl/source/gdi/ |
H A D | image.cxx | 415 ImageList::ImageList( sal_uInt16 nInit, sal_uInt16 nGrow ) : in ImageList() argument 418 mnGrowSize( nGrow ) in ImageList()
|
/trunk/main/sw/source/core/text/ |
H A D | txtdrop.cxx | 821 long nGrow = 0; in CalcFontSize() local 953 nGrow++; in CalcFontSize()
|
/trunk/main/vcl/inc/vcl/ |
H A D | image.hxx | 108 ImageList( sal_uInt16 nInit = 8, sal_uInt16 nGrow = 4 );
|
/trunk/main/sw/source/filter/xml/ |
H A D | xmltble.cxx | 209 SwXMLTableFrmFmtsSort_Impl ( sal_uInt16 nInit, sal_uInt16 nGrow ) : in SwXMLTableFrmFmtsSort_Impl() argument 210 SwXMLFrmFmts_Impl( nInit, nGrow ) in SwXMLTableFrmFmtsSort_Impl()
|