Lines Matching refs:sal_uInt8

66 inline sal_uInt8 GetUpperLvlChg( sal_uInt8 nCurLvl, sal_uInt8 nLevel, sal_uInt16 nMask )  in GetUpperLvlChg()
75 return static_cast<sal_uInt8>((nMask - 1) & ~(( 1 << nCurLvl ) - 1)); in GetUpperLvlChg()
453 …nOutLineLevel = static_cast<sal_uInt8>(((SwTxtNode*)pSrch)->GetAttrOutlineLevel()-1);//<-end,zhaoj… in MoveOutlinePara()
625 sal_uInt8 nLevel = 0; in lcl_FindOutlineNum()
685 for( sal_uInt8 n = 0; (n < nLevel) && bEqual; ++n ) in lcl_FindOutlineNum()
881 for ( sal_uInt8 n = 0; n < MAXLEVEL; ++n, nMask <<= 1 ) in lcl_ChgNumRule()
911 sal_uInt8 nLvl( 0 ); in lcl_ChgNumRule()
916 nLvl = static_cast<sal_uInt8>(pTxtNd->GetActualListLevel()); in lcl_ChgNumRule()
927 for ( sal_uInt8 n = 0; n < MAXLEVEL; ++n ) in lcl_ChgNumRule()
1344 for( sal_uInt8 n = 0; n < MAXLEVEL; ++n ) in ReplaceNumRule()
1565 sal_Bool lcl_IsNumOk( sal_uInt8 nSrchNum, sal_uInt8& rLower, sal_uInt8& rUpper, in lcl_IsNumOk()
1566 sal_Bool bOverUpper, sal_uInt8 nNumber ) in lcl_IsNumOk()
1608 sal_Bool bOverUpper, sal_uInt8* pUpper, sal_uInt8* pLower ) in lcl_GotoNextPrevNum()
1615 sal_uInt8 nSrchNum = static_cast<sal_uInt8>(pNd->GetActualListLevel()); in lcl_GotoNextPrevNum()
1630 sal_uInt8 nTmpNum; in lcl_GotoNextPrevNum()
1634 nTmpNum = static_cast<sal_uInt8>(pNd->GetActualListLevel()); in lcl_GotoNextPrevNum()
1650 sal_uInt8 nLower = nSrchNum, nUpper = nSrchNum; in lcl_GotoNextPrevNum()
1669 static_cast<sal_uInt8>(pNd->GetActualListLevel()) )) in lcl_GotoNextPrevNum()
1718 sal_uInt8* pUpper, sal_uInt8* pLower ) in GotoNextNum()
1808 sal_uInt8* pUpper, sal_uInt8* pLower ) in GotoPrevNum()
1870 sal_uInt8 nLevel = static_cast<sal_uInt8>(pTNd->GetActualListLevel()); in NumUpDown()
1900 sal_uInt8 nLevel = static_cast<sal_uInt8>(pTNd->GetActualListLevel()); in NumUpDown()
2446 sal_uInt8* pSetFlags = new sal_uInt8[ nFlagSize ]; in GetUniqueNumRuleName()