Home
last modified time | relevance | path

Searched refs:_getPropertyDefault (Results 1 – 14 of 14) sorted by relevance

/trunk/main/unotools/source/property/
H A Dpropertysethelper.cxx278 return _getPropertyDefault( pEntry ); in getPropertyDefault()
291 Any PropertySetHelper::_getPropertyDefault( const utl::PropertyMapEntry* /*pEntry*/ ) in _getPropertyDefault() function in PropertySetHelper
/trunk/main/comphelper/source/property/
H A Dpropertysethelper.cxx305 return _getPropertyDefault( pEntry ); in getPropertyDefault()
318 Any PropertySetHelper::_getPropertyDefault( const comphelper::PropertyMapEntry* ) in _getPropertyDefault() function in PropertySetHelper
H A DChainablePropertySet.cxx267 return _getPropertyDefault( *((*aIter).second) ); in getPropertyDefault()
290 Any ChainablePropertySet::_getPropertyDefault( const comphelper::PropertyInfo& ) in _getPropertyDefault() function in ChainablePropertySet
H A DMasterPropertySet.cxx452 return _getPropertyDefault( *((*aIter).second->mpInfo) ); in getPropertyDefault()
475 Any MasterPropertySet::_getPropertyDefault( const comphelper::PropertyInfo& ) in _getPropertyDefault() function in MasterPropertySet
/trunk/main/svx/inc/svx/
H A Dunopool.hxx64 …virtual ::com::sun::star::uno::Any _getPropertyDefault( const comphelper::PropertyMapEntry* pEntry…
H A Dunoshape.hxx221 ::com::sun::star::uno::Any SAL_CALL _getPropertyDefault( const ::rtl::OUString& aPropertyName );
/trunk/main/unotools/inc/unotools/
H A Dpropertysethelper.hxx57 virtual ::com::sun::star::uno::Any _getPropertyDefault( const utl::PropertyMapEntry* pEntry );
/trunk/main/comphelper/inc/comphelper/
H A Dpropertysethelper.hxx58 …virtual ::com::sun::star::uno::Any _getPropertyDefault( const comphelper::PropertyMapEntry* pEntry…
H A DChainablePropertySet.hxx93 … virtual ::com::sun::star::uno::Any _getPropertyDefault( const comphelper::PropertyInfo& rEntry );
H A DMasterPropertySet.hxx90 … virtual ::com::sun::star::uno::Any _getPropertyDefault( const comphelper::PropertyInfo& rEntry );
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/beans/
H A D_XPropertyState.java123 public void _getPropertyDefault(){ in _getPropertyDefault() method in _XPropertyState
/trunk/main/svx/source/unodraw/
H A Dunopool.cxx321 uno::Any SvxUnoDrawPool::_getPropertyDefault( const comphelper::PropertyMapEntry* pEntry ) in _getPropertyDefault() function in SvxUnoDrawPool
H A Dunoshape.cxx3187 return _getPropertyDefault( aPropertyName ); in getPropertyDefault()
3191 uno::Any SAL_CALL SvxShape::_getPropertyDefault( const OUString& aPropertyName ) in _getPropertyDefault() function in SvxShape
/trunk/main/sd/source/ui/unoidl/
H A Dunoobj.cxx444 uno::Any aRet( mpShape->_getPropertyDefault(aPropertyName) ); in getPropertyDefault()