Home
last modified time | relevance | path

Searched refs:funcA (Results 1 – 10 of 10) sorted by relevance

/trunk/main/salhelper/test/Symbols/
H A Dsamplelib.cxx33 if (!aApi.funcA) in initSampleLibApi()
35 aApi.funcA= &funcA; in initSampleLibApi()
47 sal_Int32 SAL_CALL funcA( sal_Int32 a) in funcA() function
H A Dsamplelib.hxx29 sal_Int32 (SAL_CALL *funcA)( sal_Int32 );
39 sal_Int32 SAL_CALL funcA( sal_Int32 a);
H A Dloader.cxx53 sal_Int32 retint= pApi->funcA( 10); in main()
/trunk/main/salhelper/test/dynamicloader/
H A Dsamplelib.cxx33 if (!aApi.funcA) in initSampleLibApi()
35 aApi.funcA= &funcA; in initSampleLibApi()
47 sal_Int32 SAL_CALL funcA( sal_Int32 a) in funcA() function
H A Dsamplelib.hxx29 sal_Int32 (SAL_CALL *funcA)( sal_Int32 );
39 sal_Int32 SAL_CALL funcA( sal_Int32 a);
H A Dloader.cxx53 sal_Int32 retint= pApi->funcA( 10); in main()
/trunk/main/salhelper/test/rtti/
H A Dsamplelibrtti.hxx28 virtual void funcA();
40 virtual void funcA();
H A Dsamplelibrtti.cxx26 void MyClassA::funcA() in funcA() function in MyClassA
44 void MyClassB::funcA() in funcA() function in MyClassB
H A Drttitest.cxx38 pA->funcA(); in main()
48 pB->funcA(); in main()
H A Dexports.dxp1 ?funcA@MyClassA@@UAEXXZ
5 ?funcA@MyClassB@@UAEXXZ

Completed in 33 milliseconds