Lines Matching refs:aProperties

335 			comphelper::PropertyVector aProperties(6);  in getStaticPropertySetInfo()  local
337 aProperties[0].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Height" ) ); in getStaticPropertySetInfo()
338 aProperties[0].Handle = Property_Height; in getStaticPropertySetInfo()
339 aProperties[0].Type = ::getCppuType((const sal_Int32*)0); in getStaticPropertySetInfo()
340 aProperties[0].Attributes = 0; in getStaticPropertySetInfo()
342 aProperties[1].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "OptimalHeight" ) ); in getStaticPropertySetInfo()
343 aProperties[1].Handle = Property_OptimalHeight; in getStaticPropertySetInfo()
344 aProperties[1].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
345 aProperties[1].Attributes = 0; in getStaticPropertySetInfo()
347 aProperties[2].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "IsVisible" ) ); in getStaticPropertySetInfo()
348 aProperties[2].Handle = Property_IsVisible; in getStaticPropertySetInfo()
349 aProperties[2].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
350 aProperties[2].Attributes = 0; in getStaticPropertySetInfo()
352 aProperties[3].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "IsStartOfNewPage" ) ); in getStaticPropertySetInfo()
353 aProperties[3].Handle = Property_IsStartOfNewPage; in getStaticPropertySetInfo()
354 aProperties[3].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
355 aProperties[3].Attributes = 0; in getStaticPropertySetInfo()
357 aProperties[4].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "Size" ) ); in getStaticPropertySetInfo()
358 aProperties[4].Handle = Property_Height; in getStaticPropertySetInfo()
359 aProperties[4].Type = ::getCppuType((const sal_Int32*)0); in getStaticPropertySetInfo()
360 aProperties[4].Attributes = 0; in getStaticPropertySetInfo()
362 aProperties[5].Name = OUString( RTL_CONSTASCII_USTRINGPARAM( "OptimalSize" ) ); in getStaticPropertySetInfo()
363 aProperties[5].Handle = Property_OptimalHeight; in getStaticPropertySetInfo()
364 aProperties[5].Type = ::getBooleanCppuType(); in getStaticPropertySetInfo()
365 aProperties[5].Attributes = 0; in getStaticPropertySetInfo()
367 xInfo.set( new ::comphelper::FastPropertySetInfo(aProperties) ); in getStaticPropertySetInfo()