1 /*************************************************************************
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
5 * Copyright 2008 by Sun Microsystems, Inc.
7 * OpenOffice.org - a multi-platform office productivity suite
9 * $RCSfile: optgrid.hxx,v $
12 * This file is part of OpenOffice.org.
14 * OpenOffice.org is free software: you can redistribute it and/or modify
15 * it under the terms of the GNU Lesser General Public License version 3
16 * only, as published by the Free Software Foundation.
18 * OpenOffice.org is distributed in the hope that it will be useful,
19 * but WITHOUT ANY WARRANTY; without even the implied warranty of
20 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
21 * GNU Lesser General Public License version 3 for more details
22 * (a copy is included in the LICENSE file that accompanied this code).
24 * You should have received a copy of the GNU Lesser General Public License
25 * version 3 along with OpenOffice.org. If not, see
26 * <http://www.openoffice.org/license.html>
27 * for a copy of the LGPLv3 License.
29 ************************************************************************/
30 #ifndef _SVX_OPTGRID_HXX
31 #define _SVX_OPTGRID_HXX
33 // include ---------------------------------------------------------------
35 #ifndef _SV_FIELD_HXX //autogen
36 #include <vcl/field.hxx>
42 // class SvxOptionsGrid --------------------------------------------------
62 void SetFldDrawX( UINT32 nSet
){nFldDrawX
= nSet
;}
63 void SetFldDivisionX(UINT32 nSet
){nFldDivisionX
= nSet
;}
64 void SetFldDrawY ( UINT32 nSet
){nFldDrawY
= nSet
;}
65 void SetFldDivisionY(UINT32 nSet
){nFldDivisionY
= nSet
;}
66 void SetFldSnapX( UINT32 nSet
){nFldSnapX
= nSet
;}
67 void SetFldSnapY ( UINT32 nSet
){nFldSnapY
= nSet
;}
68 void SetUseGridSnap( BOOL bSet
) {bUseGridsnap
= bSet
;}
69 void SetSynchronize( BOOL bSet
) {bSynchronize
= bSet
;}
70 void SetGridVisible( BOOL bSet
) {bGridVisible
= bSet
;}
71 void SetEqualGrid( BOOL bSet
) {bEqualGrid
= bSet
;}
73 UINT32
GetFldDrawX( ) const { return nFldDrawX
; }
74 UINT32
GetFldDivisionX() const { return nFldDivisionX
;}
75 UINT32
GetFldDrawY ( ) const { return nFldDrawY
; }
76 UINT32
GetFldDivisionY() const { return nFldDivisionY
;}
77 UINT32
GetFldSnapX( ) const { return nFldSnapX
; }
78 UINT32
GetFldSnapY ( ) const { return nFldSnapY
; }
79 BOOL
GetUseGridSnap( ) const { return bUseGridsnap
; }
80 BOOL
GetSynchronize( ) const { return bSynchronize
; }
81 BOOL
GetGridVisible( ) const { return bGridVisible
; }
82 BOOL
GetEqualGrid() const { return bEqualGrid
; }
85 // class SvxGridItem -----------------------------------------------------
88 // class SvxGridTabPage --------------------------------------------------
91 }//end of namespace binfilter