| /aoo42x/main/chart2/source/view/axes/ | 
| H A D | Tickmarks_Equidistant.cxx | 223     if(nDepth>0 && m_rIncrement.SubIncrements[nDepth-1].IntervalCount>1)  in getMaxTickCount()350     sal_Int32 nDepth = 0;  in getAllTicks()  local
 352     for( nDepth = 0; nDepth < nDepthCount; nDepth++)  in getAllTicks()
 397     for( nDepth=0 ;nDepth<aAllTicks.getLength(); nDepth++ )  in getAllTicks()
 458     sal_Int32 nDepth = 0;  in initIter()  local
 459     for( nDepth = 0; nDepth<=m_nMaxDepth ;nDepth++ )  in initIter()
 472     for( nDepth = 1; nDepth<=m_nMaxDepth ;nDepth++ )  in initIter()
 508     for(sal_Int32 nDepth = 0; nDepth<=m_nMaxDepth ;nDepth++ )  in getStartDepth()  local
 542     if(nDepth>static_cast<sal_Int32>(m_rIncrement.SubIncrements.size()) || nDepth<0)  in getIntervalCount()
 545     if(!nDepth)  in getIntervalCount()
 [all …]
 
 | 
| H A D | TickmarkHelper.cxx | 127     sal_Int32 nDepth = 0;  in initIter()  local128     for( nDepth = 0; nDepth<=m_nMaxDepth ;nDepth++ )  in initIter()
 141     for( nDepth = 1; nDepth<=m_nMaxDepth ;nDepth++ )  in initIter()
 177     for(sal_Int32 nDepth = 0; nDepth<=m_nMaxDepth ;nDepth++ )  in getStartDepth()  local
 211     if(nDepth>m_rIncrement.SubIncrements.getLength() || nDepth<0)  in getIntervalCount()
 214     if(!nDepth)  in getIntervalCount()
 246     for(sal_Int32 nDepth = 0; nDepth<=m_nMaxDepth ;nDepth++ )  in gotoFirst()  local
 488     if(nDepth>0 && m_rIncrement.SubIncrements[nDepth-1].IntervalCount>1)  in getMaxTickCount()
 524         if(nDepth>m_rIncrement.SubIncrements.getLength() || nDepth<=0)  in getMinorTick()
 618     for( nDepth = 0; nDepth < nDepthCount; nDepth++)  in getAllTicks()
 [all …]
 
 | 
| H A D | VAxisProperties.cxx | 47 sal_Int32 lcl_calcTickLengthForDepth(sal_Int32 nDepth,sal_Int32 nTickmarkStyle)  in lcl_calcTickLengthForDepth()  argument51     switch(nDepth)  in lcl_calcTickLengthForDepth()
 107                         sal_Int32 nDepth ) const  in makeTickmarkProperties()
 116     if(nDepth==0)  in makeTickmarkProperties()
 122             nDepth = 1;  in makeTickmarkProperties()
 126     else if( nDepth==1)  in makeTickmarkProperties()
 138     aTickmarkProperties.Length = lcl_calcTickLengthForDepth(nDepth,nTickmarkStyle);  in makeTickmarkProperties()
 140     aTickmarkProperties.aLineProperties = this->makeLinePropertiesForDepth( nDepth );  in makeTickmarkProperties()
 159     sal_Int32 nDepth = 0;  in getBiggestTickmarkProperties()  local
 161     aTickmarkProperties.Length = lcl_calcTickLengthForDepth( nDepth,nTickmarkStyle );  in getBiggestTickmarkProperties()
 [all …]
 
 | 
