Home
last modified time | relevance | path

Searched refs:nLvl (Results 1 – 25 of 50) sorted by path

12

/trunk/main/basic/source/sbx/
H A Dsbxobj.cxx214 static sal_uInt16 nLvl = 0; in Find() local
220 nLvl++, " ", in Find()
276 nLvl--; in Find()
282 nLvl, " ", aNameStr3.GetBuffer(), aNameStr4.GetBuffer() ); in Find()
/trunk/main/cui/source/tabpages/
H A Dnumpages.cxx1736 sal_uInt16 nLvl = USHRT_MAX; in InitControls() local
1749 if(USHRT_MAX == nLvl) in InitControls()
1751 nLvl = i; in InitControls()
1757 if( i > nLvl) in InitControls()
3183 sal_uInt16 nLvl = USHRT_MAX; in InitControls() local
3191 if(USHRT_MAX == nLvl) in InitControls()
3193 nLvl = i; in InitControls()
3203 if( i > nLvl) in InitControls()
3246 if (SVX_MAX_NUM <= nLvl) in InitControls()
3258 if(nLvl) in InitControls()
[all …]
/trunk/main/svx/source/sidebar/tools/
H A DValueSetWithTextControl.cxx386 sal_uInt16 nLvl = 0; in UserDraw() local
388 pNumbering->ApplyNumRule(aTempRule,nItemId -1,1<<nLvl); in UserDraw()
389 SvxNumberFormat aNumFmt(aTempRule.GetLevel(nLvl)); in UserDraw()
431 sal_uInt16 nLvl = 0; in UserDraw() local
433 pBullets->ApplyNumRule(aTempRule,nItemId -1,1<<nLvl); in UserDraw()
434 SvxNumberFormat aFmt(aTempRule.GetLevel(nLvl)); in UserDraw()
/trunk/main/sw/inc/
H A Dnode.hxx304 const SwTxtNode* FindOutlineNodeOfLevel( sal_uInt8 nLvl ) const;
H A Dnumrule.hxx246 static sal_uInt16 GetNumIndent( sal_uInt8 nLvl );
247 static sal_uInt16 GetBullIndent( sal_uInt8 nLvl );
H A Dtox.hxx635 inline void SwTOXMark::SetLevel( sal_uInt16 nLvl ) in SetLevel() argument
638 nLevel = nLvl; in SetLevel()
/trunk/main/sw/source/core/doc/
H A Ddoc.cxx2122 … const int nLvl = ((SwTxtNode*)GetNodes()[ nIndex ])->GetAttrOutlineLevel()-1;//<-end,zhaojianwei in Summary() local
2123 if( nLvl > nLevel ) in Summary()
H A Ddocdde.cxx355 const int nLvl = pNd->GetTxtNode()->GetAttrOutlineLevel()-1;//<-end,zhaojianwei in SelectServerObj() local
365 nLvl < rOutlNds[ nTmpPos ]->GetTxtNode()-> in SelectServerObj()
H A Ddocfld.cxx1518 const sal_uInt8 nLvl = pSFldTyp->GetOutlineLvl(); in UpdateExpFlds() local
1519 if( MAXLEVEL > nLvl ) in UpdateExpFlds()
1525 FindOutlineNodeOfLevel( nLvl ); in UpdateExpFlds()
H A Ddocglbl.cxx89 sal_uInt8 nLvl = 1; in GenerateHTMLDoc() local
93 if( nLvl == rFmtColls[ --n ]->GetAttrOutlineLevel() -1 )//<-end,zhaojianwei 0814 in GenerateHTMLDoc()
H A Ddocnum.cxx668 const int nLvl = pNd->GetAttrOutlineLevel()-1; //<-end,zhaojianwei in lcl_FindOutlineNum() local
669 if( nLvl == nLevel - 1) in lcl_FindOutlineNum()
911 sal_uInt8 nLvl( 0 ); in lcl_ChgNumRule() local
916 nLvl = static_cast<sal_uInt8>(pTxtNd->GetActualListLevel()); in lcl_ChgNumRule()
918 if( nLvl < MAXLEVEL ) in lcl_ChgNumRule()
920 if( nChgFmtLevel & ( 1 << nLvl )) in lcl_ChgNumRule()
H A Ddoctxm.cxx724 const SwTxtNode* lcl_FindChapterNode( const SwNode& rNd, sal_uInt8 nLvl = 0 ) in lcl_FindChapterNode() argument
741 return pNd ? pNd->FindOutlineNodeOfLevel( nLvl ) : 0; in lcl_FindChapterNode()
1011 sal_uInt16 nLvl = aSortArr[ nCnt ]->GetLevel(); in Update() local
1012 SwTxtFmtColl* pColl = (SwTxtFmtColl*)aCollArr[ nLvl ]; in Update()
1015 pColl = GetTxtFmtColl( nLvl ); in Update()
1016 aCollArr.Remove( nLvl ); in Update()
1018 aCollArr.Insert( p , nLvl ); in Update()
1661 sal_uInt16 nLvl = rBase.GetLevel(); in GenerateText() local
1662 ASSERT( nLvl < GetTOXForm().GetFormMax(), "ungueltiges FORM_LEVEL"); in GenerateText()
1670 SwFormTokens aPattern = GetTOXForm().GetPattern(nLvl); in GenerateText()
H A Dnumber.cxx175 sal_uInt16 SwNumRule::GetNumIndent( sal_uInt8 nLvl ) in GetNumIndent() argument
177 ASSERT( MAXLEVEL > nLvl, "NumLevel is out of range" ); in GetNumIndent()
178 return aDefNumIndents[ nLvl ]; in GetNumIndent()
181 sal_uInt16 SwNumRule::GetBullIndent( sal_uInt8 nLvl ) in GetBullIndent() argument
183 ASSERT( MAXLEVEL > nLvl, "NumLevel is out of range" ); in GetBullIndent()
184 return aDefNumIndents[ nLvl ]; in GetBullIndent()
/trunk/main/sw/source/core/docnode/
H A Dnode.cxx828 const SwTxtNode* SwNode::FindOutlineNodeOfLevel( sal_uInt8 nLvl ) const in FindOutlineNodeOfLevel()
832 if( MAXLEVEL > nLvl && rONds.Count() ) in FindOutlineNodeOfLevel()
869 nLvl < ( pRet = rONds[nPos]->GetTxtNode() ) in FindOutlineNodeOfLevel()
/trunk/main/sw/source/core/edit/
H A Dautofmt.cxx485 nLvl = rNd.GetAutoFmtLvl(); in CalcLevel()
487 if( nLvl ) in CalcLevel()
488 return nLvl; in CalcLevel()
490 ++nLvl; in CalcLevel()
499 ++nLvl, nBlnk = 0; in CalcLevel()
507 return nLvl; in CalcLevel()
510 return nLvl; in CalcLevel()
1553 if( n == nLvl && in BuildEnum()
1587 nLvl = nDigitLevel; in BuildEnum()
1613 aRule.Set( nLvl, aFmt ); in BuildEnum()
[all …]
H A Dednumber.cxx593 int nLvl(0); in IsProtectedOutlinePara() local
612 nLvl = nTmpLvl; in IsProtectedOutlinePara()
615 else if( nLvl >= nTmpLvl ) in IsProtectedOutlinePara()
/trunk/main/sw/source/core/fields/
H A Dexpfld.cxx693 sal_Int8 nLvl = 0; in PutValue() local
694 rAny >>= nLvl; in PutValue()
695 if(nLvl < 0 || nLvl >= MAXLEVEL) in PutValue()
698 SetOutlineLvl(nLvl); in PutValue()
/trunk/main/sw/source/core/layout/
H A Dlaycache.cxx1244 size_t nLvl = aRecTypes.size(); in OpenRec() local
1250 aRecSizes.Insert( nPos, nLvl ); in OpenRec()
1268 aRecSizes[nLvl] = pStream->Tell(); in OpenRec()
1281 size_t nLvl = aRecTypes.size(); in CloseRec() local
1284 if( nLvl ) in CloseRec()
1286 nLvl--; in CloseRec()
1290 sal_uInt32 nBgn = aRecSizes[nLvl]; in CloseRec()
1301 sal_uInt32 n = aRecSizes[nLvl]; in CloseRec()
1314 aRecSizes.Remove( nLvl, 1 ); in CloseRec()
1325 sal_uInt16 nLvl = aRecSizes.Count(); in BytesLeft() local
[all …]
/trunk/main/sw/source/filter/basflt/
H A Dfltini.cxx553 sal_uInt8 nLvl = 0; in SetNumLSpace() local
556 nLvl = static_cast< sal_uInt8 >(rNd.GetActualListLevel()); in SetNumLSpace()
559 const SwNumFmt& rFmt = rRule.Get( nLvl ); in SetNumLSpace()
/trunk/main/sw/source/filter/html/
H A Dhtmlatr.cxx615 sal_uInt8 nLvl = aNumInfo.GetLevel(); in OutHTML_SwFmt() local
617 ASSERT( pTxtNd->GetActualListLevel() == nLvl, in OutHTML_SwFmt()
624 nBulletGrfLvl = nLvl; // nur veruebergehend!!! in OutHTML_SwFmt()
H A Dhtmlnum.cxx306 sal_uInt8 nLvl = nLevel; in NewNumBulList() local
310 SetNodeNum( nLvl, false ); in NewNumBulList()
H A Dhtmlnum.hxx83 inline void SetNodeStartValue( sal_uInt8 nLvl, sal_uInt16 nVal=USHRT_MAX );
84 sal_uInt16 GetNodeStartValue( sal_uInt8 nLvl ) const { return aNumStarts[nLvl]; } in GetNodeStartValue()
119 inline void SwHTMLNumRuleInfo::SetNodeStartValue( sal_uInt8 nLvl, sal_uInt16 nVal ) in SetNodeStartValue() argument
121 aNumStarts[nLvl] = nVal; in SetNodeStartValue()
H A Dhtmltab.cxx3486 sal_uInt8 nLvl = GetNumInfo().GetLevel(); in InsertTableContents() local
3490 SetNodeNum( nLvl, false ); in InsertTableContents()
H A Dswhtml.cxx2257 sal_uInt8 nLvl = GetNumInfo().GetLevel(); in AppendTxtNode() local
2258 SetNodeNum( nLvl, false ); in AppendTxtNode()
/trunk/main/sw/source/filter/rtf/
H A Drtfnum.cxx769 for ( sal_uInt8 nLvl = 0; nLvl < MAXLEVEL; ++nLvl ) in RemoveUnusedNumRule() local
771 SwNumFmt& rNFmt = (SwNumFmt&)pRule->Get( nLvl ); in RemoveUnusedNumRule()
1168 sal_uInt8 nLvl; in lcl_IsExportNumRule() local
1170 for( nLvl = 0; nLvl < nEnd; ++nLvl ) in lcl_IsExportNumRule()
1171 if( SVX_NUM_NUMBER_NONE != ( pNFmt = &rRule.Get( nLvl )) in lcl_IsExportNumRule()
1178 return nLvl != nEnd; in lcl_IsExportNumRule()

Completed in 263 milliseconds

12