/aoo4110/main/sd/source/ui/unoidl/ |
H A D | unolayer.cxx | 540 uno::Reference< drawing::XLayer > xLayer; in insertNewByIndex() local 563 return xLayer; in insertNewByIndex() 616 uno::Reference< drawing::XLayer > xLayer; in getLayerForShape() local 629 return xLayer; in getLayerForShape() 667 aAny <<= xLayer; in getByIndex() 789 uno::Reference<uno::XInterface> xLayer (xRef); in compare_layers() local 790 if (xLayer.is()) in compare_layers() 811 uno::Reference<drawing::XLayer> xLayer; in GetLayer() local 818 if ( ! xLayer.is()) in GetLayer() 820 xLayer = new SdLayer (this, pLayer); in GetLayer() [all …]
|
H A D | SdUnoDrawView.cxx | 396 Reference<drawing::XLayer> xLayer; in setFastPropertyValue() local 397 rValue >>= xLayer; in setFastPropertyValue() 398 setActiveLayer (xLayer); in setFastPropertyValue()
|
H A D | unolayer.hxx | 140 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XLayer >& xLayer ) throw(::com::sun… 141 …t ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XLayer >& xLayer ) throw(::com::sun…
|
/aoo4110/main/xmloff/source/draw/ |
H A D | layerimp.cxx | 125 Reference< XPropertySet > xLayer; in EndElement() local 129 mxLayerManager->getByName( msName ) >>= xLayer; in EndElement() 130 …DBG_ASSERT( xLayer.is(), "xmloff::SdXMLLayerContext::EndElement(), failed to get existing XLayer!"… in EndElement() 136 …xLayer = Reference< XPropertySet >::query( xLayerManager->insertNewByIndex( xLayerManager->getCoun… in EndElement() 137 …DBG_ASSERT( xLayer.is(), "xmloff::SdXMLLayerContext::EndElement(), failed to create new XLayer!" ); in EndElement() 139 if( xLayer.is() ) in EndElement() 140 xLayer->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM( "Name" ) ), Any( msName ) ); in EndElement() 143 if( xLayer.is() ) in EndElement() 145 …xLayer->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Title") ), Any( sTitleBuffer.make… in EndElement() 146 …xLayer->setPropertyValue( OUString( RTL_CONSTASCII_USTRINGPARAM("Description") ), Any( sDescriptio… in EndElement()
|
H A D | layerexp.cxx | 77 Reference< XPropertySet> xLayer( xLayerManager->getByIndex( nIndex ), UNO_QUERY_THROW ); in exportLayer() local 78 xLayer->getPropertyValue( strName ) >>= sTmp; in exportLayer() 85 xLayer->getPropertyValue(strTitle) >>= sTmp; in exportLayer() 93 xLayer->getPropertyValue(strDescription) >>= sTmp; in exportLayer()
|
/aoo4110/main/qadevOOo/tests/java/ifc/configuration/backend/ |
H A D | _XLayerImporter.java | 62 util.XLayerImpl xLayer = new util.XLayerImpl(); in _importLayer() local 63 oObj.importLayer(xLayer); in _importLayer() 64 if (! xLayer.hasBeenCalled()) { in _importLayer() 110 util.XLayerImpl xLayer = new util.XLayerImpl(); in _importLayerForEntity() local 111 oObj.importLayerForEntity(xLayer,""); in _importLayerForEntity() 112 if (! xLayer.hasBeenCalled()) { in _importLayerForEntity()
|
H A D | _XUpdateHandler.java | 212 XLayerImpl xLayer = (XLayerImpl) tEnv.getObjRelation("Layer"); in _startUpdate() local 213 log.println("Layer called (before): " + xLayer.hasBeenCalled()); in _startUpdate() 240 log.println("Layer called (after): " + xLayer.hasBeenCalled()); in _startUpdate() 242 res = xLayer.hasBeenCalled(); in _startUpdate()
|
H A D | _XLayerHandler.java | 129 XLayer xLayer = (XLayer) UnoRuntime.queryInterface(XLayer.class, in _endLayer() local 134 xLayer.readData(xLayerHandler); in _endLayer()
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | XLayerManager.idl | 73 @param xLayer 76 void remove( [in] com::sun::star::drawing::XLayer xLayer ) 86 @param xLayer 90 [in] com::sun::star::drawing::XLayer xLayer );
|
/aoo4110/main/vcl/aqua/source/gdi/ |
H A D | salbmp.cxx | 72 bool AquaSalBitmap::Create( CGLayerRef xLayer, int nBitmapBits, in Create() argument 75 DBG_ASSERT( xLayer, "AquaSalBitmap::Create() from non-layered context" ); in Create() 82 const CGSize aLayerSize = CGLayerGetSize( xLayer ); in Create() 100 ::CGContextDrawLayerAtPoint( mxGraphicContext, aSrcPoint, xLayer ); in Create()
|
H A D | salgdiutils.cxx | 82 void AquaSalGraphics::SetVirDevGraphics( CGLayerRef xLayer, CGContextRef xContext, in SetVirDevGraphics() argument 90 mxLayer = xLayer; in SetVirDevGraphics()
|
/aoo4110/main/slideshow/source/engine/shapes/ |
H A D | shapeimporter.cxx | 454 uno::Reference< drawing::XLayer> const& xLayer ) in isSkip() 467 if(xLayer.is()) in isSkip() 471 xLayer, uno::UNO_QUERY ); in isSkip()
|
/aoo4110/main/vcl/inc/aqua/ |
H A D | salbmp.h | 100 …bool Create( CGLayerRef xLayer, int nBitCount, int nX, int nY, int nWidth, int nHeight, bool bMi…
|
/aoo4110/main/slideshow/source/inc/ |
H A D | shapeimporter.hxx | 106 ::com::sun::star::drawing::XLayer> const& xLayer);
|