/aoo42x/main/filter/source/xsltfilter/ |
H A D | containerhelper.hxx | 74 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()
|
/aoo42x/main/oox/inc/oox/helper/ |
H A D | refmap.hxx | 97 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 D | refvector.hxx | 98 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()
|
/aoo42x/main/sw/source/ui/table/ |
H A D | chartins.cxx | 211 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()
|
/aoo42x/main/sc/source/ui/drawfunc/ |
H A D | fuins2.cxx | 714 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()
|
/aoo42x/main/sw/source/core/doc/ |
H A D | tblrwcl.cxx | 3886 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 …]
|
/aoo42x/main/xmlscript/test/ |
H A D | imexp.cxx | 193 OString aParam1( OUStringToOString( in Main() local 197 importFile( aParam1.getStr(), xContext ) ); in Main()
|