Home
last modified time | relevance | path

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

/trunk/main/dbaccess/source/ui/app/
H A DAppDetailPageHelper.cxx220 class OTablePreviewWindow : public Window class
227 OTablePreviewWindow( Window* pParent, WinBits nStyle = 0 );
231OTablePreviewWindow::OTablePreviewWindow(Window* pParent, WinBits nStyle) : Window( pParent, nStyl… in OTablePreviewWindow() function in __anon78d4ad440111::OTablePreviewWindow
236 long OTablePreviewWindow::Notify( NotifyEvent& rNEvt ) in Notify()
240 PostUserEvent( LINK( this, OTablePreviewWindow, OnDisableInput) ); in Notify()
244 IMPL_LINK(OTablePreviewWindow, OnDisableInput, void*, EMPTYARG) in IMPL_LINK() argument
250 void OTablePreviewWindow::DataChanged( const DataChangedEvent& rDCEvt ) in DataChanged()
262 …void OTablePreviewWindow::ImplInitSettings( sal_Bool bFont, sal_Bool bForeground, sal_Bool bBackgr… in ImplInitSettings()
315 m_pTablePreview = new OTablePreviewWindow(&m_aBorder,WB_READONLY | WB_DIALOGCONTROL ); in DBG_NAME()

Completed in 26 milliseconds