Home
last modified time | relevance | path

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

/trunk/main/filter/source/xsltfilter/
H A Dcontainerhelper.hxx74 inline void forEachMem(FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2) const in forEachMem() argument
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()
98 inline void forEachMemWithKey(FuncType pFunc, ParamType aParam1) const in forEachMemWithKey()
100 forEachWithKey( ::boost::bind(pFunc, _2, _1, aParam1) ); in forEachMemWithKey()
104 inline void forEachMemWithKey(FuncType pFunc, ParamType1 aParam1, ParamType2 aParam2) const in forEachMemWithKey() argument
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() argument
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() argument
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() argument
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() argument
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/sw/source/ui/table/
H A Dchartins.cxx211 beans::PropertyValue aParam1; in SwInsertChart() local
212 aParam1.Name = C2U("ParentWindow"); in SwInsertChart()
213 aParam1.Value <<= uno::makeAny(xDialogParentWindow); in SwInsertChart()
217 pArray[0] <<= uno::makeAny(aParam1); in SwInsertChart()
/trunk/main/sc/source/ui/drawfunc/
H A Dfuins2.cxx714 beans::PropertyValue aParam1; in FuInsertChart() local
715 aParam1.Name = rtl::OUString::createFromAscii("ParentWindow"); in FuInsertChart()
716 aParam1.Value <<= uno::makeAny(xDialogParentWindow); in FuInsertChart()
720 pArray[0] <<= uno::makeAny(aParam1); in FuInsertChart()
/trunk/main/sw/source/core/doc/
H A Dtblrwcl.cxx3886 CR_SetBoxWidth aParam1( aParam ); in SetColWidth() local
3889 aParam1.bBigger = !aParam.bBigger; in SetColWidth()
3908 aParam1.LoopClear(); in SetColWidth()
3918 aParam1.LoopClear(); in SetColWidth()
4001 CR_SetBoxWidth aParam1( aParam ); in SetColWidth() local
4004 aParam1.bBigger = !aParam.bBigger; in SetColWidth()
4019 (*fnOtherBox)( pLine, aParam1, nDistStt, sal_False ); in SetColWidth()
4489 CR_SetLineHeight aParam1( aParam ); in SetRowHeight() local
4496 aParam1.nLines = nEnd - nStt; in SetRowHeight()
4504 (*fnOtherLine)( (*pLines)[ n ], aParam1, in SetRowHeight()
[all …]
/trunk/main/xmlscript/test/
H A Dimexp.cxx193 OString aParam1( OUStringToOString( in Main() local
197 importFile( aParam1.getStr(), xContext ) ); in Main()

Completed in 51 milliseconds