Home
last modified time | relevance | path

Searched refs:m_aComponentTags (Results 1 – 3 of 3) sorted by relevance

/AOO42X/main/vcl/source/helper/
H A Dcanvasbitmap.cxx92 m_aComponentTags.realloc(3); in setComponentInfo()
93 sal_Int8* pTags = m_aComponentTags.getArray(); in setComponentInfo()
111 m_aComponentTags(), in VclCanvasBitmap()
250 m_aComponentTags.realloc(4); in VclCanvasBitmap()
251 sal_Int8* pTags = m_aComponentTags.getArray(); in VclCanvasBitmap()
278 m_aComponentTags.realloc(4); in VclCanvasBitmap()
279 sal_Int8* pTags = m_aComponentTags.getArray(); in VclCanvasBitmap()
306 m_aComponentTags.realloc(4); in VclCanvasBitmap()
307 sal_Int8* pTags = m_aComponentTags.getArray(); in VclCanvasBitmap()
334 m_aComponentTags.realloc(4); in VclCanvasBitmap()
[all …]
H A Dcanvastools.cxx619 uno::Sequence< sal_Int8 > m_aComponentTags; member in vcl::unotools::__anona6979d700211::StandardColorSpace
627 return m_aComponentTags; in getComponentTags()
751 StandardColorSpace() : m_aComponentTags(4) in StandardColorSpace()
753 sal_Int8* pTags = m_aComponentTags.getArray(); in StandardColorSpace()
/AOO42X/main/vcl/inc/
H A Dcanvasbitmap.hxx51 com::sun::star::uno::Sequence<sal_Int8> m_aComponentTags; member in vcl::unotools::VclCanvasBitmap