Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/unx/gtk/
H A Dgtkframe.hxx395 #define OOO_TYPE_FIXED ooo_fixed_get_type()
399 GType ooo_fixed_get_type( void );
/trunk/main/vcl/unx/gtk/window/
H A Dgtkframe.cxx480 ooo_fixed_get_type() in ooo_fixed_get_type() function
577 m_pFixedContainer = GTK_FIXED(g_object_new( ooo_fixed_get_type(), NULL )); in InitCommon()