Home
last modified time | relevance | path

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

/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx414 VirtualDevice m_aRenderDevice; member in svt::PanelTabBar_Impl
495 ,m_aRenderDevice( i_rTabBar ) in PanelTabBar_Impl()
507 if ( m_aRenderDevice.IsNativeControlSupported( CTRL_TAB_ITEM, PART_ENTIRE_CONTROL ) ) in PanelTabBar_Impl()
511 m_pRenderer.reset( new NWFTabItemRenderer( m_aRenderDevice ) ); in PanelTabBar_Impl()
514 if ( m_aRenderDevice.IsNativeControlSupported( CTRL_TOOLBAR, PART_BUTTON ) ) in PanelTabBar_Impl()
515 m_pRenderer.reset( new NWFToolboxItemRenderer( m_aRenderDevice ) ); in PanelTabBar_Impl()
517 m_pRenderer.reset( new VCLItemRenderer( m_aRenderDevice ) ); in PanelTabBar_Impl()
519 m_aRenderDevice.SetLineColor(); in PanelTabBar_Impl()
708 BitmapEx aBitmap( m_aRenderDevice.GetBitmapEx( in CopyFromRenderDevice()
831 m_aRenderDevice.SetOutputSizePixel( aLogicalOutputSize ); in Relayout()
[all …]