Searched refs:VCLXFixedLine (Results 1 – 3 of 3) sorted by relevance
43 DBG_NAME( VCLXFixedLine ) in DBG_NAME() argument45 VCLXFixedLine::VCLXFixedLine() in DBG_NAME()48 DBG_CTOR( VCLXFixedLine, NULL ); in DBG_NAME()51 VCLXFixedLine::~VCLXFixedLine() in ~VCLXFixedLine()53 DBG_DTOR( VCLXFixedLine, NULL ); in ~VCLXFixedLine()56 IMPLEMENT_FORWARD_XTYPEPROVIDER1( VCLXFixedLine, VCLXWindow );58 void SAL_CALL VCLXFixedLine::dispose() throw(RuntimeException) in dispose()70 ::com::sun::star::awt::Size SAL_CALL VCLXFixedLine::getMinimumSize() in getMinimumSize()76 void VCLXFixedLine::ProcessWindowEvent( const VclWindowEvent& _rVclWindowEvent ) in ProcessWindowEvent()92 void SAL_CALL VCLXFixedLine::setProperty( const ::rtl::OUString& PropertyName, const Any &Value ) t… in setProperty()[all …]
37 class VCLXFixedLine :public VCLXWindow class40 VCLXFixedLine();43 ~VCLXFixedLine();65 VCLXFixedLine( const VCLXFixedLine& ); // never implemented66 VCLXFixedLine& operator=( const VCLXFixedLine& ); // never implemented
523 *component = new layoutimpl::VCLXFixedLine(); in layoutCreateWindow()
Completed in 10 milliseconds