Home
last modified time | relevance | path

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

/trunk/main/xmloff/source/draw/
H A Dshapeimport.cxx1286 uno::Reference< beans::XPropertySet > xConnector( rHint.mxConnector, uno::UNO_QUERY ); in restoreConnections() local
1287 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()
1312xConnector->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()
/trunk/main/odk/examples/DevelopersGuide/Drawing/
H A DGluePointDemo.java91 XShape xConnector = ShapeHelper.createShape( xDrawDoc, in main() local
98 xShapes.add( xConnector ); in main()
101 UnoRuntime.queryInterface( XPropertySet.class, xConnector ); in main()
H A DOrganigram.java166 com.sun.star.drawing.XShape xConnector = in drawOrganigram() local
169 xDrawPage.add(xConnector); in drawOrganigram()
/trunk/main/remotebridges/source/unourl_resolver/
H A Dunourl_resolver.cxx172 Reference< XConnector > xConnector( in resolve() local
178 if (! xConnector.is()) in resolve()
181 Reference< XConnection > xConnection( xConnector->connect( aConnectDescr ) ); in resolve()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/ifc/connection/
H A D_XAcceptor.java128 XConnector xConnector = null ; in _accept() local
135 xConnector = (XConnector) UnoRuntime.queryInterface in _accept()
159 XConnection con = xConnector.connect(connectString) ; in _accept()
/trunk/main/io/source/connector/
H A Dconnector.cxx176 Reference<XConnector> xConnector( in connect() local
179 if(!xConnector.is()) in connect()
189 r = xConnector->connect(sConnectionDescription.copy(index + 1).trim()); in connect()
/trunk/main/bridges/test/
H A Dtestclient.java116 XConnector xConnector = in main() local
119 XConnection xConnection = xConnector.connect(args[0]); in main()
/trunk/main/extensions/test/pgp/
H A DTestPGP.java123 XConnector xConnector = (XConnector)smgr.createInstance("com.sun.star.connection.Connector"); in main() local
124 XConnection xConnection = xConnector.connect(argv[0]); in main()
/trunk/main/odk/examples/DevelopersGuide/ProfUNO/InterprocessConn/
H A DConnectionAwareClient.java160 XConnector xConnector = (XConnector ) in getComponentLoader() local
170 XConnection connection = xConnector.connect( a[0] ); in getComponentLoader()
/trunk/main/filter/source/xsltfilter/com/sun/star/comp/xsltfilter/
H A DXSLTFilterOLEExtracter.java326 XConnector xConnector = (XConnector) UnoRuntime.queryInterface(XConnector.class, x); in connectAwareGetServiceFactory() local
334 m_Connection = xConnector.connect(a[0]); in connectAwareGetServiceFactory()

Completed in 39 milliseconds