Home
last modified time | relevance | path

Searched refs:nLevel (Results 1 – 25 of 270) sorted by relevance

1234567891011

/AOO41X/main/sc/source/ui/view/
H A Dolinewin.cxx174 const ScOutlineEntry* ScOutlineWindow::GetOutlineEntry( size_t nLevel, size_t nEntry ) const in GetOutlineEntry() argument
177 …return pArray ? pArray->GetEntry( sal::static_int_cast<sal_uInt16>(nLevel), sal::static_int_cast<s… in GetOutlineEntry()
249 long ScOutlineWindow::GetLevelPos( size_t nLevel ) const in GetLevelPos()
252 long nPos = static_cast< long >( SC_OL_POSOFFSET + nLevel * SC_OL_BITMAPSIZE ); in GetLevelPos()
261 size_t nLevel = static_cast< size_t >( (nLevelPos - nStart) / SC_OL_BITMAPSIZE ); in GetLevelFromPos() local
262 return (nLevel < GetLevelCount()) ? nLevel : SC_OL_NOLEVEL; in GetLevelFromPos()
279 size_t nLevel, size_t nEntry, in GetEntryPos() argument
282 const ScOutlineEntry* pEntry = GetOutlineEntry( nLevel, nEntry ); in GetEntryPos()
313 const ScOutlineEntry* pPrevEntry = GetOutlineEntry( nLevel, nEntry - 1 ); in GetEntryPos()
344 bool ScOutlineWindow::GetImagePos( size_t nLevel, size_t nEntry, Point& rPos ) const in GetImagePos() argument
[all …]
/AOO41X/main/sc/source/core/data/
H A Dolinetab.cxx145 for (sal_uInt16 nLevel=0; nLevel<nDepth; nLevel++) in ScOutlineArray() local
147 sal_uInt16 nCount = rArray.aCollections[nLevel].GetCount(); in ScOutlineArray()
150 ScOutlineEntry* pEntry = (ScOutlineEntry*) rArray.aCollections[nLevel].At(nEntry); in ScOutlineArray()
151 aCollections[nLevel].Insert( new ScOutlineEntry( *pEntry ) ); in ScOutlineArray()
164 for (sal_uInt16 nLevel=0; nLevel<nMaxLevel; nLevel++) //! rueckwaerts suchen ? in FindEntry() local
166 ScOutlineCollection* pCollect = &aCollections[nLevel]; in FindEntry()
173 rFindLevel = nLevel + 1; // naechster Level (zum Einfuegen) in FindEntry()
225 sal_uInt16 nLevel = nStartLevel; in Insert() local
230 for ( short nMoveLevel = nDepth-1; nMoveLevel >= (short) nLevel; nMoveLevel-- ) in Insert()
263 if (nDepth <= nLevel) in Insert()
[all …]
/AOO41X/main/starmath/source/
H A Dmathmlexport.cxx772 void SmXMLExport::ExportLine(const SmNode *pNode, int nLevel) in ExportLine() argument
774 ExportExpression(pNode, nLevel); in ExportLine()
777 void SmXMLExport::ExportBinaryHorizontal(const SmNode *pNode, int nLevel) in ExportBinaryHorizontal() argument
779 ExportExpression(pNode, nLevel); in ExportBinaryHorizontal()
782 void SmXMLExport::ExportUnaryHorizontal(const SmNode *pNode, int nLevel) in ExportUnaryHorizontal() argument
784 ExportExpression(pNode, nLevel); in ExportUnaryHorizontal()
787 void SmXMLExport::ExportExpression(const SmNode *pNode, int nLevel) in ExportExpression() argument
800 ExportNodes(pTemp, nLevel+1); in ExportExpression()
817 void SmXMLExport::ExportBinaryVertical(const SmNode *pNode, int nLevel) in ExportBinaryVertical() argument
821 ExportNodes(pNode->GetSubNode(0), nLevel); in ExportBinaryVertical()
[all …]
H A Dmathtype.cxx791 int MathType::HandleRecords(int nLevel,sal_uInt8 nSelector, in HandleRecords() argument
1404 nRet = HandleRecords(nLevel+1); in HandleRecords()
1840 nRet = HandleChar(nTextStart,nSetSize,nLevel,nTag,nSelector, in HandleRecords()
1846 nRet = HandleTemplate(nLevel,nSelector,nVariation, in HandleRecords()
1852 nRet = HandlePile(nSetAlign,nLevel,nSelector,nVariation); in HandleRecords()
1858 nRet = HandleMatrix(nLevel,nSelector,nVariation); in HandleRecords()
2113 sal_uInt8 MathType::HandleNodes(SmNode *pNode,int nLevel) in HandleNodes() argument
2119 HandleAttributes(pNode,nLevel); in HandleNodes()
2122 HandleText(pNode,nLevel); in HandleNodes()
2125 HandleVerticalBrace(pNode,nLevel); in HandleNodes()
[all …]
H A Dmathtype.hxx89 int HandleRecords(int nLevel=0,sal_uInt8 nSelector=0xFF,
93 int HandlePile(int &rSetAlign,int nLevel,sal_uInt8 nSelector,
95 int HandleMatrix(int nLevel,sal_uInt8 nSelector,sal_uInt8 nVariarion);
98 int HandleTemplate(int nLevel,sal_uInt8 &rSelector,sal_uInt8 &rVariation,
102 int HandleChar(xub_StrLen &rTextStart,int &rSetSize,int nLevel,
113 sal_uInt8 HandleNodes(SmNode *pNode,int nLevel=0);
116 void HandleSmMatrix(SmMatrixNode *pMatrix,int nLevel);
117 void HandleTable(SmNode *pNode,int nLevel);
118 void HandleRoot(SmNode *pNode,int nLevel);
119 void HandleSubSupScript(SmNode *pNode,int nLevel);
[all …]
H A Dmathmlexport.hxx91 void ExportNodes(const SmNode *pNode, int nLevel);
92 void ExportTable(const SmNode *pNode, int nLevel);
93 void ExportLine(const SmNode *pNode, int nLevel);
94 void ExportExpression(const SmNode *pNode, int nLevel);
95 void ExportText(const SmNode *pNode, int nLevel);
96 void ExportMath(const SmNode *pNode, int nLevel);
97 void ExportPolygon(const SmNode *pNode, int nLevel);
98 void ExportBinaryHorizontal(const SmNode *pNode, int nLevel);
99 void ExportUnaryHorizontal(const SmNode *pNode, int nLevel);
100 void ExportBrace(const SmNode *pNode, int nLevel);
[all …]
H A Dparse.cxx80 nGroup = nCol = nRow = nLevel = 0; in SmToken()
91 sal_uInt16 nLevel; member
524 m_aCurToken.nLevel = 0; in NextToken()
535 m_aCurToken.nLevel = 5; in NextToken()
550 m_aCurToken.nLevel = 5; in NextToken()
567 m_aCurToken.nLevel = pEntry->nLevel; in NextToken()
575 m_aCurToken.nLevel = 5; in NextToken()
591 m_aCurToken.nLevel = 0; in NextToken()
614 m_aCurToken.nLevel = 0; in NextToken()
625 m_aCurToken.nLevel = 0; in NextToken()
[all …]
/AOO41X/main/sw/source/filter/ww8/
H A Dww8par3.cxx398 sal_uInt8 nLevel; // the level to be overridden member
406 nStartAt(1), nLevel(0), bStartAt(1), bFormat(0) {} in WW8LFOLVL()
539 sal_uInt16 nLevel, in ReadLVL() argument
822 rNotReallyThere[nLevel] = true; in ReadLVL()
837 for(nLevelB = 0; nLevelB <= nLevel; ++nLevelB) in ReadLVL()
1017 void WW8ListManager::AdjustLVL( sal_uInt8 nLevel, SwNumRule& rNumRule, in AdjustLVL() argument
1027 SwNumFmt aNumFmt = rNumRule.Get( nLevel ); in AdjustLVL()
1029 pThisLevelItemSet = rListItemSet[ nLevel ]; in AdjustLVL()
1035 for (sal_uInt8 nLowerLevel = 0; nLowerLevel < nLevel; ++nLowerLevel) in AdjustLVL()
1071 (aName += 'z') += String::CreateFromInt32( nLevel ); in AdjustLVL()
[all …]
/AOO41X/main/sw/inc/
H A Dtox.hxx81 sal_uInt16 nLevel; member in SwTOXMark
118 inline void SetLevel(sal_uInt16 nLevel);
377 inline void SetTemplate(sal_uInt16 nLevel, const String& rName);
378 inline const String& GetTemplate(sal_uInt16 nLevel) const;
381 void SetPattern(sal_uInt16 nLevel, const SwFormTokens& rName);
382 void SetPattern(sal_uInt16 nLevel, const String& rStr);
383 const SwFormTokens& GetPattern(sal_uInt16 nLevel) const;
492 sal_uInt16 nLevel; // consider outline levels member
566 const String& GetStyleNames(sal_uInt16 nLevel) const in GetStyleNames()
568 DBG_ASSERT( nLevel < MAXLEVEL, "Which level?"); in GetStyleNames()
[all …]
/AOO41X/main/vcl/source/gdi/
H A Dsallayout.cxx606 UBiDiLevel nLevel = UBIDI_DEFAULT_LTR; in ImplLayoutArgs() local
608 nLevel = UBIDI_DEFAULT_RTL; in ImplLayoutArgs()
616 …ubidi_setPara( pParaBidi, reinterpret_cast<const UChar *>(mpStr), mnLength, nLevel, NULL, &rcI18n … in ImplLayoutArgs()
1816 int nLevel = 0, n; in AdjustLayout() local
1840 nStartNew[ nLevel ] = nStartOld[ nLevel ] = 0; in AdjustLayout()
1841 nValid[ nLevel ] = mpLayouts[n]->GetNextGlyphs( 1, &nDummy, aPos, in AdjustLayout()
1842 nStartNew[ nLevel ], &nGlyphAdv[ nLevel ], &nCharPos[ nLevel ] ); in AdjustLayout()
1844nLevel]) fprintf(mslLog(), "layout[%d]->GetNextGlyphs %d,%d x%d a%d c%d %x\n", n, nStartOld[nLevel in AdjustLayout()
1845 rArgs.mpStr[nCharPos[nLevel]]); in AdjustLayout()
1847 if( (n > 0) && !nValid[ nLevel ] ) in AdjustLayout()
[all …]
H A Doctree.cxx111 nLevel = 0L; in AddColor()
134 nLevel = 0L; in ImplCreateOctree()
153 nLevel = 0L; in ImplCreateOctree()
186 (*ppNode)->bLeaf = ( OCTREE_BITS == nLevel ); in ImplAdd()
192 (*ppNode)->pNext = pReduce[ nLevel ]; in ImplAdd()
193 pReduce[ nLevel ] = *ppNode; in ImplAdd()
206 const sal_uLong nShift = 7 - nLevel; in ImplAdd()
207 const sal_uInt8 cMask = pImplMask[ nLevel ]; in ImplAdd()
212 nLevel++; in ImplAdd()
282 const sal_uLong nShift = 7 - nLevel; in GetPalIndex()
[all …]
/AOO41X/main/sw/source/core/fields/
H A Dchpfld.cxx65 : SwField(pTyp, nFmt), nLevel( 0 ) in SwChapterField()
93 pTmp->nLevel = nLevel; in Copy()
171 const SwTxtNode *pTxtNd = rTxtNd.FindOutlineNodeOfLevel( nLevel ); in ChangeExpansion()
180 sal_uInt8 nPrevLvl = nLevel; in ChangeExpansion()
190nLevel = static_cast<sal_uInt8>(pONd->GetAttrOutlineLevel()); //<-end,zh… in ChangeExpansion()
193 if( nPrevLvl < nLevel ) in ChangeExpansion()
194 nLevel = nPrevLvl; in ChangeExpansion()
196 ->Get( nLevel ).GetNumberingType() ) in ChangeExpansion()
202 if( !nLevel-- ) in ChangeExpansion()
204 pONd = pTxtNd->FindOutlineNodeOfLevel( nLevel ); in ChangeExpansion()
[all …]
/AOO41X/main/soltools/giparser/
H A Dgi_parse.cxx65 nLevel(0), in GenericInfo_Parser()
130 if ( nLevel > 0 && eErrorCode == ok) in LoadList()
134 else if ( nLevel < 0 ) in LoadList()
170 nLevel = 0; in ResetState()
184 nLevel = 0; in ResetState()
277 nLevel++; in PushLevel_Read()
284 nLevel--; in PopLevel_Read()
337 nLevel++; in PushLevel_Write()
344 nLevel--; in PopLevel_Write()
388 if ( nLevel == 0 ) in WriteIndentation()
[all …]
/AOO41X/main/tools/source/debug/
H A Dstcktree.cxx55 void Print( int nLevel, sal_uIntPtr nCount, sal_uIntPtr nCountLeak );
56 void Print( int nLevel );
89 void ImpDbgStackTree::Print( int nLevel, sal_uIntPtr nCount, sal_uIntPtr nCountLeak ) in Print() argument
92 pLeft_->Print( nLevel, nCount, nCountLeak ); in Print()
100 nLevel, ' ', nIP_, in Print()
108 nLevel, ' ', nIP_, in Print()
115 if( nLevel > 3 && nCountLeak ) in Print()
116 pCaller_->Print( nLevel + 1, nCount, 1 ); in Print()
118 pCaller_->Print( nLevel + 1, nCount, nCountLeak ); in Print()
122 pRight_->Print( nLevel, nCount, nCountLeak ); in Print()
[all …]
/AOO41X/main/sw/source/filter/html/
H A Dhtmlnum.cxx119 sal_uInt8 nLevel = (sal_uInt8)( (rInfo.GetDepth() <= MAXLEVEL ? rInfo.GetDepth() in NewNumBulList() local
131 sal_Bool bNewNumFmt = rInfo.GetNumRule()->GetNumFmt( nLevel ) == 0; in NewNumBulList()
135 SwNumFmt aNumFmt( rInfo.GetNumRule()->Get(nLevel) ); in NewNumBulList()
136 rInfo.SetNodeStartValue( nLevel ); in NewNumBulList()
166 if( nLevel > 0 ) in NewNumBulList()
168 const SwNumFmt& rPrevNumFmt = rInfo.GetNumRule()->Get( nLevel-1 ); in NewNumBulList()
182 rInfo.SetNodeStartValue( nLevel, 1 ); in NewNumBulList()
233 rInfo.SetNodeStartValue( nLevel, nStart ); in NewNumBulList()
298 aBulletGrfs[nLevel] = aBulletSrc; in NewNumBulList()
302 aBulletGrfs[nLevel].Erase(); in NewNumBulList()
[all …]
/AOO41X/main/svtools/source/edit/
H A Dxtextedt.cxx66 sal_uInt16 nLevel = 1; in MatchGroup() local
67 while ( nLevel && ( nPara < nParas ) ) in MatchGroup()
73 nLevel++; in MatchGroup()
76 nLevel--; in MatchGroup()
77 if ( !nLevel ) in MatchGroup()
83 if ( nLevel ) in MatchGroup()
89 if ( nLevel == 0 ) // gefunden in MatchGroup()
102 sal_uInt16 nLevel = 1; in MatchGroup() local
103 while ( nLevel ) in MatchGroup()
112 nLevel--; in MatchGroup()
[all …]
/AOO41X/main/sw/source/core/tox/
H A Dtox.cxx175 pTxtAttr( 0 ), nLevel( 0 ), in SwTOXMark()
190 pTxtAttr( 0 ), nLevel( rCopy.nLevel ), in SwTOXMark()
433 for(sal_uInt16 nLevel = 1; nLevel < GetFormMax(); nLevel++) in AdjustTabStops() local
435 const String& sTemplateName = GetTemplate(nLevel); in AdjustTabStops()
453 SwFormTokens aCurrentPattern = GetPattern(nLevel); in AdjustTabStops()
502 SetPattern(nLevel, aCurrentPattern); // #i21237# in AdjustTabStops()
619 for(sal_uInt16 nLevel = 0; nLevel < MAXLEVEL; nLevel++) in operator =() local
620 aStyleNames[nLevel] = rSource.aStyleNames[nLevel]; in operator =()
943 void SwForm::SetPattern(sal_uInt16 nLevel, const SwFormTokens& rTokens) in SetPattern() argument
945 ASSERT(nLevel < GetFormMax(), "Index >= FORM_MAX"); in SetPattern()
[all …]
/AOO41X/main/editeng/source/items/
H A Dnumitem.cxx1000 const SvxNumberFormat* SvxNumRule::Get(sal_uInt16 nLevel)const in Get()
1002 DBG_ASSERT(nLevel < SVX_MAX_NUM, "falsches Level" ); in Get()
1003 if( nLevel < SVX_MAX_NUM ) in Get()
1004 return aFmtsSet[nLevel] ? aFmts[nLevel] : 0; in Get()
1011 const SvxNumberFormat& SvxNumRule::GetLevel(sal_uInt16 nLevel)const in GetLevel()
1019 DBG_ASSERT(nLevel < SVX_MAX_NUM, "falsches Level" ); in GetLevel()
1021 return ( ( nLevel < SVX_MAX_NUM ) && aFmts[nLevel] ) ? in GetLevel()
1022 *aFmts[nLevel] : eNumberingType == SVX_RULETYPE_NUMBERING ? in GetLevel()
1044 void SvxNumRule::SetLevel(sal_uInt16 nLevel, const SvxNumberFormat* pFmt) in SetLevel() argument
1046 DBG_ASSERT(nLevel < SVX_MAX_NUM, "falsches Level" ); in SetLevel()
[all …]
/AOO41X/main/sc/source/ui/inc/
H A Dolinewin.hxx98 const ScOutlineEntry* GetOutlineEntry( size_t nLevel, size_t nEntry ) const;
124 long GetLevelPos( size_t nLevel ) const;
135 size_t nLevel, size_t nEntry,
141 bool GetImagePos( size_t nLevel, size_t nEntry, Point& rPos ) const;
143 bool IsButtonVisible( size_t nLevel, size_t nEntry ) const;
158 void DoFunction( size_t nLevel, size_t nEntry ) const;
160 void DoExpand( size_t nLevel, size_t nEntry ) const;
162 void DoCollapse( size_t nLevel, size_t nEntry ) const;
190 void StartMouseTracking( size_t nLevel, size_t nEntry );
209 void DrawBorderRel( size_t nLevel, size_t nEntry, bool bPressed );
/AOO41X/main/sw/source/filter/rtf/
H A Drtfnum.cxx848 sal_uInt8 nLevel = 0; in ReadNumSecLevel() local
857 nLevel = MAXLEVEL <= (unsigned long) nTokenValue ? MAXLEVEL - 1 in ReadNumSecLevel()
866 nLevel = MAXLEVEL <= (unsigned long) nTokenValue in ReadNumSecLevel()
907 if( !pCurRule->GetNumFmt( nLevel )) in ReadNumSecLevel()
908 pCurRule->Set( nLevel, pCurRule->Get( nLevel )); in ReadNumSecLevel()
909 SwNumFmt* pCurNumFmt = (SwNumFmt*)pCurRule->GetNumFmt( nLevel ); in ReadNumSecLevel()
922 GetAttrSet().Put( SfxUInt16Item( FN_PARAM_NUM_LEVEL, nLevel )); in ReadNumSecLevel()
975 GetNumChrFmt( *pDoc, *pCurRule, nLevel ).Put( in ReadNumSecLevel()
990 GetNumChrFmt( *pDoc, *pCurRule, nLevel ).Put( in ReadNumSecLevel()
997 GetNumChrFmt( *pDoc, *pCurRule, nLevel ).Put( SvxWeightItem( in ReadNumSecLevel()
[all …]
/AOO41X/main/chart2/source/tools/
H A DInternalDataProvider.cxx208 explicit lcl_copyFromLevel( sal_Int32 nLevel ) : m_nLevel( nLevel ) in lcl_copyFromLevel()
227 explicit lcl_getStringFromLevelVector( sal_Int32 nLevel ) : m_nLevel( nLevel ) in lcl_getStringFromLevelVector()
247 explicit lcl_setAnyAtLevel( sal_Int32 nLevel ) : m_nLevel( nLevel ) in lcl_setAnyAtLevel()
267 explicit lcl_setAnyAtLevelFromStringSequence( sal_Int32 nLevel ) : m_nLevel( nLevel ) in lcl_setAnyAtLevelFromStringSequence()
287 explicit lcl_insertAnyAtLevel( sal_Int32 nLevel ) : m_nLevel( nLevel ) in lcl_insertAnyAtLevel()
312 explicit lcl_removeAnyAtLevel( sal_Int32 nLevel ) : m_nLevel( nLevel ) in lcl_removeAnyAtLevel()
782 sal_Int32 nLevel = aRange.copy( lcl_aCategoriesLevelRangeNamePrefix.getLength() ).toInt32(); in getDataByRangeRepresentation() local
784 if( nLevel < lcl_getInnerLevelCount( aCategories ) ) in getDataByRangeRepresentation()
788 aResult.getArray(), lcl_copyFromLevel(nLevel) ); in getDataByRangeRepresentation()
853 sal_Int32 nLevel = aRange.copy( lcl_aCategoriesLevelRangeNamePrefix.getLength()).toInt32(); in setDataByRangeRepresentation() local
[all …]
/AOO41X/main/sc/source/core/tool/
H A Ddetfunc.cxx807 ScDetectiveData& rData, sal_uInt16 nLevel ) in InsertPredLevelArea() argument
816 switch( InsertPredLevel( aCellIter.GetCol(), aCellIter.GetRow(), rData, nLevel ) ) in InsertPredLevelArea()
838 sal_uInt16 nLevel ) in InsertPredLevel() argument
869 if ( nLevel < rData.GetMaxLevel() ) in InsertPredLevel()
874 nSubResult = InsertPredLevelArea( aRef, rData, nLevel+1 ); in InsertPredLevel()
877 rData, nLevel+1 ); in InsertPredLevel()
907 sal_uInt16 nLevel, sal_uInt16 nDeleteLevel ) in FindPredLevelArea() argument
909 sal_uInt16 nResult = nLevel; in FindPredLevelArea()
917 … sal_uInt16 nTemp = FindPredLevel( aCellIter.GetCol(), aCellIter.GetRow(), nLevel, nDeleteLevel ); in FindPredLevelArea()
929 sal_uInt16 ScDetectiveFunc::FindPredLevel( SCCOL nCol, SCROW nRow, sal_uInt16 nLevel, sal_uInt16 nD… in FindPredLevel() argument
[all …]
/AOO41X/main/sc/inc/
H A Dolinetab.hxx87 void RemoveSub( SCCOLROW nStartPos, SCCOLROW nEndPos, sal_uInt16 nLevel );
103 ScOutlineEntry* GetEntry( sal_uInt16 nLevel, sal_uInt16 nIndex ) const;
104 sal_uInt16 GetCount( sal_uInt16 nLevel ) const;
105 ScOutlineEntry* GetEntryByPos( sal_uInt16 nLevel, SCCOLROW nPos ) const;
107 …sal_Bool GetEntryIndex( sal_uInt16 nLevel, SCCOLROW nPos, sal_uInt16& rnIndex )…
109 sal_uInt16 nLevel, SCCOLROW nBlockStart, SCCOLROW nBlockEnd,
112 void SetVisibleBelow( sal_uInt16 nLevel, sal_uInt16 nEntry, sal_Bool bValue,
116 … void ExtendBlock( sal_uInt16 nLevel, SCCOLROW& rBlkStart, SCCOLROW& rBlkEnd );
166 sal_uInt16 nLevel, sal_uInt16 nEntry );
/AOO41X/main/sw/source/core/docnode/
H A Dnodes.cxx499 sal_uInt16 nLevel = 0; // Level-Counter in _MoveNodes() local
716 nLevel++; // den Index auf StartNode auf den Stack in _MoveNodes()
717 aSttNdStack.C40_INSERT( SwStartNode, pTmp, nLevel ); in _MoveNodes()
771 nLevel++; // den Index auf StartNode auf den Stack in _MoveNodes()
772 aSttNdStack.C40_INSERT( SwStartNode, pSttNd, nLevel ); in _MoveNodes()
788 if( !nLevel && in _MoveNodes()
813 if( !nInsPos && !nLevel ) in _MoveNodes()
819 if( !nLevel ) // es wird eine Stufe runter gestuft in _MoveNodes()
863 ASSERT( pAktNode == aSttNdStack[nLevel] || in _MoveNodes()
865 aSttNdStack[nLevel]->IsSectionNode()), in _MoveNodes()
[all …]
/AOO41X/main/l10ntools/source/
H A Dexport.cxx371 sal_Bool ResData::SetId( const ByteString &rId, sal_uInt16 nLevel ) in SetId() argument
374 if ( nLevel > nIdLevel ) in SetId()
376 nIdLevel = nLevel; in SetId()
414 nLevel( 0 ), in Export()
459 nLevel( 0 ), in Export()
498 nLevel = 0; in Init()
562 if ( nLevel ) { in Execute()
564 pResData = aResStack.GetObject( nLevel-1 ); in Execute()
680 nLevel++; in Execute()
681 if ( nLevel > 1 ) { in Execute()
[all …]

1234567891011