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.cxx448 if( !xTarget.is() ) in createCube()
481 if( !xTarget.is() ) in impl_createCube()
552 if( !xTarget.is() ) in createPyramid()
720 if( !xTarget.is() ) in impl_createConeOrCylinder()
985 if( !xTarget.is() ) in createPieSegment2D()
1051 if( !xTarget.is() ) in createPieSegment()
1136 if( !xTarget.is() ) in createStripe()
1192 if( !xTarget.is() ) in createArea3D()
1255 if( !xTarget.is() ) in createArea2D()
1829 if( !xTarget.is() ) in createSymbol2D()
[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.cxx91 const uno::Reference< drawing::XShapes >& xTarget in createGroupShape()
100 return m_pShapeFactory->createGroup2D( xTarget, rName ); in createGroupShape()
105 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
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
132 …createArea2D( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xTarget
152 …createLine2D( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xTarget
[all …]
H A DVSeriesPlotter.hxx211 ::com::sun::star::drawing::XShapes >& xTarget,
243 ::com::sun::star::drawing::XShapes >& xTarget,
306 ::com::sun::star::drawing::XShapes >& xTarget );
314 ::com::sun::star::drawing::XShapes >& xTarget );
318 ::com::sun::star::drawing::XShapes >& xTarget );
323 ::com::sun::star::drawing::XShapes >& xTarget );
328 ::com::sun::star::drawing::XShapes >& xTarget );
365 ::com::sun::star::drawing::XShapes >& xTarget
378 ::com::sun::star::drawing::XShapes >& xTarget
383 ::com::sun::star::drawing::XShapes >& xTarget
[all …]
/trunk/main/stoc/test/
H A Dtestproxyfac.cxx84 const Reference< XInterface > & xTarget ) throw (RuntimeException) in createProxy()
85 { return Reference< XAggregation >( xTarget, UNO_QUERY ); } in createProxy()
119 Reference< XInterface > const & xTarget,
152 Reference< XInterface > const & xTarget, in create()
187 xTarget, UNO_QUERY_THROW ); in test_proxyfac_()
196 Reference< XAggregation > xFakeAgg( xTarget->createProxy( xTarget ) ); in test_proxyfac_()
199 OSL_ASSERT( xTarget == xFakeAgg ); in test_proxyfac_()
204 xTarget, UNO_QUERY_THROW ); in test_proxyfac_()
207 xTarget, UNO_QUERY_THROW ); in test_proxyfac_()
210 OSL_ASSERT( xTarget == xTarget_XCurrentContext ); 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.cxx314 xShapes = createGroupShape( xTarget,pDataSeries->getCID() ); in getSeriesGroupShape()
329 this->getSeriesGroupShapeBackChild( pDataSeries, xTarget ); in getSeriesGroupShapeFrontChild()
790 const uno::Reference< drawing::XShapes >& xTarget in createErrorBar()
938 this->getErrorBarsGroupShape(rVDataSeries, xTarget) ); in createErrorBar_Y()
1845 , const Reference< drawing::XShapes >& xTarget in createLegendEntries()
1852 if( xTarget.is() ) in createLegendEntries()
2026 , const Reference< drawing::XShapes >& xTarget in createLegendSymbolForSeries()
2047 xTarget, eLegendSymbolStyle, xShapeFactory in createLegendSymbolForSeries()
2057 , const Reference< drawing::XShapes >& xTarget in createLegendSymbolForPoint()
2112 , const Reference< drawing::XShapes >& xTarget in createLegendEntriesForSeries()
[all …]
/trunk/main/forms/source/xforms/
H A Dbinding.cxx530 Reference<XEventTarget> xTarget( xNode, UNO_QUERY ); in lcl_addListenerToNode() local
531 if( xTarget.is() ) in lcl_addListenerToNode()
537 xTarget->addEventListener( OUSTRING("DOMAttrModified"), in lcl_addListenerToNode()
539 xTarget->addEventListener( OUSTRING("DOMAttrModified"), in lcl_addListenerToNode()
541 xTarget->addEventListener( OUSTRING("DOMAttrModified"), in lcl_addListenerToNode()
543 xTarget->addEventListener( OUSTRING("xforms-generic"), in lcl_addListenerToNode()
551 Reference<XEventTarget> xTarget( xNode, UNO_QUERY ); in lcl_removeListenerFromNode() local
552 if( xTarget.is() ) in lcl_removeListenerFromNode()
558 xTarget->removeEventListener( OUSTRING("DOMAttrModified"), in lcl_removeListenerFromNode()
560 xTarget->removeEventListener( OUSTRING("DOMAttrModified"), in lcl_removeListenerFromNode()
[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/framework/source/services/
H A Dframe.cxx796 css::uno::Reference< css::frame::XFrame > xTarget; in findFrame() local
848 xTarget = xParent; in findFrame()
860 xTarget = this; in findFrame()
863 xTarget = xParent->findFrame(SPECIALTARGET_TOP,0); in findFrame()
876 xTarget = this; in findFrame()
892 if ( ! xTarget.is() ) in findFrame()
904 xTarget = xParent->findFrame(SPECIALTARGET_BEAMER,0); in findFrame()
934 xTarget = this; in findFrame()
1010 if (xTarget.is()) in findFrame()
1030 xTarget = xParent; in findFrame()
[all …]
H A Ddesktop.cxx1030 css::uno::Reference< css::frame::XFrame > xTarget; in findFrame() local
1071 xTarget = aCreator.createTask(sTargetFrameName,sal_False); in findFrame()
1081 xTarget = this; in findFrame()
1094 xTarget = this; in findFrame()
1125 xTarget = this; in findFrame()
1138 ( ! xTarget.is() ) && in findFrame()
1153 ( ! xTarget.is() ) && in findFrame()
1157 xTarget = m_aChildTaskContainer.searchOnAllChildrens(sTargetFrameName); in findFrame()
1166 ( ! xTarget.is() ) && in findFrame()
1171 xTarget = aCreator.createTask(sTargetFrameName,sal_False); in findFrame()
[all …]
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx98 Reference< XInterface > const & xTarget )
185 Reference< XInterface > const & xTarget );
325 Reference< XInterface > const & xTarget ) in ProxyRoot()
329 reinterpret_cast< void ** >( &m_target.m_pUnoI ), xTarget.get(), in ProxyRoot()
330 ::getCppuType( &xTarget ) ); in ProxyRoot()
444 Reference< XInterface > const & xTarget ) in createProxy()
447 return new ProxyRoot( this, xTarget ); in createProxy()
/trunk/main/framework/source/dispatch/
H A Dclosedispatcher.cxx611 css::uno::Reference< css::frame::XFrame > xTarget = xFrame; in static_impl_searchRightTargetFrame() local
615 if (xTarget->isTop()) in static_impl_searchRightTargetFrame()
616 return xTarget; in static_impl_searchRightTargetFrame()
619 css::uno::Reference< css::awt::XWindow > xWindow = xTarget->getContainerWindow(); in static_impl_searchRightTargetFrame()
634 return xTarget; in static_impl_searchRightTargetFrame()
640 … css::uno::Reference< css::frame::XFrame > xParent(xTarget->getCreator(), css::uno::UNO_QUERY); in static_impl_searchRightTargetFrame()
642 return xTarget; in static_impl_searchRightTargetFrame()
645 xTarget = xParent; in static_impl_searchRightTargetFrame()
/trunk/main/cui/source/dialogs/
H A Dhlmarkwn.cxx374 uno::Reference< beans::XPropertySet > xTarget; in FillTree() local
376 if( aAny >>= xTarget ) in FillTree()
381 aAny = xTarget->getPropertyValue( aProp_LinkDisplayName ); in FillTree()
387 uno::Reference< lang::XServiceInfo > xSI( xTarget, uno::UNO_QUERY ); in FillTree()
398 …uno::Reference< awt::XBitmap > aXBitmap( xTarget->getPropertyValue( aProp_LinkDisplayBitmap ), uno… in FillTree()
432 uno::Reference< document::XLinkTargetSupplier > xLTS( xTarget, uno::UNO_QUERY ); in FillTree()
/trunk/main/comphelper/source/eventattachermgr/
H A Deventattachermgr.cxx74 Reference< XInterface > xTarget; member
495 pMgr->detach( nIdx, (*aObjIt).xTarget ); in detachAll_Impl()
512 pMgr->attach( nIdx, (*aObjIt).xTarget, (*aObjIt).aHelper ); in attachAll_Impl()
559 pArray[nPos] = xAttacher->attachSingleEventListener( (*aObjIt).xTarget, xAll, in registerScriptEvent()
756 aTmp.xTarget = xObject; in attach()
780 xAdapter = xAttacher->attachSingleEventListener( rCurObj.xTarget, xAll, in attach()
801 xAdapter = xAttacher->attachSingleEventListener( rCurObj.xTarget, xAll, in attach()
828 if( (*aObjIt).xTarget == xObject ) in detach()
842 xAttacher->removeListener( (*aObjIt).xTarget, (*aEvtIt).ListenerType, in detach()
861 xAttacher->removeListener( (*aObjIt).xTarget, pEL[i].ListenerType, in detach()
/trunk/main/ucb/source/core/
H A Ducbcmds.cxx527 const uno::Reference< ucb::XContent > & xTarget, in createNew()
543 xTarget, uno::UNO_QUERY ); in createNew()
596 xCreator.set( xTarget, uno::UNO_QUERY ); in createNew()
1242 const uno::Reference< ucb::XContent > & xTarget, in globalTransfer_()
1285 xTarget, in globalTransfer_()
1687 xTarget, uno::UNO_QUERY ); in globalTransfer_()
1763 uno::Reference< ucb::XContent > xTarget; in globalTransfer() local
1770 xTarget = queryContent( xId ); in globalTransfer()
1777 if ( !xTarget.is() ) in globalTransfer()
1800 xTarget, uno::UNO_QUERY ); in globalTransfer()
[all …]
/trunk/main/sc/source/ui/unoobj/
H A Dviewuno.cxx1206 uno::Reference< uno::XInterface > xTarget; in GetClickedObject() local
1247 xTarget.set(pObj->getUnoShape(), uno::UNO_QUERY); in GetClickedObject()
1255 return xTarget; in GetClickedObject()
1278 if (aMouseClickHandlers.Count() && xTarget.is()) in MousePressed()
1287 aMouseEvent.Target = xTarget; in MousePressed()
1308 if ( ( bDoubleClick || bRightClick ) && !bReturn && xTarget.is()) in MousePressed()
1325 aParams[0] <<= xTarget; in MousePressed()
1344 if (!bReturn && xTarget.is()) try in MousePressed()
1349 aArgs[ 0 ] <<= xTarget; in MousePressed()
1373 if (xTarget.is()) in MouseReleased()
[all …]
/trunk/main/ucb/source/cacher/
H A Dcacheddynamicresultsetstub.cxx236 Reference< XSourceInitialization > xTarget( TargetCache, UNO_QUERY ); in connectToCache() local
237 OSL_ENSURE( xTarget.is(), "Target must have interface XSourceInitialization" ); in connectToCache()
239 xTarget->setSource( xStub ); in connectToCache()
/trunk/main/sfx2/source/doc/
H A Dobjstor.cxx1656 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()
3599 OSL_ENSURE( !xTarget->hasByName( aSubElements[nInd] ), in CopyStoragesOfUnknownMediaType()
3602 xSource->copyElementTo( aSubElements[nInd], xTarget, aSubElements[nInd] ); in CopyStoragesOfUnknownMediaType()
[all …]
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx302 inline DisposingForwarder( Reference< lang::XComponent > const & xTarget )
304 : m_xTarget( xTarget )
310 Reference< lang::XComponent > const & xTarget )
319 Reference< lang::XComponent > const & xTarget ) in listen()
324 xSource->addEventListener( new DisposingForwarder( xTarget ) ); in listen()

Completed in 188 milliseconds

123