Lines Matching refs:ItemFlags

58     typedef sal_uInt16  ItemFlags;  typedef
72 ControlState lcl_ItemToControlState( const ItemFlags i_nItemFlags ) in lcl_ItemToControlState()
91 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
92 …virtual void preRenderItem( const Rectangle& i_rContentRect, const ItemFlags i_nItemFlags )…
93 …enderItem( Window& i_rActualWindow, const Rectangle& i_rItemRect, const ItemFlags i_nItemFlags ) c…
116 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
117 …virtual void preRenderItem( const Rectangle& i_rContentRect, const ItemFlags i_nItemFlags )…
118 …enderItem( Window& i_rActualWindow, const Rectangle& i_rItemRect, const ItemFlags i_nItemFlags ) c…
137 …mRenderer::calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItemFlags ) c… in calculateDecorations()
145 …void VCLItemRenderer::preRenderItem( const Rectangle& i_rContentRect, const ItemFlags i_nItemFlags… in preRenderItem()
152 …enderItem( Window& i_rActualWindow, const Rectangle& i_rItemRect, const ItemFlags i_nItemFlags ) c… in postRenderItem()
190 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
191 …virtual void preRenderItem( const Rectangle& i_rContentRect, const ItemFlags i_nItemFlags )…
192 …enderItem( Window& i_rActualWindow, const Rectangle& i_rItemRect, const ItemFlags i_nItemFlags ) c…
211 …mRenderer::calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItemFlags ) c… in calculateDecorations()
231 …void NWFToolboxItemRenderer::preRenderItem( const Rectangle& i_rContentRect, const ItemFlags i_nIt… in preRenderItem()
245 …enderItem( Window& i_rActualWindow, const Rectangle& i_rItemRect, const ItemFlags i_nItemFlags ) c… in postRenderItem()
265 …virtual Rectangle calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItem…
266 …virtual void preRenderItem( const Rectangle& i_rContentRect, const ItemFlags i_nItemFlags )…
267 …enderItem( Window& i_rActualWindow, const Rectangle& i_rItemRect, const ItemFlags i_nItemFlags ) c…
291 …mRenderer::calculateDecorations( const Rectangle& i_rContentArea, const ItemFlags i_nItemFlags ) c… in calculateDecorations()
311 …void NWFTabItemRenderer::preRenderItem( const Rectangle& i_rContentRect, const ItemFlags i_nItemFl… in preRenderItem()
329 …enderItem( Window& i_rActualWindow, const Rectangle& i_rItemRect, const ItemFlags i_nItemFlags ) c… in postRenderItem()
385 …void InvalidateItem( const size_t i_nItemIndex, const ItemFlags i_nAddition…
405 ItemFlags impl_getItemFlags( const size_t i_nItemIndex ) const;
731 …void PanelTabBar_Impl::InvalidateItem( const size_t i_nItemIndex, const ItemFlags i_nAdditionalIte… in InvalidateItem()
734 const ItemFlags nItemFlags( impl_getItemFlags( i_nItemIndex ) | i_nAdditionalItemFlags ); in InvalidateItem()
744 ItemFlags PanelTabBar_Impl::impl_getItemFlags( const size_t i_nItemIndex ) const in impl_getItemFlags()
746 ItemFlags nItemFlags( ITEM_STATE_NORMAL ); in impl_getItemFlags()
773 const ItemFlags nItemFlags( impl_getItemFlags( i_nItemIndex ) ); in DrawItem()