CC=@CC@ WFLAGS= -Wall \ -Wextra \ -Winit-self \ -pedantic \ -Wpointer-arith \ -Wno-format-y2k \ -Wstrict-prototypes \ -Wmissing-declarations \ -Wmissing-prototypes \ -Wnested-externs \ -Wuninitialized \ -Wundef \ -Wwrite-strings \ -Wold-style-definition \ -Wno-missing-field-initializers \ -Wredundant-decls \ -Wno-unused-parameter \ -Wno-sign-compare INCLUDES= \ -I. -I../include \ -I../docBase \ -I../docBuf \ -I../bitmap \ -I../utilPs \ -I../docFont \ -I../textEncoding \ -I../appUtil CFLAGS= \ @CFLAGS@ \ $(INCLUDES) #CFLAGS= -g -O2 $(WFLAGS) $(INCLUDES) # 55!!obs OBS = \ docRtfWriteText.o\ docRtfWriterImpl.o\ docRtfWritePictureTags.o\ docRtfWriteNode.o\ docRtfWriteMail.o\ docRtfWriteListTable.o\ docRtfWriteColorTable.o\ docRtfTextProperties.o\ docRtfTextConverter.o\ docRtfTagHash.o\ docRtfTabs.o\ docRtfTables.o\ docRtfTab.o\ docRtfStylesheet.o\ docRtfShpTab.o\ docRtfShapePropHash.o\ docRtfShading.o\ docRtfSaveTextAttribute.o\ docRtfSaveStylesheet.o\ docRtfSaveSectProperties.o\ docRtfSaveRowProperties.o\ docRtfSaveParaProperties.o\ docRtfSaveParagraph.o\ docRtfSaveNotesProperties.o\ docRtfSaveFontTable.o\ docRtfSaveField.o\ docRtfSaveDocumentProperties.o\ docRtfSaveDocument.o\ docRtfSaveCellProperties.o\ docRtfReadText.o\ docRtfReadShape.o\ docRtfReadSectProperties.o\ docRtfReadRtf.o\ docRtfReadRowProperties.o\ docRtfReadParaProperties.o\ docRtfReadObjects.o\ docRtfReadNodeTree.o\ docRtfReadListTable.o\ docRtfReadFontTable.o\ docRtfReadField.o\ docRtfReaderImpl.o\ docRtfReadDocumentTree.o\ docRtfReadDocumentProperties.o\ docRtfReadColorTable.o\ docRtfReadCellProperties.o\ docRtfRead.o\ docRtfParaNumber.o\ docRtfListOverrideTable.o\ docRtfFrameProperties.o\ docRtfDrawingObject.o\ docRtfBorderProperties.o\ docPlainWrite.o\ docPlainRead.o ../lib/docRtf.a: $(OBS) ar ruv $@ $(OBS) && @RANLIB@ $@ # # This is cyclic, but at least it documents what extra autoconf configuration # is used in this directory: # PROPERTYLIBS= ../lib/appUtil.a \ ../lib/textEncoding.a \ ../lib/docBuf.a \ ../lib/docBase.a doctaghash: doctaghash.o $(PROPERTYLIBS) $(CC) $(LDFLAGS) -o $@ doctaghash.o $(PROPERTYLIBS) -lm docRtfTagHash.c : docRtfTab.c sed -e 's/BUILD_NO_HASH/BUILD_HASH/' docRtfTab.c > doctaghash.c make doctaghash ./doctaghash rm -f doctaghash doctaghash.o doctaghash.c docshpprophash: docshpprophash.o $(PROPERTYLIBS) $(CC) $(LDFLAGS) -o $@ docshpprophash.o $(PROPERTYLIBS) -lm docRtfShapePropHash.c : docRtfShpTab.c sed -e 's/BUILD_NO_HASH/BUILD_HASH/' docRtfShpTab.c > docshpprophash.c make docshpprophash ./docshpprophash rm -f docshpprophash docshpprophash.o docshpprophash.c duplicates: nm *.o | grep -w [Tt] | \ while read addr t name; do echo $$name; done | sort | uniq -c | sort -n includes: includes.sh docRtfConfig.h $(INCLUDES) # deps -I. -I../include -I../docBuf -I../docBase -I../bitmap -I../textEncoding -I../appUtil -I ../docFont -I../utilPs ######################################## !! sh docPlainRead.o: \ docPlainRead.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/sioMemory.h \ ../appUtil/sioGeneral.h \ ../appUtil/utilMemoryBuffer.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBuf/docNodeTree.h \ ../docBuf/docParaString.h \ ../docBuf/docBuf.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../docBuf/docParaParticules.h \ ../docBase/docTextParticule.h \ ../docBase/docTextLine.h \ ../textEncoding/textConverter.h \ ../textEncoding/textConverterImpl.h \ ../textEncoding/textConverter.h \ ../textEncoding/sioUtf8.h \ ../appUtil/sioGeneral.h \ docPlainReadWrite.h docPlainWrite.o: \ docPlainWrite.c \ docRtfConfig.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBuf/docNotes.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../docBuf/docNodeTree.h \ ../docBase/docTreeType.h \ ../docBuf/docTreeScanner.h \ ../docBuf/docBuf.h \ docPlainReadWrite.h \ ../appUtil/sioGeneral.h \ ../docBuf/docParaParticules.h \ ../docBase/docTextParticule.h \ ../docBase/docTextLine.h \ ../docBuf/docTreeNode.h \ ../docBuf/docDocumentNote.h \ ../docBase/docNoteProperties.h \ ../include/appDebugon.h \ ../include/appDebug.h docRtfBorderProperties.o: \ docRtfBorderProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfReaderImpl.h \ ../docBase/docNoteProperties.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTags.h docRtfDrawingObject.o: \ docRtfDrawingObject.c \ docRtfConfig.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../docBase/docDrawingObject.h \ ../docBuf/docShape.h \ ../appUtil/geoAffineTransform.h \ ../docBase/docShapeProperties.h \ ../docBase/docPictureProperties.h \ ../appUtil/utilPropMask.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBase/docListNumberTree.h \ ../docBase/docShapeDrawing.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBuf/docTableRectangle.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h docRtfFrameProperties.o: \ docRtfFrameProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfReaderImpl.h \ ../docBase/docNoteProperties.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h docRtfListOverrideTable.o: \ docRtfListOverrideTable.c \ docRtfConfig.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfReaderImpl.h \ ../docBase/docNoteProperties.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ ../docBase/docListAdmin.h \ ../include/appDebugon.h \ ../include/appDebug.h docRtfParaNumber.o: \ docRtfParaNumber.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTagEnum.h docRtfRead.o: \ docRtfRead.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfReadWrite.h \ docRtfTagEnum.h \ docRtfFlags.h \ ../docBuf/docRecalculateFields.h \ ../docBuf/docBuf.h \ ../docBase/docTreeType.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../docBuf/docNotes.h \ ../docBuf/docDebug.h docRtfReadCellProperties.o: \ docRtfReadCellProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTagEnum.h docRtfReadColorTable.o: \ docRtfReadColorTable.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h docRtfReadDocumentProperties.o: \ docRtfReadDocumentProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ ../textEncoding/textOfficeCharset.h \ ../appUtil/utilIndexMapping.h \ ../appUtil/utilIndexSet.h \ ../textEncoding/textConverter.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTagEnum.h docRtfReadDocumentTree.o: \ docRtfReadDocumentTree.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ ../docBuf/docParaParticules.h \ ../docBuf/docBuf.h \ ../docBase/docTextParticule.h \ ../docBase/docTextLine.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../docBuf/docRecalculateFields.h \ ../docBase/docTreeType.h \ ../docBuf/docNodeTree.h \ ../docBuf/docNotes.h \ ../docBuf/docDocumentNote.h docRtfReadField.o: \ docRtfReadField.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ ../docBuf/docField.h \ ../docBuf/docParaParticules.h \ ../docBuf/docBuf.h \ ../docBase/docTextParticule.h \ ../docBase/docTextLine.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../docBase/docTreeType.h \ ../docBase/docBookmarkField.h docRtfReadFontTable.o: \ docRtfReadFontTable.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../textEncoding/textOfficeCharset.h \ ../appUtil/utilIndexMapping.h \ ../appUtil/utilIndexSet.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTagEnum.h docRtfReadListTable.o: \ docRtfReadListTable.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTagEnum.h docRtfReadNodeTree.o: \ docRtfReadNodeTree.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ ../docBase/docTreeType.h \ ../docBuf/docNodeTree.h \ ../docBuf/docParaParticules.h \ ../docBuf/docBuf.h \ ../docBase/docTextParticule.h \ ../docBase/docTextLine.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h docRtfReadObjects.o: \ docRtfReadObjects.c \ docRtfConfig.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../docBase/docObjectProperties.h \ ../docBuf/docParaParticules.h \ ../docBuf/docBuf.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docTextParticule.h \ ../docBase/docTextLine.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../docBuf/docShape.h \ ../appUtil/geoAffineTransform.h \ ../docBase/docShapeProperties.h \ ../docBase/docPictureProperties.h \ ../docBase/docShapeDrawing.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTagEnum.h \ docRtfTags.h docRtfReadParaProperties.o: \ docRtfReadParaProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../docBuf/docNodeTree.h docRtfReadRowProperties.o: \ docRtfReadRowProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h docRtfReadRtf.o: \ docRtfReadRtf.c \ docRtfConfig.h \ ../include/charnames.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../textEncoding/textOfficeCharset.h \ ../appUtil/utilIndexMapping.h \ ../appUtil/utilIndexSet.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTags.h \ docRtfFlags.h docRtfReadSectProperties.o: \ docRtfReadSectProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ ../docBase/docTreeType.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h docRtfReadShape.o: \ docRtfReadShape.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTags.h \ docRtfShpTab.h \ docRtfReaderImpl.h \ ../docBuf/docShape.h \ ../appUtil/geoAffineTransform.h \ ../docBase/docShapeProperties.h \ ../docBase/docPictureProperties.h \ ../docBase/docShapeDrawing.h \ ../docBase/docShapeProp.h \ ../docBase/docObjectProperties.h \ ../docBase/docTreeType.h \ ../docBuf/docNodeTree.h \ ../docBuf/docParaParticules.h \ ../docBuf/docBuf.h \ ../docBase/docTextParticule.h \ ../docBase/docTextLine.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h docRtfReadText.o: \ docRtfReadText.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../textEncoding/uniUtf8.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ ../docBuf/docParaString.h \ ../docBuf/docBuf.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../textEncoding/textConverter.h \ ../textEncoding/textConverterImpl.h \ ../textEncoding/textConverter.h \ ../docBuf/docParaParticules.h \ ../docBase/docTextParticule.h \ ../docBase/docTextLine.h docRtfReaderImpl.o: \ docRtfReaderImpl.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/appUnit.h \ ../textEncoding/textOfficeCharset.h \ ../appUtil/utilIndexMapping.h \ ../appUtil/utilIndexSet.h \ ../textEncoding/textConverter.h \ ../textEncoding/textConverterImpl.h \ ../textEncoding/textConverter.h \ ../docBuf/docShape.h \ ../appUtil/utilColor.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geoAffineTransform.h \ ../docBase/docShapeProperties.h \ ../docBase/docPictureProperties.h \ ../appUtil/utilPropMask.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBase/docListNumberTree.h \ ../docBase/docShapeDrawing.h \ ../bitmap/bitmap.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBuf/docTableRectangle.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h docRtfSaveCellProperties.o: \ docRtfSaveCellProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfTags.h docRtfSaveDocument.o: \ docRtfSaveDocument.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReadWrite.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriterImpl.h \ docRtfWriter.h \ docRtfTags.h \ ../docBuf/docNotes.h \ ../docBase/docTreeType.h docRtfSaveDocumentProperties.o: \ docRtfSaveDocumentProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../textEncoding/textOfficeCharset.h \ ../appUtil/utilIndexMapping.h \ ../appUtil/utilIndexSet.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfTags.h docRtfSaveField.o: \ docRtfSaveField.c \ docRtfConfig.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfFlags.h \ docRtfTags.h \ ../docBuf/docField.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBase/docEditPosition.h \ ../utilPs/textAttribute.h \ ../appUtil/utilPropMask.h \ ../docBase/docTreeType.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docLayoutPosition.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBuf/docDocumentTree.h \ ../docBase/docListNumberTree.h \ ../docBuf/docNotes.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../docBase/docSectProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBuf/docSelect.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBuf/docTableRectangle.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ ../docBase/docBookmarkField.h \ ../docBase/docTextParticule.h \ ../docBuf/docDocumentNote.h \ ../docBase/docNoteProperties.h docRtfSaveFontTable.o: \ docRtfSaveFontTable.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../textEncoding/textOfficeCharset.h \ ../appUtil/utilIndexMapping.h \ ../appUtil/utilIndexSet.h \ ../utilPs/psDocumentFontStyle.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfTextConverter.h \ docRtfFlags.h docRtfSaveNotesProperties.o: \ docRtfSaveNotesProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h docRtfSaveParaProperties.o: \ docRtfSaveParaProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ ../docBase/docParaRulerAdmin.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ docRtfTags.h docRtfSaveParagraph.o: \ docRtfSaveParagraph.c \ docRtfConfig.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfFlags.h \ docRtfTags.h \ ../docBase/docTreeType.h \ ../docBase/docObjectProperties.h \ ../docBuf/docParaParticules.h \ ../docBuf/docBuf.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docTextParticule.h \ ../docBase/docTextLine.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h docRtfSaveRowProperties.o: \ docRtfSaveRowProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfTags.h docRtfSaveSectProperties.o: \ docRtfSaveSectProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../docBase/docTreeType.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../appUtil/utilPropMask.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docObject.h \ ../appUtil/utilMemoryBuffer.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/geo2DInteger.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docLayoutPosition.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBase/docListNumberTree.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../docBase/docSectProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBuf/docSelect.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBuf/docTableRectangle.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfTags.h docRtfSaveStylesheet.o: \ docRtfSaveStylesheet.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h docRtfSaveTextAttribute.o: \ docRtfSaveTextAttribute.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../textEncoding/uniUtf8.h \ ../docFont/utilMatchFont.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../appUtil/utilMemoryBuffer.h \ ../textEncoding/textOfficeCharset.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../utilPs/textAttribute.h \ ../appUtil/utilPropMask.h \ ../utilPs/psShading.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfFlags.h \ docRtfTags.h \ ../textEncoding/textConverter.h docRtfShading.o: \ docRtfShading.c \ docRtfConfig.h \ ../utilPs/psShading.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h docRtfShapePropHash.o: \ docRtfShapePropHash.c \ ../appUtil/appUtilConfig.h \ ../appUtil/utilJenkinsHash.h \ docRtfTagHash.h docRtfShpTab.o: \ docRtfShpTab.c \ docRtfConfig.h \ ../appUtil/utilJenkinsPerfectHash.h \ ../appUtil/appUtilConfig.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfShpTab.h \ docRtfReaderImpl.h \ docRtfTagHash.h \ ../docBase/docShapeProp.h \ ../include/appDebugon.h \ ../include/appDebug.h docRtfStylesheet.o: \ docRtfStylesheet.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h docRtfTab.o: \ docRtfTab.c \ docRtfConfig.h \ ../include/charnames.h \ ../textEncoding/uniSpecials.h \ ../appUtil/utilJenkinsPerfectHash.h \ ../appUtil/appUtilConfig.h \ ../textEncoding/textOfficeCharset.h \ ../appUtil/utilIndexMapping.h \ ../appUtil/utilIndexSet.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTagHash.h \ docRtfTraceImpl.h \ docRtfTagEnum.h \ docRtfTags.h \ ../docBase/docTreeType.h \ ../docBase/docItemShading.h \ ../docBase/docDrawingObject.h \ ../docBase/docTextParticule.h \ ../docBase/docObjectProperties.h \ ../docBuf/docShape.h \ ../appUtil/geoAffineTransform.h \ ../docBase/docShapeProperties.h \ ../docBase/docPictureProperties.h \ ../docBase/docShapeDrawing.h \ ../utilPs/psShading.h \ ../utilPs/psDocumentFontStyle.h \ ../include/appDebugon.h \ ../include/appDebug.h docRtfTables.o: \ docRtfTables.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h docRtfTabs.o: \ docRtfTabs.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfReaderImpl.h \ ../docBase/docNoteProperties.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfTags.h docRtfTagHash.o: \ docRtfTagHash.c \ ../appUtil/appUtilConfig.h \ ../appUtil/utilJenkinsHash.h \ docRtfTagHash.h docRtfTextConverter.o: \ docRtfTextConverter.c \ docRtfConfig.h \ ../textEncoding/textOfficeCharset.h \ ../appUtil/utilIndexMapping.h \ ../appUtil/utilIndexSet.h \ docRtfTextConverter.h \ ../include/appDebugon.h \ ../include/appDebug.h docRtfTextProperties.o: \ docRtfTextProperties.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfReaderImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBase/docNoteProperties.h \ ../appUtil/sioGeneral.h \ ../docBase/docTabStop.h \ ../docBase/docTabStopList.h \ ../docBase/docTabStop.h \ ../docBase/docListOverride.h \ ../docBase/docListOverrideLevel.h \ ../docBase/docListLevel.h \ ../docBase/docListDepth.h \ ../docBase/docDocumentList.h \ ../docBase/docBorderProperties.h \ docRtfTextConverter.h \ docRtfControlWord.h \ docRtfFlags.h docRtfWriteColorTable.o: \ docRtfWriteColorTable.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h docRtfWriteListTable.o: \ docRtfWriteListTable.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ ../docBase/docListLevel.h \ ../docBase/docDocumentList.h \ ../docBase/docListDepth.h \ ../docBase/docListLevel.h docRtfWriteMail.o: \ docRtfWriteMail.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../appUtil/sioGeneral.h \ ../appUtil/sioBase64.h \ ../appUtil/sioGeneral.h \ docRtfReadWrite.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ docPlainReadWrite.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h docRtfWriteNode.o: \ docRtfWriteNode.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../docBase/docTreeType.h \ ../docBuf/docTreeScanner.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../docBuf/docTreeNode.h \ ../docBuf/docParaNode.h \ ../docBase/docParaProperties.h \ ../docBuf/docCellNode.h \ ../docBuf/docRowNode.h \ ../docBase/docRowProperties.h \ ../docBuf/docSectNode.h \ ../docBase/docSectProperties.h \ ../docBuf/docNodeTree.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfTags.h \ docRtfFlags.h docRtfWritePictureTags.o: \ docRtfWritePictureTags.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../docBase/docObjectProperties.h \ ../appUtil/geoUnits.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h docRtfWriteText.o: \ docRtfWriteText.c \ docRtfConfig.h \ ../include/appDebugon.h \ ../include/appDebug.h \ ../docFont/utilMatchFont.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../appUtil/geo2DInteger.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../appUtil/utilMemoryBuffer.h \ ../textEncoding/textOfficeCharset.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../utilPs/textAttribute.h \ ../appUtil/utilPropMask.h \ ../textEncoding/uniUtf8.h \ ../textEncoding/textConverter.h \ ../textEncoding/textConverterImpl.h \ ../textEncoding/textConverter.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfFlags.h \ docRtfTextConverter.h docRtfWriterImpl.o: \ docRtfWriterImpl.c \ docRtfConfig.h \ ../textEncoding/textConverter.h \ ../textEncoding/textConverterImpl.h \ ../textEncoding/textConverter.h \ ../include/appDebugon.h \ ../include/appDebug.h \ docRtfWriterImpl.h \ ../docBuf/docBuf.h \ ../bitmap/bitmap.h \ ../appUtil/utilColor.h \ ../appUtil/utilPalette.h \ ../appUtil/utilColor.h \ ../appUtil/utilMemoryBuffer.h \ ../appUtil/geo2DInteger.h \ ../utilPs/psPostScriptFontList.h \ ../utilPs/psFontFamily.h \ ../utilPs/psFontInfo.h \ ../appUtil/utilIndexSet.h \ ../appUtil/utilIndexMapping.h \ ../docBase/docFramePropertiesAdmin.h \ ../docBase/docFrameProperties.h \ ../docBase/docPropVal.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilNumberedPropertiesAdmin.h \ ../appUtil/utilIntegerValueNode.h \ ../appUtil/utilPagedList.h \ ../appUtil/utilIndexSet.h \ ../docBase/docStyleSheet.h \ ../docBase/docStyle.h \ ../appUtil/utilPropMask.h \ ../docBase/docSectProperties.h \ ../appUtil/utilDocumentGeometry.h \ ../appUtil/utilPropMask.h \ ../appUtil/geo2DInteger.h \ ../docBase/docNotesProperties.h \ ../docBase/docRowProperties.h \ ../docBase/docCellProperties.h \ ../docBase/docItemShading.h \ ../docBase/docDocumentAttributeMap.h \ ../docBase/docParaProperties.h \ ../docBase/docParaNumber.h \ ../utilPs/textAttribute.h \ ../docBase/docDocumentProperties.h \ ../docFont/utilDocFontList.h \ ../docFont/utilDocFont.h \ ../utilPs/psFontInfo.h \ ../textEncoding/textOfficeCharset.h \ ../docBase/docListAdmin.h \ ../docBase/docListTable.h \ ../docBase/docListOverrideTable.h \ ../docBase/docDocumentFieldList.h \ ../appUtil/utilPagedList.h \ ../docBuf/docDrawingShapeList.h \ ../docBase/docInsertedObjectList.h \ ../docBase/docObject.h \ ../docBase/docLayoutPosition.h \ ../docBase/docPictureProperties.h \ ../docBuf/docSelect.h \ ../docBase/docLayoutPosition.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditPosition.h \ ../docBase/docEditRange.h \ ../docBase/docEditPosition.h \ ../docBuf/docTableRectangle.h \ ../docBuf/docDocumentTree.h \ ../docBase/docDocumentField.h \ ../docBase/docFieldInstructions.h \ ../docBase/docSelectionScope.h \ ../docBase/docEditRange.h \ ../docBase/docListNumberTree.h \ ../docBase/docListTable.h \ ../appUtil/sioGeneral.h \ docRtfWriter.h \ docRtfTextConverter.h