Home
last modified time | relevance | path

Searched refs:nDepth (Results 1 – 25 of 131) sorted by relevance

123456

/trunk/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx223 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 DTickmarkHelper.cxx127 sal_Int32 nDepth = 0; in initIter() local
128 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 DVAxisProperties.cxx47 sal_Int32 lcl_calcTickLengthForDepth(sal_Int32 nDepth,sal_Int32 nTickmarkStyle) in lcl_calcTickLengthForDepth() argument
51 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 DTickmarks_Equidistant.hxx64 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 DVPolarGrid.cxx133 sal_Int32 nDepth=0; in create2DAngleGrid() local
167 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 DVCartesianGrid.cxx244 for( sal_Int32 nDepth=0 in createShapes() local
245 ; 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()
/trunk/main/sc/source/core/data/
H A Dolinetab.cxx138 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 …]
/trunk/main/editeng/source/outliner/
H A Doutliner.cxx74 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 Dparalist.cxx34 : 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()
/trunk/main/filter/source/graphicfilter/ipsd/
H A Dipsd.cxx51 sal_uInt16 nDepth; member
187 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 …]
/trunk/main/svtools/source/contnr/
H A Dtreelist.cxx243 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 …]
/trunk/main/basctl/source/basicide/
H A Dmoduldlg.cxx82 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in EditingEntry() local
83 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 …]
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx63 void WW8TableNodeInfoInner::setDepth(sal_uInt32 nDepth) in setDepth() argument
65 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 DWW8TableInfo.hxx81 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,
/trunk/main/autodoc/source/display/html/
H A Dopageenv.cxx160 intt nDepth; member
198 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()
/trunk/main/tools/bootstrp/
H A Dmkcreate.cxx64 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 …]
/trunk/main/vcl/test/
H A Dcanvasbitmaptest.cxx168 int nDepth = nOriginalDepth; in checkCanvasBitmap() local
173 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 …]
/trunk/main/filter/source/flash/
H A Dswfwriter.cxx226 void Writer::placeShape( sal_uInt16 nID, sal_uInt16 nDepth, sal_Int32 x, sal_Int32 y, sal_uInt16 nC… in placeShape() argument
242 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()
/trunk/main/autodoc/inc/ary/
H A Dsymtreenode.hxx156 int nDepth; member in ary::symtree::Node
195 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()
/trunk/main/sfx2/source/doc/
H A Ddocvor.cxx1735 sal_uInt16 nDepth = pFocusBox->GetModel()->GetDepth(pEntry); in DontDelete_Impl() local
1738 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 …]
/trunk/main/oox/source/xls/
H A Dbiffhelper.cxx130 sal_uInt16 nPlanes = 0, nDepth = 0; in lclImportImgDataDib() local
135 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()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx1342 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 …]
/trunk/main/vcl/source/helper/
H A Dcanvastools.cxx333 sal_Int32 nDepth=0; in bitmapExFromXBitmap() local
343 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()
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx507 const int nDepth ) in AddChild() argument
535 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()
/trunk/main/sd/source/ui/func/
H A Dfuprobjs.cxx97 sal_Int16 nDepth, nTmp; in DoExecute() local
103 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()

Completed in 186 milliseconds

123456