Lines Matching refs:aArgs
245 Sequence< PropertyValue > aArgs( 5 ); in impl_doOpenDesignerFrame_nothrow() local
246 aArgs[0].Name = PROPERTY_ACTIVE_CONNECTION; in impl_doOpenDesignerFrame_nothrow()
247 aArgs[0].Value <<= m_xConnection.getTyped(); in impl_doOpenDesignerFrame_nothrow()
249 aArgs[1].Name = PROPERTY_COMMAND; in impl_doOpenDesignerFrame_nothrow()
250 aArgs[1].Value <<= m_xObjectAdapter->getSQLCommand(); in impl_doOpenDesignerFrame_nothrow()
251 aArgs[2].Name = PROPERTY_COMMANDTYPE; in impl_doOpenDesignerFrame_nothrow()
252 aArgs[2].Value <<= (sal_Int32)CommandType::COMMAND; in impl_doOpenDesignerFrame_nothrow()
253 aArgs[3].Name = PROPERTY_ESCAPE_PROCESSING; in impl_doOpenDesignerFrame_nothrow()
254 aArgs[3].Value <<= m_xObjectAdapter->getEscapeProcessing(); in impl_doOpenDesignerFrame_nothrow()
256 aArgs[4].Name = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "GraphicalDesign" ) ); in impl_doOpenDesignerFrame_nothrow()
257 aArgs[4].Value <<= m_xObjectAdapter->getEscapeProcessing(); in impl_doOpenDesignerFrame_nothrow()
263 aArgs in impl_doOpenDesignerFrame_nothrow()