Lines Matching refs:ExtendedColorConfig

66 ExtendedColorConfig_Impl*    ExtendedColorConfig::m_pImpl = NULL;
245 if ( ExtendedColorConfig::m_pImpl ) in DisableBroadcast()
246 ExtendedColorConfig::m_pImpl->m_bIsBroadcastEnabled = sal_False; in DisableBroadcast()
251 if ( ExtendedColorConfig::m_pImpl ) in EnableBroadcast()
252 ExtendedColorConfig::m_pImpl->m_bIsBroadcastEnabled = sal_True; in EnableBroadcast()
257 …return ExtendedColorConfig::m_pImpl ? ExtendedColorConfig::m_pImpl->m_bIsBroadcastEnabled : sal_Fa… in IsEnableBroadcast()
581 m_bBroadcastWhenUnlocked = ExtendedColorConfig::m_pImpl != NULL; in UnlockBroadcast()
584 if ( ExtendedColorConfig::m_pImpl->IsEnableBroadcast() ) in UnlockBroadcast()
587 ExtendedColorConfig::m_pImpl->Broadcast(SfxSimpleHint(SFX_HINT_COLORS_CHANGED)); in UnlockBroadcast()
616 ExtendedColorConfig::ExtendedColorConfig() in ExtendedColorConfig() function in svtools::ExtendedColorConfig
627 ExtendedColorConfig::~ExtendedColorConfig() in ~ExtendedColorConfig()
640 ExtendedColorConfigValue ExtendedColorConfig::GetColorValue(const ::rtl::OUString& _sComponentName,… in GetColorValue()
645 sal_Int32 ExtendedColorConfig::GetComponentCount() const in GetComponentCount()
650 sal_Int32 ExtendedColorConfig::GetComponentColorCount(const ::rtl::OUString& _sName) const in GetComponentColorCount()
655 ExtendedColorConfigValue ExtendedColorConfig::GetComponentColorConfigValue(const ::rtl::OUString& _… in GetComponentColorConfigValue()
660 ::rtl::OUString ExtendedColorConfig::GetComponentName(sal_uInt32 _nPos) const in GetComponentName()
665 ::rtl::OUString ExtendedColorConfig::GetComponentDisplayName(const ::rtl::OUString& _sComponentName… in GetComponentDisplayName()
673 void ExtendedColorConfig::Notify( SfxBroadcaster& /*rBC*/, const SfxHint& rHint ) in Notify()