Lines Matching refs:READONLY

67 							 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), //OUString  in getPropertyTable1()
69 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), //Char in getPropertyTable1()
71 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), //sal_Int32 in getPropertyTable1()
73 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), //double in getPropertyTable1()
75 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), //BOOL in getPropertyTable1()
77 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ) //Any in getPropertyTable1()
96 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), // Any in getPropertyTable2()
98 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), // Char in getPropertyTable2()
100 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), // OUString in getPropertyTable2()
102 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), // Double in getPropertyTable2()
104 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), // sal_Int32 in getPropertyTable2()
106 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ) // Bool in getPropertyTable2()
124 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), // Char in getPropertyTable3()
126 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), // any in getPropertyTable3()
128 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ) // OUString in getPropertyTable3()
147 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), // OUString in getPropertyTable4()
149 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ), // Char in getPropertyTable4()
151 PropertyAttribute::READONLY | PropertyAttribute::MAYBEVOID ) // Any in getPropertyTable4()
422 …ASCII_USTRINGPARAM("BOOL") ) , PROPERTY_BOOL , getCppuBooleanType(), PropertyAttribute::READONLY ), in getBasicProps()