Home
last modified time | relevance | path

Searched refs:aParam2 (Results 1 – 6 of 6) sorted by path

/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx74 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()
/trunk/main/oox/inc/oox/helper/
H A Drefmap.hxx97 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 Drefvector.hxx98 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()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx717 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()
/trunk/main/sw/source/ui/table/
H A Dchartins.cxx214 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()
/trunk/main/xmlscript/test/
H A Dimexp.cxx210 OString aParam2( OUStringToOString( in Main() local
212 exportToFile( aParam2.getStr(), xModel, xContext ); in Main()

Completed in 24 milliseconds