/************************************************************************* * * OpenOffice.org - a multi-platform office productivity suite * * $RCSfile: labimp.hxx,v $ * * $Revision: 1.11 $ * * last change: $Author: hr $ $Date: 2007-09-27 11:44:15 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. * * * GNU Lesser General Public License Version 2.1 * ============================================= * Copyright 2005 by Sun Microsystems, Inc. * 901 San Antonio Road, Palo Alto, CA 94303, USA * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public * License version 2.1, as published by the Free Software Foundation. * * This library is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU * Lesser General Public License for more details. * * You should have received a copy of the GNU Lesser General Public * License along with this library; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, * MA 02111-1307 USA * ************************************************************************/ #ifndef _LABIMP_HXX #define _LABIMP_HXX #ifndef _SFXTABDLG_HXX //autogen #include #endif #ifndef _SV_LSTBOX_HXX //autogen #include #endif #ifndef _SV_FIXED_HXX //autogen #include #endif #ifndef _SVEDIT_HXX //autogen #include #endif #ifndef _SV_FIELD_HXX //autogen #include #endif #ifndef _STDCTRL_HXX //autogen #include #endif #ifndef _COM_SUN_STAR_FRAME_XCONTROLLER_HPP_ #include #endif #ifndef _COM_SUN_STAR_TEXT_XTEXTCURSOR_HPP_ #include #endif #ifndef _COM_SUN_STAR_TEXT_XWORDCURSOR_HPP_ #include #endif #ifndef _COM_SUN_STAR_TEXT_XPARAGRAPHCURSOR_HPP_ #include #endif #ifndef _COM_SUN_STAR_TEXT_XPAGECURSOR_HPP_ #include #endif #ifndef _COM_SUN_STAR_TEXT_XSENTENCECURSOR_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XFILEDIALOG_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XTEXTCOMPONENT_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XLISTBOX_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XPROGRESSMONITOR_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_TEXTALIGN_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XSCROLLBAR_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XVCLCONTAINERPEER_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XTABCONTROLLERMODEL_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XMESSAGEBOX_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XTEXTEDITFIELD_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_STYLE_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XTIMEFIELD_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XVCLWINDOWPEER_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XCONTROLMODEL_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XSPINFIELD_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XUNOCONTROLCONTAINER_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XTEXTLAYOUTCONSTRAINS_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XNUMERICFIELD_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XBUTTON_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XTEXTAREA_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XIMAGEBUTTON_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XFIXEDTEXT_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XCONTROLCONTAINER_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XDIALOG_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_SCROLLBARORIENTATION_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XRADIOBUTTON_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XCURRENCYFIELD_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XPATTERNFIELD_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_VCLWINDOWPEERATTRIBUTE_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XTABCONTROLLER_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XVCLCONTAINER_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XDATEFIELD_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XCOMBOBOX_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XCONTROL_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XCHECKBOX_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_MESSAGEBOXCOMMAND_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XLAYOUTCONSTRAINS_HPP_ #include #endif #ifndef _COM_SUN_STAR_AWT_XPROGRESSBAR_HPP_ #include #endif #ifndef _COM_SUN_STAR_CONTAINER_XNAMEACCESS_HPP_ #include #endif #ifndef _SVTREEBOX_HXX #include #endif #ifndef _LABEL_HXX #include #endif #ifndef _LABIMG_HXX #include #endif #define GETFLDVAL(rField) (rField).Denormalize((rField).GetValue(FUNIT_TWIP)) #define SETFLDVAL(rField, lValue) (rField).SetValue((rField).Normalize(lValue), FUNIT_TWIP) class SwNewDBMgr; class SwLabRec { public: SwLabRec() {} void SetFromItem( const SwLabItem& rItem ); void FillItem( SwLabItem& rItem ) const; String aMake; String aType; long lHDist; long lVDist; long lWidth; long lHeight; long lLeft; long lUpper; sal_Int32 nCols; sal_Int32 nRows; sal_Bool bCont; }; /* -------------------------------------------------- --------------------------------------------------*/ SV_DECL_PTRARR_DEL( SwLabRecs, SwLabRec*, 110, 10 ) #endif