Lines Matching refs:vcl

49 namespace vcl  namespace
105 else if( vcl::DisplayAccess_getImplementationName().equalsAscii( pImplementationName ) ) in component_getFactory()
108 xMgr, vcl::DisplayAccess_getImplementationName(), vcl::DisplayAccess_createInstance, in component_getFactory()
109 vcl::DisplayAccess_getSupportedServiceNames() ); in component_getFactory()
111 … else if( vcl::FontIdentificator_getImplementationName().equalsAscii( pImplementationName ) ) in component_getFactory()
114 xMgr, vcl::FontIdentificator_getImplementationName(), vcl::FontIdentificator_createInstance, in component_getFactory()
115 vcl::FontIdentificator_getSupportedServiceNames() ); in component_getFactory()
117 else if( vcl::StringMirror_getImplementationName().equalsAscii( pImplementationName ) ) in component_getFactory()
120 xMgr, vcl::StringMirror_getImplementationName(), vcl::StringMirror_createInstance, in component_getFactory()
121 vcl::StringMirror_getSupportedServiceNames() ); in component_getFactory()
123 else if( vcl::Clipboard_getImplementationName().equalsAscii( pImplementationName ) ) in component_getFactory()
125 xFactory = vcl::Clipboard_createFactory( xMgr ); in component_getFactory()
127 else if( vcl::DragSource_getImplementationName().equalsAscii( pImplementationName ) ) in component_getFactory()
130 xMgr, vcl::DragSource_getImplementationName(), vcl::DragSource_createInstance, in component_getFactory()
131 vcl::DragSource_getSupportedServiceNames() ); in component_getFactory()
133 else if( vcl::DropTarget_getImplementationName().equalsAscii( pImplementationName ) ) in component_getFactory()
136 xMgr, vcl::DropTarget_getImplementationName(), vcl::DropTarget_createInstance, in component_getFactory()
137 vcl::DropTarget_getSupportedServiceNames() ); in component_getFactory()