Home
last modified time | relevance | path

Searched refs:vtables (Results 1 – 5 of 5) sorted by relevance

/trunk/main/bridges/source/cpp_uno/shared/
H A Dvtablefactory.cxx227 Vtables vtables; in getVtables() local
229 vtables.count = static_cast< sal_Int32 >(blocks.size()); in getVtables()
231 new Block[vtables.count]); in getVtables()
232 vtables.blocks = guardedBlocks.get(); in getVtables()
233 for (sal_Int32 j = 0; j < vtables.count; ++j) { in getVtables()
234 vtables.blocks[j] = blocks[j]; in getVtables()
236 i = m_map.insert(Map::value_type(name, vtables)).first; in getVtables()
H A Dcppinterfaceproxy.cxx132 pProxy->vtables[i] = VtableFactory::mapBlockToVtable( in create()
187 &pProxy->vtables); in castProxyToInterface()
196 &reinterpret_cast< CppInterfaceProxy const * >(base)->vtables) - base; in castInterfaceToProxy()
H A Dmakefile.mk39 $(SLO)$/vtables.obj
/trunk/main/bridges/inc/bridges/cpp_uno/shared/
H A Dcppinterfaceproxy.hxx94 VtableFactory::Slot * vtables[1]; member in bridges::cpp_uno::shared::CppInterfaceProxy
/trunk/main/bridges/
H A DLibrary_cpp_uno.mk62 bridges/source/cpp_uno/shared/vtables \

Completed in 40 milliseconds