| /AOO41X/main/slideshow/source/engine/slide/ |
| H A D | layer.cxx | 49 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 D | layer.hxx | 67 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 D | layermanager.cxx | 101 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 D | SlsLayeredDevice.cxx | 105 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 D | Layer.idl | 37 // 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 D | XLayerManager.idl | 50 <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 D | LayerManager.idl | 42 /** 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 D | Shape.idl | 120 /** 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 D | XLayer.idl | 37 /** identifies the object as a <type>Layer</type>.
|
| /AOO41X/main/qadevOOo/objdsc/sd/ |
| H A D | com.sun.star.comp.office.SdLayer.csv | 1 "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 D | XMultiLayerStratum.idl | 88 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 D | Layer.idl | 61 published service Layer 86 When the content of the Layer changes,
|
| H A D | UpdatableLayer.idl | 28 #include <com/sun/star/configuration/backend/Layer.idl> 68 service Layer ;
|
| /AOO41X/main/jvmfwk/source/ |
| H A D | elements.hxx | 125 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 D | uiconfigurationmanagerimpl.hxx | 121 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 D | moduleuiconfigurationmanager.hxx | 131 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 D | svdviter.hxx | 109 - Layer Sichtbarkeitsstatus 110 - Visible Layer von MasterPages
|
| /AOO41X/main/sw/source/filter/ww8/ |
| H A D | writerhelper.hxx | 802 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 D | XModuleUIConfigurationManager.idl | 56 1. Layer: A module default user interface configuration which 61 2. Layer: A module user interface configuration which only contains
|
| H A D | ModuleUIConfigurationManager.idl | 54 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 D | slidetest.cxx | 79 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 D | menuids2_tmpl.src | 150 Text [ en-US ] = "Delete ~Layer..." ; \ 441 Text [ en-US ] = "~Layer..." ; \ 626 Text [ en-US ] = "~Layer..." ; \
|
| H A D | popup.src | 430 Text [ en-US ] = "~Insert Layer..." ; 444 Text [ en-US ] = "Delete ~Layer..." ;
|
| H A D | strings.src | 97 Text [ en-US ] = "Insert Layer" ; 101 Text [ en-US ] = "Modify Layer" ; 344 Text [ en-US ] = "Layer" ;
|
| /AOO41X/main/scripting/java/ |
| H A D | manifest.mf | 9 OpenIDE-Module-Layer: org/openoffice/netbeans/modules/office/resources/layer.xml
|