Home
last modified time | relevance | path

Searched refs:mem_fun1_t (Results 1 – 12 of 12) sorted by relevance

/AOO41X/main/comphelper/inc/comphelper/
H A Dstl_types.hxx172 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 DxmlExport.cxx832 ,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 DxmlExport.hxx188 … ,const ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >& _aMemFunc
/AOO41X/main/chart2/source/controller/inc/
H A Ddlg_DataEditor.hxx110 ::comphelper::mem_fun1_t< TaskPaneList, Window* > rMemFunc );
/AOO41X/main/reportdesign/source/ui/inc/
H A DUITools.hxx132 …void notifySystemWindow(Window* _pWindow,Window* _pToRegister, ::comphelper::mem_fun1_t<TaskPaneLi…
/AOO41X/main/chart2/source/controller/dialogs/
H A Ddlg_DataEditor.cxx342 ::comphelper::mem_fun1_t< TaskPaneList, Window* > rMemFunc ) in notifySystemWindow()
/AOO41X/main/dbaccess/source/core/api/
H A DSingleSelectQueryComposer.cxx483 …::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 DUITools.hxx268 ::comphelper::mem_fun1_t<TaskPaneList,Window*> _rMemFunc);
/AOO41X/main/dbaccess/source/core/inc/
H A DSingleSelectQueryComposer.hxx141 … ,::std::mem_fun1_t<bool,OSingleSelectQueryComposer,::rtl::OUString>& _aSetFunctor
/AOO41X/main/reportdesign/source/ui/misc/
H A DUITools.cxx850 void notifySystemWindow(Window* _pWindow,Window* _pToRegister, ::comphelper::mem_fun1_t<TaskPaneLis… in notifySystemWindow()
/AOO41X/main/svx/source/form/
H A Dfiltnav.cxx1834 …::std::mem_fun1_t<SvLBoxEntry*,FmFilterNavigator,SvLBoxEntry*> getter = ::std::mem_fun(&FmFilterNa… in KeyInput()
/AOO41X/main/dbaccess/source/ui/misc/
H A DUITools.cxx1288 void notifySystemWindow(Window* _pWindow,Window* _pToRegister, ::comphelper::mem_fun1_t<TaskPaneLis… in notifySystemWindow()