summaryrefslogtreecommitdiff
path: root/sd/inc/sdpage.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sd/inc/sdpage.hxx')
-rw-r--r--sd/inc/sdpage.hxx30
1 files changed, 14 insertions, 16 deletions
diff --git a/sd/inc/sdpage.hxx b/sd/inc/sdpage.hxx
index b6c68bb06692..9b1236a73a7e 100644
--- a/sd/inc/sdpage.hxx
+++ b/sd/inc/sdpage.hxx
@@ -118,28 +118,27 @@ friend class sd::UndoGeoObject;
friend class sd::UndoAttrObject;
protected:
- PageKind mePageKind; ///< page Type
+ PageKind mePageKind; ///< page type
AutoLayout meAutoLayout; ///< AutoLayout
- sd::ShapeList maPresentationShapeList; ///< presentation objects
+ sd::ShapeList maPresentationShapeList;///< presentation objects
sd::ScopeLock maLockAutoLayoutArrangement;
sal_Bool mbSelected; ///< selection identifier
PresChange mePresChange; ///< manual / automatic / semi automatic
sal_uInt32 mnTime; ///< Display time in seconds
- sal_Bool mbSoundOn; ///< with / without sound(sal_True/sal_False)
- sal_Bool mbExcluded; ///< wird in der Show nicht/doch
- ///< displayed (sal_True/sal_False)
+ sal_Bool mbSoundOn; ///< with / without sound.
+ sal_Bool mbExcluded; ///< will (not) be displayed during show.
String maLayoutName; ///< Name of the layout
- String maSoundFile; ///< Path to Sound File (MSDOS-Notation)
+ String maSoundFile; ///< Path to sound file (MSDOS notation).
bool mbLoopSound;
bool mbStopSound;
- String maCreatedPageName; ///< GetPageName generated by Page Name
- String maFileName; ///< Filename
- String maBookmarkName; ///< Bookmarkname
+ String maCreatedPageName; ///< generated page name by GetPageName.
+ String maFileName; ///< file name.
+ String maBookmarkName; ///< Bookmark name.
sal_Bool mbScaleObjects; ///< Objects should be scaled
- sal_Bool mbBackgroundFullSize; ///< Background object to represent the whole page
- rtl_TextEncoding meCharSet; ////< Text-Encoding
+ sal_Bool mbBackgroundFullSize; ///< Background object to represent the whole page.
+ rtl_TextEncoding meCharSet; ///< Text encoding
sal_uInt16 mnPaperBin; ///< PaperBin
- Orientation meOrientation; ///< Print-Orientation
+ Orientation meOrientation; ///< Print orientation.
SdPageLink* mpPageLink; ///< Page link (at left sides only)
sd::AnnotationVector maAnnotations;
@@ -271,7 +270,6 @@ public:
double getTransitionDuration() const;
void setTransitionDuration( double fTranstionDuration );
- /// Virtual methods of SdrObjUserCall.
virtual void Changed(const SdrObject& rObj, SdrUserCallType eType,
const Rectangle& rOldBoundRect);
@@ -320,7 +318,7 @@ public:
/** sets the main animation node */
void setAnimationNode( ::com::sun::star::uno::Reference< ::com::sun::star::animations::XAnimationNode >& xNode ) throw (::com::sun::star::uno::RuntimeException);
- /** @return a helper class to manipulate effects inside the main sequence */
+ /// @return a helper class to manipulate effects inside the main sequence
boost::shared_ptr< sd::MainSequence > getMainSequence();
/** quick check if this slide has an animation node.
@@ -329,7 +327,7 @@ public:
*/
bool hasAnimationNode() const;
- /** @return the SdPage implementation for the given XDrawPage or 0 if not available */
+ /// @return the SdPage implementation for the given XDrawPage or 0 if not available
static SdPage* getImplementation( const ::com::sun::star::uno::Reference< ::com::sun::star::drawing::XDrawPage >& xPage );
/** removes all custom animations for the given shape */
@@ -343,9 +341,9 @@ public:
void setHeaderFooterSettings( const sd::HeaderFooterSettings& rNewSettings );
/**
- This method
@return true if the object from the ViewObjectContact should
be visible on this page while rendering.
+
bEdit selects if visibility test is for an editing view or a final render,
like printing.
*/