Lines Matching refs:SwDefBulletConfig
1262 class SwDefBulletConfig : private utl::ConfigItem class
1265 static SwDefBulletConfig* getInstance() in getInstance()
1269 mpInstance = new SwDefBulletConfig; in getInstance()
1308 SwDefBulletConfig();
1342 static SwDefBulletConfig* mpInstance;
1357 SwDefBulletConfig* SwDefBulletConfig::mpInstance = 0;
1359 SwDefBulletConfig::SwDefBulletConfig() in SwDefBulletConfig() function in numfunc::SwDefBulletConfig
1378 void SwDefBulletConfig::SetToDefault() in SetToDefault()
1414 uno::Sequence<rtl::OUString> SwDefBulletConfig::GetPropNames() const in GetPropNames()
1435 void SwDefBulletConfig::LoadConfig() in LoadConfig()
1495 void SwDefBulletConfig::InitFont() in InitFont()
1504 void SwDefBulletConfig::Notify( const uno::Sequence<rtl::OUString>& ) in Notify()
1511 void SwDefBulletConfig::Commit() in Commit()
1517 return SwDefBulletConfig::getInstance()->GetFontname(); in GetDefBulletFontname()
1523 return SwDefBulletConfig::getInstance()->IsFontnameUserDefined(); in IsDefBulletFontUserDefined()
1529 return SwDefBulletConfig::getInstance()->GetFont(); in GetDefBulletFont()
1534 return SwDefBulletConfig::getInstance()->GetChar( nLevel ); in GetBulletChar()