Home
last modified time | relevance | path

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

/trunk/main/forms/source/richtext/
H A Drichtextcontrol.cxx535 OAttributeDispatcher* pAttributeDispatcher = NULL; in implCreateDispatcher() local
556pAttributeDispatcher = new OParagraphDirectionDispatcher( pRichTextControl->getView(), _nSlotId, _… in implCreateDispatcher()
567pAttributeDispatcher = new OAsianFontLayoutDispatcher( pRichTextControl->getView(), _nSlotId, _rUR… in implCreateDispatcher()
635pAttributeDispatcher = new OParametrizedAttributeDispatcher( pRichTextControl->getView(), _nSlotId… in implCreateDispatcher()
644pAttributeDispatcher = new OAttributeDispatcher( pRichTextControl->getView(), _nSlotId, _rURL, pRi… in implCreateDispatcher()
660 if ( pAttributeDispatcher ) in implCreateDispatcher()
662 xDispatcher = SingleAttributeDispatcher( pAttributeDispatcher ); in implCreateDispatcher()
663 pRichTextControl->enableAttributeNotification( _nSlotId, pAttributeDispatcher ); in implCreateDispatcher()

Completed in 13 milliseconds