Home
last modified time | relevance | path

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

/trunk/main/svtools/inc/svtools/
H A Deditbrowsebox.hxx203 class SVT_DLLPUBLIC MultiLineTextCell : public MultiLineEdit class
206 MultiLineTextCell( Window* _pParent, WinBits _nStyle ) in MultiLineTextCell() function in svt::MultiLineTextCell
227 typedef GenericEditImplementation< MultiLineTextCell > MultiLineEditImplementation_Base;
231 …MultiLineEditImplementation( MultiLineTextCell& _rEdit ) : MultiLineEditImplementation_Base( _rEdi… in MultiLineEditImplementation()
250 EditCellController( MultiLineTextCell* _pEdit );
/trunk/main/svtools/source/brwbox/
H A Debbcontrols.cxx403 EditCellController::EditCellController( MultiLineTextCell* _pEdit ) in EditCellController()
549 void MultiLineTextCell::Modify() in Modify()
556 sal_Bool MultiLineTextCell::dispatchKeyEvent( const KeyEvent& _rEvent ) in dispatchKeyEvent()
584 long MultiLineTextCell::PreNotify( NotifyEvent& rNEvt ) in PreNotify()
/trunk/main/svx/source/fmcomp/
H A Dgridcell.cxx1136 m_pWindow = new MultiLineTextCell( &rParent, nStyle ); in Init()
1137 … m_pEdit = new MultiLineEditImplementation( *static_cast< MultiLineTextCell* >( m_pWindow ) ); in Init()
1139 m_pPainter = new MultiLineTextCell( &rParent, nStyle ); in Init()
1140 …m_pPainterImplementation = new MultiLineEditImplementation( *static_cast< MultiLineTextCell* >( m_… in Init()

Completed in 64 milliseconds