diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-09-13 09:38:59 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-09-13 11:49:29 +0100 |
commit | 780ac20278600e32fffd2d89a15fbeed86321179 (patch) | |
tree | ea7e2e765c9ca3d7778cc268476cc47c308d6592 /svx | |
parent | 441f0434714a98b64b7956ce6cf44723eadc0883 (diff) |
Graphyic->Graphic
Change-Id: Id405e6a41d8c8ed56471ec058633a21ee4346737
Diffstat (limited to 'svx')
-rw-r--r-- | svx/source/sidebar/nbdtmg.cxx | 30 | ||||
-rw-r--r-- | svx/source/sidebar/nbdtmgfact.cxx | 2 |
2 files changed, 16 insertions, 16 deletions
diff --git a/svx/source/sidebar/nbdtmg.cxx b/svx/source/sidebar/nbdtmg.cxx index bae449981ea6..f0be420741e8 100644 --- a/svx/source/sidebar/nbdtmg.cxx +++ b/svx/source/sidebar/nbdtmg.cxx @@ -494,26 +494,26 @@ vcl::Font BulletsTypeMgr::GetBulCharFont(sal_uInt16 nIndex) return aRet; } // Graphic Bullet Type lib -GraphyicBulletsTypeMgr::GraphyicBulletsTypeMgr() +GraphicBulletsTypeMgr::GraphicBulletsTypeMgr() : NBOTypeMgrBase(eNBOType::BULLETS) { Init(); } -GraphyicBulletsTypeMgr::~GraphyicBulletsTypeMgr() +GraphicBulletsTypeMgr::~GraphicBulletsTypeMgr() { for (const GrfBulDataRelation* p : aGrfDataLst) delete p; } -class theGraphyicBulletsTypeMgr : public rtl::Static<GraphyicBulletsTypeMgr, theGraphyicBulletsTypeMgr> {}; +class theGraphicBulletsTypeMgr : public rtl::Static<GraphicBulletsTypeMgr, theGraphicBulletsTypeMgr> {}; -GraphyicBulletsTypeMgr& GraphyicBulletsTypeMgr::GetInstance() +GraphicBulletsTypeMgr& GraphicBulletsTypeMgr::GetInstance() { - return theGraphyicBulletsTypeMgr::get(); + return theGraphicBulletsTypeMgr::get(); } -void GraphyicBulletsTypeMgr::Init() +void GraphicBulletsTypeMgr::Init() { std::vector<OUString> aGrfNames; GalleryExplorer::FillObjList(GALLERY_THEME_BULLETS, aGrfNames); @@ -540,7 +540,7 @@ void GraphyicBulletsTypeMgr::Init() aGrfDataLst.push_back(pEntry); } } -sal_uInt16 GraphyicBulletsTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 /*nFromIndex*/) +sal_uInt16 GraphicBulletsTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uInt16 mLevel,sal_uInt16 /*nFromIndex*/) { if ( mLevel == (sal_uInt16)0xFFFF || mLevel == 0) return (sal_uInt16)0xFFFF; @@ -576,7 +576,7 @@ sal_uInt16 GraphyicBulletsTypeMgr::GetNBOIndexForNumRule(SvxNumRule& aNum,sal_uI return (sal_uInt16)0xFFFF; } -void GraphyicBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum, sal_uInt16 nIndex, sal_uInt16 mLevel) +void GraphicBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum, sal_uInt16 nIndex, sal_uInt16 mLevel) { if ( mLevel == (sal_uInt16)0xFFFF || mLevel > aNum.GetLevelCount() || mLevel == 0) return; @@ -616,7 +616,7 @@ void GraphyicBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum, sal_uInt16 nIndex } } -void GraphyicBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum, sal_uInt16 nIndex, sal_uInt16 mLevel, bool /*isDefault*/, bool /*isResetSize*/) +void GraphicBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum, sal_uInt16 nIndex, sal_uInt16 mLevel, bool /*isDefault*/, bool /*isResetSize*/) { //if ( mLevel == (sal_uInt16)0xFFFF ) // return sal_False; @@ -659,7 +659,7 @@ void GraphyicBulletsTypeMgr::ApplyNumRule(SvxNumRule& aNum, sal_uInt16 nIndex, s } } -OUString GraphyicBulletsTypeMgr::GetDescription(sal_uInt16 nIndex, bool /*isDefault*/) +OUString GraphicBulletsTypeMgr::GetDescription(sal_uInt16 nIndex, bool /*isDefault*/) { OUString sRet; sal_uInt16 nLength = 0; @@ -678,7 +678,7 @@ OUString GraphyicBulletsTypeMgr::GetDescription(sal_uInt16 nIndex, bool /*isDefa return sRet; } -bool GraphyicBulletsTypeMgr::IsCustomized(sal_uInt16 nIndex) +bool GraphicBulletsTypeMgr::IsCustomized(sal_uInt16 nIndex) { bool bRet = false; @@ -698,7 +698,7 @@ bool GraphyicBulletsTypeMgr::IsCustomized(sal_uInt16 nIndex) return bRet; } -OUString GraphyicBulletsTypeMgr::GetGrfName(sal_uInt16 nIndex) +OUString GraphicBulletsTypeMgr::GetGrfName(sal_uInt16 nIndex) { OUString sRet; if ( nIndex < aGrfDataLst.size() ) @@ -813,7 +813,7 @@ void MixBulletsTypeMgr::Init() static_cast<BulletsSettings_Impl*>(pActualBullets[5]->pBullets)->eType = eNBType::BULLETS; } - GraphyicBulletsTypeMgr& rGrfTMgr = GraphyicBulletsTypeMgr::GetInstance(); + GraphicBulletsTypeMgr& rGrfTMgr = GraphicBulletsTypeMgr::GetInstance(); { //Index 7 pActualBullets[6] = new MixBulletsSettings_Impl(eNBType::GRAPHICBULLETS); @@ -952,7 +952,7 @@ void MixBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_u GrfBulDataRelation* pEntry = static_cast<GrfBulDataRelation*>(pActualBullets[nIndex]->pBullets); if ( !aGrfName.isEmpty() ) pEntry->sGrfName = aGrfName; - GraphyicBulletsTypeMgr& rGrfTMgr = GraphyicBulletsTypeMgr::GetInstance(); + GraphicBulletsTypeMgr& rGrfTMgr = GraphicBulletsTypeMgr::GetInstance(); { pActualBullets[nIndex]->nIndexDefault = (sal_uInt16)0xFFFF; sEmpty = SVX_RESSTR( RID_SVXSTR_NUMBULLET_CUSTOM_BULLET_DESCRIPTION); @@ -1012,7 +1012,7 @@ void MixBulletsTypeMgr::RelplaceNumRule(SvxNumRule& aNum,sal_uInt16 nIndex,sal_u static_cast<GrfBulDataRelation*>(pActualBullets[nIndex]->pBullets)->sGrfName = aGrfName; static_cast<GrfBulDataRelation*>(pActualBullets[nIndex]->pBullets)->bIsCustomized = true; static_cast<GrfBulDataRelation*>(pActualBullets[nIndex]->pBullets)->eType = eNBType::GRAPHICBULLETS; - GraphyicBulletsTypeMgr& rGrfTMgr = GraphyicBulletsTypeMgr::GetInstance(); + GraphicBulletsTypeMgr& rGrfTMgr = GraphicBulletsTypeMgr::GetInstance(); { pActualBullets[nIndex]->nIndexDefault = (sal_uInt16)0xFFFF; OUString aStrFromRES = SVX_RESSTR( RID_SVXSTR_NUMBULLET_CUSTOM_BULLET_DESCRIPTION); diff --git a/svx/source/sidebar/nbdtmgfact.cxx b/svx/source/sidebar/nbdtmgfact.cxx index 06a699551942..ba57105ed8d4 100644 --- a/svx/source/sidebar/nbdtmgfact.cxx +++ b/svx/source/sidebar/nbdtmgfact.cxx @@ -30,7 +30,7 @@ NBOTypeMgrBase* CreateInstance(const NBOType aType) } else if ( aType == eNBOType::GRAPHICBULLETS ) { - return &GraphyicBulletsTypeMgr::GetInstance(); + return &GraphicBulletsTypeMgr::GetInstance(); } else if ( aType == eNBOType::MIXBULLETS ) { |