| /AOO41X/main/comphelper/inc/comphelper/ |
| H A D | stl_types.hxx | 172 class mem_fun1_t : public ::std::binary_function<_Tp*,_Arg,void> class 176 explicit mem_fun1_t(_fun_type __pf) : _M_f(__pf) {} in mem_fun1_t() function in comphelper::mem_fun1_t 183 inline mem_fun1_t<_Tp,_Arg> mem_fun(void (_Tp::*__f)(_Arg)) in mem_fun() 185 return mem_fun1_t<_Tp,_Arg>(__f); in mem_fun()
|
| /AOO41X/main/dbaccess/source/filter/xml/ |
| H A D | xmlExport.cxx | 832 ,const ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >& _aMemFunc in exportCollection() 1073 … ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > aMemFunc(&ODBExport::exportComponent); in exportForms() 1094 … ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > aMemFunc(&ODBExport::exportComponent); in exportReports() 1115 ::std::auto_ptr< ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > > pMemFunc; in exportQueries() 1117 … pMemFunc.reset( new ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >(&ODBExport::exportQuery) ); in exportQueries() 1119 …pMemFunc.reset( new ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >(&ODBExport::exportAutoStyle… in exportQueries() 1135 ::std::auto_ptr< ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > > pMemFunc; in exportTables() 1137 … pMemFunc.reset( new ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >(&ODBExport::exportTable) ); in exportTables() 1139 …pMemFunc.reset( new ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >(&ODBExport::exportAutoStyle… in exportTables() 1187 … ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > aMemFunc(&ODBExport::exportAutoStyle); in exportAutoStyle()
|
| H A D | xmlExport.hxx | 188 … ,const ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >& _aMemFunc
|
| /AOO41X/main/chart2/source/controller/inc/ |
| H A D | dlg_DataEditor.hxx | 110 ::comphelper::mem_fun1_t< TaskPaneList, Window* > rMemFunc );
|
| /AOO41X/main/reportdesign/source/ui/inc/ |
| H A D | UITools.hxx | 132 …void notifySystemWindow(Window* _pWindow,Window* _pToRegister, ::comphelper::mem_fun1_t<TaskPaneLi…
|
| /AOO41X/main/chart2/source/controller/dialogs/ |
| H A D | dlg_DataEditor.cxx | 342 ::comphelper::mem_fun1_t< TaskPaneList, Window* > rMemFunc ) in notifySystemWindow()
|
| /AOO41X/main/dbaccess/source/core/api/ |
| H A D | SingleSelectQueryComposer.cxx | 483 …::std::mem_fun1_t<bool,OSingleSelectQueryComposer,::rtl::OUString> F_tmp(&OSingleSelectQueryCompos… in appendHavingClauseByColumn() 490 …::std::mem_fun1_t<bool,OSingleSelectQueryComposer,::rtl::OUString> F_tmp(&OSingleSelectQueryCompos… in appendFilterByColumn() 1603 … const Reference< XPropertySet >& column, sal_Bool andCriteria ,::std::mem_fun1_t<bool,OSingleSele… in setConditionByColumn()
|
| /AOO41X/main/dbaccess/source/ui/inc/ |
| H A D | UITools.hxx | 268 ::comphelper::mem_fun1_t<TaskPaneList,Window*> _rMemFunc);
|
| /AOO41X/main/dbaccess/source/core/inc/ |
| H A D | SingleSelectQueryComposer.hxx | 141 … ,::std::mem_fun1_t<bool,OSingleSelectQueryComposer,::rtl::OUString>& _aSetFunctor
|
| /AOO41X/main/reportdesign/source/ui/misc/ |
| H A D | UITools.cxx | 850 void notifySystemWindow(Window* _pWindow,Window* _pToRegister, ::comphelper::mem_fun1_t<TaskPaneLis… in notifySystemWindow()
|
| /AOO41X/main/svx/source/form/ |
| H A D | filtnav.cxx | 1834 …::std::mem_fun1_t<SvLBoxEntry*,FmFilterNavigator,SvLBoxEntry*> getter = ::std::mem_fun(&FmFilterNa… in KeyInput()
|
| /AOO41X/main/dbaccess/source/ui/misc/ |
| H A D | UITools.cxx | 1288 void notifySystemWindow(Window* _pWindow,Window* _pToRegister, ::comphelper::mem_fun1_t<TaskPaneLis… in notifySystemWindow()
|