Home
last modified time | relevance | path

Searched refs:pMemFunc (Results 1 – 2 of 2) sorted by relevance

/trunk/main/tools/inc/tools/
H A Dlink.hxx107 Link( void* pLinkHdl, PSTUB pMemFunc );
127 inline Link::Link( void* pLinkHdl, PSTUB pMemFunc ) in Link() argument
130 pFunc = pMemFunc; in Link()
/trunk/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx1115 ::std::auto_ptr< ::comphelper::mem_fun1_t<ODBExport,XPropertySet* > > pMemFunc; in exportQueries()
1117pMemFunc.reset( new ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >(&ODBExport::exportQuery) ); in exportQueries()
1119pMemFunc.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()
1137pMemFunc.reset( new ::comphelper::mem_fun1_t<ODBExport,XPropertySet* >(&ODBExport::exportTable) ); in exportTables()
1139pMemFunc.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 37 milliseconds