Searched refs:TabWin_Impl (Results 1 – 2 of 2) sorted by relevance
/aoo4110/main/cui/source/inc/ |
H A D | tabstpge.hxx | 39 class TabWin_Impl; 104 TabWin_Impl* pLeftWin; 105 TabWin_Impl* pRightWin; 106 TabWin_Impl* pCenterWin; 107 TabWin_Impl* pDezWin;
|
/aoo4110/main/cui/source/tabpages/ |
H A D | tabstpge.cxx | 52 class TabWin_Impl : public Window class 58 TabWin_Impl( Window* pParent, const ResId& rId, sal_uInt16 nStyle ) : in TabWin_Impl() function in TabWin_Impl 88 void TabWin_Impl::Paint( const Rectangle& ) in Paint() 113 …pLeftWin ( new TabWin_Impl( this, CUI_RES( WIN_TABLEFT ), (sal_uInt16)(RULER_TAB_LEFT|WB_HO… in SvxTabulatorTabPage() 114 …pRightWin ( new TabWin_Impl( this, CUI_RES( WIN_TABRIGHT ), (sal_uInt16)(RULER_TAB_RIGHT|WB_… in SvxTabulatorTabPage() 115 …pCenterWin ( new TabWin_Impl( this, CUI_RES( WIN_TABCENTER ), (sal_uInt16)(RULER_TAB_CENTER|W… in SvxTabulatorTabPage() 116 …pDezWin ( new TabWin_Impl( this, CUI_RES( WIN_TABDECIMAL ), (sal_uInt16)(RULER_TAB_DECIMAL… in SvxTabulatorTabPage()
|
Completed in 14 milliseconds