| H A D | Tickmarks_Equidistant.hxx | 64     sal_Int32   getIntervalCount( sal_Int32 nDepth );74     double      getTickValue(sal_Int32 nDepth, sal_Int32 nIndex) const  in getTickValue()  argument
 77                         return (*m_pSimpleTicks)[nDepth][nIndex];  in getTickValue()
 79                         return (((*m_pInfoTicks)[nDepth])[nIndex]).fScaledTickValue;  in getTickValue()
 81     sal_Int32   getTickCount( sal_Int32 nDepth ) const  in getTickCount()
 84                         return (*m_pSimpleTicks)[nDepth].getLength();  in getTickCount()
 86                         return (*m_pInfoTicks)[nDepth].size();  in getTickCount()
 129     void        addSubTicks( sal_Int32 nDepth,
 133     double*     getMinorTick( sal_Int32 nTick, sal_Int32 nDepth
 135     sal_Int32   getMaxTickCount( sal_Int32 nDepth = 0 ) const;
 
 | 
| H A D | VPolarGrid.cxx | 133     sal_Int32 nDepth=0;  in create2DAngleGrid()  local167                 xMainTarget, aAllPoints, &rLinePropertiesList[nDepth] );  in create2DAngleGrid()
 192     for( sal_Int32 nDepth=0  in create2DRadiusGrid()  local
 193         ; aDepthIter != aDepthEnd && nDepth < nLinePropertiesCount  in create2DRadiusGrid()
 194         ; aDepthIter++, nDepth++ )  in create2DRadiusGrid()
 196         if( !rLinePropertiesList[nDepth].isLineVisible() )  in create2DRadiusGrid()
 200         if( nDepth > 0 )  in create2DRadiusGrid()
 203 …dParticle( m_aCID, ObjectIdentifier::createChildParticleWithIndex( OBJECTTYPE_SUBGRID, nDepth-1 ) )  in create2DRadiusGrid()
 231                 xTarget, aAllPoints, &rLinePropertiesList[nDepth] );  in create2DRadiusGrid()
 
 | 
| H A D | VCartesianGrid.cxx | 244     for( sal_Int32 nDepth=0  in createShapes()  local245         ; aDepthIter != aDepthEnd && nDepth < nLinePropertiesCount  in createShapes()
 246         ; aDepthIter++, nDepth++ )  in createShapes()
 248         if( !aLinePropertiesList[nDepth].isLineVisible() )  in createShapes()
 252         if( nDepth > 0 )  in createShapes()
 255 …dParticle( m_aCID, ObjectIdentifier::createChildParticleWithIndex( OBJECTTYPE_SUBGRID, nDepth-1 ) )  in createShapes()
 281             m_pShapeFactory->createLine2D( xTarget, aPoints, &aLinePropertiesList[nDepth] );  in createShapes()
 324             m_pShapeFactory->createLine3D( xTarget, aPoints, aLinePropertiesList[nDepth] );  in createShapes()
 
 | 
| /aoo42x/main/sc/source/core/data/ | 
| H A D | olinetab.cxx | 138     nDepth( 0 )  in ScOutlineArray()143     nDepth( rArray.nDepth )  in ScOutlineArray()
 161     if (nMaxLevel > nDepth)  in FindEntry()
 162         nMaxLevel = nDepth;  in FindEntry()
 259         ++nDepth;  in Insert()
 263     if (nDepth <= nLevel)  in Insert()
 394         if (nDepth)  in DecDepth()
 397                 --nDepth;  in DecDepth()
 675     nDepth = 0;  in RemoveAll()
 729     nDepth = pArray->nDepth;  in ScSubOutlineIterator()
 [all …]
 
 | 
| /aoo42x/main/editeng/source/outliner/ | 
| H A D | outliner.cxx | 74 	return ( nDepth < nDefStyles ) ? pDefBulletWidths[nDepth] : nDefBulletWidth;  in lcl_ImplGetDefBulletWidth()81 	if( nDepth >= 0 )  in lcl_ImplGetDefBulletIndent()
 111     ImplCheckDepth( nDepth );  in Insert()
 124 			pPara->SetDepth( nDepth );  in Insert()
 175 		sal_Int16 nDepth = -1;  in ParagraphInserted()  local
 268 	if( nMaxDepth != nDepth )  in SetMaxDepth()
 815 		if( nDepth < 0 )  in ImplSetLevelDependendStyleSheet()
 816 			nDepth = 0;  in ImplSetLevelDependendStyleSheet()
 1329 			sal_Int16 nDepth = -1;  in ImpTextPasted()  local
 1541     if( nDepth >= 0 )  in GetNumberFormat()
 [all …]
 
 | 
