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
556 …pAttributeDispatcher = new OParagraphDirectionDispatcher( pRichTextControl->getView(), _nSlotId, _… in implCreateDispatcher()
567 …pAttributeDispatcher = new OAsianFontLayoutDispatcher( pRichTextControl->getView(), _nSlotId, _rUR… in implCreateDispatcher()
635 …pAttributeDispatcher = new OParametrizedAttributeDispatcher( pRichTextControl->getView(), _nSlotId… in implCreateDispatcher()
644 …pAttributeDispatcher = 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()