Home
last modified time | relevance | path

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

/aoo4110/main/forms/source/richtext/
H A Drichtextcontrol.cxx573 bool bSupportedSlot = false; in implCreateDispatcher() local
574 if ( !bSupportedSlot ) in implCreateDispatcher()
577 bSupportedSlot = rPool.IsInRange( rPool.GetWhich( _nSlotId ) ); in implCreateDispatcher()
579 if ( !bSupportedSlot ) in implCreateDispatcher()
580 bSupportedSlot = RichTextControl::isMappableSlot( _nSlotId ); in implCreateDispatcher()
582 if ( bSupportedSlot ) in implCreateDispatcher()

Completed in 13 milliseconds