| H A D | paralist.cxx | 34 : nDepth( -1 )  in DBG_NAME()41 : nDepth( r.nDepth )  in ParagraphData()
 49     nDepth = r.nDepth;  in operator =()
 57     return (nDepth == rCandidate.nDepth  in operator ==()
 69 	nDepth = nDDepth;  in Paragraph()
 81 	nDepth = rPara.nDepth;  in Paragraph()
 93     nDepth = rData.nDepth;  in Paragraph()
 
 | 
| /aoo42x/main/filter/source/graphicfilter/ipsd/ | 
| H A D | ipsd.cxx | 51 	sal_uInt16	nDepth;  member187 			mpFileHeader->nColumns >> mpFileHeader->nDepth >> mpFileHeader->nMode;  in ImplReadHeader()
 198 	sal_uInt16 nDepth = mpFileHeader->nDepth;  in ImplReadHeader()  local
 199 	if (!( ( nDepth == 1 ) || ( nDepth == 8 ) || ( nDepth == 16 ) ) )  in ImplReadHeader()
 202 	mnDestBitDepth = ( nDepth == 16 ) ? 8 : nDepth;  in ImplReadHeader()
 237 			if ( nColorLength || ( nDepth != 1 ) )  in ImplReadHeader()
 417 					if ( mpFileHeader->nDepth == 16 )	// 16 bit depth is to be skipped  in ImplReadBody()
 466 					if ( mpFileHeader->nDepth == 16 )	// 16 bit depth is to be skipped  in ImplReadBody()
 506 					if ( mpFileHeader->nDepth == 16 )	// 16 bit depth is to be skipped  in ImplReadBody()
 548 					if ( mpFileHeader->nDepth == 16 )	// 16 bit depth is to be skipped  in ImplReadBody()
 [all …]
 
 | 
| /aoo42x/main/svtools/source/contnr/ | 
| H A D | treelist.cxx | 243 		nDepth++;  in GetDepth()710 		nDepth++;  in Next()
 726 	nDepth--;  in Next()
 741 		nDepth--;  in Next()
 776 			nDepth++;  in Prev()
 790 		nDepth--;  in Prev()
 920 		nDepth++;  in NextVisible()
 937 	nDepth--;  in NextVisible()
 951 		nDepth--;  in NextVisible()
 991 			nDepth++;  in PrevVisible()
 [all …]
 
 | 
| /aoo42x/main/basctl/source/basicide/ | 
| H A D | moduldlg.cxx | 82         sal_uInt16 nDepth = GetModel()->GetDepth( pEntry );  in EditingEntry()  local83         if ( nDepth >= 2 )  in EditingEntry()
 161         if ( nDepth >= 2 )  in NotifyStartDrag()
 198 	sal_Bool bValid = nDepth ? sal_True : sal_False;  in NotifyAcceptDrop()
 209     if ( bValid && ( nDepth > 0 ) )  in NotifyAcceptDrop()
 339 	sal_uInt16 nDepth = GetModel()->GetDepth( pTarget );  in NotifyCopyingMoving()  local
 340 	DBG_ASSERT( nDepth, "Tiefe?" );  in NotifyCopyingMoving()
 341 	if ( nDepth == 1 )  in NotifyCopyingMoving()
 347 	else if ( nDepth >= 2 )  in NotifyCopyingMoving()
 631 	if ( nDepth >= 2 )  in CheckButtons()
 [all …]
 
 | 
| /aoo42x/main/sw/source/filter/ww8/ | 
| H A D | WW8TableInfo.cxx | 63 void WW8TableNodeInfoInner::setDepth(sal_uInt32 nDepth)  in setDepth()  argument65     mnDepth = nDepth;  in setDepth()
 373 void WW8TableNodeInfo::setDepth(sal_uInt32 nDepth)  in setDepth()  argument
 375     mnDepth = nDepth;  in setDepth()
 565     Inners_t::const_iterator aIt = mInners.find(nDepth);  in getInnerForDepth()
 692     << nDepth << "\">" << ::std::endl;  in processTableLine()
 719                                    sal_uInt32 nDepth)  in processTableBoxLines()  argument
 773                               sal_uInt32 nDepth,  in processTableBox()  argument
 779     << "\" depth=\"" << nDepth << "\">" << ::std::endl;  in processTableBox()
 869  sal_uInt32 nDepth,  in insertTableNodeInfo()  argument
 [all …]
 
 | 
| H A D | WW8TableInfo.hxx | 81     void setDepth(sal_uInt32 nDepth);183     void setDepth(sal_uInt32 nDepth);
 212     const WW8TableNodeInfoInner::Pointer_t getInnerForDepth(sal_uInt32 nDepth) const;
 307                      sal_uInt32 nDepth, WW8TableNodeInfo * pPrev);
 314                     sal_uInt32 nDepth, bool bEndOfLine, WW8TableNodeInfo * pPrev);
 322                          sal_uInt32 nDepth);
 330                         sal_uInt32 nDepth,
 
 | 
| /aoo42x/main/autodoc/source/display/html/ | 
| H A D | opageenv.cxx | 160     intt                nDepth;  member198         nDepth(0),  in CheshireCat()
 248     pi->nDepth = 0;  in MoveDir_2Root()
 260     ++pi->nDepth;  in MoveDir_2Names()
 274     ++pi->nDepth;  in MoveDir_Down2()
 297     ++pi->nDepth;  in MoveDir_Down2()
 309     pi->nDepth = 1;  in MoveDir_2Index()
 317  	if ( pi->nDepth == 1 )  in MoveDir_Up()
 327         --pi->nDepth;  in MoveDir_Up()
 476     return static_cast<uintt>(pi->nDepth);  in Depth()
 
 | 
