Top   Module   Use   Manual   Index 
 EXPORTING SERVICES | METHODS' SUMMARY | METHODS' DETAILS 

com :: sun :: star :: drawing ::

interface XConnectableShape

Base Interface
com::sun::star::uno::XInterface

[ DEPRECATED ]


Methods' Summary

canConnect
doConnect

Methods' Details

canConnect
 
boolean
canConnect(
[ in ] com::sun::star::awt::Point nPos,
[ in ] boolean bCreateGluePoint,
[ in ] long nMaxDist );

doConnect
 
boolean
doConnect(
[ in ] com::sun::star::awt::Point nPos,
[ in ] boolean bCreateGluePoint,
[ in ] long nMaxDist );


Top of Page