Home
last modified time | relevance | path

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

/trunk/main/sd/source/ui/view/
H A DToolBarManager.cxx74 class LayouterLock class
77 LayouterLock (const Reference<frame::XLayoutManager>& rxLayouter);
78 ~LayouterLock (void);
305 void Update (::std::auto_ptr<LayouterLock> pLayouterLock);
341 ::std::auto_ptr<LayouterLock> mpSynchronousLayouterLock;
342 ::std::auto_ptr<LayouterLock> mpAsynchronousLayouterLock;
894 mpSynchronousLayouterLock.reset(new LayouterLock(mxLayouter)); in LockUpdate()
921 ::std::auto_ptr<LayouterLock> pLocalLayouterLock) in Update()
1117 LayouterLock::LayouterLock (const Reference<frame::XLayoutManager>& rxLayouter) in LayouterLock() function in __anon507c6b820211::LayouterLock
1130 LayouterLock::~LayouterLock (void) in ~LayouterLock()