Searched refs:xConnector (Results 1 – 10 of 10) sorted by relevance
1286 uno::Reference< beans::XPropertySet > xConnector( rHint.mxConnector, uno::UNO_QUERY ); in restoreConnections() local1287 if( xConnector.is() ) in restoreConnections()1296 aLine1Delta = xConnector->getPropertyValue(aStr1); in restoreConnections()1297 aLine2Delta = xConnector->getPropertyValue(aStr2); in restoreConnections()1298 aLine3Delta = xConnector->getPropertyValue(aStr3); in restoreConnections()1308 xConnector->setPropertyValue( rHint.bStart ? msStartShape : msEndShape, aAny ); in restoreConnections()1312 … xConnector->setPropertyValue( rHint.bStart ? msStartGluePointIndex : msEndGluePointIndex, aAny ); in restoreConnections()1316 xConnector->setPropertyValue(aStr1, aLine1Delta ); in restoreConnections()1317 xConnector->setPropertyValue(aStr2, aLine2Delta ); in restoreConnections()1318 xConnector->setPropertyValue(aStr3, aLine3Delta ); in restoreConnections()
91 XShape xConnector = ShapeHelper.createShape( xDrawDoc, in main() local98 xShapes.add( xConnector ); in main()101 UnoRuntime.queryInterface( XPropertySet.class, xConnector ); in main()
166 com.sun.star.drawing.XShape xConnector = in drawOrganigram() local169 xDrawPage.add(xConnector); in drawOrganigram()
172 Reference< XConnector > xConnector( in resolve() local178 if (! xConnector.is()) in resolve()181 Reference< XConnection > xConnection( xConnector->connect( aConnectDescr ) ); in resolve()
128 XConnector xConnector = null ; in _accept() local135 xConnector = (XConnector) UnoRuntime.queryInterface in _accept()159 XConnection con = xConnector.connect(connectString) ; in _accept()
176 Reference<XConnector> xConnector( in connect() local179 if(!xConnector.is()) in connect()189 r = xConnector->connect(sConnectionDescription.copy(index + 1).trim()); in connect()
116 XConnector xConnector = in main() local119 XConnection xConnection = xConnector.connect(args[0]); in main()
123 XConnector xConnector = (XConnector)smgr.createInstance("com.sun.star.connection.Connector"); in main() local124 XConnection xConnection = xConnector.connect(argv[0]); in main()
160 XConnector xConnector = (XConnector ) in getComponentLoader() local170 XConnection connection = xConnector.connect( a[0] ); in getComponentLoader()
326 XConnector xConnector = (XConnector) UnoRuntime.queryInterface(XConnector.class, x); in connectAwareGetServiceFactory() local334 m_Connection = xConnector.connect(a[0]); in connectAwareGetServiceFactory()
Completed in 45 milliseconds