Lines Matching refs:aProperties

260 			comphelper::PropertyVector aProperties(6);  in getStaticPropertySetInfo()  local
262 aProperties[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Width" ) ); in getStaticPropertySetInfo()
263 aProperties[0].Handle = Property_Width; in getStaticPropertySetInfo()
264 aProperties[0].Type = ::getCppuType((const sal_Int32*)0); in getStaticPropertySetInfo()
265 aProperties[0].Attributes = 0; in getStaticPropertySetInfo()
267 aProperties[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "OptimalWidth" ) ); in getStaticPropertySetInfo()
268 aProperties[1].Handle = Property_OptimalWidth; in getStaticPropertySetInfo()
269 aProperties[1].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
270 aProperties[1].Attributes = 0; in getStaticPropertySetInfo()
272 aProperties[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVisible" ) ); in getStaticPropertySetInfo()
273 aProperties[2].Handle = Property_IsVisible; in getStaticPropertySetInfo()
274 aProperties[2].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
275 aProperties[2].Attributes = 0; in getStaticPropertySetInfo()
277 aProperties[3].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "IsStartOfNewPage" ) ); in getStaticPropertySetInfo()
278 aProperties[3].Handle = Property_IsStartOfNewPage; in getStaticPropertySetInfo()
279 aProperties[3].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
280 aProperties[3].Attributes = 0; in getStaticPropertySetInfo()
282 aProperties[4].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Size" ) ); in getStaticPropertySetInfo()
283 aProperties[4].Handle = Property_Width; in getStaticPropertySetInfo()
284 aProperties[4].Type = ::getCppuType((const sal_Int32*)0); in getStaticPropertySetInfo()
285 aProperties[4].Attributes = 0; in getStaticPropertySetInfo()
287 aProperties[5].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "OptimalSize" ) ); in getStaticPropertySetInfo()
288 aProperties[5].Handle = Property_OptimalWidth; in getStaticPropertySetInfo()
289 aProperties[5].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
290 aProperties[5].Attributes = 0; in getStaticPropertySetInfo()
292 xInfo.set( new ::comphelper::FastPropertySetInfo(aProperties) ); in getStaticPropertySetInfo()