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()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()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 SvpElement242 SvpElement::~SvpElement() in ~SvpElement()[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()
Completed in 30 milliseconds