Home
last modified time | relevance | path

Searched refs:_bOld (Results 1 – 7 of 7) sorted by relevance

/aoo4110/main/sfx2/source/inc/
H A Dsfxtypes.hxx173 sal_Bool _bOld; member in SfxBoolResetter
178 _bOld( rVar ) in SfxBoolResetter()
182 { _rVar = _bOld; } in ~SfxBoolResetter()
/aoo4110/main/dbaccess/source/core/api/
H A DRowSetBase.hxx191 void fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld );
384 …inline void fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld, const GrantNotifi… in fireProperty() argument
386 fireProperty( _nProperty, _bNew, _bOld ); in fireProperty()
H A DRowSetBase.cxx1334 void ORowSetBase::fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld ) in fireProperty() argument
1338 Any aOld = bool2any( _bOld ); in fireProperty()
/aoo4110/main/reportdesign/source/core/sdr/
H A DUndoActions.cxx383 void ORptUndoPropertyAction::setProperty(sal_Bool _bOld) in setProperty() argument
391 xObj->setPropertyValue( m_aPropertyName, _bOld ? m_aOldValue : m_aNewValue ); in setProperty()
/aoo4110/main/reportdesign/source/filter/xml/
H A DxmlHelper.cxx272 void OXMLHelper::copyStyleElements(const bool _bOld,const ::rtl::OUString& _sStyleName,const SvXMLS… in copyStyleElements() argument
310 if ( _bOld && _xProp->getPropertySetInfo()->hasPropertyByName(PROPERTY_CHARHIDDEN) ) in copyStyleElements()
H A DxmlHelper.hxx78 …static void copyStyleElements(const bool _bOld,const ::rtl::OUString& _sStyleName,const SvXMLStyle…
/aoo4110/main/reportdesign/inc/
H A DUndoActions.hxx275 void setProperty(sal_Bool _bOld);

Completed in 52 milliseconds