diff options
author | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-25 01:11:16 +0200 |
---|---|---|
committer | Matúš Kukan <matus.kukan@gmail.com> | 2011-08-25 11:31:14 +0200 |
commit | a352018c76028b332ccc50be6ee12c16f75aac25 (patch) | |
tree | 77e5d5d4855bdc238bb3844c35f3bbf85bbd1adb /svx/inc | |
parent | 24b0d0a0a247cf1cb39b8c2f544f48ce1aecc45d (diff) |
unusedcode: svx::, svxform::
Diffstat (limited to 'svx/inc')
-rw-r--r-- | svx/inc/svx/ParseContext.hxx | 4 | ||||
-rw-r--r-- | svx/inc/svx/UnoNamespaceMap.hxx | 3 | ||||
-rw-r--r-- | svx/inc/svx/dataaccessdescriptor.hxx | 21 | ||||
-rw-r--r-- | svx/inc/svx/dbaexchange.hxx | 2 | ||||
-rw-r--r-- | svx/inc/svx/dbaobjectex.hxx | 9 | ||||
-rw-r--r-- | svx/inc/svx/dbtoolsclient.hxx | 23 | ||||
-rw-r--r-- | svx/inc/svx/dialcontrol.hxx | 9 | ||||
-rw-r--r-- | svx/inc/svx/fmsrccfg.hxx | 1 | ||||
-rw-r--r-- | svx/inc/svx/fontworkgallery.hxx | 1 | ||||
-rw-r--r-- | svx/inc/svx/framelink.hxx | 94 | ||||
-rw-r--r-- | svx/inc/svx/framelinkarray.hxx | 1 | ||||
-rw-r--r-- | svx/inc/svx/frmdirlbox.hxx | 1 | ||||
-rw-r--r-- | svx/inc/svx/orienthelper.hxx | 4 | ||||
-rw-r--r-- | svx/inc/svx/tbxcolorupdate.hxx | 3 | ||||
-rw-r--r-- | svx/inc/svx/xmlexchg.hxx | 2 |
15 files changed, 0 insertions, 178 deletions
diff --git a/svx/inc/svx/ParseContext.hxx b/svx/inc/svx/ParseContext.hxx index b8ccaf717a63..d31cb446d8cf 100644 --- a/svx/inc/svx/ParseContext.hxx +++ b/svx/inc/svx/ParseContext.hxx @@ -65,10 +65,6 @@ namespace svxform */ virtual ::com::sun::star::lang::Locale getPreferredLocale( ) const; - public: - // helper methods to ease access to some of the characteristics of the locale - sal_Unicode getNumDecimalSep( ) const; - sal_Unicode getNumThousandSep( ) const; }; //========================================================================== diff --git a/svx/inc/svx/UnoNamespaceMap.hxx b/svx/inc/svx/UnoNamespaceMap.hxx index e62dfce0ad09..dc5b33c3cc40 100644 --- a/svx/inc/svx/UnoNamespaceMap.hxx +++ b/svx/inc/svx/UnoNamespaceMap.hxx @@ -38,9 +38,6 @@ namespace svx { SVX_DLLPUBLIC com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool ); -/** deprecated */ -SVX_DLLPUBLIC com::sun::star::uno::Reference< com::sun::star::uno::XInterface > SAL_CALL NamespaceMap_createInstance( sal_uInt16* pWhichIds, SfxItemPool* pPool1, SfxItemPool* pPool2 ); - } #endif // _SVX_UNONAMESPACEMAP_HXX_ diff --git a/svx/inc/svx/dataaccessdescriptor.hxx b/svx/inc/svx/dataaccessdescriptor.hxx index 063424661ddc..2244dc5f121a 100644 --- a/svx/inc/svx/dataaccessdescriptor.hxx +++ b/svx/inc/svx/dataaccessdescriptor.hxx @@ -88,12 +88,6 @@ namespace svx ~ODataAccessDescriptor(); - /** returns the descriptor as property set - <p>If you call this method more than once, without writing any values between both calls, the same object - is returned. If you wrote values, a new object is returned.</p> - */ - ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet > - createPropertySet(); /** returns the descriptor as property value sequence <p>If you call this method more than once, without writing any values between both calls, the same object is returned. If you wrote values, a new object is returned.</p> @@ -101,21 +95,6 @@ namespace svx ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue > createPropertyValueSequence(); - /** returns the descriptor as Any sequence - <p>If you call this method more than once, without writing any values between both calls, the same object - is returned. If you wrote values, a new object is returned.</p> - */ - ::com::sun::star::uno::Sequence< ::com::sun::star::uno::Any > - createAnySequence(); - - /** initialized the descriptor from the property set given - <p>If <arg>_bClear</arg> is <TRUE/>, the descriptor will clear all it's current settings before - initializing with the new ones.</p> - */ - void initializeFrom( - const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet >& _rxValues, - sal_Bool _bClear = sal_True); - /** initialized the descriptor from the property values given <p>If <arg>_bClear</arg> is <TRUE/>, the descriptor will clear all it's current settings before initializing with the new ones.</p> diff --git a/svx/inc/svx/dbaexchange.hxx b/svx/inc/svx/dbaexchange.hxx index ba0a092439ea..8639e1e6070f 100644 --- a/svx/inc/svx/dbaexchange.hxx +++ b/svx/inc/svx/dbaexchange.hxx @@ -271,8 +271,6 @@ namespace svx public: OMultiColumnTransferable(const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& _aDescriptors); - void push_back(ODataAccessDescriptor& _aDescriptor); - /** checks whether or not an object descriptor can be extracted from the data flavor vector given @param _rFlavors available flavors diff --git a/svx/inc/svx/dbaobjectex.hxx b/svx/inc/svx/dbaobjectex.hxx index cd1d78a1657b..3ba4a3bcaccc 100644 --- a/svx/inc/svx/dbaobjectex.hxx +++ b/svx/inc/svx/dbaobjectex.hxx @@ -67,15 +67,6 @@ namespace svx /** extracts a component descriptor from the transferable given */ - static sal_Bool extractComponentDescriptor( - const TransferableDataHelper& _rData - ,sal_Bool _bExtractForm - ,::rtl::OUString& _rDatasourceOrLocation - ,::com::sun::star::uno::Reference< ::com::sun::star::ucb::XContent>& _xContent - ); - - /** extracts a component descriptor from the transferable given - */ static ODataAccessDescriptor extractComponentDescriptor(const TransferableDataHelper& _rData); diff --git a/svx/inc/svx/dbtoolsclient.hxx b/svx/inc/svx/dbtoolsclient.hxx index 909bd1306cd8..8c86223e20d7 100644 --- a/svx/inc/svx/dbtoolsclient.hxx +++ b/svx/inc/svx/dbtoolsclient.hxx @@ -148,14 +148,6 @@ namespace svxform ) const; // ------------------------------------------------ - ::com::sun::star::sdb::SQLContext prependContextInfo( - ::com::sun::star::sdbc::SQLException& _rException, - const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxContext, - const ::rtl::OUString& _rContextDescription, - const ::rtl::OUString& _rContextDetails - ) const; - - // ------------------------------------------------ ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XDataSource > getDataSource( const ::rtl::OUString& _rsRegisteredName, const ::com::sun::star::uno::Reference< ::com::sun::star::lang::XMultiServiceFactory>& _rxFactory @@ -174,12 +166,6 @@ namespace svxform sal_Bool canUpdate(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxCursorSet) const; // ------------------------------------------------ - /** check if the property "Privileges" supports ::com::sun::star::sdbcx::Privilege::DELETE - @param _rxCursorSet the property set - */ - sal_Bool canDelete(const ::com::sun::star::uno::Reference< ::com::sun::star::beans::XPropertySet>& _rxCursorSet) const; - - // ------------------------------------------------ ::com::sun::star::uno::Reference< ::com::sun::star::container::XNameAccess > getFieldsByCommandDescriptor( const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, @@ -190,15 +176,6 @@ namespace svxform ) SAL_THROW( ( ) ); // ------------------------------------------------ - ::com::sun::star::uno::Sequence< ::rtl::OUString > - getFieldNamesByCommandDescriptor( - const ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxConnection, - const sal_Int32 _nCommandType, - const ::rtl::OUString& _rCommand, - ::dbtools::SQLExceptionInfo* _pErrorInfo = NULL - ) SAL_THROW( ( ) ); - - // ------------------------------------------------ bool isEmbeddedInDatabase( const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _rxComponent, ::com::sun::star::uno::Reference< ::com::sun::star::sdbc::XConnection >& _rxActualConnection diff --git a/svx/inc/svx/dialcontrol.hxx b/svx/inc/svx/dialcontrol.hxx index ff79216b341f..4b5c15df84a1 100644 --- a/svx/inc/svx/dialcontrol.hxx +++ b/svx/inc/svx/dialcontrol.hxx @@ -59,8 +59,6 @@ struct DialControl_Impl; class SVX_DLLPUBLIC DialControl : public Control { public: - explicit DialControl( Window* pParent, const Size& rSize, const Font& rFont, WinBits nWinStyle = 0 ); - explicit DialControl( Window* pParent, const Size& rSize, WinBits nWinStyle = 0 ); explicit DialControl( Window* pParent, const ResId& rResId ); virtual ~DialControl(); @@ -87,13 +85,6 @@ public: /** Links the passed numeric edit field to the control (bi-directional). */ void SetLinkedField( NumericField* pField ); - /** Returns the linked numeric edit field, or 0. */ - NumericField* GetLinkedField() const; - - /** The passed handler is called whenever the totation value changes. */ - void SetModifyHdl( const Link& rLink ); - /** Returns the current modify handler. */ - const Link& GetModifyHdl() const; private: void Init( const Size& rWinSize, const Font& rWinFont ); diff --git a/svx/inc/svx/fmsrccfg.hxx b/svx/inc/svx/fmsrccfg.hxx index 89ad20bef6f9..744c3b4dc4b7 100644 --- a/svx/inc/svx/fmsrccfg.hxx +++ b/svx/inc/svx/fmsrccfg.hxx @@ -89,7 +89,6 @@ namespace svxform FmSearchParams(); sal_Bool isIgnoreWidthCJK( ) const; - void setIgnoreWidthCJK( sal_Bool _bIgnore ); sal_Int32 getTransliterationFlags( ) const { return nTransliterationFlags; } void setTransliterationFlags( sal_Int32 _nFlags ) { nTransliterationFlags = _nFlags; } diff --git a/svx/inc/svx/fontworkgallery.hxx b/svx/inc/svx/fontworkgallery.hxx index 48b43186b4a2..358c87f6ea1a 100644 --- a/svx/inc/svx/fontworkgallery.hxx +++ b/svx/inc/svx/fontworkgallery.hxx @@ -114,7 +114,6 @@ class SVX_DLLPUBLIC FontWorkGalleryDialog : public ModalDialog void initfavorites(sal_uInt16 nThemeId, std::vector< Bitmap * >& rFavorites); void insertSelectedFontwork(); - void changeText( SdrTextObj* pObj ); void fillFavorites( sal_uInt16 nThemeId, std::vector< Bitmap * >& rFavorites ); std::vector< Bitmap * > maFavoritesHorizontal; diff --git a/svx/inc/svx/framelink.hxx b/svx/inc/svx/framelink.hxx index 6418e47d285a..1d6e7aa2f06f 100644 --- a/svx/inc/svx/framelink.hxx +++ b/svx/inc/svx/framelink.hxx @@ -169,8 +169,6 @@ public: /** Scales the style by the specified scaling factor. Ensures that visible lines keep visible. */ Style& ScaleSelf( double fScale, sal_uInt16 nMaxWidth = SAL_MAX_UINT16 ); - /** Returns this style scaled by the specified scaling factor. Ensures that visible lines keep visible. */ - Style Scale( double fScale, sal_uInt16 nMaxWidth = SAL_MAX_UINT16 ) const; /** Mirrors this style (exchanges primary and secondary), if it is a double frame style. */ Style& MirrorSelf(); @@ -597,52 +595,6 @@ SVX_DLLPUBLIC void DrawHorFrameBorder( const Color* pForceColor = 0 /// If specified, overrides frame border color. ); -// ---------------------------------------------------------------------------- - -/** Draws a horizontal frame border, regards all connected frame styles. - - This is a simplified version of the DrawHorFrameBorder() function described - above. It does not support diagonal connected frame borders. See description - above for additional details about the parameters. - - The function preserves all settings of the passed output device. - */ -void SVX_DLLPUBLIC DrawHorFrameBorder( - OutputDevice& rDev, /// The output device used to draw the frame border. - - const Point& rLPos, /// Reference point for left end of the processed frame border. - const Point& rRPos, /// Reference point for right end of the processed frame border. - const Style& rBorder, /// Style of the processed frame border. - - const Style& rLFromT, /// Vertical frame border from top to left end of rBorder. - const Style& rLFromL, /// Horizontal frame border from left to left end of rBorder. - const Style& rLFromB, /// Vertical frame border from bottom to left end of rBorder. - - const Style& rRFromT, /// Vertical frame border from top to right end of rBorder. - const Style& rRFromR, /// Horizontal frame border from right to right end of rBorder. - const Style& rRFromB, /// Vertical frame border from bottom to right end of rBorder. - - const Color* pForceColor = 0 /// If specified, overrides frame border color. -); - -// ---------------------------------------------------------------------------- - -/** Draws a horizontal frame border without connected frame styles. - - This is the most simplified version of the DrawHorFrameBorder() function - described above. See description above for additional details about the - parameters. - - The function preserves all settings of the passed output device. - */ -void SVX_DLLPUBLIC DrawHorFrameBorder( - OutputDevice& rDev, /// The output device used to draw the frame border. - const Point& rLPos, /// Reference point for left end of the processed frame border. - const Point& rRPos, /// Reference point for right end of the processed frame border. - const Style& rBorder, /// Style of the frame border to draw. - const Color* pForceColor = 0 /// If specified, overrides frame border color. -); - // ============================================================================ /** Draws a vertical frame border, regards all connected frame styles. @@ -714,52 +666,6 @@ SVX_DLLPUBLIC void DrawVerFrameBorder( const Color* pForceColor = 0 /// If specified, overrides frame border color. ); -// ---------------------------------------------------------------------------- - -/** Draws a vertical frame border, regards all connected frame styles. - - This is a simplified version of the DrawVerFrameBorder() function described - above. It does not support diagonal connected frame borders. See description - above for additional details about the parameters. - - The function preserves all settings of the passed output device. - */ -void SVX_DLLPUBLIC DrawVerFrameBorder( - OutputDevice& rDev, /// The output device used to draw the frame border. - - const Point& rTPos, /// Reference point for top end of the processed frame border. - const Point& rBPos, /// Reference point for bottom end of the processed frame border. - const Style& rBorder, /// Style of the processed frame border. - - const Style& rTFromL, /// Horizontal frame border from left to top end of rBorder. - const Style& rTFromT, /// Vertical frame border from top to top end of rBorder. - const Style& rTFromR, /// Horizontal frame border from right to top end of rBorder. - - const Style& rBFromL, /// Horizontal frame border from left to bottom end of rBorder. - const Style& rBFromB, /// Vertical frame border from bottom to bottom end of rBorder. - const Style& rBFromR, /// Horizontal frame border from right to bottom end of rBorder. - - const Color* pForceColor = 0 /// If specified, overrides frame border color. -); - -// ---------------------------------------------------------------------------- - -/** Draws a vertical frame border without connected frame styles. - - This is the most simplified version of the DrawVerFrameBorder() function - described above. See description above for additional details about the - parameters. - - The function preserves all settings of the passed output device. - */ -void SVX_DLLPUBLIC DrawVerFrameBorder( - OutputDevice& rDev, /// The output device used to draw the frame border. - const Point& rTPos, /// Reference point for top end of the processed frame border. - const Point& rBPos, /// Reference point for bottom end of the processed frame border. - const Style& rBorder, /// Style of the frame border to draw. - const Color* pForceColor = 0 /// If specified, overrides frame border color. -); - // ============================================================================ /** Draws both diagonal frame borders, regards all connected frame styles. diff --git a/svx/inc/svx/framelinkarray.hxx b/svx/inc/svx/framelinkarray.hxx index ab952eb6e2b7..86a3ab1f36c2 100644 --- a/svx/inc/svx/framelinkarray.hxx +++ b/svx/inc/svx/framelinkarray.hxx @@ -65,7 +65,6 @@ struct Cell inline bool IsOverlapped() const { return mbOverlapX || mbOverlapY; } void MirrorSelfX( bool bMirrorStyles, bool bSwapDiag ); - void MirrorSelfY( bool bMirrorStyles, bool bSwapDiag ); }; typedef std::vector< long > LongVec; diff --git a/svx/inc/svx/frmdirlbox.hxx b/svx/inc/svx/frmdirlbox.hxx index b44343466d03..33570cba7154 100644 --- a/svx/inc/svx/frmdirlbox.hxx +++ b/svx/inc/svx/frmdirlbox.hxx @@ -48,7 +48,6 @@ namespace svx { class SVX_DLLPUBLIC FrameDirectionListBox : public ListBox { public: - explicit FrameDirectionListBox( Window* pParent, WinBits nStyle = WB_BORDER ); explicit FrameDirectionListBox( Window* pParent, const ResId& rResId ); virtual ~FrameDirectionListBox(); diff --git a/svx/inc/svx/orienthelper.hxx b/svx/inc/svx/orienthelper.hxx index 752821e870f8..86625e17eff2 100644 --- a/svx/inc/svx/orienthelper.hxx +++ b/svx/inc/svx/orienthelper.hxx @@ -64,10 +64,6 @@ struct OrientationHelper_Impl; class SVX_DLLPUBLIC OrientationHelper { public: - explicit OrientationHelper( - DialControl& rCtrlDial, - CheckBox& rCbStacked ); - /** @param rNfRotation A numeric field that will be connected to the DialControl. */ explicit OrientationHelper( DialControl& rCtrlDial, diff --git a/svx/inc/svx/tbxcolorupdate.hxx b/svx/inc/svx/tbxcolorupdate.hxx index 37c300e26775..19ac03e06586 100644 --- a/svx/inc/svx/tbxcolorupdate.hxx +++ b/svx/inc/svx/tbxcolorupdate.hxx @@ -65,9 +65,6 @@ namespace svx void Update( const Color& rColor ); - protected: - void DrawChar(VirtualDevice&, const Color&); - private: sal_uInt16 mnDrawMode; sal_uInt16 mnBtnId; diff --git a/svx/inc/svx/xmlexchg.hxx b/svx/inc/svx/xmlexchg.hxx index 8c35ee3e333b..40af44c3fdfa 100644 --- a/svx/inc/svx/xmlexchg.hxx +++ b/svx/inc/svx/xmlexchg.hxx @@ -81,8 +81,6 @@ namespace svx virtual void AddSupportedFormats(); virtual sal_Bool GetData( const ::com::sun::star::datatransfer::DataFlavor& rFlavor ); - static sal_uInt32 getDescriptorFormatId(); - OXFormsDescriptor m_aDescriptor; public: |