Lines Matching refs:pProperties
174 PropertyValue* pProperties = aProperties.getArray(); in IMPL_LINK() local
175 pProperties[0].Name = C2U("DataSourceName"); in IMPL_LINK()
176 pProperties[0].Value <<= sDataSourceName; in IMPL_LINK()
177 pProperties[1].Name = C2U("Command"); in IMPL_LINK()
178 pProperties[1].Value <<= sTableOrQuery; in IMPL_LINK()
179 pProperties[2].Name = C2U("CommandType"); in IMPL_LINK()
180 pProperties[2].Value <<= nCommandType; in IMPL_LINK()
181 pProperties[3].Name = C2U("ShowTreeView"); in IMPL_LINK()
183 pProperties[3].Value <<= bFalse; in IMPL_LINK()
184 pProperties[4].Name = C2U("ShowTreeViewButton"); in IMPL_LINK()
185 pProperties[4].Value <<= bFalse; in IMPL_LINK()