LibreOffice Module slideshow (master) 1
Namespaces | Macros | Functions
nodetools.hxx File Reference
#include <com/sun/star/drawing/XShape.hpp>
#include <shapemanager.hxx>
#include <basenode.hxx>
#include <attributableshape.hxx>
Include dependency graph for nodetools.hxx:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  slideshow
 
namespace  slideshow::internal
 

Macros

#define DEBUG_NODES_SHOWTREE(a)   debugNodesShowTree(a);
 

Functions

OUString slideshow::internal::debugGetNodeName (const BaseNode *pNode)
 
void slideshow::internal::debugNodesShowTree (const BaseNode *pNode)
 
AttributableShapeSharedPtr slideshow::internal::lookupAttributableShape (const ShapeManagerSharedPtr &rShapeManager, const css::uno::Reference< css::drawing::XShape > &xShape)
 Look up an AttributableShape from ShapeManager. More...
 
bool slideshow::internal::isIndefiniteTiming (const css::uno::Any &rAny)
 Predicate whether a Begin, Duration or End timing is indefinite, i.e. More...
 

Macro Definition Documentation

◆ DEBUG_NODES_SHOWTREE

#define DEBUG_NODES_SHOWTREE (   a)    debugNodesShowTree(a);

Definition at line 31 of file nodetools.hxx.