Home
last modified time | relevance | path

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

123456

/trunk/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
136 void Layer::viewChanged( const ViewSharedPtr& rChangedView ) in viewChanged()
155 void Layer::viewsChanged() in viewsChanged()
204 void Layer::updateBounds( ShapeSharedPtr const& rShape ) in updateBounds()
217 bool Layer::commitBounds() in commitBounds()
245 void Layer::clearUpdateRanges() in clearUpdateRanges()
250 void Layer::clearContent() in clearContent()
281 Layer::EndUpdater Layer::beginUpdate() in beginUpdate()
323 void Layer::endUpdate() in endUpdate()
[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()
580 Layer::EndUpdater aEndUpdater; in update()
776 LayerSharedPtr pLayer( Layer::createLayer( in createForegroundLayer()
[all …]
/trunk/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()
404 Layer::Layer (void) in Layer() function in sd::slidesorter::view::Layer
414 Layer::~Layer (void) in ~Layer()
492 void Layer::Repaint ( in Repaint()
515 void Layer::Resize (const Size& rSize) in Resize()
554 bool Layer::HasPainter (void) const in HasPainter()
[all …]
/trunk/main/offapi/com/sun/star/drawing/
H A DLayer.idl37 // DocMerge from xml: service com::sun::star::drawing::Layer
46 attached to the Layer.
53 published service Layer
59 this Layer.
66 /** The name of a <type>Layer</type> is used to identify the
67 <type>Layer</type> in the user interface.
75 <type>Layer</type> are not shown in the user interface.
82 /** If a <type>Layer</type> is not printable, the objects in
83 this <type>Layer</type> are not printed.
90 /** If a <type>Layer</type> is locked, the objects in this
[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>
/trunk/main/qadevOOo/java/OOoRunner/src/main/resources/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"
/trunk/main/ooo_custom_images/industrial/res/commandimagelist/
H A Dlc_arrowshapes.pentagon-right.xcf.bz2
H A Dlc_closedocs.xcf.bz2
H A Dlc_mergedialog.xcf.bz2
H A Dlc_grafmode.xcf.bz2
H A Dlc_adjust.xcf.bz2
H A Dlc_draw.xcf.bz2
H A Dlc_backgroundpatterncontroller.xcf.bz2
/trunk/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 ;
/trunk/main/jvmfwk/source/
H A Delements.hxx125 enum Layer { USER_OR_INSTALL, USER, SHARED, INSTALL }; enum in jfw::NodeJava
164 Layer m_layer;
223 NodeJava(Layer theLayer = USER_OR_INSTALL);
/trunk/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…
/trunk/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…
/trunk/main/svx/inc/svx/
H A Dsvdviter.hxx109 - Layer Sichtbarkeitsstatus
110 - Visible Layer von MasterPages
/trunk/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
/trunk/main/sw/source/filter/ww8/
H A Dwriterhelper.hxx803 enum Layer {eHeaven, eHell}; enum in sw::util::SetLayer
804 void SetObjectLayer(SdrObject &rObject, Layer eLayer) const;
/trunk/main/slideshow/test/
H A Dslidetest.cxx83 target::Layer::createBackgroundLayer( basegfx::B2DRange(0,0,100,100) ) ); in TEST_F()
87 target::Layer::createLayer( basegfx::B2DRange(0,0,100,100) ) ); in TEST_F()

Completed in 78 milliseconds

123456