/aoo42x/main/filter/source/xsltfilter/ |
H A D | containerhelper.hxx | 74 inline void forEachMem(FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2) const in forEachMem() 76 forEach( ::boost::bind(pFunc, _1, aParam1, aParam2 )); in forEachMem() 80 …inline void forEachMem(FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2, ParamType3 aParam3 … in forEachMem() argument 82 forEach( ::boost::bind(pFunc, _1, aParam1, aParam2, aParam3 )); in forEachMem() 104 inline void forEachMemWithKey(FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2) const in forEachMemWithKey() 106 forEachWithKey( ::boost::bind(pFunc, _2, _1, aParam1, aParam2) ); in forEachMemWithKey() 110 …inline void forEachMemWithKey(FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2, ParamType3 a… in forEachMemWithKey() argument 112 forEachWithKey( ::boost::bind(pFunc, _2, _1, aParam1, aParam2, aParam3) ); in forEachMemWithKey()
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | refmap.hxx | 97 inline void forEachMem( FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2 ) const in forEachMem() 99 forEach( ::boost::bind( pFunc, _1, aParam1, aParam2 ) ); in forEachMem() 105 …inline void forEachMem( FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2, ParamType3… in forEachMem() argument 107 forEach( ::boost::bind( pFunc, _1, aParam1, aParam2, aParam3 ) ); in forEachMem() 136 …inline void forEachMemWithKey( FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2 ) co… in forEachMemWithKey() 138 forEachWithKey( ::boost::bind( pFunc, _2, _1, aParam1, aParam2 ) ); in forEachMemWithKey() 144 …inline void forEachMemWithKey( FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2, Par… in forEachMemWithKey() argument 146 … forEachWithKey( ::boost::bind( pFunc, _2, _1, aParam1, aParam2, aParam3 ) ); in forEachMemWithKey()
|
H A D | refvector.hxx | 98 inline void forEachMem( FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2 ) const in forEachMem() 100 forEach( ::boost::bind( pFunc, _1, aParam1, aParam2 ) ); in forEachMem() 106 …inline void forEachMem( FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2, ParamType3… in forEachMem() argument 108 forEach( ::boost::bind( pFunc, _1, aParam1, aParam2, aParam3 ) ); in forEachMem() 138 …inline void forEachMemWithIndex( FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2 ) … in forEachMemWithIndex() 140 forEachWithIndex( ::boost::bind( pFunc, _2, _1, aParam1, aParam2 ) ); in forEachMemWithIndex() 146 …inline void forEachMemWithIndex( FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2, P… in forEachMemWithIndex() argument 148 … forEachWithIndex( ::boost::bind( pFunc, _2, _1, aParam1, aParam2, aParam3 ) ); in forEachMemWithIndex()
|
/aoo42x/main/sw/source/ui/table/ |
H A D | chartins.cxx | 214 beans::PropertyValue aParam2; in SwInsertChart() local 215 aParam2.Name = C2U("ChartModel"); in SwInsertChart() 216 aParam2.Value <<= uno::makeAny(xChartModel); in SwInsertChart() 218 pArray[1] <<= uno::makeAny(aParam2); in SwInsertChart()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 717 beans::PropertyValue aParam2; in FuInsertChart() local 718 aParam2.Name = rtl::OUString::createFromAscii("ChartModel"); in FuInsertChart() 719 aParam2.Value <<= uno::makeAny(xChartModel); in FuInsertChart() 721 pArray[1] <<= uno::makeAny(aParam2); in FuInsertChart()
|
/aoo42x/main/xmlscript/test/ |
H A D | imexp.cxx | 210 OString aParam2( OUStringToOString( in Main() local 212 exportToFile( aParam2.getStr(), xModel, xContext ); in Main()
|