Home
last modified time | relevance | path

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

/trunk/main/cli_ure/qa/climaker/
H A Dtestobjects.cs41 m_args = new Any[] {new Any(typeof(ucss.uno.XComponentContext), ctx)}; in Component()
47 m_args = new Any[args.Length + 1]; in Component()
48 m_args[0] = new Any(typeof(ucss.uno.XComponentContext), ctx); in Component()
50 m_args[i+1] = args[i]; in Component()
57 return m_args;
556 Any[] m_args; field in Component

Completed in 16 milliseconds