Lines Matching refs:Property

57 static Property * getPropertyTable1()  in getPropertyTable1()
59 static Property *pTable = 0; in getPropertyTable1()
64 static Property aTable[] = in getPropertyTable1()
66 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("a") ), 0, getCppuType( (OUString *)0) , in getPropertyTable1()
68 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("b") ), 1, getCppuCharType( ) , in getPropertyTable1()
70 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("c") ), 2, getCppuType( (sal_Int32*)0) , in getPropertyTable1()
72 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("d") ), 5, getCppuType( (double*)0) , in getPropertyTable1()
74 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("e") ), 7, getCppuBooleanType() , in getPropertyTable1()
76 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("f") ), 8, getCppuType( (Any*)0) , in getPropertyTable1()
86 static Property * getPropertyTable2() in getPropertyTable2()
88 static Property *pTable = 0; in getPropertyTable2()
93 static Property aTable[] = in getPropertyTable2()
95 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("f") ), 8, getCppuType( (Any *)0) , in getPropertyTable2()
97 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("b") ), 1, getCppuCharType( ), in getPropertyTable2()
99 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("a") ), 0, getCppuType( (OUString*)0), in getPropertyTable2()
101 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("d") ), 5, getCppuType( (double*)0) , in getPropertyTable2()
103 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("c") ), 2, getCppuType( (sal_Int32*)0), in getPropertyTable2()
105 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("e") ), 7, getCppuBooleanType() , in getPropertyTable2()
114 static Property * getPropertyTable3() in getPropertyTable3()
116 static Property *pTable = 0; in getPropertyTable3()
121 static Property aTable[] = in getPropertyTable3()
123 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("b") ), 1, getCppuCharType( ), in getPropertyTable3()
125 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("f") ), 8, getCppuType( (Any *)0) , in getPropertyTable3()
127 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("a") ), 0, getCppuType( (OUString*)0), in getPropertyTable3()
137 static Property * getPropertyTable4() in getPropertyTable4()
139 static Property *pTable = 0; in getPropertyTable4()
144 static Property aTable[] = in getPropertyTable4()
146 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("a") ), 0, getCppuType( (OUString*)0), in getPropertyTable4()
148 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("b") ), 1, getCppuCharType( ), in getPropertyTable4()
150 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("f") ), 2, getCppuType( (Any *)0) , in getPropertyTable4()
174 Sequence< Property > aProps = a1.getProperties(); in test_PropertyArrayHelper()
175 Property * pP = aProps.getArray(); in test_PropertyArrayHelper()
189 Sequence< Property > aProps = a1.getProperties(); in test_PropertyArrayHelper()
190 Property * pP = aProps.getArray(); in test_PropertyArrayHelper()
207 Sequence< Property > aProps = a1.getProperties(); in test_PropertyArrayHelper()
208 Property * pP = aProps.getArray(); in test_PropertyArrayHelper()
227 Property aP = a1.getPropertyByName( getPropertyTable1()[i].Name ); in test_PropertyArrayHelper()
322 test_OPropertySetHelper( Property * p, sal_Int32 n ) in test_OPropertySetHelper()
386 Property * pBasicProps;
412 Property * getBasicProps() in getBasicProps()
414 static Property *pTable = 0; in getBasicProps()
420 static Property aBasicProps[PROPERTY_COUNT] = in getBasicProps()
422Property( OUString( RTL_CONSTASCII_USTRINGPARAM("BOOL") ) , PROPERTY_BOOL , getCppuBooleanType(), … in getBasicProps()
423 Property( OUString( RTL_CONSTASCII_USTRINGPARAM("INT16") ) , PROPERTY_INT16, in getBasicProps()
425Property( OUString( RTL_CONSTASCII_USTRINGPARAM("INT32") ) , PROPERTY_INT32, getCppuType( (sal_Int… in getBasicProps()
426Property( OUString( RTL_CONSTASCII_USTRINGPARAM("TEST") ) , 55 , getCppuType( (sal_Int32*)0), P… in getBasicProps()