CC=cc XM_CFLAGS= -I/usr/X11R6/include XPM_CFLAGS=-I/usr/X11R6/include X_CFLAGS= GTK_CFLAGS= -I/usr/local/include/gtk12 -I/usr/local/include/glib12 -I/usr/local/include -I/usr/X11R6/include MOTIF_CFLAGS=$(XM_CFLAGS) GUI_CFLAGS=$(MOTIF_CFLAGS) WFLAGS= -Wall \ -pedantic \ -Wpointer-arith \ -Wno-format-y2k \ -Wstrict-prototypes \ -Wmissing-declarations \ -Wnested-externs \ -Wmissing-prototypes INCLUDES= \ $(X_CFLAGS) \ $(GUI_CFLAGS) \ -I../appFrame \ -I../appUtil \ -I../bitmap \ -I../ind \ -I../include \ $(DEF_DOCUMENT_DIR) CFLAGS= \ -fno-common \ $(INCLUDES) LDFLAGS= LD_FLAGS_STATIC= X_LIBS= # -lXmu added below because on RH 7.3 OpenMotif uses editres. (15sep2002) # -lXp is needed by more and more Motif versions: Added by the autoconf # script if it is available. XM_EXTRA_LIBS= -lXmu X_EXTRA_LIBS= X_PRE_LIBS= GTK_STATIC_LIBS= -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm GTK_SHARED_LIBS= -L/usr/local/lib -L/usr/X11R6/lib -lgtk-12 -lgdk-12 -lgmodule-12 -lglib-12 -lintl -lXi -lXext -lX11 -lm LD_FLAGS_STATIC= #XM_CFLAGS=-I/home/gaai/mark/gnu/lesstif-0.88.9/include/Motif-1.2 #CFLAGS = -fno-common $(WFLAGS) $(INCLUDES) #LDFLAGS= -static -g # ? lines OBS = \ tedMain.o \ tedApp.o \ tedDocument.o \ tedFollowLink.o \ tedAppFont.o \ tedAppColor.o \ tedLayout.o \ tedFindItem.o \ tedObjects.o \ tedDraw.o \ tedDrawShape.o \ tedDrawTextLines.o \ tedDrawMotif.o \ tedDrawGtk.o \ tedHeaderFooter.o \ tedSelect.o \ tedEdit.o \ tedIncludeDocument.o \ tedFormat.o \ tedEditList.o \ tedEditOperation.o \ tedInput.o \ tedObjectDrag.o \ tedBlinkMotif.o \ tedBlinkGtk.o \ tedCopyPaste.o \ tedDocRuler.o \ tedFont.o \ tedPage.o \ tedFind.o \ tedIcons.o \ tedRuler.o \ tedTable.o \ tedLink.o \ tedLinkDialog.o \ tedBookmarkDialog.o \ tedFormatTool.o \ tedFormatToolUtil.o \ tedTableTool.o \ tedRowTool.o \ tedFontTool.o \ tedParaLayoutTool.o \ tedParaOrnamentsTool.o \ tedTabsTool.o \ tedSectionTool.o \ tedPageLayoutTool.o \ tedColumnTool.o \ tedCellTool.o \ tedNotesTool.o \ tedListTool.o \ tedHeaderFooterTool.o \ tedImageTool.o \ tedBorderTool.o \ tedShadingTool.o \ tedHeightTool.o \ tedDocprops.o \ docPsPrint.o \ docPsPrintTabs.o \ docPsPrintShapes.o \ docPsPrintImage.o \ docOpenObject.o \ docDraw.o \ docDrawShape.o \ docDrawUtil.o \ docDrawExternalItem.o \ docBuf.o \ docItemTree.o \ docExternalItem.o \ docParaString.o \ docParaParticules.o \ docObject.o \ docPictureProperties.o \ docField.o \ docChftnField.o \ docListtextField.o \ docSymbolField.o \ docPageField.o \ docDocpropField.o \ docHyperlinkField.o \ docIncludePictureField.o \ docFieldAdm.o \ docFieldGetSet.o \ docFieldEdit.o \ docNotes.o \ docSelect.o \ docTable.o \ docTableRectangle.o \ docHeaderFooter.o \ docDebug.o \ docEditTable.o \ docEditItemTree.o \ docEdit.o \ docFont.o \ docSetFont.o \ docEditOperation.o \ docEditExternalItem.o \ docEditPosition.o \ docParaProperties.o \ docTabStop.o \ docBorderProperties.o \ docItemShading.o \ docListUtil.o \ docEditList.o \ docListTable.o \ docDocumentList.o \ docListLevel.o \ docListOverrideTable.o \ docListOverride.o \ docListOverrideLevel.o \ docListNumberTree.o \ docSectProperties.o \ docStyleSheet.o \ docDocumentProperties.o \ docRowProperties.o \ docCellProperties.o \ docProperties.o \ docSpell.o \ docFind.o \ docFindInParagraph.o \ docFindBookmark.o \ docPsListFonts.o \ docLayout.o \ docLayoutParagraphs.o \ docLayoutLines.o \ docLayoutRow.o \ docLayoutSect.o \ docLayoutNotes.o \ docLayoutExternalItem.o \ docLayoutLine.o \ docLayoutUtil.o \ docLayoutShapes.o \ docFrameProperties.o \ docShading.o \ docShape.o \ docShapePath.o \ docRtfRead.o \ docRtfTab.o \ docRtfShpTab.o \ docRtfTagHash.o \ docRtfShapePropHash.o \ docRtfDocumentProperties.o \ docNotesProperties.o \ docRtfFontTable.o \ docRtfColorTable.o \ docRtfStylesheet.o \ docRtfTables.o \ docRtfListTable.o \ docRtfListOverrideTable.o \ docRtfReadObjects.o \ docRtfReadShape.o \ docRtfReadField.o \ docRtfTextProperties.o \ docRtfFrameProperties.o \ docRtfParaProperties.o \ docRtfTabs.o \ docRtfSectProperties.o \ docRtfRowProperties.o \ docRtfCellProperties.o \ docRtfBorderProperties.o \ docRtfDrawingObject.o \ docRtfWrite.o \ docRtfWriteUtil.o \ docRtfUtil.o \ docHtmlWrite.o \ docPlainRead.o \ docPlainWrite.o \ docScreenFontList.o ALIBS = ../lib/appFrame.a \ ../lib/bitmap.a \ ../lib/ind.a \ ../lib/appUtil.a \ ../lib/reg.a IMG_STATIC_LIBS= \ /usr/local/lib/libtiff.a \ /usr/local/lib/libjpeg.a \ /usr/local/lib/libpng.a \ -L/usr/lib -lz IMG_SHARED_LIBS= \ -L/usr/local/lib -ltiff \ -L/usr/local/lib -ljpeg \ -L/usr/local/lib -lpng \ -L/usr/lib -lz #XM_LESSTIF=/home/gaai/mark/gnu/lesstif-0.88.9/lib/Xm/libXm.a #XM_LESSTIF=/home/gaai/mark/gnu/lesstif-0.92.26/lib/Xm-2.0/libXm.a XM_LESSTIF=/home/mark/gnu/lesstif-0.93.94/lib/Xm-2.1/.libs/libXm.a XM_2_1_30=/home/mark/gnu/openmotif2.1.30/Linux/motif/lib/Xm/libXm.a MOTIF_X_LIBS= $(X_LIBS) \ -lXt \ -lXext \ $(X_PRE_LIBS) \ -lX11 \ $(X_EXTRA_LIBS) MOTIF_STATIC_LIBS= \ /usr/X11R6/lib/libXm.a \ $(XM_EXTRA_LIBS) \ $(MOTIF_X_LIBS) MOTIF_SHARED_LIBS= \ -L/usr/X11R6/lib -lXm \ $(XM_EXTRA_LIBS) \ $(MOTIF_X_LIBS) GUI_STATIC_LIBS= /usr/X11R6/lib/libXpm.a $(MOTIF_STATIC_LIBS) GUI_SHARED_LIBS= -L/usr/X11R6/lib -lXpm $(MOTIF_SHARED_LIBS) EFENCE = /home/mark/gnu/ElectricFence-2.1/libefence.a MECHECK = ../lib/mecheck.a Ted Ted.dynamic: $(OBS) $(ALIBS) $(CC) $(LDFLAGS) -o $@ $(OBS) $(ALIBS) \ $(IMG_SHARED_LIBS) $(GUI_SHARED_LIBS) -lm Ted.static: $(OBS) $(ALIBS) $(CC) $(LDFLAGS) -o $@ $(OBS) $(ALIBS) \ $(IMG_STATIC_LIBS) $(GUI_STATIC_LIBS) -lm ldd $@ || true Ted.fullystatic: $(OBS) $(ALIBS) $(CC) $(LDFLAGS) $(LD_FLAGS_STATIC) -o $@ $(OBS) $(ALIBS) \ $(IMG_STATIC_LIBS) $(GUI_STATIC_LIBS) -ldl -lm ldd $@ || true refresh: rm -f Ted \ ../lib/appFrame.a \ ../lib/reg.a \ ../lib/ind.a \ ../lib/bitmap.a \ ../lib/appUtil.a \ ../lib/mecheck.a ( cd ../mecheck && make || true ) ( cd ../appUtil && make ) ( cd ../bitmap && make ) ( cd ../ind && make ) ( cd ../libreg && make ) ( cd ../appFrame && make ) make Ted ########################################################################### # # This is cyclic, but at least it documents what extra autoconf configuration # is used in this directory: # ACLOCAL= \ ../configure/platform.m4 \ ../configure/static.m4 \ ../configure/gtk.m4 \ ../configure/xpm.m4 \ ../configure/motif.m4 \ ../configure/png.m4 \ ../configure/zlib.m4 \ ../configure/jpeg.m4 \ ../configure/tiff.m4 \ ../configure/prefix.m4 \ ../configure/gui.m4 aclocal.m4: $(ACLOCAL) cat $(ACLOCAL) > $@ rm -f config.cache tedtaghash: tedtaghash.o ../lib/appUtil.a $(CC) $(LDFLAGS) -o $@ tedtaghash.o ../lib/appUtil.a -lm docRtfTagHash.c : docRtfTab.c sed -e 's/BUILD_NO_HASH/BUILD_HASH/' docRtfTab.c > tedtaghash.c make tedtaghash ./tedtaghash rm -f tedtaghash tedtaghash.o tedtaghash.c tedshpprophash: tedshpprophash.o ../lib/appUtil.a $(CC) $(LDFLAGS) -o $@ tedshpprophash.o ../lib/appUtil.a -lm docRtfShapePropHash.c : docRtfShpTab.c sed -e 's/BUILD_NO_HASH/BUILD_HASH/' docRtfShpTab.c > tedshpprophash.c make tedshpprophash ./tedshpprophash rm -f tedshpprophash tedshpprophash.o tedshpprophash.c # deps -I../include -I../appFrame -I../appUtil -I/usr/X11R6/include -I../bitmap -I../ind ################################# !! sh docBorderProperties.o: \ docBorderProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBorderProperties.h \ ../appUtil/utilPropMask.h \ ../bitmap/bmcolor.h docBuf.o: \ docBuf.c \ tedConfig.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilMatchFont.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/psFont.h \ ../appUtil/sioGeneral.h \ ../appFrame/docExpandedTextAttribute.h \ ../bitmap/bmcolor.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docCellProperties.o: \ docCellProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docChftnField.o: \ docChftnField.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/utilBase26.h \ ../appUtil/utilRoman.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEvalField.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docDebug.o: \ docDebug.c \ tedConfig.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ ../include/appDebugon.h \ ../include/appDebug.h docDocpropField.o: \ docDocpropField.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEvalField.h docDocumentList.o: \ docDocumentList.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docDocumentList.h \ docListLevel.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docTabStop.h \ docParaProperties.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilFontEncoding.h \ docPropVal.h \ docBorderProperties.h \ ../bitmap/bmcolor.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h docDocumentProperties.o: \ docDocumentProperties.c \ tedConfig.h \ ../appUtil/utilPropMask.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docDocumentProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/appUnit.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../bitmap/bmcolor.h \ docNotesProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docTabStop.h \ docParaProperties.h \ docPropVal.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h docDraw.o: \ docDraw.c \ tedConfig.h \ docDraw.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h docDrawExternalItem.o: \ docDrawExternalItem.c \ tedConfig.h \ docDraw.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h docDrawShape.o: \ docDrawShape.c \ tedConfig.h \ docDraw.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h docDrawUtil.o: \ docDrawUtil.c \ tedConfig.h \ docDraw.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h docEdit.o: \ docEdit.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docEditExternalItem.o: \ docEditExternalItem.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docEditItemTree.o: \ docEditItemTree.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docEditList.o: \ docEditList.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docEditOperation.o: \ docEditOperation.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docEditPosition.o: \ docEditPosition.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docEditPosition.h docEditTable.o: \ docEditTable.c \ tedConfig.h \ docEdit.h \ docEditPosition.h \ docEditRange.h \ docScreenFontList.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h docExternalItem.o: \ docExternalItem.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docField.o: \ docField.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEvalField.h docFieldAdm.o: \ docFieldAdm.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docFieldEdit.o: \ docFieldEdit.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docFieldGetSet.o: \ docFieldGetSet.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docFind.o: \ docFind.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docFind.h \ ../include/reg.h docFindBookmark.o: \ docFindBookmark.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docFind.h \ ../include/reg.h docFindInParagraph.o: \ docFindInParagraph.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docFind.h \ ../include/reg.h \ ../include/charnames.h docFont.o: \ docFont.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedEdit.h \ docEdit.h \ docEditRange.h \ ../include/appDebugon.h \ ../include/appDebug.h docFrameProperties.o: \ docFrameProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docFrameProperties.h docHeaderFooter.o: \ docHeaderFooter.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docHtmlWrite.o: \ docHtmlWrite.c \ tedConfig.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/appSystem.h \ ../appFrame/appWinMeta.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/psFont.h \ ../appFrame/appDraw.h \ ../appUtil/geo2DInteger.h \ ../appFrame/appImage.h \ ../appFrame/appMetafile.h \ ../appUtil/utilPs.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/sioStdio.h \ ../appUtil/sioMemory.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/sioHex.h \ ../appUtil/sioBase64.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../include/charnames.h docHyperlinkField.o: \ docHyperlinkField.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h \ docEvalField.h docIncludePictureField.o: \ docIncludePictureField.c \ tedConfig.h \ ../appUtil/sioStdio.h \ ../appUtil/sioGeneral.h \ ../appUtil/sioMemory.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/sioHex.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appDraw.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../appUtil/appUnit.h \ ../appUtil/appSystem.h \ docBuf.h \ docShape.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEvalField.h \ ../include/appDebugon.h \ ../include/appDebug.h docItemShading.o: \ docItemShading.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docItemShading.h \ ../appUtil/utilPropMask.h \ ../bitmap/bmcolor.h docItemTree.o: \ docItemTree.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docLayout.o: \ docLayout.c \ tedConfig.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appDraw.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docLayout.h \ docBuf.h \ docShape.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../include/appDebugon.h \ ../include/appDebug.h docLayoutExternalItem.o: \ docLayoutExternalItem.c \ tedConfig.h \ docLayout.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h docLayoutLine.o: \ docLayoutLine.c \ tedConfig.h \ ../appUtil/utilMatchFont.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../appUtil/sioGeneral.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appDraw.h \ ../appUtil/geo2DInteger.h \ docLayout.h \ docBuf.h \ docShape.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appWinMeta.h \ ../appFrame/appMetafile.h \ ../appFrame/appMacPict.h \ ../include/appDebugon.h \ ../include/appDebug.h docLayoutLines.o: \ docLayoutLines.c \ tedConfig.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appDraw.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docLayout.h \ docBuf.h \ docShape.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../include/appDebugon.h \ ../include/appDebug.h docLayoutNotes.o: \ docLayoutNotes.c \ tedConfig.h \ docLayout.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h docLayoutParagraphs.o: \ docLayoutParagraphs.c \ tedConfig.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appDraw.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docLayout.h \ docBuf.h \ docShape.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../include/appDebugon.h \ ../include/appDebug.h docLayoutRow.o: \ docLayoutRow.c \ tedConfig.h \ docLayout.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h docLayoutSect.o: \ docLayoutSect.c \ tedConfig.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appDraw.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docLayout.h \ docBuf.h \ docShape.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../include/appDebugon.h \ ../include/appDebug.h docLayoutShapes.o: \ docLayoutShapes.c \ tedConfig.h \ docLayout.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h docLayoutUtil.o: \ docLayoutUtil.c \ tedConfig.h \ ../include/charnames.h \ ../appUtil/utilMatchFont.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../appUtil/sioGeneral.h \ docLayout.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h docListLevel.o: \ docListLevel.c \ tedConfig.h \ ../appUtil/utilBase26.h \ ../appUtil/utilRoman.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docListLevel.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docTabStop.h \ docParaProperties.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilFontEncoding.h \ docPropVal.h \ docBorderProperties.h \ ../bitmap/bmcolor.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h docListNumberTree.o: \ docListNumberTree.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docListNumberTree.h \ docListLevel.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docTabStop.h \ docParaProperties.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilFontEncoding.h \ docPropVal.h \ docBorderProperties.h \ ../bitmap/bmcolor.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h docListOverride.o: \ docListOverride.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docListOverride.h \ docListOverrideLevel.h \ docListLevel.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docTabStop.h \ docParaProperties.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilFontEncoding.h \ docPropVal.h \ docBorderProperties.h \ ../bitmap/bmcolor.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h docListOverrideLevel.o: \ docListOverrideLevel.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docListOverrideLevel.h \ docListLevel.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docTabStop.h \ docParaProperties.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilFontEncoding.h \ docPropVal.h \ docBorderProperties.h \ ../bitmap/bmcolor.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h docListOverrideTable.o: \ docListOverrideTable.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docListLevel.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docTabStop.h \ docParaProperties.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilFontEncoding.h \ docPropVal.h \ docBorderProperties.h \ ../bitmap/bmcolor.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h docListTable.o: \ docListTable.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docTabStop.h \ docParaProperties.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilFontEncoding.h \ docPropVal.h \ docBorderProperties.h \ ../bitmap/bmcolor.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h docListUtil.o: \ docListUtil.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docListtextField.o: \ docListtextField.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEvalField.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docNotes.o: \ docNotes.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docNotesProperties.o: \ docNotesProperties.c \ tedConfig.h \ ../appUtil/utilPropMask.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docNotesProperties.h docObject.o: \ docObject.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docOpenObject.o: \ docOpenObject.c \ tedConfig.h \ ../appUtil/sioMemory.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/sioStdio.h \ ../appUtil/sioHex.h \ ../appUtil/sioEndian.h \ ../appUtil/utilEndian.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appDraw.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../appFrame/appWinMeta.h \ ../appUtil/utilPostscriptFace.h \ ../appFrame/appMetafile.h \ ../appUtil/utilPs.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docPageField.o: \ docPageField.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/utilBase26.h \ ../appUtil/utilRoman.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEvalField.h docParaParticules.o: \ docParaParticules.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docParaProperties.o: \ docParaProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docParaProperties.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ ../bitmap/bmcolor.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h docParaString.o: \ docParaString.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docPictureProperties.o: \ docPictureProperties.c \ tedConfig.h \ ../appUtil/utilPropMask.h \ docObjectProperties.h \ docPictureProperties.h \ ../include/appDebugon.h \ ../include/appDebug.h docPlainRead.o: \ docPlainRead.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docPlainWrite.o: \ docPlainWrite.c \ tedConfig.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ ../include/appDebugon.h \ ../include/appDebug.h docProperties.o: \ docProperties.c \ tedConfig.h \ ../appUtil/appUnit.h \ ../appUtil/utilMatchFont.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docFind.h \ ../include/reg.h \ ../include/appDebugon.h \ ../include/appDebug.h docPsListFonts.o: \ docPsListFonts.c \ tedConfig.h \ ../appUtil/utilMatchFont.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../appUtil/sioGeneral.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appDraw.h \ ../appUtil/geo2DInteger.h \ docLayout.h \ docBuf.h \ docShape.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ docFind.h \ ../include/reg.h \ ../appUtil/sioHex.h \ ../appUtil/sioMemory.h \ ../appFrame/appWinMeta.h \ ../appFrame/appMetafile.h \ ../appFrame/appMacPict.h \ ../include/appDebugon.h \ ../include/appDebug.h docPsPrint.o: \ docPsPrint.c \ tedConfig.h \ ../appUtil/sioGeneral.h \ ../appFrame/appWinMeta.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/psFont.h \ ../appFrame/appDraw.h \ ../appUtil/geo2DInteger.h \ ../appFrame/appImage.h \ ../appFrame/appMetafile.h \ ../appUtil/utilPs.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ docDraw.h \ docBuf.h \ docShape.h \ ../appUtil/utilMemoryBuffer.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ docPsPrint.h \ ../include/appDebugon.h \ ../include/appDebug.h docPsPrintImage.o: \ docPsPrintImage.c \ tedConfig.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appDraw.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../appFrame/appWinMeta.h \ ../appUtil/utilPostscriptFace.h \ ../appFrame/appMetafile.h \ ../appUtil/utilPs.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appFrame/appMacPict.h \ ../appUtil/sioMemory.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/sioHex.h \ docDraw.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ docPsPrint.h \ ../include/appDebugon.h \ ../include/appDebug.h docPsPrintShapes.o: \ docPsPrintShapes.c \ tedConfig.h \ ../appUtil/sioGeneral.h \ ../appFrame/appMetafile.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/psFont.h \ ../appFrame/appDraw.h \ ../appUtil/geo2DInteger.h \ ../appFrame/appImage.h \ ../appUtil/utilPs.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ docDraw.h \ docBuf.h \ docShape.h \ ../appUtil/utilMemoryBuffer.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ docPsPrint.h \ ../include/appDebugon.h \ ../include/appDebug.h docPsPrintTabs.o: \ docPsPrintTabs.c \ tedConfig.h \ ../appUtil/sioGeneral.h \ docDraw.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ docPsPrint.h \ ../include/appDebugon.h \ ../include/appDebug.h docRowProperties.o: \ docRowProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docRtfBorderProperties.o: \ docRtfBorderProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfCellProperties.o: \ docRtfCellProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfColorTable.o: \ docRtfColorTable.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfDocumentProperties.o: \ docRtfDocumentProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfDrawingObject.o: \ docRtfDrawingObject.c \ tedConfig.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfFontTable.o: \ docRtfFontTable.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilMatchFont.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfFrameProperties.o: \ docRtfFrameProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfListOverrideTable.o: \ docRtfListOverrideTable.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfListTable.o: \ docRtfListTable.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfParaProperties.o: \ docRtfParaProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfRead.o: \ docRtfRead.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfReadField.o: \ docRtfReadField.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfReadObjects.o: \ docRtfReadObjects.c \ tedConfig.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfReadShape.o: \ docRtfReadShape.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfRowProperties.o: \ docRtfRowProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfSectProperties.o: \ docRtfSectProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfShapePropHash.o: \ docRtfShapePropHash.c \ ../appUtil/appUtilConfig.h \ ../appUtil/utilJenkinsHash.h \ docRtfTagHash.h docRtfShpTab.o: \ docRtfShpTab.c \ tedConfig.h \ ../appUtil/utilJenkinsPerfectHash.h \ ../appUtil/appUtilConfig.h \ docRtf.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfStylesheet.o: \ docRtfStylesheet.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfTab.o: \ docRtfTab.c \ tedConfig.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilJenkinsPerfectHash.h \ ../appUtil/appUtilConfig.h \ docRtf.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfTables.o: \ docRtfTables.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfTabs.o: \ docRtfTabs.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfTagHash.o: \ docRtfTagHash.c \ ../appUtil/appUtilConfig.h \ ../appUtil/utilJenkinsHash.h \ docRtfTagHash.h docRtfTextProperties.o: \ docRtfTextProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfUtil.o: \ docRtfUtil.c \ tedConfig.h \ ../include/charnames.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfWrite.o: \ docRtfWrite.c \ tedConfig.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../include/charnames.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ docRtf.h \ docBuf.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docRtfWriteUtil.o: \ docRtfWriteUtil.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/appSystem.h \ docRtf.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docRtfTagHash.h \ docRtfTagEnum.h docScreenFontList.o: \ docScreenFontList.c \ docScreenFontList.h \ ../include/appDebugon.h \ ../include/appDebug.h docSectProperties.o: \ docSectProperties.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ ../appUtil/utilPropMask.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docParaNumber.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h docSelect.o: \ docSelect.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docSetFont.o: \ docSetFont.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h docShading.o: \ docShading.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docShape.o: \ docShape.c \ tedConfig.h \ ../appUtil/utilAffineTransform.h \ docShape.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ docShapeProperties.h \ docPictureProperties.h \ ../appUtil/utilPropMask.h \ docExternalItem.h \ ../include/appDebugon.h \ ../include/appDebug.h docShapePath.o: \ docShapePath.c \ tedConfig.h \ docShape.h \ ../bitmap/bmcolor.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ ../appUtil/utilPropMask.h \ docExternalItem.h \ ../include/appDebugon.h \ ../include/appDebug.h docSpell.o: \ docSpell.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docFind.h \ ../include/reg.h \ ../ind/ind.h \ ../include/charnames.h docStyleSheet.o: \ docStyleSheet.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docStyleSheet.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docParaNumber.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ ../bitmap/bmcolor.h \ docItemShading.h \ docFrameProperties.h docSymbolField.o: \ docSymbolField.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEdit.h \ docEditRange.h \ docScreenFontList.h \ docEvalField.h docTabStop.o: \ docTabStop.c \ tedConfig.h \ ../appFrame/appDraw.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ docTabStop.h \ ../include/appDebugon.h \ ../include/appDebug.h docTable.o: \ docTable.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h docTableRectangle.o: \ docTableRectangle.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h tedApp.o: \ tedApp.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ ../include/appDebugon.h \ ../include/appDebug.h tedAppColor.o: \ tedAppColor.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ ../include/appDebugon.h \ ../include/appDebug.h tedAppFont.o: \ tedAppFont.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedLayout.h \ docLayout.h \ docEditRange.h \ ../appFrame/appSymbolPicker.h \ ../include/appDebugon.h \ ../include/appDebug.h tedBlinkGtk.o: \ tedBlinkGtk.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedRuler.h \ ../appFrame/appRuler.h \ ../include/appDebugon.h \ ../include/appDebug.h tedBlinkMotif.o: \ tedBlinkMotif.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedRuler.h \ ../appFrame/appRuler.h \ ../include/appDebugon.h \ ../include/appDebug.h tedBookmarkDialog.o: \ tedBookmarkDialog.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ ../include/appDebugon.h \ ../include/appDebug.h tedBorderTool.o: \ tedBorderTool.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ ../appUtil/appGeoString.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedCellTool.o: \ tedCellTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedColumnTool.o: \ tedColumnTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedCopyPaste.o: \ tedCopyPaste.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedEdit.h \ docEdit.h \ docEditRange.h \ ../appUtil/sioMemory.h \ ../appFrame/sioXprop.h \ ../include/appDebugon.h \ ../include/appDebug.h tedDocRuler.o: \ tedDocRuler.c \ tedConfig.h \ ../appUtil/sioMemory.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilMemoryBuffer.h \ tedLayout.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ tedRuler.h \ ../appFrame/appRuler.h \ ../include/appDebugon.h \ ../include/appDebug.h tedDocprops.o: \ tedDocprops.c \ tedConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h tedDocument.o: \ tedDocument.c \ tedConfig.h \ ../appUtil/sioStdio.h \ ../appUtil/sioGeneral.h \ ../appUtil/appSystem.h \ ../appUtil/utilMatchFont.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../appFrame/appSpellTool.h \ ../ind/ind.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ tedApp.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedRuler.h \ ../appFrame/appRuler.h \ docLayout.h \ docEditRange.h \ docEdit.h \ docFind.h \ ../include/reg.h \ ../include/appDebugon.h \ ../include/appDebug.h tedDraw.o: \ tedDraw.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedLayout.h \ docLayout.h \ docEditRange.h \ tedDraw.h \ docDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h tedDrawGtk.o: \ tedDrawGtk.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ docDraw.h \ docLayout.h \ docEditRange.h \ ../include/appDebugon.h \ ../include/appDebug.h tedDrawMotif.o: \ tedDrawMotif.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ docDraw.h \ docLayout.h \ docEditRange.h \ ../include/appDebugon.h \ ../include/appDebug.h tedDrawShape.o: \ tedDrawShape.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedLayout.h \ docLayout.h \ docEditRange.h \ tedDraw.h \ docDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h tedDrawTextLines.o: \ tedDrawTextLines.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedLayout.h \ docLayout.h \ docEditRange.h \ tedDraw.h \ docDraw.h \ ../include/appDebugon.h \ ../include/appDebug.h tedEdit.o: \ tedEdit.c \ tedConfig.h \ docLayout.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ tedEdit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ docEdit.h \ ../include/appDebugon.h \ ../include/appDebug.h tedEditList.o: \ tedEditList.c \ tedConfig.h \ docLayout.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ tedEdit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ docEdit.h \ ../include/appDebugon.h \ ../include/appDebug.h tedEditOperation.o: \ tedEditOperation.c \ tedConfig.h \ tedLayout.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ tedEdit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ docEdit.h \ ../include/appDebugon.h \ ../include/appDebug.h tedFind.o: \ tedFind.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ ../appFrame/appSpellTool.h \ ../ind/ind.h \ docFind.h \ ../include/reg.h \ ../include/appDebugon.h \ ../include/appDebug.h tedFindItem.o: \ tedFindItem.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedLayout.h \ docLayout.h \ docEditRange.h \ ../include/appDebugon.h \ ../include/appDebug.h tedFollowLink.o: \ tedFollowLink.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ ../include/appDebugon.h \ ../include/appDebug.h tedFont.o: \ tedFont.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedEdit.h \ docEdit.h \ docEditRange.h \ ../include/appDebugon.h \ ../include/appDebug.h tedFontTool.o: \ tedFontTool.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ ../appUtil/appGeoString.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedFormat.o: \ tedFormat.c \ tedConfig.h \ docLayout.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ tedEdit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ docEdit.h \ ../include/appDebugon.h \ ../include/appDebug.h tedFormatTool.o: \ tedFormatTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedFormatToolUtil.o: \ tedFormatToolUtil.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedHeaderFooter.o: \ tedHeaderFooter.c \ tedConfig.h \ docLayout.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ ../include/appDebugon.h \ ../include/appDebug.h tedHeaderFooterTool.o: \ tedHeaderFooterTool.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ ../appUtil/appGeoString.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedHeightTool.o: \ tedHeightTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedIcons.o: \ tedIcons.c \ tedConfig.h \ ../appFrame/appIcons.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ teddoc.xpm \ tedfont.xpm \ tedfind.xpm \ tedspell.xpm \ tedprint.xpm \ tedmail.xpm \ tedmain.xpm \ tedpage.xpm \ tedabout.xpm \ tedsymbol.xpm \ tedtable.xpm \ tedprops.xpm tedImageTool.o: \ tedImageTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedIncludeDocument.o: \ tedIncludeDocument.c \ tedConfig.h \ docLayout.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ tedEdit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ docEdit.h \ ../include/appDebugon.h \ ../include/appDebug.h tedInput.o: \ tedInput.c \ tedConfig.h \ tedLayout.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docLayout.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ tedRuler.h \ ../appFrame/appRuler.h \ ../appFrame/appGuiKeys.h \ ../appFrame/appGuiKeysMotif.h \ ../appFrame/appGuiKeysGtk.h \ ../include/appDebugon.h \ ../include/appDebug.h tedLayout.o: \ tedLayout.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedEdit.h \ docEdit.h \ docEditRange.h \ tedLayout.h \ docLayout.h \ ../include/appDebugon.h \ ../include/appDebug.h tedLink.o: \ tedLink.c \ tedConfig.h \ docFind.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ ../include/reg.h \ tedEdit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ docScreenFontList.h \ docEdit.h \ docEditRange.h \ ../include/appDebugon.h \ ../include/appDebug.h tedLinkDialog.o: \ tedLinkDialog.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedLinkTool.h \ ../include/appDebugon.h \ ../include/appDebug.h tedListTool.o: \ tedListTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ docEvalField.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../appFrame/appGuiKeys.h \ ../appFrame/appGuiKeysMotif.h \ ../appFrame/appGuiKeysGtk.h \ ../include/appDebugon.h \ ../include/appDebug.h tedMain.o: \ tedMain.c \ tedConfig.h \ ../appUtil/appSystem.h \ ../appUtil/utilMatchFont.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../appUtil/sioGeneral.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedRuler.h \ ../appFrame/appRuler.h \ ../appFrame/appSymbolPicker.h \ ../appFrame/appSpellTool.h \ ../ind/ind.h \ docLayout.h \ docEditRange.h \ ../appUtil/appGeoString.h \ ../appUtil/appPaper.h \ ../appUtil/sioStdio.h \ ../appUtil/sioStdin.h \ ../appUtil/sioStdout.h \ ../appUtil/sioMemory.h \ ../appUtil/sioBase64.h \ ../include/appDebugon.h \ ../include/appDebug.h tedNotesTool.o: \ tedNotesTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ docEvalField.h \ docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/sioGeneral.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedObjectDrag.o: \ tedObjectDrag.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ docLayout.h \ docEditRange.h \ ../include/appDebugon.h \ ../include/appDebug.h tedObjects.o: \ tedObjects.c \ tedConfig.h \ ../appUtil/sioMemory.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/sioHex.h \ ../appUtil/sioPipe.h \ ../appUtil/appSystem.h \ ../appFrame/appDraw.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/psFont.h \ ../bitmap/bmcolor.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appFrame/appWinMeta.h \ ../appUtil/utilPostscriptFace.h \ ../appFrame/appMetafile.h \ ../appUtil/utilPs.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appFrame/appMacPict.h \ docLayout.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appInspector.h \ ../appFrame/docExpandedTextAttribute.h \ ../include/appDebugon.h \ ../include/appDebug.h tedPage.o: \ tedPage.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedRuler.h \ ../appFrame/appRuler.h \ docLayout.h \ docEditRange.h \ ../include/appDebugon.h \ ../include/appDebug.h tedPageLayoutTool.o: \ tedPageLayoutTool.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ ../appUtil/appGeoString.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedParaLayoutTool.o: \ tedParaLayoutTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedParaOrnamentsTool.o: \ tedParaOrnamentsTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedRowTool.o: \ tedRowTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedRuler.o: \ tedRuler.c \ tedConfig.h \ tedRuler.h \ ../appUtil/appUnit.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appRuler.h \ docBuf.h \ ../bitmap/bitmap.h \ docShape.h \ ../appUtil/utilMemoryBuffer.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ ../include/appDebugon.h \ ../include/appDebug.h tedSectionTool.o: \ tedSectionTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedSelect.o: \ tedSelect.c \ tedConfig.h \ docLayout.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/sioGeneral.h \ docBuf.h \ ../bitmap/bitmap.h \ ../bitmap/bmcolor.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilPropMask.h \ ../appUtil/utilTextAttribute.h \ docShape.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/utilAffineTransform.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docEditRange.h \ docScreenFontList.h \ ../appUtil/utilPs.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilNup.h \ ../appFrame/appDraw.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiResource.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../appFrame/docExpandedTextAttribute.h \ tedLayout.h \ ../include/appDebugon.h \ ../include/appDebug.h tedShadingTool.o: \ tedShadingTool.c \ tedConfig.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ ../appUtil/appGeoString.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedTable.o: \ tedTable.c \ tedConfig.h \ tedEdit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ ../appUtil/appUnit.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ docEdit.h \ docEditRange.h \ docLayout.h \ ../include/appDebugon.h \ ../include/appDebug.h tedTableTool.o: \ tedTableTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h tedTabsTool.o: \ tedTabsTool.c \ tedConfig.h \ ../appUtil/appGeoString.h \ ../appUtil/appUnit.h \ tedApp.h \ ../appFrame/appFrame.h \ ../appFrame/appGuiBase.h \ ../appFrame/appGuiBaseMotif.h \ ../appFrame/appGuiBaseGtk.h \ ../appFrame/appGuiResource.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilPs.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/psFont.h \ ../appUtil/utilFontEncoding.h \ ../appUtil/utilPostscriptFace.h \ ../appUtil/utilDocFont.h \ ../appUtil/utilTextAttribute.h \ ../appUtil/utilAffineTransform.h \ ../appUtil/utilNup.h \ ../appUtil/utilPrinter.h \ ../appUtil/utilMailContent.h \ ../appFrame/appIcons.h \ ../appFrame/appTool.h \ ../appFrame/appDraw.h \ ../bitmap/bmcolor.h \ ../appFrame/appInspector.h \ ../appFrame/appImage.h \ ../bitmap/bitmap.h \ ../appUtil/utilMemoryBuffer.h \ ../appFrame/docExpandedTextAttribute.h \ docBuf.h \ docShape.h \ docShapeProperties.h \ docPictureProperties.h \ docExternalItem.h \ ../appUtil/utilTextAttributeAdmin.h \ docParaProperties.h \ docPropVal.h \ docTabStop.h \ docBorderProperties.h \ docItemShading.h \ docParaNumber.h \ docFrameProperties.h \ docRowProperties.h \ docSectProperties.h \ docNotesProperties.h \ docStyleSheet.h \ docDocumentProperties.h \ docListTable.h \ docDocumentList.h \ docListLevel.h \ docListOverrideTable.h \ docListOverride.h \ docListOverrideLevel.h \ docField.h \ docObject.h \ docLayoutPosition.h \ docDrawingObject.h \ ../appFrame/appFrameConfig.h \ docObjectProperties.h \ docEditPosition.h \ docSelect.h \ docListNumberTree.h \ docScreenFontList.h \ tedFormatTool.h \ tedParaLayoutTool.h \ tedBorderTool.h \ ../appFrame/appColorChooser.h \ tedShadingTool.h \ tedHeightTool.h \ tedParaOrnamentsTool.h \ tedRowTool.h \ tedSectionTool.h \ tedPageLayoutTool.h \ ../appFrame/appPageLayoutTool.h \ ../appUtil/appPaper.h \ ../appFrame/appPaperChooser.h \ ../appFrame/appMarginTool.h \ tedNotesTool.h \ tedHeaderFooterTool.h \ tedTableTool.h \ tedColumnTool.h \ tedCellTool.h \ tedTabsTool.h \ tedListTool.h \ tedFontTool.h \ ../appFrame/appFontTool.h \ ../appFrame/appEncodingMenu.h \ tedLinkTool.h \ tedImageTool.h \ ../appFrame/appRgbChooserPage.h \ ../appFrame/appRgbCube.h \ ../include/appDebugon.h \ ../include/appDebug.h