Searched refs:rFunc (Results 1 – 8 of 8) sorted by relevance
/aoo42x/main/canvas/inc/canvas/ |
H A D | spriteredrawmanager.hxx | 213 AreaUpdateCaller( Functor& rFunc, in AreaUpdateCaller() 215 mrFunc( rFunc ), in AreaUpdateCaller() 256 template< typename Functor > void forEachSpriteArea( Functor& rFunc ) const in forEachSpriteArea() 263 AreaUpdateCaller< Functor >( rFunc, *this ) ); in forEachSpriteArea() 275 template< typename Functor > void forEachSprite( const Functor& rFunc ) const in forEachSprite() 279 rFunc ); in forEachSprite() 303 template< typename Functor > void handleArea( Functor& rFunc, in handleArea() argument 319 rFunc.backgroundPaint( rUpdateArea.maTotalBounds ); in handleArea() 334 rFunc.scrollUpdate( aMoveStart, in handleArea() 364 rFunc.opaqueUpdate( rUpdateArea.maTotalBounds, in handleArea() [all …]
|
/aoo42x/main/o3tl/inc/o3tl/ |
H A D | lazy_update.hxx | 246 explicit LazyUpdate( boost::function1<OutputType,InputType> const& rFunc ) : in LazyUpdate() argument 252 boost::function1<OutputType,InputType> > >(rFunc) in LazyUpdate() 254 LazyUpdate( boost::function1<OutputType,InputType> const& rFunc, in LazyUpdate() argument 261 boost::function1<OutputType,InputType> > >(rFunc,rIn) in LazyUpdate()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | olinewin.cxx | 468 ScDBFunc& rFunc = *mrViewData.GetView(); in DoFunction() local 470 rFunc.SelectLevel( mbHoriz, sal::static_int_cast<sal_uInt16>(nLevel) ); in DoFunction() 477 …rFunc.ShowOutline( mbHoriz, sal::static_int_cast<sal_uInt16>(nLevel), sal::static_int_cast<sal_uIn… in DoFunction() 479 …rFunc.HideOutline( mbHoriz, sal::static_int_cast<sal_uInt16>(nLevel), sal::static_int_cast<sal_uIn… in DoFunction()
|
/aoo42x/main/sc/inc/ |
H A D | addincol.hxx | 108 com::sun::star::reflection::XIdlMethod>& rFunc,
|
/aoo42x/main/sc/source/core/tool/ |
H A D | addincol.cxx | 83 const uno::Reference<reflection::XIdlMethod>& rFunc, in ScUnoAddInFuncData() argument 92 xFunction( rFunc ), in ScUnoAddInFuncData()
|
/aoo42x/main/sc/source/core/data/ |
H A D | dpobject.cxx | 1147 …on( const String& rList, xub_StrLen nStartPos, xub_StrLen& rEndPos, sheet::GeneralFunction& rFunc ) in lcl_ParseFunction() argument 1198 rFunc = aFunctions[nFunc].eFunc; in lcl_ParseFunction()
|
/aoo42x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 951 void FormulaStack::pushFuncOp( const String& rFunc, const OUString& rTokClass, sal_uInt8 nParamCoun… in pushFuncOp() argument 953 pushFuncOp( maFmlaStack, rFunc, nParamCount ); in pushFuncOp()
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 487 …void pushFuncOp( const String& rFunc, const ::rtl::OUString& rTokClass, sal_uInt8 n…
|
Completed in 93 milliseconds