Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
implementation
|
|
|
|
|
|
position where to draw a separator between two items
|
|
|
|
EnableVisible will come handy
|
|
property, after we just set a new item list via itemListChanged
|
|
|
|
|
|
them without parent
|
|
|
|
Notes:
split repo tag: libs-gui_ooo/DEV300_m79
|
|
|
|
'browser-like' multi selection (where a single click onto an entry only toggles this entry)
|
|
control's peer)
|
|
|
|
|
|
underway
|
|
implies the SolarMutex is not locked when they're called
|
|
|
|
SolarMutex
|
|
without a locked SolarMutex. Intended for UNO listeners.
Employ this mechanism for VCLXButton's actionPerformed callbacks, so we don't get threading problems in those
callbacks.
Normally, *each and every* UNO notification would need to happen without a SolarMutex, like VCLXWindow itself
already does this for mouse events and window enabled/disabled events. However, for each and every event which
we migrate to this new mechanism, we need to carefully evaluate which C++ clients might need to be adjusted. Java
clients don't have a problem with this, of course.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
of OOo
|
|
|
|
|