Home
last modified time | relevance | path

Searched refs:xTarget (Results 1 – 25 of 68) sorted by relevance

123

/trunk/main/chart2/source/view/main/
H A DShapeFactory.cxx441 const uno::Reference<drawing::XShapes>& xTarget in createCube() argument
448 if( !xTarget.is() ) in createCube()
467 …uno::Reference<drawing::XShape> xShape = impl_createCube( xTarget, rPosition, rSize, nRotateZAngle… in createCube()
476 const uno::Reference<drawing::XShapes>& xTarget in impl_createCube() argument
481 if( !xTarget.is() ) in impl_createCube()
488 xTarget->add(xShape); in impl_createCube()
536 const uno::Reference<drawing::XShapes>& xTarget in createCylinder() argument
541 xTarget, rPosition, rSize, 0.0, nRotateZAngleHundredthDegree, true ); in createCylinder()
546 const uno::Reference<drawing::XShapes>& xTarget in createPyramid() argument
552 if( !xTarget.is() ) in createPyramid()
[all …]
H A DPropertyMapper.cxx58 const uno::Reference< beans::XPropertySet >& xTarget in setMappedProperties()
63 if( !xTarget.is() || !xSource.is() ) in setMappedProperties()
79 PropertyMapper::setMultiProperties( aNames, aValues, xTarget ); in setMappedProperties()
407 ::com::sun::star::beans::XPropertySet >& xTarget ) in setMultiProperties()
412 uno::Reference< beans::XMultiPropertySet > xShapeMultiProp( xTarget, uno::UNO_QUERY ); in setMultiProperties()
437 xTarget->setPropertyValue( aPropName, aValue ); in setMultiProperties()
H A DDataPointSymbolSupplier.cxx40 , const uno::Reference< drawing::XShapes >& xTarget in create2DSymbolList()
46 if(xTarget.is()) in create2DSymbolList()
47 xTarget->add(xGroup); in create2DSymbolList()
H A DPlotterBase.cxx90 const uno::Reference< drawing::XShapes >& xTarget in createGroupShape()
99 return m_pShapeFactory->createGroup2D( xTarget, rName ); in createGroupShape()
104 return m_pShapeFactory->createGroup3D( xTarget, rName ); in createGroupShape()
/trunk/main/chart2/source/view/inc/
H A DShapeFactory.hxx55 ::com::sun::star::drawing::XShapes >& xTarget
62 ::com::sun::star::drawing::XShapes >& xTarget
69 ::com::sun::star::drawing::XShapes >& xTarget
79 ::com::sun::star::drawing::XShapes >& xTarget
86 ::com::sun::star::drawing::XShapes >& xTarget
97 ::com::sun::star::drawing::XShapes >& xTarget
103 …PieSegment2D( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xTarget
110 …tePieSegment( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xTarget
118 …createStripe( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xTarget
127 …createArea3D( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xTarget
[all …]
H A DVSeriesPlotter.hxx210 ::com::sun::star::drawing::XShapes >& xTarget,
226 … , const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xTarget
233 … , const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xTarget
242 ::com::sun::star::drawing::XShapes >& xTarget,
305 ::com::sun::star::drawing::XShapes >& xTarget );
313 ::com::sun::star::drawing::XShapes >& xTarget );
317 ::com::sun::star::drawing::XShapes >& xTarget );
322 ::com::sun::star::drawing::XShapes >& xTarget );
327 ::com::sun::star::drawing::XShapes >& xTarget );
331 ::com::sun::star::drawing::XShapes >& xTarget
[all …]
/trunk/main/stoc/test/
H A Dtestproxyfac.cxx81 const Reference< XInterface > & xTarget ) in createProxy()
82 { return Reference< XAggregation >( xTarget, UNO_QUERY ); } in createProxy()
114 Reference< XInterface > const & xTarget,
144 Reference< XInterface > const & xTarget, in create()
150 Reference< XAggregation > xAgg( xProxyFac->createProxy( xTarget ) ); in create()
177 Reference< reflection::XProxyFactory > xTarget( xMaster, UNO_QUERY_THROW ); in test_proxyfac_() local
179 xTarget, UNO_QUERY_THROW ); in test_proxyfac_()
188 Reference< XAggregation > xFakeAgg( xTarget->createProxy( xTarget ) ); in test_proxyfac_()
191 OSL_ASSERT( xTarget == xFakeAgg ); in test_proxyfac_()
196 xTarget, UNO_QUERY_THROW ); in test_proxyfac_()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/util/
H A Ddbg.java51 public static void printInterfaces(XInterface xTarget) { in printInterfaces() argument
52 printInterfaces(xTarget, false); in printInterfaces()
62 public static void printInterfaces(XInterface xTarget, in printInterfaces() argument
64 Type[] types = getInterfaceTypes(xTarget); in printInterfaces()
83 public static Type[] getInterfaceTypes(XInterface xTarget) { in getInterfaceTypes() argument
86 UnoRuntime.queryInterface( XTypeProvider.class, xTarget); in getInterfaceTypes()
103 XInterface xTarget, String ifcName) { in implementsInterface() argument
104 Type[] types = getInterfaceTypes(xTarget); in implementsInterface()
325 public static String getImplID( XInterface xTarget ) { in getImplID() argument
328 UnoRuntime.queryInterface( XTypeProvider.class, xTarget); in getImplID()
/trunk/main/chart2/source/view/charttypes/
H A DVSeriesPlotter.cxx308 , const uno::Reference< drawing::XShapes >& xTarget ) in getSeriesGroupShape()
314 xShapes = createGroupShape( xTarget,pDataSeries->getCID() ); in getSeriesGroupShape()
321 , const uno::Reference< drawing::XShapes >& xTarget ) in getSeriesGroupShapeFrontChild()
327 …::Reference< drawing::XShapes > xSeriesShapes( this->getSeriesGroupShape( pDataSeries, xTarget ) ); in getSeriesGroupShapeFrontChild()
329 this->getSeriesGroupShapeBackChild( pDataSeries, xTarget ); in getSeriesGroupShapeFrontChild()
338 , const uno::Reference< drawing::XShapes >& xTarget ) in getSeriesGroupShapeBackChild()
344 …::Reference< drawing::XShapes > xSeriesShapes( this->getSeriesGroupShape( pDataSeries, xTarget ) ); in getSeriesGroupShapeBackChild()
368 , const uno::Reference< drawing::XShapes >& xTarget ) in getErrorBarsGroupShape()
374 xShapes = this->createGroupShape( xTarget,rDataSeries.getErrorBarsCID() ); in getErrorBarsGroupShape()
424 …rawing::XShape > VSeriesPlotter::createDataLabel( const uno::Reference< drawing::XShapes >& xTarget in createDataLabel() argument
[all …]
/trunk/main/forms/source/xforms/
H A Dbinding.cxx528 Reference<XEventTarget> xTarget( xNode, UNO_QUERY ); in lcl_addListenerToNode() local
529 if( xTarget.is() ) in lcl_addListenerToNode()
531 xTarget->addEventListener( OUSTRING("DOMCharacterDataModified"), in lcl_addListenerToNode()
533 xTarget->addEventListener( OUSTRING("DOMCharacterDataModified"), in lcl_addListenerToNode()
535 xTarget->addEventListener( OUSTRING("DOMAttrModified"), in lcl_addListenerToNode()
537 xTarget->addEventListener( OUSTRING("DOMAttrModified"), in lcl_addListenerToNode()
539 xTarget->addEventListener( OUSTRING("DOMAttrModified"), in lcl_addListenerToNode()
541 xTarget->addEventListener( OUSTRING("xforms-generic"), in lcl_addListenerToNode()
549 Reference<XEventTarget> xTarget( xNode, UNO_QUERY ); in lcl_removeListenerFromNode() local
550 if( xTarget.is() ) in lcl_removeListenerFromNode()
[all …]
/trunk/main/framework/source/services/
H A Dframe.cxx792 css::uno::Reference< css::frame::XFrame > xTarget; in findFrame() local
833 xTarget = aCreator.createTask(sTargetFrameName,sal_False); in findFrame()
844 xTarget = xParent; in findFrame()
856 xTarget = this; in findFrame()
859 xTarget = xParent->findFrame(SPECIALTARGET_TOP,0); in findFrame()
872 xTarget = this; in findFrame()
887 xTarget = m_aChildFrameContainer.searchOnDirectChildrens(SPECIALTARGET_BEAMER); in findFrame()
888 if ( ! xTarget.is() ) in findFrame()
900 xTarget = xParent->findFrame(SPECIALTARGET_BEAMER,0); in findFrame()
930 xTarget = this; in findFrame()
[all …]
H A Ddesktop.cxx1021 css::uno::Reference< css::frame::XFrame > xTarget; in findFrame() local
1062 xTarget = aCreator.createTask(sTargetFrameName,sal_False); in findFrame()
1072 xTarget = this; in findFrame()
1085 xTarget = this; in findFrame()
1116 xTarget = this; in findFrame()
1129 ( ! xTarget.is() ) && in findFrame()
1133 xTarget = m_aChildTaskContainer.searchOnDirectChildrens(sTargetFrameName); in findFrame()
1144 ( ! xTarget.is() ) && in findFrame()
1148 xTarget = m_aChildTaskContainer.searchOnAllChildrens(sTargetFrameName); in findFrame()
1157 ( ! xTarget.is() ) && in findFrame()
[all …]
/trunk/main/chart2/source/view/axes/
H A DVCartesianGrid.cxx251 Reference< drawing::XShapes > xTarget( xGroupShape_Shapes ); in createShapes() local
254 xTarget.set( this->createGroupShape( m_xLogicTarget in createShapes()
257 if(!xTarget.is()) in createShapes()
258 xTarget.set( xGroupShape_Shapes ); in createShapes()
281 m_pShapeFactory->createLine2D( xTarget, aPoints, &aLinePropertiesList[nDepth] ); in createShapes()
294 m_pShapeFactory->createLine2D( xTarget, aHandlesPoints, &aHandleLineProperties ); in createShapes()
324 m_pShapeFactory->createLine3D( xTarget, aPoints, aLinePropertiesList[nDepth] ); in createShapes()
H A DVPolarGrid.cxx199 Reference< drawing::XShapes > xTarget( xMainTarget ); in create2DRadiusGrid() local
202 xTarget.set( this->createGroupShape( xLogicTarget in create2DRadiusGrid()
205 if(!xTarget.is()) in create2DRadiusGrid()
206 xTarget.set( xMainTarget ); in create2DRadiusGrid()
231 xTarget, aAllPoints, &rLinePropertiesList[nDepth] ); in create2DRadiusGrid()
H A DVCartesianAxis.cxx90 , const Reference< drawing::XShapes >& xTarget in createSingleLabel()
108 .createText( xTarget, aLabel, rPropNames, rPropValues, aATransformation ); in createSingleLabel()
159 , const Reference< drawing::XShapes >& xTarget ) in removeShapesAtWrongRhythm()
171 xTarget->remove(pTickInfo->xTextShape); in removeShapesAtWrongRhythm()
589 const Reference< drawing::XShapes >& xTarget in createTextShapes()
699 … removeShapesAtWrongRhythm( rTickIter, rAxisLabelProperties.nRhythm, nTick, xTarget ); in createTextShapes()
737 pTickInfo->xTextShape = createSingleLabel( m_xShapeFactory, xTarget in createTextShapes()
781 xTarget->remove(pTickInfo->xTextShape); in createTextShapes()
786 … removeShapesAtWrongRhythm( rTickIter, rAxisLabelProperties.nRhythm, nTick, xTarget ); in createTextShapes()
H A DVPolarAngleAxis.cxx60 const uno::Reference< drawing::XShapes >& xTarget in createTextShapes_ForAngleAxis()
132 …PolarLabelPositionHelper aPolarLabelPositionHelper(m_pPosHelper,nDimensionCount,xTarget,&aShapeFac… in createTextShapes_ForAngleAxis()
144 …pTickInfo->xTextShape = aShapeFactory.createText( xTarget, aStackedLabel, aPropNames, aPropValues,… in createTextShapes_ForAngleAxis()
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx95 Reference< XInterface > const & xTarget );
180 Reference< XInterface > const & xTarget );
320 Reference< XInterface > const & xTarget ) in ProxyRoot()
324 reinterpret_cast< void ** >( &m_target.m_pUnoI ), xTarget.get(), in ProxyRoot()
325 ::getCppuType( &xTarget ) ); in ProxyRoot()
438 Reference< XInterface > const & xTarget ) in createProxy()
440 return new ProxyRoot( this, xTarget ); in createProxy()
/trunk/main/framework/source/dispatch/
H A Dclosedispatcher.cxx605 css::uno::Reference< css::frame::XFrame > xTarget = xFrame; in static_impl_searchRightTargetFrame() local
609 if (xTarget->isTop()) in static_impl_searchRightTargetFrame()
610 return xTarget; in static_impl_searchRightTargetFrame()
613 css::uno::Reference< css::awt::XWindow > xWindow = xTarget->getContainerWindow(); in static_impl_searchRightTargetFrame()
628 return xTarget; in static_impl_searchRightTargetFrame()
634 … css::uno::Reference< css::frame::XFrame > xParent(xTarget->getCreator(), css::uno::UNO_QUERY); in static_impl_searchRightTargetFrame()
636 return xTarget; in static_impl_searchRightTargetFrame()
639 xTarget = xParent; in static_impl_searchRightTargetFrame()
/trunk/main/cui/source/dialogs/
H A Dhlmarkwn.cxx354 uno::Reference< beans::XPropertySet > xTarget; in FillTree() local
356 if( aAny >>= xTarget ) in FillTree()
361 aAny = xTarget->getPropertyValue( aProp_LinkDisplayName ); in FillTree()
367 uno::Reference< lang::XServiceInfo > xSI( xTarget, uno::UNO_QUERY ); in FillTree()
378 …uno::Reference< awt::XBitmap > aXBitmap( xTarget->getPropertyValue( aProp_LinkDisplayBitmap ), uno… in FillTree()
412 uno::Reference< document::XLinkTargetSupplier > xLTS( xTarget, uno::UNO_QUERY ); in FillTree()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx74 Reference< XInterface > xTarget; member
477 pMgr->detach( nIdx, (*aObjIt).xTarget ); in detachAll_Impl()
494 pMgr->attach( nIdx, (*aObjIt).xTarget, (*aObjIt).aHelper ); in attachAll_Impl()
540 pArray[nPos] = xAttacher->attachSingleEventListener( (*aObjIt).xTarget, xAll, in registerScriptEvent()
730 aTmp.xTarget = xObject; in attach()
754 xAdapter = xAttacher->attachSingleEventListener( rCurObj.xTarget, xAll, in attach()
775 xAdapter = xAttacher->attachSingleEventListener( rCurObj.xTarget, xAll, in attach()
801 if( (*aObjIt).xTarget == xObject ) in detach()
815 xAttacher->removeListener( (*aObjIt).xTarget, (*aEvtIt).ListenerType, in detach()
834 xAttacher->removeListener( (*aObjIt).xTarget, pEL[i].ListenerType, in detach()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx510 const uno::Reference< ucb::XContent > & xTarget, in createNew()
525 xTarget, uno::UNO_QUERY ); in createNew()
578 xCreator.set( xTarget, uno::UNO_QUERY ); in createNew()
1220 const uno::Reference< ucb::XContent > & xTarget, in globalTransfer_()
1262 xTarget, in globalTransfer_()
1664 xTarget, uno::UNO_QUERY ); in globalTransfer_()
1739 uno::Reference< ucb::XContent > xTarget; in globalTransfer() local
1746 xTarget = queryContent( xId ); in globalTransfer()
1753 if ( !xTarget.is() ) in globalTransfer()
1776 xTarget, uno::UNO_QUERY ); in globalTransfer()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1191 uno::Reference< uno::XInterface > xTarget; in GetClickedObject() local
1204 xTarget.set(uno::Reference<table::XCell>(pCellObj), uno::UNO_QUERY); in GetClickedObject()
1232 xTarget.set(pObj->getUnoShape(), uno::UNO_QUERY); in GetClickedObject()
1240 return xTarget; in GetClickedObject()
1261 uno::Reference< uno::XInterface > xTarget = GetClickedObject(Point(e.X, e.Y)); in MousePressed() local
1262 if (aMouseClickHandlers.Count() && xTarget.is()) in MousePressed()
1271 aMouseEvent.Target = xTarget; in MousePressed()
1292 if ( ( bDoubleClick || bRightClick ) && !bReturn && xTarget.is()) in MousePressed()
1309 aParams[0] <<= xTarget; in MousePressed()
1328 if (!bReturn && xTarget.is()) try in MousePressed()
[all …]
/trunk/main/ucb/source/cacher/
H A Dcacheddynamicresultsetstub.cxx231 Reference< XSourceInitialization > xTarget( TargetCache, UNO_QUERY ); in connectToCache() local
232 OSL_ENSURE( xTarget.is(), "Target must have interface XSourceInitialization" ); in connectToCache()
234 xTarget->setSource( xStub ); in connectToCache()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx1655 … uno::Reference< embed::XStorage > xTarget = rMedium.GetZipStorageToSign_Impl( sal_False ); in SaveTo_Impl() local
1656 if ( !xTarget.is() ) in SaveTo_Impl()
1658 uno::Reference< embed::XStorage > xTargetMetaInf = xTarget->openStorageElement( in SaveTo_Impl()
1674 xDDSigns->verifyScriptingContentSignatures( xTarget, in SaveTo_Impl()
1683 xTransact.set( xTarget, uno::UNO_QUERY ); in SaveTo_Impl()
3455 … const uno::Reference< embed::XStorage >& xTarget ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3457 … OSL_ENSURE( xSource.is() && xTarget.is(), "Source and/or target storages are not available!\n" ); in StoragesOfUnknownMediaTypeAreCopied_Impl()
3458 if ( !xSource.is() || !xTarget.is() || xSource == xTarget ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3530 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl()
3582 … const uno::Reference< embed::XStorage >& xTarget ) in CopyStoragesOfUnknownMediaType()
[all …]
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx300 inline DisposingForwarder( Reference< lang::XComponent > const & xTarget )
302 : m_xTarget( xTarget )
308 Reference< lang::XComponent > const & xTarget );
315 Reference< lang::XComponent > const & xTarget ) in listen()
319 xSource->addEventListener( new DisposingForwarder( xTarget ) ); in listen()

123