Home
last modified time | relevance | path

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

/trunk/main/svtools/source/toolpanel/
H A Dpaneltabbar.cxx559 const Size aTextOnlySize( impl_calculateItemContentSize( pPanel, TABITEM_TEXT_ONLY ) ); in impl_calcItemRects()
585 const bool bUseImage = !!aImage && ( i_eItemContent != TABITEM_TEXT_ONLY ); in impl_calculateItemContentSize()
640 const bool bUseImage = !!aItemImage && ( i_eItemContent != TABITEM_TEXT_ONLY ); in impl_renderItemContent()
H A Dtabitemdescriptor.hxx68 : ( ( i_eItemContent == TABITEM_TEXT_ONLY ) in GetRect()
H A Dtabbargeometry.cxx228 TABITEM_TEXT_ONLY, in impl_fitItems()
/trunk/main/svtools/inc/svtools/toolpanel/
H A Dtabitemcontent.hxx36 TABITEM_TEXT_ONLY, enumerator
/trunk/main/svtools/workben/toolpanel/
H A Dtoolpaneltest.cxx734 rController.SetTabItemContent( TABITEM_TEXT_ONLY ); in IMPL_LINK()