Home
last modified time | relevance | path

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

/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx79 int GtkSalFrame::m_nFloats = 0;
315 void GtkSalFrame::doKeyCallback( guint state, in doKeyCallback()
385 GtkSalFrame::GraphicsHolder::~GraphicsHolder() in ~GraphicsHolder()
390 GtkSalFrame::GtkSalFrame( SalFrame* pParent, sal_uLong nStyle ) in GtkSalFrame() function in GtkSalFrame
400 GtkSalFrame::GtkSalFrame( SystemParentData* pSysData ) in GtkSalFrame() function in GtkSalFrame
410 GtkSalFrame::~GtkSalFrame() in ~GtkSalFrame()
452 void GtkSalFrame::moveWindow( long nX, long nY ) in moveWindow()
465 void GtkSalFrame::resizeWindow( long nWidth, long nHeight ) in resizeWindow()
506 void GtkSalFrame::updateScreenNumber() in updateScreenNumber()
526 void GtkSalFrame::InitCommon() in InitCommon()
[all …]
H A Dgtkobject.cxx32 GtkSalObject::GtkSalObject( GtkSalFrame* pParent, sal_Bool bShow ) in GtkSalObject()
/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx45 class GtkSalFrame : public SalFrame class
126 GtkSalFrame* m_pFrame;
135 IMHandler( GtkSalFrame* );
169 GtkSalFrame* m_pParent;
170 std::list< GtkSalFrame* > m_aChildren;
269 GtkSalFrame( SalFrame* pParent, sal_uLong nStyle );
270 GtkSalFrame( SystemParentData* pSysData );
294 virtual ~GtkSalFrame();
391 static GtkSalFrame *getFromWindow( GtkWindow *pWindow );
H A Dgtkgdi.hxx49 inline GtkSalFrame* GetGtkFrame() const { return static_cast<GtkSalFrame*>(m_pFrame); } in GetGtkFrame()
H A Dgtkobject.hxx43 GtkSalObject( GtkSalFrame* pParent, sal_Bool bShow = sal_True );
H A Dgtkdata.hxx51 class GtkSalFrame;
/trunk/main/vcl/unx/gtk/app/
H A Dgtkdata.cxx94 static_cast<GtkSalFrame*>(m_pCapture)->grabPointer( FALSE ); in deregisterFrame()
163 GtkSalFrame* pFrame = static_cast<GtkSalFrame*>(*it); in filterGdkEvent()
321 return static_cast<GtkSalFrame*>(*it)->Dispatch( pEvent ); in Dispatch()
497 GtkSalFrame* pFrame = static_cast<GtkSalFrame*>(pSFrame); in CaptureMouse()
502 static_cast<GtkSalFrame*>(m_pCapture)->grabPointer( FALSE ); in CaptureMouse()
511 static_cast<GtkSalFrame*>(m_pCapture)->grabPointer( FALSE ); in CaptureMouse()
515 static_cast<GtkSalFrame*>(pFrame)->grabPointer( TRUE ); in CaptureMouse()
H A Dgtkinst.cxx188 return new GtkSalFrame( pParent, nStyle ); in CreateFrame()
193 SalFrame* pFrame = new GtkSalFrame( pParentData ); in CreateChildFrame()
205 return new GtkSalObject( static_cast<GtkSalFrame*>(pParent), bShow ); in CreateObject()
/trunk/main/vcl/unx/gtk/a11y/
H A Datkfactory.cxx118 GtkSalFrame* pFrame = GtkSalFrame::getFromWindow( GTK_WINDOW( parent_widget ) ); in wrapper_factory_create_accessible()
H A Datkwindow.cxx182 GtkSalFrame *pFrame = GtkSalFrame::getFromWindow( GTK_WINDOW( data ) ); in ooo_window_wrapper_real_initialize()
/trunk/main/vcl/unx/gtk/gdi/
H A Dsalnativewidgets-gtk.cxx490 GtkSalFrame* pFrame = GetGtkFrame(); in copyBits()