Searched refs:pMemFunc (Results 1 – 2 of 2) sorted by relevance
/aoo42x/main/tools/inc/tools/ |
H A D | link.hxx | 107 Link( void* pLinkHdl, PSTUB pMemFunc ); 127 inline Link::Link( void* pLinkHdl, PSTUB pMemFunc ) in Link() argument 130 pFunc = pMemFunc; in Link()
|
/aoo42x/main/dbaccess/source/filter/xml/ |
H A D | xmlExport.cxx | 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() 1121 exportCollection(xCollection,XML_QUERIES,XML_QUERY_COLLECTION,_bExportContext,*pMemFunc); 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() 1140 …xportCollection(xCollection,XML_TABLE_REPRESENTATIONS,XML_TOKEN_INVALID,_bExportContext,*pMemFunc); in exportTables()
|
Completed in 24 milliseconds