| /AOO41X/main/chart2/source/view/main/ |
| H A D | ShapeFactory.cxx | 441 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 D | PropertyMapper.cxx | 58 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 D | DataPointSymbolSupplier.cxx | 40 , const uno::Reference< drawing::XShapes >& xTarget in create2DSymbolList() 46 if(xTarget.is()) in create2DSymbolList() 47 xTarget->add(xGroup); in create2DSymbolList()
|
| H A D | PlotterBase.cxx | 91 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()
|
| /AOO41X/main/chart2/source/view/inc/ |
| H A D | ShapeFactory.hxx | 55 ::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 D | VSeriesPlotter.hxx | 211 ::com::sun::star::drawing::XShapes >& xTarget, 227 … , const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XShapes >& xTarget 234 … , const ::com::sun::star::uno::Reference< ::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 ); 332 ::com::sun::star::drawing::XShapes >& xTarget [all …]
|
| /AOO41X/main/stoc/test/ |
| H A D | testproxyfac.cxx | 84 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() 158 Reference< XAggregation > xAgg( xProxyFac->createProxy( xTarget ) ); in create() 185 Reference< reflection::XProxyFactory > xTarget( xMaster, UNO_QUERY_THROW ); in test_proxyfac_() local 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_() [all …]
|
| /AOO41X/main/qadevOOo/runner/util/ |
| H A D | dbg.java | 51 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()
|
| /AOO41X/main/chart2/source/view/charttypes/ |
| H A D | VSeriesPlotter.cxx | 308 , 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 …]
|
| /AOO41X/main/forms/source/xforms/ |
| H A D | binding.cxx | 530 Reference<XEventTarget> xTarget( xNode, UNO_QUERY ); in lcl_addListenerToNode() local 531 if( xTarget.is() ) in lcl_addListenerToNode() 533 xTarget->addEventListener( OUSTRING("DOMCharacterDataModified"), in lcl_addListenerToNode() 535 xTarget->addEventListener( OUSTRING("DOMCharacterDataModified"), 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() [all …]
|
| /AOO41X/main/chart2/source/view/axes/ |
| H A D | VCartesianGrid.cxx | 251 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 D | VPolarGrid.cxx | 199 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 D | VPolarAngleAxis.cxx | 60 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()
|
| H A D | VCartesianAxis.cxx | 90 , 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()
|
| /AOO41X/main/stoc/source/proxy_factory/ |
| H A D | proxyfac.cxx | 98 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()
|
| /AOO41X/main/framework/source/dispatch/ |
| H A D | closedispatcher.cxx | 611 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()
|
| /AOO41X/main/framework/source/services/ |
| H A D | frame.cxx | 796 css::uno::Reference< css::frame::XFrame > xTarget; in findFrame() local 837 xTarget = aCreator.createTask(sTargetFrameName,sal_False); in findFrame() 848 xTarget = xParent; in findFrame() 860 xTarget = this; in findFrame() 863 xTarget = xParent->findFrame(SPECIALTARGET_TOP,0); in findFrame() 876 xTarget = this; in findFrame() 891 xTarget = m_aChildFrameContainer.searchOnDirectChildrens(SPECIALTARGET_BEAMER); in findFrame() 892 if ( ! xTarget.is() ) in findFrame() 904 xTarget = xParent->findFrame(SPECIALTARGET_BEAMER,0); in findFrame() 934 xTarget = this; in findFrame() [all …]
|
| H A D | desktop.cxx | 1030 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() 1142 xTarget = m_aChildTaskContainer.searchOnDirectChildrens(sTargetFrameName); in findFrame() 1153 ( ! xTarget.is() ) && in findFrame() 1157 xTarget = m_aChildTaskContainer.searchOnAllChildrens(sTargetFrameName); in findFrame() 1166 ( ! xTarget.is() ) && in findFrame() [all …]
|
| /AOO41X/main/cui/source/dialogs/ |
| H A D | hlmarkwn.cxx | 374 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()
|
| /AOO41X/main/comphelper/source/eventattachermgr/ |
| H A D | eventattachermgr.cxx | 74 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()
|
| /AOO41X/main/ucb/source/core/ |
| H A D | ucbcmds.cxx | 527 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 …]
|
| /AOO41X/main/sc/source/ui/unoobj/ |
| H A D | viewuno.cxx | 1206 uno::Reference< uno::XInterface > xTarget; in GetClickedObject() local 1219 xTarget.set(uno::Reference<table::XCell>(pCellObj), uno::UNO_QUERY); in GetClickedObject() 1247 xTarget.set(pObj->getUnoShape(), uno::UNO_QUERY); in GetClickedObject() 1255 return xTarget; in GetClickedObject() 1277 uno::Reference< uno::XInterface > xTarget = GetClickedObject(Point(e.X, e.Y)); in MousePressed() local 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() [all …]
|
| /AOO41X/main/ucb/source/cacher/ |
| H A D | cacheddynamicresultsetstub.cxx | 236 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()
|
| /AOO41X/main/sfx2/source/doc/ |
| H A D | objstor.cxx | 1655 … 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() 3457 … const uno::Reference< embed::XStorage >& xTarget ) in StoragesOfUnknownMediaTypeAreCopied_Impl() 3459 … OSL_ENSURE( xSource.is() && xTarget.is(), "Source and/or target storages are not available!\n" ); in StoragesOfUnknownMediaTypeAreCopied_Impl() 3460 if ( !xSource.is() || !xTarget.is() || xSource == xTarget ) in StoragesOfUnknownMediaTypeAreCopied_Impl() 3532 if ( !xTarget->hasByName( aSubElements[nInd] ) ) in StoragesOfUnknownMediaTypeAreCopied_Impl() 3584 … const uno::Reference< embed::XStorage >& xTarget ) in CopyStoragesOfUnknownMediaType() [all …]
|
| /AOO41X/main/udkapi/com/sun/star/script/ |
| H A D | XEventAttacher.idl | 71 …com::sun::star::lang::XEventListener attachListener( [in] com::sun::star::uno::XInterface xTarget, 89 …tar::lang::XEventListener attachSingleEventListener( [in] com::sun::star::uno::XInterface xTarget, 106 void removeListener( [in] com::sun::star::uno::XInterface xTarget,
|