Lines Matching refs:ID
54 /** create a new tab and return an unique ID,
59 an unique ID for this new tab.
64 /** remove a tab with the given ID.
66 @param ID
67 the ID of the tab, which should be removed.
70 if the specified ID isnt used inside this tab controller.
72 void removeTab( [in] long ID )
101 @param ID
102 the ID of the tab, which should be changed.
105 if the specified ID isnt used inside this tab controller.
107 void setTabProps( [in] long ID ,
114 @param ID
115 the ID of the tab.
118 if the specified ID isnt used inside this tab controller.
120 sequence< com::sun::star::beans::NamedValue > getTabProps( [in] long ID )
130 @param ID
131 the ID of the new active tab.
134 if the specified ID isnt used inside this tab controller.
136 void activateTab( [in] long ID )
140 /** return the unique ID of the current active tab.
143 the ID of the active tab.