Lines Matching refs:SvpElement
53 std::list< SvpElement* > m_aElements;
60 void registerElement( SvpElement* pElement ) { m_aElements.push_back(pElement); } in registerElement()
61 void deregisterElement( SvpElement* pElement ) { m_aElements.remove(pElement); } in deregisterElement()
150 static const char* matchType( SvpElement* pEle ) in matchType()
172 std::hash_map< rtl::OString, std::list<SvpElement*>, rtl::OStringHash > aMap; in IMPL_LINK()
173 for( std::list< SvpElement* >::const_iterator it = m_aElements.begin(); in IMPL_LINK()
176 std::list<SvpElement*>& rList = aMap[matchType(*it)]; in IMPL_LINK()
179 …for( std::hash_map< rtl::OString, std::list<SvpElement*>, rtl::OStringHash>::const_iterator hash_i… in IMPL_LINK()
185 for( std::list<SvpElement*>::const_iterator it = hash_it->second.begin(); in IMPL_LINK()
196 SvpElement* pElement = reinterpret_cast<SvpElement*>(aId); in IMPL_LINK()
197 for( std::list< SvpElement* >::const_iterator it = m_aElements.begin(); in IMPL_LINK()
235 SvpElement::SvpElement() in SvpElement() function in SvpElement
242 SvpElement::~SvpElement() in ~SvpElement()
249 sal_uInt32 SvpElement::getBitCountFromScanlineFormat( sal_Int32 nFormat ) in getBitCountFromScanlineFormat()