/trunk/main/chart2/source/view/axes/ |
H A D | Tickmarks_Equidistant.cxx | 426 , sal_Int32 nMinDepth, sal_Int32 nMaxDepth ) in EquidistantTickIter() argument 435 initIter( nMinDepth, nMaxDepth ); in EquidistantTickIter() 440 , sal_Int32 nMinDepth, sal_Int32 nMaxDepth ) in EquidistantTickIter() argument 449 initIter( nMinDepth, nMaxDepth ); in EquidistantTickIter() 452 void EquidistantTickIter::initIter( sal_Int32 /*nMinDepth*/, sal_Int32 nMaxDepth ) in initIter() argument 454 m_nMaxDepth = nMaxDepth; in initIter() 455 if(nMaxDepth<0 || m_nMaxDepth>getMaxDepth()) in initIter()
|
H A D | TickmarkHelper.cxx | 95 , sal_Int32 nMinDepth, sal_Int32 nMaxDepth ) in EquidistantTickIter() argument 104 initIter( nMinDepth, nMaxDepth ); in EquidistantTickIter() 109 , sal_Int32 nMinDepth, sal_Int32 nMaxDepth ) in EquidistantTickIter() argument 118 initIter( nMinDepth, nMaxDepth ); in EquidistantTickIter() 121 void EquidistantTickIter::initIter( sal_Int32 /*nMinDepth*/, sal_Int32 nMaxDepth ) in initIter() argument 123 m_nMaxDepth = nMaxDepth; in initIter() 124 if(nMaxDepth<0 || m_nMaxDepth>getMaxDepth()) in initIter()
|
H A D | VAxisProperties.cxx | 366 sal_Int32 nMaxDepth = 0; in init() local 368 nMaxDepth=2; in init() 370 nMaxDepth=1; in init() 373 for( sal_Int32 nDepth=0; nDepth<nMaxDepth; nDepth++ ) in init()
|
H A D | Tickmarks_Equidistant.hxx | 44 , sal_Int32 nMinDepth=0, sal_Int32 nMaxDepth=-1 ); 47 , sal_Int32 nMinDepth=0, sal_Int32 nMaxDepth=-1 ); 67 void initIter( sal_Int32 nMinDepth, sal_Int32 nMaxDepth );
|
/trunk/main/vcl/unx/generic/gdi/ |
H A D | xrender_peer.cxx | 220 int nMaxDepth = 0; in InitRenderText() local 228 if( nVDepth > nMaxDepth ) in InitRenderText() 229 nMaxDepth = nVDepth; in InitRenderText() 236 if( nMaxDepth < 15 ) in InitRenderText()
|
/trunk/main/editeng/source/outliner/ |
H A D | outliner.cxx | 100 else if( rnDepth > nMaxDepth ) in ImplCheckDepth() 101 rnDepth = nMaxDepth; in ImplCheckDepth() 268 if( nMaxDepth != nDepth ) in SetMaxDepth() 270 nMaxDepth = Min( nDepth, (sal_Int16)(SVX_MAX_NUM-1) ); in SetMaxDepth() 278 if( pPara && pPara->GetDepth() > nMaxDepth ) in SetMaxDepth() 280 SetDepth( pPara, nMaxDepth ); in SetMaxDepth() 841 …DBG_ASSERT( ( nDepth >= nMinDepth ) && ( nDepth <= nMaxDepth ), "ImplInitDepth - Depth is invalid!… in ImplInitDepth() 1396 nMaxDepth = 9; in Outliner()
|
H A D | outlvw.cxx | 653 if ( nNewDepth > pOwner->nMaxDepth ) in Indent() 654 nNewDepth = pOwner->nMaxDepth; in Indent()
|
/trunk/main/sw/source/filter/writer/ |
H A D | wrtswtbl.cxx | 767 …sal_uInt32 nBWidth, sal_Bool bRel, sal_uInt16 nMaxDepth, sal_uInt16 nLSub, sal_uInt16 nRSub, sal_u… in SwWriteTable() argument 784 CollectTableRowsCols( 0, 0, 0, nParentWidth, rLines, nMaxDepth - 1 ); in SwWriteTable() 787 …FillTableRowsCols( 0, 0, 0, 0, 0, nParentWidth, rLines, 0, nMaxDepth - 1, static_cast< sal_uInt16 … in SwWriteTable()
|
/trunk/main/editeng/inc/editeng/ |
H A D | outliner.hxx | 661 sal_Int16 nMaxDepth; member in Outliner 786 sal_Int16 GetMaxDepth() const { return nMaxDepth; } in GetMaxDepth()
|
/trunk/main/sw/source/filter/inc/ |
H A D | wrtswtbl.hxx | 317 sal_Bool bRel, sal_uInt16 nMaxDepth = USHRT_MAX,
|