| /aoo42x/main/tools/bootstrp/ | 
| H A D | mkcreate.cxx | 64 				nDepth( 0 ),  in SourceDirectory()73 		nDepth = pParent->nDepth + 1;  in SourceDirectory()
 139 	if ( pParent && pParent->nDepth > 1 )  in AddCodedIdentifier()
 690 		if ( nDepth == 1 && *this == ByteString( "api" ))  in CreateRecursiveMakefile()
 728 		if ( nDepth == 0 ) {  in CreateRecursiveMakefile()
 764 			if ( nDepth == 1 )  in CreateRecursiveMakefile()
 781 		if ( nDepth == 1 )  in CreateRecursiveMakefile()
 803 	if ( nDepth == 0 ) {  in CreateRecursiveMakefile()
 821 	else if ( nDepth == 1 ) {  in CreateRecursiveMakefile()
 842 		if ( nDepth != 1 )  in CreateRecursiveMakefile()
 [all …]
 
 | 
| /aoo42x/main/vcl/test/ | 
| H A D | canvasbitmaptest.cxx | 168     int      nDepth = nOriginalDepth;  in checkCanvasBitmap()  local173         nDepth = pAcc->GetBitCount();  in checkCanvasBitmap()
 192         aContainedBmpEx.IsTransparent() ? std::max(8,nDepth)+8 : nDepth);  in checkCanvasBitmap()
 206     test( aLayout.Palette.is() == (nDepth <= 8),  in checkCanvasBitmap()
 258     else if( nDepth <= 8 )  in checkCanvasBitmap()
 319     int      nDepth = nOriginalDepth;  in checkBitmapImport()  local
 324         nDepth = pAcc->GetBitCount();  in checkBitmapImport()
 343         aContainedBmpEx.IsTransparent() ? std::max(8,nDepth)+8 : nDepth);  in checkBitmapImport()
 357     test( aLayout.Palette.is() == (nDepth <= 8),  in checkBitmapImport()
 409     else if( nDepth <= 8 )  in checkBitmapImport()
 [all …]
 
 | 
| /aoo42x/main/filter/source/flash/ | 
| H A D | swfwriter.cxx | 226 void Writer::placeShape( sal_uInt16 nID, sal_uInt16 nDepth, sal_Int32 x, sal_Int32 y, sal_uInt16 nC…  in placeShape()  argument242 	mpTag->addUI16( nDepth );		// depth  in placeShape()
 263 void Writer::moveShape( sal_uInt16 nDepth, sal_Int32 x, sal_Int32 y )  in moveShape()  argument
 278 	mpTag->addUI16( nDepth );			// depth  in moveShape()
 292 void Writer::removeShape( sal_uInt16 nDepth )  in removeShape()  argument
 295 	mpTag->addUI16( nDepth );			// depth  in removeShape()
 617 void Writer::waitOnClick( sal_uInt16 nDepth )  in waitOnClick()  argument
 619 	placeShape( _uInt16( mnPageButtonId ), nDepth, 0, 0 );  in waitOnClick()
 622 	removeShape( nDepth );  in waitOnClick()
 
 | 
| /aoo42x/main/autodoc/inc/ary/ | 
| H A D | symtreenode.hxx | 156     int                 nDepth;  member in ary::symtree::Node195         nDepth(0)  in Node()
 202         nDepth(0)  in Node()
 238     return nDepth;  in Depth()
 330         nDepth = pp->Depth() + 1;  in InitDepth()
 332         nDepth = 0;  in InitDepth()
 
 | 
| /aoo42x/main/sfx2/source/doc/ | 
| H A D | docvor.cxx | 1735 	sal_uInt16 nDepth = pFocusBox->GetModel()->GetDepth(pEntry);  in DontDelete_Impl()  local1738 		nDepth++;  in DontDelete_Impl()
 1739 	if( (nDepth > 2 && !pEntry->GetUserData()) ||  in DontDelete_Impl()
 1742 	   (nDepth==1 && SfxOrganizeListBox_Impl::VIEW_FILES ==  in DontDelete_Impl()
 1744 	   (0 == nDepth && pFocusBox->GetLevelCount_Impl(0) < 2))  in DontDelete_Impl()
 1860 			if(nDepth < 2)  in Dispatch_Impl()
 1865 					sal_uInt16 nResId = nDepth? STR_DELETE_TEMPLATE :  in Dispatch_Impl()
 1889 			else if(nDepth + pFocusBox->GetDocLevel() >= 2)  in Dispatch_Impl()
 2095 	const sal_uInt16 nDepth =  in IMPL_LINK()  local
 2111 					   ( nDepth == nDocLevel || nDepth == nDocLevel - 1 ) );  in IMPL_LINK()
 [all …]
 
 | 
| /aoo42x/main/oox/source/xls/ | 
| H A D | biffhelper.cxx | 130     sal_uInt16 nPlanes = 0, nDepth = 0;  in lclImportImgDataDib()  local135             rStrm >> nPlanes >> nDepth;  in lclImportImgDataDib()
 139             rStrm >> nPlanes >> nDepth;  in lclImportImgDataDib()
 144     if( (nPlanes == 1) && ((nDepth == 24) || (nDepth == 32)) )  in lclImportImgDataDib()
 166         if( (eBiff <= BIFF4) && (nDibHdrSize == BITMAPCOREHEADER_SIZE) && (nDepth == 32) )  in lclImportImgDataDib()
 
 | 
| /aoo42x/main/sd/source/filter/eppt/ | 
| H A D | epptso.cxx | 1342         nDepth = pPara->nDepth;  in ImplWriteParagraphs()2323     nDepth = 0;  in ParagraphObj()
 2339     nDepth = 0;  in ParagraphObj()
 2834 		if ( nDepth < 0 )  in ImplGetParagraphValues()
 2837 			nDepth = 0;  in ImplGetParagraphValues()
 2841 			if ( nDepth > 4 )  in ImplGetParagraphValues()
 2842 				nDepth = 4;  in ImplGetParagraphValues()
 2848         nDepth = 0;  in ImplGetParagraphValues()
 2966     nDepth = rParagraphObj.nDepth;                      // aktuelle tiefe  in ImplConstruct()
 3322                     nDepth = pPara->nDepth;  in ImplWriteTextStyleAtom()
 [all …]
 
 | 
| /aoo42x/main/vcl/source/helper/ | 
| H A D | canvastools.cxx | 333                 sal_Int32 nDepth=0;  in bitmapExFromXBitmap()  local343                 nDepth = aLayout.ColorSpace->getBitsPerPixel();  in bitmapExFromXBitmap()
 363                         nDepth -= nAlphaDepth;  in bitmapExFromXBitmap()
 379                             nDepth = 1;  in bitmapExFromXBitmap()
 381                             nDepth = 8;  in bitmapExFromXBitmap()
 415                 nDepth =   in bitmapExFromXBitmap()
 416                     ( nDepth <= 1 ) ? 1 :  in bitmapExFromXBitmap()
 417                     ( nDepth <= 4 ) ? 4 :  in bitmapExFromXBitmap()
 418                     ( nDepth <= 8 ) ? 8 : 24;   in bitmapExFromXBitmap()
 421                                   sal::static_int_cast<sal_uInt16>(nDepth),  in bitmapExFromXBitmap()
 
 | 
| /aoo42x/main/sw/source/core/SwNumberTree/ | 
| H A D | SwNumberTree.cxx | 507                                  const int nDepth )  in AddChild()  argument535     if ( nDepth < 0 )  in AddChild()
 549     if (nDepth > 0)  in AddChild()
 565                 pNew->AddChild(pChild, nDepth - 1);  in AddChild()
 570             (*aInsertDeepIt)->AddChild(pChild, nDepth - 1);  in AddChild()
 1384 void SwNumberTreeNode::NotifyChildrenOnDepth( const int nDepth )  in NotifyChildrenOnDepth()  argument
 1386     ASSERT( nDepth >= 0,  in NotifyChildrenOnDepth()
 1393         if ( nDepth == 0 )  in NotifyChildrenOnDepth()
 1399             (*aChildIter)->NotifyChildrenOnDepth( nDepth - 1 );  in NotifyChildrenOnDepth()
 
 | 
| /aoo42x/main/sd/source/ui/func/ | 
| H A D | fuprobjs.cxx | 97 	sal_Int16	nDepth, nTmp;  in DoExecute()  local103 	nDepth = pOutl->GetDepth( pOutl->GetAbsPos( pPara ) );  in DoExecute()
 110 		if( nDepth != nTmp )  in DoExecute()
 141 			ePO = (PresentationObjects) ( PO_OUTLINE_1 + nDepth - 1 );  in DoExecute()
 145 			aStyleName.Append( UniString::CreateFromInt32( nDepth ) );  in DoExecute()
 
 |