Home
last modified time | relevance | path

Searched refs:nGrow (Results 1 – 15 of 15) sorted by relevance

/AOO41X/main/sfx2/source/bastyp/
H A Dminarray.cxx36 nGrow( nGrowSize ? nGrowSize : 1 ), in SfxPtrArr()
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()
146 if ( (nUnused+nLen) >= nGrow ) in Remove()
150 sal_uInt16 nNewSize = ((nNewUsed+nGrow-1)/nGrow) * nGrow; in Remove()
151 DBG_ASSERT( nNewUsed <= nNewSize && nNewUsed+nGrow > nNewSize, in Remove()
245 sal_uInt16 nNewSize = nUsed+nGrow; in Insert()
272 nGrow( nGrowSize ? nGrowSize : 1 ), in ByteArr()
290 nGrow = rOrig.nGrow; in ByteArr()
[all …]
/AOO41X/main/sfx2/inc/sfx2/
H A Dminarray.hxx47 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; \
220 DBG_ASSERT( nNewUsed <= nNewSize && nNewUsed+nGrow > nNewSize, \
283 for ( nNewSize = nUsed+nGrow; nNewSize < (nUsed + nLen); ++nNewSize ) \
318 sal_uInt8 nGrow; member in SfxPtrArr
[all …]
/AOO41X/main/sw/source/core/layout/
H A Dsectfrm.cxx2051 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()
2061 if( !bInCalcCntnt && nGrow < nDist && GetUpper() ) in _Grow()
2062 nGrow += GetUpper()->Grow( LONG_MAX, sal_True ); in _Grow()
2064 if( nGrow > nDist ) in _Grow()
2065 nGrow = nDist; in _Grow()
2066 if( nGrow <= 0 ) in _Grow()
[all …]
H A Dwsfrm.cxx1197 SwTwips nGrow = (Frm().*fnRect->fnGetHeight)(); in Paste() local
1199 AdjustNeighbourhood( nGrow ); in Paste()
1204 nReal = AdjustNeighbourhood( nGrow ); in Paste()
1205 if( nReal < nGrow ) in Paste()
1206 nReal += pParent->Grow( nGrow - nReal ); in Paste()
1207 if( NA_GROW_ADJUST == nAdjust && nReal < nGrow ) in Paste()
1208 AdjustNeighbourhood( nGrow - nReal ); in Paste()
2496 SwTwips nGrow = 0; in GrowFrm() local
2514 nGrow = pToGrow ? pToGrow->Grow( nReal, bTst, bInfo ) : 0; in GrowFrm()
2517 if( NA_GROW_ADJUST == nAdjust && nGrow < nReal ) in GrowFrm()
[all …]
H A Dftnfrm.cxx416 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 Dtabfrm.cxx951 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()
/AOO41X/main/editeng/source/misc/
H A Dforbiddencharacterstable.cxx34 …ference< ::com::sun::star::lang::XMultiServiceFactory > xMSF, sal_uInt16 nISize, sal_uInt16 nGrow ) in SvxForbiddenCharactersTable() argument
35 : SvxForbiddenCharactersTableImpl( nISize, nGrow ) in SvxForbiddenCharactersTable()
/AOO41X/main/sw/source/core/bastyp/
H A Dswregion.cxx48 sal_uInt16 nGrow ) : in SwRegionRects() argument
49 SwRects( (sal_uInt8)nInit, (sal_uInt8)nGrow ), in SwRegionRects()
/AOO41X/main/sw/source/core/inc/
H A Dtxtfrm.hxx370 inline SwTwips GrowTst( const SwTwips nGrow );
666 inline SwTwips SwTxtFrm::GrowTst( const SwTwips nGrow ) in GrowTst() argument
668 return Grow( nGrow, sal_True ); in GrowTst()
/AOO41X/main/sw/inc/
H A Dswregion.hxx40 sal_uInt16 nGrow = 8 );
/AOO41X/main/editeng/inc/editeng/
H A Dforbiddencharacterstable.hxx57 …::com::sun::star::lang::XMultiServiceFactory > xMSF, sal_uInt16 nISize = 4, sal_uInt16 nGrow = 4 );
/AOO41X/main/vcl/source/gdi/
H A Dimage.cxx415 ImageList::ImageList( sal_uInt16 nInit, sal_uInt16 nGrow ) : in ImageList() argument
418 mnGrowSize( nGrow ) in ImageList()
/AOO41X/main/sw/source/core/text/
H A Dtxtdrop.cxx821 long nGrow = 0; in CalcFontSize() local
953 nGrow++; in CalcFontSize()
/AOO41X/main/vcl/inc/vcl/
H A Dimage.hxx108 ImageList( sal_uInt16 nInit = 8, sal_uInt16 nGrow = 4 );
/AOO41X/main/sw/source/filter/xml/
H A Dxmltble.cxx209 SwXMLTableFrmFmtsSort_Impl ( sal_uInt16 nInit, sal_uInt16 nGrow ) : in SwXMLTableFrmFmtsSort_Impl() argument
210 SwXMLFrmFmts_Impl( nInit, nGrow ) in SwXMLTableFrmFmtsSort_Impl()