diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-03 16:33:07 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-03 18:28:55 +0200 |
commit | 98e3b6e9e7d2a866a60b1273ee247165455f5178 (patch) | |
tree | cf15128065910b80d9896435bd255883536257df /avmedia/inc | |
parent | 8e042b47b92956c268e1175379e1e6e8e38ae5ef (diff) |
avmedia cleanup - remove unused code
Diffstat (limited to 'avmedia/inc')
-rw-r--r-- | avmedia/inc/avmedia/mediawindow.hxx | 28 | ||||
-rw-r--r-- | avmedia/inc/mediacontrol.hxx | 1 |
2 files changed, 0 insertions, 29 deletions
diff --git a/avmedia/inc/avmedia/mediawindow.hxx b/avmedia/inc/avmedia/mediawindow.hxx index 5b56f1fd3aa2..aee3397c8a8f 100644 --- a/avmedia/inc/avmedia/mediawindow.hxx +++ b/avmedia/inc/avmedia/mediawindow.hxx @@ -88,35 +88,10 @@ namespace avmedia Window* getWindow() const; void setPosSize( const Rectangle& rNewRect ); - Rectangle getPosSize() const; void setPointer( const Pointer& rPointer ); - const Pointer& getPointer() const; - - bool setZoom( ::com::sun::star::media::ZoomLevel eLevel ); - ::com::sun::star::media::ZoomLevel getZoom() const; bool start(); - void stop(); - - bool isPlaying() const; - - double getDuration() const; - - void setMediaTime( double fTime ); - double getMediaTime() const; - - void setStopTime( double fTime ); - double getStopTime() const; - - void setRate( double fRate ); - double getRate() const; - - void setPlaybackLoop( bool bSet ); - bool isPlaybackLoop() const; - - void setMute( bool bSet ); - bool isMute() const; void updateMediaItem( MediaItem& rItem ) const; void executeMediaItem( const MediaItem& rItem ); @@ -124,9 +99,6 @@ namespace avmedia void show(); void hide(); - void enable(); - void disable(); - public: virtual void MouseMove( const MouseEvent& rMEvt ); diff --git a/avmedia/inc/mediacontrol.hxx b/avmedia/inc/mediacontrol.hxx index 022a32eb9586..45f0fdf55f88 100644 --- a/avmedia/inc/mediacontrol.hxx +++ b/avmedia/inc/mediacontrol.hxx @@ -70,7 +70,6 @@ public: const Size& getMinSizePixel() const; void setState( const MediaItem& rItem ); - void getState( MediaItem& rItem ) const; protected: |