Home
last modified time | relevance | path

Searched refs:Layer (Results 1 – 25 of 106) sorted by relevance

12345

/AOO41X/main/slideshow/source/engine/slide/
H A Dlayer.cxx49 Layer::Layer( const basegfx::B2DRange& rMaxLayerBounds, in Layer() function in slideshow::internal::Layer
61 Layer::Layer( const basegfx::B2DRange& rMaxLayerBounds ) : in Layer() function in slideshow::internal::Layer
72 ViewLayerSharedPtr Layer::addView( const ViewSharedPtr& rNewView ) in addView()
105 ViewLayerSharedPtr Layer::removeView( const ViewSharedPtr& rView ) in removeView()
136 void Layer::viewChanged( const ViewSharedPtr& rChangedView ) in viewChanged()
155 void Layer::viewsChanged() in viewsChanged()
170 void Layer::setShapeViews( ShapeSharedPtr const& rShape ) const in setShapeViews()
183 void Layer::setPriority( const ::basegfx::B1DRange& rPrioRange ) in setPriority()
196 void Layer::addUpdateRange( ::basegfx::B2DRange const& rUpdateRange ) in addUpdateRange()
204 void Layer::updateBounds( ShapeSharedPtr const& rShape ) in updateBounds()
[all …]
H A Dlayer.hxx67 class Layer : public boost::enable_shared_from_this<Layer>, class
83 …static ::boost::shared_ptr< Layer > createBackgroundLayer( const basegfx::B2DRange& rMaxLayerBound…
96 … static ::boost::shared_ptr< Layer > createLayer( const basegfx::B2DRange& rMaxLayerBounds );
258 Layer( const basegfx::B2DRange& rMaxLayerBounds,
272 explicit Layer( const basegfx::B2DRange& rMaxLayerBounds );
305 typedef ::boost::shared_ptr< Layer > LayerSharedPtr;
306 typedef ::boost::weak_ptr< Layer > LayerWeakPtr;
H A Dlayermanager.cxx101 Layer::createBackgroundLayer( in LayerManager()
127 boost::bind( &Layer::addUpdateRange, in activate()
137 boost::mem_fn( &Layer::clearUpdateRanges )); in activate()
198 boost::bind(&Layer::addView, in viewAdded()
211 boost::bind( &Layer::addView, in viewAdded()
225 boost::bind(&Layer::removeView, in viewRemoved()
236 boost::bind( &Layer::removeView, in viewRemoved()
511 boost::mem_fn(&Layer::isUpdatePending)) != aEnd ) in isUpdatePending()
574 boost::mem_fn( &Layer::isUpdatePending )) == maLayers.end() ) in update()
580 Layer::EndUpdater aEndUpdater; in update()
[all …]
/AOO41X/main/sd/source/ui/slidesorter/view/
H A DSlsLayeredDevice.cxx105 class Layer : private ::boost::noncopyable class
108 Layer (void);
109 ~Layer (void);
131 typedef ::boost::shared_ptr<Layer> SharedLayer;
225 (*mpLayers)[nIndex].reset(new Layer()); in RegisterPainter()
282 ::boost::bind(&Layer::Validate, _1, mpTargetWindow->GetMapMode())); in Repaint()
308 ::boost::bind(&Layer::Repaint, _1, ::boost::ref(*mpBackBuffer), rRepaintRectangle)); in RepaintRectangle()
321 ::std::for_each(mpLayers->begin(), mpLayers->end(), ::boost::bind(&Layer::Resize, _1, aSize)); in Resize()
329 ::std::for_each(mpLayers->begin(), mpLayers->end(), ::boost::bind(&Layer::Dispose, _1)); in Dispose()
404 Layer::Layer (void) in Layer() function in sd::slidesorter::view::Layer
[all …]
/AOO41X/main/offapi/com/sun/star/drawing/
H A DLayer.idl37 // DocMerge from xml: service com::sun::star::drawing::Layer
45 <p>The properties of a <type>Layer</type> instance affect all <type>Shape</type>s
46 attached to the Layer.
53 published service Layer
57 …// DocMerge from xml: service com::sun::star::drawing::Layer: interface com::sun::star::beans::XPr…
59 this Layer.
65 // DocMerge from xml: property com::sun::star::drawing::Layer::Name
66 /** The name of a <type>Layer</type> is used to identify the
67 <type>Layer</type> in the user interface.
73 // DocMerge from xml: property com::sun::star::drawing::Layer::IsVisible
[all …]
H A DXLayerManager.idl50 <type>Layer</type>s of a document.
58 /** creates a new <type>Layer</type>
64 the new created <type>Layer</type>
70 /** removes a <type>Layer</type> and all <type>Shape</type>s on
71 this <type>Layer</type>.
74 this <type>Layer</type> will be removed and disposed
81 /** attaches a <type>Shape</type> to the given <type>Layer</type>.
84 this is the <type>Shape</type> that will be attached to a <type>Layer</type>
87 this is the <type>Layer</type> that will be attached to a <type>Shape</type>
94 /** queries the <type>Layer</type> that a <type>Shape</type> is attached to
[all …]
H A DLayerManager.idl42 /** This service is provided by documents to support <type>Layer</type>s.
51 /** gives you access to the existing <type>Layer</type>s by
52 index and makes it possible to add and remove <type>Layer</type>s and
53 to attach <type>Shape</type>s to <type>Layer</type>s.
55 <p>The contents of the collection all support <type>Layer</type>
62 /** gives access to the existing <type>Layer</type>s by name.
64 <p>The contents of the collection all support <type>Layer</type>
H A DShape.idl120 /** This is the ID of the <type>Layer</type> to which this
127 /** This is the name of the <type>Layer</type> to which this
H A DXLayer.idl37 /** identifies the object as a <type>Layer</type>.
/AOO41X/main/qadevOOo/objdsc/sd/
H A Dcom.sun.star.comp.office.SdLayer.csv1 "SdLayer";"com::sun::star::drawing::Layer";"Name"
2 "SdLayer";"com::sun::star::drawing::Layer";"IsVisible"
3 "SdLayer";"com::sun::star::drawing::Layer";"IsPrintable"
4 "SdLayer";"com::sun::star::drawing::Layer";"IsLocked"
/AOO41X/main/offapi/com/sun/star/configuration/backend/
H A DXMultiLayerStratum.idl88 retrieve <type>Layer</type> objects.
165 <p>Layer ids can be obtained from
182 a <type>Layer</type> object providing access to the layer data,
211 <p>Layer ids can be obtained from
226 a list of <type>Layer</type> objects
262 <p>Layer ids can be obtained from
281 a list of <type>Layer</type> objects
H A DLayer.idl61 published service Layer
86 When the content of the Layer changes,
H A DUpdatableLayer.idl28 #include <com/sun/star/configuration/backend/Layer.idl>
68 service Layer ;
/AOO41X/main/jvmfwk/source/
H A Delements.hxx125 enum Layer { USER_OR_INSTALL, USER, SHARED, INSTALL }; enum in jfw::NodeJava
165 Layer m_layer;
224 NodeJava(Layer theLayer = USER_OR_INSTALL);
/AOO41X/main/framework/source/uiconfiguration/
H A Duiconfigurationmanagerimpl.hxx121 enum Layer enum in framework::UIConfigurationManagerImpl
183 void impl_preloadUIElementTypeList( Layer eLayer, sal_Int16 nElementType );
185 …void impl_requestUIElementData( sal_Int16 nElementType, Layer eLayer, UIElementData& aU…
/AOO41X/main/framework/inc/uiconfiguration/
H A Dmoduleuiconfigurationmanager.hxx131 enum Layer enum in framework::ModuleUIConfigurationManager
193 void impl_preloadUIElementTypeList( Layer eLayer, sal_Int16 nElementType );
195 …void impl_requestUIElementData( sal_Int16 nElementType, Layer eLayer, UIElementData& aU…
/AOO41X/main/svx/inc/svx/
H A Dsvdviter.hxx109 - Layer Sichtbarkeitsstatus
110 - Visible Layer von MasterPages
/AOO41X/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx802 enum Layer {eHeaven, eHell}; enum in sw::util::SetLayer
803 void SetObjectLayer(SdrObject &rObject, Layer eLayer) const;
/AOO41X/main/offapi/com/sun/star/ui/
H A DXModuleUIConfigurationManager.idl56 1. Layer: A module default user interface configuration which
61 2. Layer: A module user interface configuration which only contains
H A DModuleUIConfigurationManager.idl54 1. Layer: A module default user interface configuration which describe all user interface
57 2. Layer: A module user interface configuration which only contains customized user interface
/AOO41X/main/slideshow/test/
H A Dslidetest.cxx79 target::Layer::createBackgroundLayer( basegfx::B2DRange(0,0,100,100) ) ); in testLayer()
83 target::Layer::createLayer( basegfx::B2DRange(0,0,100,100) ) ); in testLayer()
/AOO41X/main/sd/source/ui/app/
H A Dmenuids2_tmpl.src150 Text [ en-US ] = "Delete ~Layer..." ; \
441 Text [ en-US ] = "~Layer..." ; \
626 Text [ en-US ] = "~Layer..." ; \
H A Dpopup.src430 Text [ en-US ] = "~Insert Layer..." ;
444 Text [ en-US ] = "Delete ~Layer..." ;
H A Dstrings.src97 Text [ en-US ] = "Insert Layer" ;
101 Text [ en-US ] = "Modify Layer" ;
344 Text [ en-US ] = "Layer" ;
/AOO41X/main/scripting/java/
H A Dmanifest.mf9 OpenIDE-Module-Layer: org/openoffice/netbeans/modules/office/resources/layer.xml

12345