Home
last modified time | relevance | path

Searched refs:ScopeGuard (Results 1 – 12 of 12) sorted by relevance

/aoo4110/main/comphelper/inc/comphelper/
H A Dflagguard.hxx37 class COMPHELPER_DLLPUBLIC FlagRestorationGuard : public ScopeGuard
41 … :ScopeGuard( ::boost::bind( RestoreFlag, ::boost::ref( i_flagRef ), !!i_flagRef ), i_excHandling ) in FlagRestorationGuard()
58 class COMPHELPER_DLLPUBLIC FlagGuard : public ScopeGuard
62 :ScopeGuard( ::boost::bind( ResetFlag, ::boost::ref( i_flagRef ) ), i_excHandling ) in FlagGuard()
H A Dscopeguard.hxx38 class COMPHELPER_DLLPUBLIC ScopeGuard : private ::boost::noncopyable class
50 explicit ScopeGuard( func_type const & func, in ScopeGuard() function in comphelper::ScopeGuard
54 ~ScopeGuard();
/aoo4110/main/comphelper/source/misc/
H A Dscopeguard.cxx33 ScopeGuard::~ScopeGuard() in ~ScopeGuard()
61 void ScopeGuard::dismiss() in dismiss()
/aoo4110/main/canvas/source/tools/
H A Dsurface.cxx194 const ::comphelper::ScopeGuard aScopeGuard( in draw()
320 const ::comphelper::ScopeGuard aScopeGuard( in drawRectangularArea()
431 const ::comphelper::ScopeGuard aScopeGuard( in drawWithClip()
/aoo4110/main/slideshow/source/engine/shapes/
H A Ddrawshape.cxx366 const ::comphelper::ScopeGuard aGuard( in getActualUnitShapeBounds()
1054 comphelper::ScopeGuard const resetOldTransformation( in getHyperlinkRegions()
/aoo4110/main/sd/source/ui/framework/configuration/
H A DConfigurationUpdater.cxx180 comphelper::ScopeGuard aScopeGuard ( in UpdateConfiguration()
/aoo4110/main/canvas/source/directx/
H A Ddx_textlayout_drawhelper.cxx120 const ::comphelper::ScopeGuard aGuard( in drawText()
/aoo4110/main/sd/source/ui/view/
H A Ddrviews1.cxx930 comphelper::ScopeGuard aGuard (::boost::bind(LclResetFlag, ::boost::ref(mbIsInSwitchPage))); in SwitchPage()
/aoo4110/main/svx/source/sdr/contact/
H A Dviewobjectcontactofunocontrol.cxx1153 …::comphelper::ScopeGuard aGuard( ::boost::bind( lcl_resetFlag, ::boost::ref( m_bCreatingControl ) … in impl_ensureControl_nothrow()
/aoo4110/main/slideshow/source/engine/
H A Dslideshowimpl.cxx2047 comphelper::ScopeGuard scopeGuard( in update()
/aoo4110/main/chart2/source/view/main/
H A DChartView.cxx2509 const ::comphelper::ScopeGuard aGuard( boost::bind( &ChartView::impl_refreshAddIn, this ) ); in createShapes()
/aoo4110/main/svx/source/unodraw/
H A Dunoshape.cxx1958 const ::comphelper::ScopeGuard aGuard( boost::bind( &SvxShape::endSetPropertyValues, this ) ); in setPropertyValues()

Completed in 95 milliseconds