Home
last modified time | relevance | path

Searched refs:iButton (Results 1 – 2 of 2) sorted by relevance

/aoo4110/main/sfx2/source/sidebar/
H A DFocusManager.cxx112 iButton!=iEnd; in ClearButtons()
113 ++iButton) in ClearButtons()
115 UnregisterWindow(**iButton); in ClearButtons()
169 iButton!=iEnd; in SetButtons()
170 ++iButton) in SetButtons()
172 RegisterWindow(**iButton); in SetButtons()
250 iButton!=iEnd; in IsAnyButtonFocused()
251 ++iButton) in IsAnyButtonFocused()
253 if ((*iButton)->HasFocus()) in IsAnyButtonFocused()
399 if (iButton != maButtons.end()) in RemoveWindow()
[all …]
/aoo4110/main/vcl/source/window/
H A Ddlgctrl.cxx537 sal_uInt16 iButton; in ImplDlgCtrl() local
573 pButtonWindow = ImplGetChildWindow( this, nFormStart, iButton, sal_True ); in ImplDlgCtrl()
574 iButtonStart = iButton; in ImplDlgCtrl()
581 pButtonWindow = ImplGetNextWindow( this, iButton, iButton, sal_True ); in ImplDlgCtrl()
582 if ( (iButton <= iButtonStart) || (iButton > nFormEnd) ) in ImplDlgCtrl()
649 pButtonWindow = ImplGetChildWindow( this, nFormStart, iButton, sal_True ); in ImplDlgCtrl()
650 iButtonStart = iButton; in ImplDlgCtrl()
656 pButtonWindow = ImplGetNextWindow( this, iButton, iButton, sal_True ); in ImplDlgCtrl()
657 if ( (iButton <= iButtonStart) || (iButton > nFormEnd) ) in ImplDlgCtrl()

Completed in 25 milliseconds