Home
last modified time | relevance | path

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

/AOO41X/main/forms/source/richtext/
H A Drichtextcontrol.cxx242ORichTextPeer* pPeer = ORichTextPeer::Create( xModel, pParentWin, getWinBits( xModel ) ); in createPeer()
333 DBG_NAME( ORichTextPeer ) in DBG_NAME() argument
335ORichTextPeer* ORichTextPeer::Create( const Reference< XControlModel >& _rxModel, Window* _pParent… in DBG_NAME()
346 ORichTextPeer* pPeer = new ORichTextPeer; in DBG_NAME()
360 ORichTextPeer::ORichTextPeer() in ORichTextPeer() function in frm::ORichTextPeer
362 DBG_CTOR( ORichTextPeer, NULL ); in ORichTextPeer()
366 ORichTextPeer::~ORichTextPeer() in ~ORichTextPeer()
368 DBG_DTOR( ORichTextPeer, NULL ); in ~ORichTextPeer()
372 void ORichTextPeer::dispose( ) throw(RuntimeException) in dispose()
398 …void SAL_CALL ORichTextPeer::draw( sal_Int32 _nX, sal_Int32 _nY ) throw(::com::sun::star::uno::Run… in draw()
[all …]
H A Drichtextcontrol.hxx100 class ORichTextPeer :public VCLXWindow class
114 static ORichTextPeer* Create(
124 ORichTextPeer();
125 ~ORichTextPeer();