Searched refs:findProperty (Results 1 – 5 of 5) sorted by relevance
/aoo42x/main/sd/source/ui/animations/ |
H A D | STLPropertySet.cxx | 54 if( findProperty( nHandle, aIter ) ) in setPropertyValue() 68 if( findProperty( nHandle, aIter ) ) in getPropertyValue() 84 if( findProperty( nHandle, aIter ) ) in getPropertyState() 98 if( findProperty( nHandle, aIter ) ) in setPropertyState() 108 bool STLPropertySet::findProperty( sal_Int32 nHandle, PropertyMapIter& rIter ) in findProperty() function in sd::STLPropertySet 114 bool STLPropertySet::findProperty( sal_Int32 nHandle, PropertyMapConstIter& rIter ) const in findProperty() function in sd::STLPropertySet
|
H A D | STLPropertySet.hxx | 73 bool findProperty( sal_Int32 nHandle, PropertyMapIter& rIter ); 74 bool findProperty( sal_Int32 nHandle, PropertyMapConstIter& rIter ) const;
|
/aoo42x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 453 static rtl::OUString findProperty( const PropList &props, rtl::OUString propName ) in findProperty() function in Widget 469 rValue = findProperty( maOriProps, rPropName ); in getOriginalProperty() 472 rValue = findProperty( maOriChildProps, rPropName ); in getOriginalProperty()
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | property.hxx | 109 COMPHELPER_DLLPUBLIC bool findProperty(starbeans::Property& o_rProp, staruno::Sequence<starbeans::P…
|
/aoo42x/main/comphelper/source/property/ |
H A D | property.cxx | 153 bool findProperty(Property& o_rProp, in findProperty() function
|
Completed in 33 milliseconds