Home
last modified time | relevance | path

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

123456

/AOO41X/main/chart2/source/view/axes/
H A DTickmarks_Equidistant.cxx150 void EquidistantTickFactory::addSubTicks( sal_Int32 nDepth, uno::Sequence< uno::Sequence< double > … in addSubTicks() argument
152 EquidistantTickIter aIter( rParentTicks, m_rIncrement, 0, nDepth-1 ); in addSubTicks()
161 sal_Int32 nMaxSubTickCount = this->getMaxTickCount( nDepth ); in addSubTicks()
167 sal_Int32 nIntervalCount = m_rIncrement.SubIncrements[nDepth-1].IntervalCount; in addSubTicks()
174 pValue = this->getMinorTick( nPartTick, nDepth in addSubTicks()
185 rParentTicks[nDepth] = aSubTicks; in addSubTicks()
186 if(static_cast<sal_Int32>(m_rIncrement.SubIncrements.size())>nDepth) in addSubTicks()
187 addSubTicks( nDepth+1, rParentTicks ); in addSubTicks()
191 sal_Int32 EquidistantTickFactory::getMaxTickCount( sal_Int32 nDepth ) const in getMaxTickCount()
197 if( nDepth >= getTickDepth() ) in getMaxTickCount()
[all …]
H A DTickmarkHelper.cxx127 sal_Int32 nDepth = 0; in initIter() local
128 for( nDepth = 0; nDepth<=m_nMaxDepth ;nDepth++ ) in initIter()
129 m_nTickCount += getTickCount(nDepth); in initIter()
141 for( nDepth = 1; nDepth<=m_nMaxDepth ;nDepth++ ) in initIter()
143 m_pbIntervalFinished[nDepth] = false; in initIter()
146 sal_Int32 nCount = getTickCount(nDepth); in initIter()
149 if(getTickValue(nDepth,nN) < fParentValue) in initIter()
154 m_pnPreParentCount[nDepth] = nPreParentCount; in initIter()
157 double fNextParentValue = getTickValue(nDepth,0); in initIter()
177 for(sal_Int32 nDepth = 0; nDepth<=m_nMaxDepth ;nDepth++ ) in getStartDepth() local
[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()
/AOO41X/main/sc/source/core/data/
H A Dolinetab.cxx138 nDepth( 0 ) in ScOutlineArray()
143 nDepth( rArray.nDepth ) in ScOutlineArray()
145 for (sal_uInt16 nLevel=0; nLevel<nDepth; nLevel++) in ScOutlineArray()
161 if (nMaxLevel > nDepth) in FindEntry()
162 nMaxLevel = nDepth; in FindEntry()
230 for ( short nMoveLevel = nDepth-1; nMoveLevel >= (short) nLevel; nMoveLevel-- ) in Insert()
249 if (nMoveLevel == (short) nDepth - 1) in Insert()
259 ++nDepth; in Insert()
263 if (nDepth <= nLevel) in Insert()
265 nDepth = nLevel+1; in Insert()
[all …]
/AOO41X/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()
436 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()
485 if ( mpFileHeader->nDepth == 16 ) // 16 bit depth is to be skipped in ImplReadBody()
[all …]
/AOO41X/main/editeng/source/outliner/
H A Doutliner.cxx72 sal_uInt16 lcl_ImplGetDefBulletWidth( sal_Int16 nDepth ) in lcl_ImplGetDefBulletWidth() argument
74 return ( nDepth < nDefStyles ) ? pDefBulletWidths[nDepth] : nDefBulletWidth; in lcl_ImplGetDefBulletWidth()
77 sal_uInt16 lcl_ImplGetDefBulletIndent( sal_Int16 nDepth ) in lcl_ImplGetDefBulletIndent() argument
81 if( nDepth >= 0 ) in lcl_ImplGetDefBulletIndent()
83 for ( sal_Int16 n = 0; n <= nDepth; n++ ) in lcl_ImplGetDefBulletIndent()
104 Paragraph* Outliner::Insert(const XubString& rText, sal_uLong nAbsPos, sal_Int16 nDepth) in Insert() argument
111 ImplCheckDepth( nDepth ); in Insert()
120 if( pPara->GetDepth() != nDepth ) in Insert()
124 pPara->SetDepth( nDepth ); in Insert()
136 pPara = new Paragraph( nDepth ); in Insert()
[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()
/AOO41X/main/svtools/source/contnr/
H A Dtreelist.cxx240 sal_uInt16 nDepth = 0; in GetDepth() local
243 nDepth++; in GetDepth()
246 return nDepth; in GetDepth()
697 sal_uInt16 nDepth = 0; in Next() local
701 nDepth = *pDepth; in Next()
710 nDepth++; in Next()
713 *pDepth = nDepth; in Next()
721 *pDepth = nDepth; in Next()
726 nDepth--; in Next()
737 *pDepth = nDepth; in Next()
[all …]
/AOO41X/main/basctl/source/basicide/
H A Dmoduldlg.cxx82 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in EditingEntry() local
83 if ( nDepth >= 2 ) in EditingEntry()
160 sal_uInt16 nDepth = GetModel()->GetDepth( pEntry ); in NotifyStartDrag() local
161 if ( nDepth >= 2 ) in NotifyStartDrag()
197 sal_uInt16 nDepth = pEntry ? GetModel()->GetDepth( pEntry ) : 0; in NotifyAcceptDrop() local
198 sal_Bool bValid = nDepth ? sal_True : sal_False; in NotifyAcceptDrop()
202 if ( ( nDepth == 1 ) && ( pEntry == GetParent( pSelected ) ) ) in NotifyAcceptDrop()
204 else if ( ( nDepth == 2 ) && ( GetParent( pEntry ) == GetParent( pSelected ) ) ) in NotifyAcceptDrop()
209 if ( bValid && ( nDepth > 0 ) ) in NotifyAcceptDrop()
339 sal_uInt16 nDepth = GetModel()->GetDepth( pTarget ); in NotifyCopyingMoving() local
[all …]
/AOO41X/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()
561 const WW8TableNodeInfoInner::Pointer_t WW8TableNodeInfo::getInnerForDepth(sal_uInt32 nDepth) const in getInnerForDepth()
565 Inners_t::const_iterator aIt = mInners.find(nDepth); in getInnerForDepth()
688 sal_uInt32 nDepth, WW8TableNodeInfo * pPrev) in processTableLine() argument
692 << nDepth << "\">" << ::std::endl; in processTableLine()
703 pPrev = processTableBox(pTable, pBox, nRow, n, nDepth, n == rBoxes.Count() - 1, pPrev); in processTableLine()
719 sal_uInt32 nDepth) in processTableBoxLines() 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,
/AOO41X/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()
/AOO41X/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 …]
/AOO41X/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 …]
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
/AOO41X/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()
1741 nDepth==2 || //Vorlage / Konfigurtionsrubrik nicht loeshcen in DontDelete_Impl()
1742 (nDepth==1 && SfxOrganizeListBox_Impl::VIEW_FILES == in DontDelete_Impl()
1744 (0 == nDepth && pFocusBox->GetLevelCount_Impl(0) < 2)) in DontDelete_Impl()
1859 const sal_uInt16 nDepth = pFocusBox->GetModel()->GetDepth(pEntry); in Dispatch_Impl() local
1860 if(nDepth < 2) in Dispatch_Impl()
1862 if(0 == nDepth && pFocusBox->GetLevelCount_Impl(0) < 2) return 1; in Dispatch_Impl()
1865 sal_uInt16 nResId = nDepth? STR_DELETE_TEMPLATE : in Dispatch_Impl()
[all …]
/AOO41X/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()
/AOO41X/main/sd/source/filter/eppt/
H A Depptso.cxx1333 sal_uInt16 nDepth = 0; in ImplWriteParagraphs() local
1342 nDepth = pPara->nDepth; in ImplWriteParagraphs()
1343 if ( nDepth > 4) in ImplWriteParagraphs()
1344 nDepth = 4; in ImplWriteParagraphs()
1347 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_Adjust, pPara->mnTextAdjust ) … in ImplWriteParagraphs()
1379 … ( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_LineFeed, nLineSpacing ) ) ) in ImplWriteParagraphs()
1383 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mnLineSpacin… in ImplWriteParagraphs()
1386 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_LowerDist, pPara->mnLineSpacin… in ImplWriteParagraphs()
1389 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mbForbiddenR… in ImplWriteParagraphs()
1392 …( mpStyleSheet->IsHardAttribute( nInstance, pPara->nDepth, ParaAttr_UpperDist, pPara->mbParagraphP… in ImplWriteParagraphs()
[all …]
/AOO41X/main/sd/source/ui/func/
H A Dfuprobjs.cxx97 sal_Int16 nDepth, nTmp; in DoExecute() local
103 nDepth = pOutl->GetDepth((sal_uInt16)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()
/AOO41X/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()

123456