Home
last modified time | relevance | path

Searched refs:MixBulletsSettings_Impl (Results 1 – 2 of 2) sorted by relevance

/trunk/main/svx/inc/svx/
H A Dnbdtmg.hxx143 class SVX_DLLPUBLIC MixBulletsSettings_Impl class
151 MixBulletsSettings_Impl(NBType eTy) : in MixBulletsSettings_Impl() function in svx::sidebar::MixBulletsSettings_Impl
157 ~MixBulletsSettings_Impl(){} in ~MixBulletsSettings_Impl()
302 static MixBulletsSettings_Impl* pActualBullets[DEFAULT_BULLET_TYPES];
303 static MixBulletsSettings_Impl* pDefaultActualBullets[DEFAULT_BULLET_TYPES];
/trunk/main/svx/source/sidebar/
H A Dnbdtmg.cxx848 MixBulletsSettings_Impl* MixBulletsTypeMgr::pActualBullets[] ={0,0,0,0,0,0,0,0};
849 MixBulletsSettings_Impl* MixBulletsTypeMgr::pDefaultActualBullets[] ={0,0,0,0,0,0,0,0};
917 pActualBullets[0] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
929 pActualBullets[1] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
941 pActualBullets[2] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
953 pActualBullets[3] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
965 pActualBullets[4] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
977 pActualBullets[5] = new MixBulletsSettings_Impl(eNBType::BULLETS); in Init()
993 pActualBullets[6] = new MixBulletsSettings_Impl(eNBType::GRAPHICBULLETS); in Init()
1004 pActualBullets[7] = new MixBulletsSettings_Impl(eNBType::GRAPHICBULLETS); in Init()
[all …]