Searched refs:xQueryDesignProps (Results 1 – 1 of 1) sorted by relevance
271 Reference< XPropertySet > xQueryDesignProps( m_xDesigner, UNO_QUERY ); in impl_doOpenDesignerFrame_nothrow() local272 …OSL_ENSURE( xQueryDesignProps.is(), "SQLCommandDesigner::impl_doOpenDesignerFrame_nothrow: the con… in impl_doOpenDesignerFrame_nothrow()273 if ( xQueryDesignProps.is() ) in impl_doOpenDesignerFrame_nothrow()275 xQueryDesignProps->addPropertyChangeListener( PROPERTY_ACTIVECOMMAND, this ); in impl_doOpenDesignerFrame_nothrow()276 … xQueryDesignProps->addPropertyChangeListener( PROPERTY_ESCAPE_PROCESSING, this ); in impl_doOpenDesignerFrame_nothrow()
Completed in 11 milliseconds