View | Details | Raw Unified | Return to issue 28535
Collapse All | Expand All

(-)svx/inc/svx/sdr/animation/scheduler.hxx (-2 / +2 lines)
Lines 61-67 namespace sdr Link Here
61
61
62
            // get/set time
62
            // get/set time
63
            sal_uInt32 GetTime() const;
63
            sal_uInt32 GetTime() const;
64
            void SetTime(sal_uInt32 nNew);
64
            void SVX_DLLPUBLIC SetTime(sal_uInt32 nNew);
65
65
66
            // execute event
66
            // execute event
67
            virtual void Trigger(sal_uInt32 nTime) = 0;
67
            virtual void Trigger(sal_uInt32 nTime) = 0;
Lines 145-151 namespace sdr Link Here
145
            void checkTimeout();
145
            void checkTimeout();
146
146
147
            // insert/remove events, wrapper to EventList methods
147
            // insert/remove events, wrapper to EventList methods
148
            void InsertEvent(Event* pNew);
148
            void SVX_DLLPUBLIC InsertEvent(Event* pNew);
149
            void RemoveEvent(Event* pOld);
149
            void RemoveEvent(Event* pOld);
150
150
151
            // get/set pause
151
            // get/set pause

Return to issue 28535