Lines Matching refs:sal_uInt16

191 sal_uInt16 NBOTypeMgrBase:: IsSingleLevel(sal_uInt16 nCurLevel)  in IsSingleLevel()
193 sal_uInt16 nLv = (sal_uInt16)0xFFFF; in IsSingleLevel()
194 sal_uInt16 nCount = 0; in IsSingleLevel()
195 sal_uInt16 nMask = 1; in IsSingleLevel()
196 for( sal_uInt16 i = 0; i < SVX_MAX_NUM; i++ ) in IsSingleLevel()
209 return (sal_uInt16)0xFFFF; in IsSingleLevel()
243 sal_uInt16 mLevel = 0x1; in ImplLoad()
247 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ImplLoad()
285 sal_uInt16 mLevel = 0x1; in ImplStore()
343 for (sal_uInt16 i=0;i<DEFAULT_BULLET_TYPES;i++) in BulletsTypeMgr()
358 for (sal_uInt16 i=0;i<DEFAULT_BULLET_TYPES;i++) in Init()
370 for (sal_uInt16 i=0;i<DEFAULT_BULLET_TYPES;i++) in Init()
379 sal_uInt16 BulletsTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 nFro… in GetNBOIndexForNumRule()
381 if ( mLevel == (sal_uInt16)0xFFFF || mLevel == 0) in GetNBOIndexForNumRule()
382 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
385 sal_uInt16 nActLv = IsSingleLevel(mLevel); in GetNBOIndexForNumRule()
387 if ( nActLv == (sal_uInt16)0xFFFF ) in GetNBOIndexForNumRule()
388 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
419 for(sal_uInt16 i = nFromIndex; i < DEFAULT_BULLET_TYPES; i++) in GetNBOIndexForNumRule()
429 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
432 sal_Bool BulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule()
434 if ( mLevel == (sal_uInt16)0xFFFF || mLevel == 0) in RelplaceNumRule()
437 if ( GetNBOIndexForNumRule(aNum,mLevel) != (sal_uInt16)0xFFFF ) in RelplaceNumRule()
440 sal_uInt16 nActLv = IsSingleLevel(mLevel); in RelplaceNumRule()
442 if ( nActLv == (sal_uInt16)0xFFFF ) in RelplaceNumRule()
484 sal_Bool BulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,sal_Bool… in ApplyNumRule()
515 sal_uInt16 nMask = 1; in ApplyNumRule()
517 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule()
535 String BulletsTypeMgr::GetDescription(sal_uInt16 nIndex,sal_Bool /* isDefault */) in GetDescription()
548 sal_Bool BulletsTypeMgr::IsCustomized(sal_uInt16 nIndex) in IsCustomized()
562 sal_Unicode BulletsTypeMgr::GetBulChar(sal_uInt16 nIndex) in GetBulChar()
593 Font BulletsTypeMgr::GetBulCharFont(sal_uInt16 nIndex) in GetBulCharFont()
621 for (sal_uInt16 i=0;i< aTypeMgr.aGrfDataLst.Count();i++) in GraphicBulletsTypeMgr()
642 for(sal_uInt16 i = 0; i < aGrfNames.Count(); i++) in Init()
665 sal_uInt16 GraphicBulletsTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt… in GetNBOIndexForNumRule() argument
667 if ( mLevel == (sal_uInt16)0xFFFF || mLevel == 0) in GetNBOIndexForNumRule()
668 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
670 sal_uInt16 nActLv = IsSingleLevel(mLevel); in GetNBOIndexForNumRule()
672 if ( nActLv == (sal_uInt16)0xFFFF ) in GetNBOIndexForNumRule()
673 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
684 for(sal_uInt16 i=0;i<aGrfDataLst.Count();i++) in GetNBOIndexForNumRule()
699 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
702 sal_Bool GraphicBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLeve… in RelplaceNumRule()
704 if ( mLevel == (sal_uInt16)0xFFFF || mLevel > aNum.GetLevelCount() || mLevel == 0) in RelplaceNumRule()
707 if ( GetNBOIndexForNumRule(aNum,mLevel) != (sal_uInt16)0xFFFF ) in RelplaceNumRule()
713 sal_uInt16 nActLv = IsSingleLevel(mLevel); in RelplaceNumRule()
714 if ( nActLv == (sal_uInt16)0xFFFF ) in RelplaceNumRule()
734 pEntry->nGallaryIndex = (sal_uInt16)0xFFFF; in RelplaceNumRule()
749 sal_Bool GraphicBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,s… in ApplyNumRule()
761 sal_uInt16 nMask = 1; in ApplyNumRule()
763 sal_uInt16 nSetNumberingType = SVX_NUM_BITMAP; in ApplyNumRule()
765 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule()
794 String GraphicBulletsTypeMgr::GetDescription(sal_uInt16 nIndex,sal_Bool /* isDefault */) in GetDescription()
797 sal_uInt16 nLength = 0; in GetDescription()
812 sal_Bool GraphicBulletsTypeMgr::IsCustomized(sal_uInt16 nIndex) in IsCustomized()
816 sal_uInt16 nLength = 0; in IsCustomized()
832 String GraphicBulletsTypeMgr::GetGrfName(sal_uInt16 nIndex) in GetGrfName()
882 for (sal_uInt16 i=0;i<DEFAULT_BULLET_TYPES;i++) in MixBulletsTypeMgr()
1018 sal_uInt16 MixBulletsTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 n… in GetNBOIndexForNumRule()
1020 if ( mLevel == (sal_uInt16)0xFFFF || mLevel == 0) in GetNBOIndexForNumRule()
1021 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
1024 sal_uInt16 nActLv = IsSingleLevel(mLevel); in GetNBOIndexForNumRule()
1026 if ( nActLv == (sal_uInt16)0xFFFF ) in GetNBOIndexForNumRule()
1027 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
1037 for(sal_uInt16 i = nFromIndex; i < DEFAULT_BULLET_TYPES; i++) in GetNBOIndexForNumRule()
1060 for(sal_uInt16 i = nFromIndex; i < DEFAULT_BULLET_TYPES; i++) in GetNBOIndexForNumRule()
1066 if ( pEntry && pActualBullets[i]->nIndexDefault == (sal_uInt16)0xFFFF && pEntry->pGrfObj) in GetNBOIndexForNumRule()
1087 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
1090 sal_Bool MixBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule()
1092 if ( mLevel == (sal_uInt16)0xFFFF || mLevel == 0 || nIndex>=DEFAULT_BULLET_TYPES) in RelplaceNumRule()
1098 sal_uInt16 nActLv = IsSingleLevel(mLevel); in RelplaceNumRule()
1100 if ( nActLv == (sal_uInt16)0xFFFF ) in RelplaceNumRule()
1146 pActualBullets[nIndex]->nIndexDefault = (sal_uInt16)0xFFFF; in RelplaceNumRule()
1155 sal_uInt16 nDIndex = mGrfTMgr->GetNBOIndexForNumRule(aNum,mLevel); in RelplaceNumRule()
1156 if (nDIndex!=(sal_uInt16)0xFFFF) pEntry->aSize=Size(0,0); in RelplaceNumRule()
1190 pActualBullets[nIndex]->nIndexDefault = (sal_uInt16)0xFFFF; in RelplaceNumRule()
1230 pActualBullets[nIndex]->nIndexDefault = (sal_uInt16)0xFFFF; in RelplaceNumRule()
1241 sal_uInt16 nDIndex = mGrfTMgr->GetNBOIndexForNumRule(aNum,mLevel); in RelplaceNumRule()
1242 if (nDIndex!=(sal_uInt16)0xFFFF) aTmpSize=Size(0,0); in RelplaceNumRule()
1268 sal_Bool MixBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,sal_B… in ApplyNumRule()
1283 sal_uInt16 nMask = 1; in ApplyNumRule()
1285 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule()
1309 sal_uInt16 nMask = 1; in ApplyNumRule()
1311 sal_uInt16 nSetNumberingType = SVX_NUM_BITMAP; in ApplyNumRule()
1313 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule()
1323 if ( pCurrentBullets->nIndexDefault == (sal_uInt16)0xFFFF && pEntry->pGrfObj ) in ApplyNumRule()
1365 String MixBulletsTypeMgr::GetDescription(sal_uInt16 nIndex,sal_Bool isDefault) in GetDescription()
1378 sal_Bool MixBulletsTypeMgr::IsCustomized(sal_uInt16 nIndex) in IsCustomized()
1530 sal_uInt16 NumberingTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 nF… in GetNBOIndexForNumRule()
1532 if ( mLevel == (sal_uInt16)0xFFFF || mLevel > aNum.GetLevelCount() || mLevel == 0) in GetNBOIndexForNumRule()
1533 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
1535 sal_uInt16 nActLv = IsSingleLevel(mLevel); in GetNBOIndexForNumRule()
1537 if ( nActLv == (sal_uInt16)0xFFFF ) in GetNBOIndexForNumRule()
1538 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
1546 sal_uInt16 nCount = pNumberSettingsArr->Count(); in GetNBOIndexForNumRule()
1547 for(sal_uInt16 i = nFromIndex; i < nCount; i++) in GetNBOIndexForNumRule()
1562 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
1565 sal_Bool NumberingTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule()
1573 sal_uInt16 nActLv = IsSingleLevel(mLevel); in RelplaceNumRule()
1575 if ( nActLv == (sal_uInt16)0xFFFF ) in RelplaceNumRule()
1583 sal_uInt16 nCount = pNumberSettingsArr->Count(); in RelplaceNumRule()
1612 sal_Bool NumberingTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel,sal_Bo… in ApplyNumRule()
1625 sal_uInt16 nMask = 1; in ApplyNumRule()
1627 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule()
1646 String NumberingTypeMgr::GetDescription(sal_uInt16 nIndex,sal_Bool isDefault) in GetDescription()
1649 sal_uInt16 nLength = 0; in GetDescription()
1660 sal_Bool NumberingTypeMgr::IsCustomized(sal_uInt16 nIndex) in IsCustomized()
1663 sal_uInt16 nLength = 0; in IsCustomized()
1673 sal_uInt16 NumberingTypeMgr::GetNumCount() const in GetNumCount()
1675 sal_uInt16 nRet = 0; in GetNumCount()
1681 NumberSettings_Impl* NumberingTypeMgr::GetNumSettingByIndex(sal_uInt16 nIndex) const in GetNumSettingByIndex()
1788 sal_uInt16 OutlineTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 /* mLevel */,sal_uInt1… in GetNBOIndexForNumRule() argument
1790 sal_uInt16 nLength = sizeof(pOutlineSettingsArrs)/sizeof(OutlineSettings_Impl*); in GetNBOIndexForNumRule()
1791 for(sal_uInt16 iDex = nFromIndex; iDex < nLength; iDex++) in GetNBOIndexForNumRule()
1795 sal_uInt16 nCount = pItemArr->pNumSettingsArr->Count(); in GetNBOIndexForNumRule()
1796 for (sal_uInt16 iLevel=0;iLevel < nCount;iLevel++) in GetNBOIndexForNumRule()
1861 return (sal_uInt16)0xFFFF; in GetNBOIndexForNumRule()
1864 sal_Bool OutlineTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 mLevel) in RelplaceNumRule()
1869 sal_uInt16 nLength = sizeof(pOutlineSettingsArrs)/sizeof(OutlineSettings_Impl*); in RelplaceNumRule()
1874 sal_uInt16 nCount = pItemArr->pNumSettingsArr->Count(); in RelplaceNumRule()
1875 for (sal_uInt16 iLevel=0;iLevel < nCount;iLevel++) in RelplaceNumRule()
1934 sal_Bool OutlineTypeMgr::ApplyNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_uInt16 /* mLevel */,sa… in ApplyNumRule() argument
1953 for(sal_uInt16 i = 0; i < aNum.GetLevelCount(); i++) in ApplyNumRule()
1966 sal_uInt16 nUpperLevelOrChar = (sal_uInt16)pLevelSettings->nParentNumbering; in ApplyNumRule()
2051 String OutlineTypeMgr::GetDescription(sal_uInt16 nIndex,sal_Bool isDefault) in GetDescription()
2054 sal_uInt16 nLength = 0; in GetDescription()
2070 sal_Bool OutlineTypeMgr::IsCustomized(sal_uInt16 nIndex) in IsCustomized()
2074 sal_uInt16 nLength = 0; in IsCustomized()