Home
last modified time | relevance | path

Searched defs:ImplTabCtrlData (Results 1 – 1 of 1) sorted by path

/trunk/main/vcl/source/control/
H A Dtabctrl.cxx71 struct ImplTabCtrlData struct
73 std::hash_map< int, int > maLayoutPageIdToLine;
74 std::hash_map< int, int > maLayoutLineToPageId;
75 std::vector< Rectangle > maTabRectangles;
76 Point maItemsOffset; // offset of the tabitems
77 std::vector< ImplTabItem > maItemList;
78 ListBox* mpListBox;
79 Size maMinSize;

Completed in 26 milliseconds