/aoo4110/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 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 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() 580 Layer::EndUpdater aEndUpdater; in update() 776 LayerSharedPtr pLayer( Layer::createLayer( in createForegroundLayer() [all …]
|
/aoo4110/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; 404 Layer::Layer (void) in Layer() function in sd::slidesorter::view::Layer 414 Layer::~Layer (void) in ~Layer() 453 void Layer::Validate (const MapMode& rMapMode) in Validate() 492 void Layer::Repaint ( in Repaint() 515 void Layer::Resize (const Size& rSize) in Resize() 554 bool Layer::HasPainter (void) const in HasPainter() [all …]
|
/aoo4110/main/offapi/com/sun/star/drawing/ |
H A D | Layer.idl | 37 // 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 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>
|
/aoo4110/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"
|
/aoo4110/main/ooo_custom_images/industrial/res/commandimagelist/ |
H A D | lc_arrowshapes.pentagon-right.xcf.bz2 |
|
H A D | lc_closedocs.xcf.bz2 |
|
H A D | lc_mergedialog.xcf.bz2 |
|
H A D | lc_grafmode.xcf.bz2 |
|
H A D | lc_adjust.xcf.bz2 |
|
H A D | lc_draw.xcf.bz2 |
|
H A D | lc_backgroundpatterncontroller.xcf.bz2 |
|
/aoo4110/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 ;
|
/aoo4110/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);
|
/aoo4110/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…
|
/aoo4110/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…
|
/aoo4110/main/svx/inc/svx/ |
H A D | svdviter.hxx | 109 - Layer Sichtbarkeitsstatus 110 - Visible Layer von MasterPages
|
/aoo4110/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;
|
/aoo4110/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
|
/aoo4110/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()
|