Searched refs:SvpElement (Results 1 – 7 of 7) sorted by relevance
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()[all …]
31 class SvpElement class34 SvpElement();35 virtual ~SvpElement();
34 class SvpSalVirtualDevice : public SalVirtualDevice, public SvpElement41 SvpSalVirtualDevice( sal_uInt16 nBitCount ) : SvpElement(), m_nBitCount(nBitCount) {} in SvpSalVirtualDevice()
30 class SvpSalBitmap : public SalBitmap, public SvpElement
36 class SvpSalFrame : public SalFrame, public SvpElement
144 return SvpElement::getBitCountFromScanlineFormat( m_aDevice->getScanlineFormat() ); in GetBitCount()
114 SvpElement::getBitCountFromScanlineFormat( m_aBitmap->getScanlineFormat() ) in GetDepth()