Home
last modified time | relevance | path

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

/aoo4110/main/o3tl/inc/o3tl/
H A Dlazy_update.hxx54 template< typename InputType, typename OutputType, typename Tag > class LazyUpdate;
180 template< typename InputType, typename OutputType > class LazyUpdate<InputType, class
188 LazyUpdate() {} in LazyUpdate() function in o3tl::LazyUpdate
189 explicit LazyUpdate( InputType const& rIn ) : in LazyUpdate() function in o3tl::LazyUpdate
203 template< typename InputType, typename OutputType > class LazyUpdate<InputType, class
214 explicit LazyUpdate( OutputType (*pFunc)( InputType const& ) ) : in LazyUpdate() function in o3tl::LazyUpdate
222 LazyUpdate( OutputType (*pFunc)( InputType const& ), in LazyUpdate() function in o3tl::LazyUpdate
235 template< typename InputType, typename OutputType > class LazyUpdate<InputType, class
246 explicit LazyUpdate( boost::function1<OutputType,InputType> const& rFunc ) : in LazyUpdate() function in o3tl::LazyUpdate
254 LazyUpdate( boost::function1<OutputType,InputType> const& rFunc, in LazyUpdate() function in o3tl::LazyUpdate
/aoo4110/main/canvas/source/simplecanvas/
H A Dsimplecanvasimpl.cxx91 o3tl::LazyUpdate<sal_Int32,
94 o3tl::LazyUpdate<sal_Int32,
97 o3tl::LazyUpdate<geometry::RealRectangle2D,
371 typedef o3tl::LazyUpdate<

Completed in 23 milliseconds