Searched refs:_getPropertyState (Results 1 – 12 of 12) sorted by relevance
/aoo42x/main/comphelper/source/property/ |
H A D | MasterPropertySet.cxx | 384 _getPropertyState( *((*aIter).second->mpInfo), aState ); in getPropertyState() 397 pSlave->_getPropertyState( *((*aIter).second->mpInfo), aState ); in getPropertyState() 424 _getPropertyState( *((*aIter).second->mpInfo), *pState ); in getPropertyStates() 433 pSlave->mpSlave->_getPropertyState( *((*aIter).second->mpInfo), *pState ); in getPropertyStates() 477 void MasterPropertySet::_getPropertyState( const comphelper::PropertyInfo&, PropertyState& ) in _getPropertyState() function in MasterPropertySet
|
H A D | ChainablePropertySet.cxx | 234 _getPropertyState( *((*aIter).second), aState ); in getPropertyState() 259 _getPropertyState ( *((*aIter).second), *pState ); in getPropertyStates() 292 void ChainablePropertySet::_getPropertyState( const comphelper::PropertyInfo&, PropertyState& ) in _getPropertyState() function in ChainablePropertySet
|
/aoo42x/main/editeng/source/uno/ |
H A D | unotext.cxx | 979 return _getPropertyState( PropertyName, -1 ); in getPropertyState() 986 beans::PropertyState SAL_CALL SvxUnoTextRangeBase::_getPropertyState(const SfxItemPropertySimpleEnt… in _getPropertyState() function in SvxUnoTextRangeBase 1077 beans::PropertyState SAL_CALL SvxUnoTextRangeBase::_getPropertyState(const OUString& PropertyName, … in _getPropertyState() function in SvxUnoTextRangeBase 1082 return _getPropertyState( mpPropSet->getPropertyMapEntry( PropertyName ), nPara); in _getPropertyState()
|
H A D | unotext2.cxx | 367 return _getPropertyState( PropertyName, mnParagraph ); in getPropertyState()
|
/aoo42x/main/qadevOOo/tests/java/ifc/beans/ |
H A D | _XPropertyState.java | 150 public void _getPropertyState(){ in _getPropertyState() method in _XPropertyState
|
/aoo42x/main/comphelper/inc/comphelper/ |
H A D | ChainablePropertySet.hxx | 96 …virtual void _getPropertyState( const comphelper::PropertyInfo& rInfo, ::com::sun::star::beans::Pr…
|
H A D | MasterPropertySet.hxx | 93 …virtual void _getPropertyState( const comphelper::PropertyInfo& rInfo, ::com::sun::star::beans::Pr…
|
/aoo42x/main/editeng/source/accessibility/ |
H A D | AccessibleEditableTextPara.cxx | 1898 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues() 1920 rRes.State = aPropSet._getPropertyState( rRes.Name, mnParagraphIndex ); in _correctValues() 2833 … PropertyState eState = aPropSet._getPropertyState( pProperties->Name, mnParagraphIndex ); in getDefaultAttributes()
|
/aoo42x/main/editeng/inc/editeng/ |
H A D | unotext.hxx | 271 …virtual ::com::sun::star::beans::PropertyState SAL_CALL _getPropertyState( const SfxItemPropertySi… 272 …virtual ::com::sun::star::beans::PropertyState SAL_CALL _getPropertyState( const ::rtl::OUString& …
|
/aoo42x/main/svx/source/unodraw/ |
H A D | unoshape.cxx | 2168 return _getPropertyState( PropertyName ); in getPropertyState() 2172 beans::PropertyState SAL_CALL SvxShape::_getPropertyState( const OUString& PropertyName ) in _getPropertyState() function in SvxShape
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | unoobj.cxx | 419 return mpShape->_getPropertyState( PropertyName ); in getPropertyState()
|
/aoo42x/main/svx/inc/svx/ |
H A D | unoshape.hxx | 219 …::com::sun::star::beans::PropertyState SAL_CALL _getPropertyState( const ::rtl::OUString& Property…
|
Completed in 138 milliseconds