Lines Matching refs:Property
263 virtual void SAL_CALL methodStruct(const Property& aProp) throw( RuntimeException );
265 virtual Property SAL_CALL retMethodStruct(void) throw( RuntimeException );
267 virtual Property SAL_CALL getAttrStruct(void) throw( RuntimeException );
268 virtual void SAL_CALL setAttrStruct(const Property& AttrStruct_) throw( RuntimeException );
269 virtual Property SAL_CALL methodStruct2( const Property& aProp ) throw (RuntimeException);
1278 void SAL_CALL OComponent::methodStruct(const Property& aProp) throw( RuntimeException ) in methodStruct()
1287 Property SAL_CALL OComponent::retMethodStruct(void) throw( RuntimeException ) in retMethodStruct()
1289 …Property a(L"OleTest_Property", 255, getCppuType( (Reference<XInterface>*)0), PropertyAttribute::M… in retMethodStruct()
1296 Property SAL_CALL OComponent::getAttrStruct(void) throw( RuntimeException) in getAttrStruct()
1298 …Property a(L"OleTest_Property", 255, getCppuType( (Reference<XInterface>*)0), PropertyAttribute::M… in getAttrStruct()
1306 void SAL_CALL OComponent::setAttrStruct(const Property& AttrStruct_) throw( RuntimeException ) in setAttrStruct()
1315 Property SAL_CALL OComponent::methodStruct2( const Property& aProp ) throw (RuntimeException) in methodStruct2()