summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRĂ¼diger Timm <rt@openoffice.org>2005-03-30 07:07:21 +0000
committerRĂ¼diger Timm <rt@openoffice.org>2005-03-30 07:07:21 +0000
commitdad53ab2655c8751ace6a71c5f55093d25d979bc (patch)
treea6639efd85f2fea18c45d00a12a13e25558897b9
parent995c3059a43eaeaf1cc3f69493f87474be963944 (diff)
INTEGRATION: CWS presfixes02 (1.2.8); FILE MERGED
2005/03/14 16:12:32 thb 1.2.8.1: #i36914# #i37785# #i41477# #i43486# Merge from prefixes01 patches
-rw-r--r--slideshow/source/engine/animationnodes/nodetools.hxx29
1 files changed, 2 insertions, 27 deletions
diff --git a/slideshow/source/engine/animationnodes/nodetools.hxx b/slideshow/source/engine/animationnodes/nodetools.hxx
index 8178122a7..336c31d9a 100644
--- a/slideshow/source/engine/animationnodes/nodetools.hxx
+++ b/slideshow/source/engine/animationnodes/nodetools.hxx
@@ -2,9 +2,9 @@
*
* $RCSfile: nodetools.hxx,v $
*
- * $Revision: 1.2 $
+ * $Revision: 1.3 $
*
- * last change: $Author: kz $ $Date: 2005-01-21 17:06:33 $
+ * last change: $Author: rt $ $Date: 2005-03-30 08:07:21 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
@@ -112,31 +112,6 @@ namespace presentation
const ::com::sun::star::uno::Reference<
::com::sun::star::drawing::XShape >& xShape );
- /** generate vector of subsets, to show sequence of given
- DocTreeNode::NodeType.
-
- The output vector will receive all DocTreeNodes of the
- given type, which are contained in the given shape. Note
- that the output DocTreeNodes are flat, i.e. don't contain
- any children.
- */
- void generateSubsets( DocTreeNode::VectorOfDocTreeNodes& o_rOutput,
- const AttributableShapeSharedPtr& pShape,
- DocTreeNode::NodeType eNodeType );
-
- /** generate vector of subsets, to show sequence of given
- DocTreeNode::NodeType.
-
- This method starts subset generation below paragraph
- nPara. This is for iterations with a ParagraphTarget
- target attribute, where the iteration is to be applied
- only to the selected paragraph number.
- */
- void generateSubsets( DocTreeNode::VectorOfDocTreeNodes& o_rOutput,
- const AttributableShapeSharedPtr& pShape,
- DocTreeNode::NodeType eNodeType,
- sal_Int32 nPara );
-
/** Predicate whether a Begin, Duration or End timing is
indefinite, i.e. either contains no value, or the
value Timing_INDEFINITE.