Home
last modified time | relevance | path

Searched refs:SvpElement (Results 1 – 7 of 7) sorted by relevance

/trunk/main/vcl/unx/headless/
H A Dsvpelement.cxx53 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 SvpElement
242 SvpElement::~SvpElement() in ~SvpElement()
[all …]
H A Dsvpelement.hxx31 class SvpElement class
34 SvpElement();
35 virtual ~SvpElement();
H A Dsvpvd.hxx34 class SvpSalVirtualDevice : public SalVirtualDevice, public SvpElement
41 SvpSalVirtualDevice( sal_uInt16 nBitCount ) : SvpElement(), m_nBitCount(nBitCount) {} in SvpSalVirtualDevice()
H A Dsvpbmp.hxx30 class SvpSalBitmap : public SalBitmap, public SvpElement
H A Dsvpframe.hxx36 class SvpSalFrame : public SalFrame, public SvpElement
H A Dsvpgdi.cxx144 return SvpElement::getBitCountFromScanlineFormat( m_aDevice->getScanlineFormat() ); in GetBitCount()
H A Dsvppspgraphics.cxx114 SvpElement::getBitCountFromScanlineFormat( m_aBitmap->getScanlineFormat() ) in GetDepth()

Completed in 31 milliseconds