Searched refs:_bOld (Results 1 – 7 of 7) sorted by relevance
/aoo41x/main/sfx2/source/inc/ |
H A D | sfxtypes.hxx | 173 sal_Bool _bOld; member in SfxBoolResetter 178 _bOld( rVar ) in SfxBoolResetter() 182 { _rVar = _bOld; } in ~SfxBoolResetter()
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.hxx | 191 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 D | RowSetBase.cxx | 1334 void ORowSetBase::fireProperty( sal_Int32 _nProperty, sal_Bool _bNew, sal_Bool _bOld ) in fireProperty() argument 1338 Any aOld = bool2any( _bOld ); in fireProperty()
|
/aoo41x/main/reportdesign/source/core/sdr/ |
H A D | UndoActions.cxx | 383 void ORptUndoPropertyAction::setProperty(sal_Bool _bOld) in setProperty() argument 391 xObj->setPropertyValue( m_aPropertyName, _bOld ? m_aOldValue : m_aNewValue ); in setProperty()
|
/aoo41x/main/reportdesign/source/filter/xml/ |
H A D | xmlHelper.cxx | 272 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 D | xmlHelper.hxx | 78 …static void copyStyleElements(const bool _bOld,const ::rtl::OUString& _sStyleName,const SvXMLStyle…
|
/aoo41x/main/reportdesign/inc/ |
H A D | UndoActions.hxx | 275 void setProperty(sal_Bool _bOld);
|
Completed in 31 milliseconds