diff --git a/layout/base/nsCSSFrameConstructor.cpp b/layout/base/nsCSSFrameConstructor.cpp
index 3c623af0dde..2941fdfe485 100644
--- a/layout/base/nsCSSFrameConstructor.cpp
+++ b/layout/base/nsCSSFrameConstructor.cpp
@@ -6850,11 +6850,11 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresShell* aPresShell,
isFixedPositioned = PR_TRUE;
}
- if (aTag == nsMathMLAtoms::mi_)
- rv = NS_NewMathMLmiFrame(aPresShell, &newFrame);
- else if (aTag == nsMathMLAtoms::mtext_ ||
- aTag == nsMathMLAtoms::mn_)
- rv = NS_NewMathMLmtextFrame(aPresShell, &newFrame);
+ if (aTag == nsMathMLAtoms::mi_ ||
+ aTag == nsMathMLAtoms::mn_ ||
+ aTag == nsMathMLAtoms::ms_ ||
+ aTag == nsMathMLAtoms::mtext_)
+ rv = NS_NewMathMLTokenFrame(aPresShell, &newFrame);
else if (aTag == nsMathMLAtoms::mo_)
rv = NS_NewMathMLmoFrame(aPresShell, &newFrame);
else if (aTag == nsMathMLAtoms::mfrac_)
@@ -6877,8 +6877,6 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresShell* aPresShell,
rv = NS_NewMathMLmpaddedFrame(aPresShell, &newFrame);
else if (aTag == nsMathMLAtoms::mspace_)
rv = NS_NewMathMLmspaceFrame(aPresShell, &newFrame);
- else if (aTag == nsMathMLAtoms::ms_)
- rv = NS_NewMathMLmsFrame(aPresShell, &newFrame);
else if (aTag == nsMathMLAtoms::mfenced_)
rv = NS_NewMathMLmfencedFrame(aPresShell, &newFrame);
else if (aTag == nsMathMLAtoms::mmultiscripts_)
diff --git a/layout/html/style/src/nsCSSFrameConstructor.cpp b/layout/html/style/src/nsCSSFrameConstructor.cpp
index 3c623af0dde..2941fdfe485 100644
--- a/layout/html/style/src/nsCSSFrameConstructor.cpp
+++ b/layout/html/style/src/nsCSSFrameConstructor.cpp
@@ -6850,11 +6850,11 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresShell* aPresShell,
isFixedPositioned = PR_TRUE;
}
- if (aTag == nsMathMLAtoms::mi_)
- rv = NS_NewMathMLmiFrame(aPresShell, &newFrame);
- else if (aTag == nsMathMLAtoms::mtext_ ||
- aTag == nsMathMLAtoms::mn_)
- rv = NS_NewMathMLmtextFrame(aPresShell, &newFrame);
+ if (aTag == nsMathMLAtoms::mi_ ||
+ aTag == nsMathMLAtoms::mn_ ||
+ aTag == nsMathMLAtoms::ms_ ||
+ aTag == nsMathMLAtoms::mtext_)
+ rv = NS_NewMathMLTokenFrame(aPresShell, &newFrame);
else if (aTag == nsMathMLAtoms::mo_)
rv = NS_NewMathMLmoFrame(aPresShell, &newFrame);
else if (aTag == nsMathMLAtoms::mfrac_)
@@ -6877,8 +6877,6 @@ nsCSSFrameConstructor::ConstructMathMLFrame(nsIPresShell* aPresShell,
rv = NS_NewMathMLmpaddedFrame(aPresShell, &newFrame);
else if (aTag == nsMathMLAtoms::mspace_)
rv = NS_NewMathMLmspaceFrame(aPresShell, &newFrame);
- else if (aTag == nsMathMLAtoms::ms_)
- rv = NS_NewMathMLmsFrame(aPresShell, &newFrame);
else if (aTag == nsMathMLAtoms::mfenced_)
rv = NS_NewMathMLmfencedFrame(aPresShell, &newFrame);
else if (aTag == nsMathMLAtoms::mmultiscripts_)
diff --git a/layout/macbuild/layoutmathml.xml b/layout/macbuild/layoutmathml.xml
index 4d10fc73788..e69de29bb2d 100644
--- a/layout/macbuild/layoutmathml.xml
+++ b/layout/macbuild/layoutmathml.xml
@@ -1,4280 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-]>
-
-
-
-
- layoutmathmlDebug.o
-
-
-
- UserSourceTrees
-
-
- AlwaysSearchUserPathsfalse
- InterpretDOSAndUnixPathsfalse
- RequireFrameworkStyleIncludesfalse
- UserSearchPaths
-
- SearchPath
- Path::
- PathFormatMacOS
- PathRootProject
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SearchPath
- Path:::dist:
- PathFormatMacOS
- PathRootProject
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SystemSearchPaths
-
- SearchPath
- Path:MacOS Support:
- PathFormatMacOS
- PathRootCodeWarrior
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SearchPath
- Path:MSL:
- PathFormatMacOS
- PathRootCodeWarrior
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
-
-
- MWRuntimeSettings_WorkingDirectory
- MWRuntimeSettings_CommandLine
- MWRuntimeSettings_HostApplication
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- MWRuntimeSettings_EnvVars
-
-
- LinkerMacOS PPC Linker
- PreLinker
- PostLinker
- TargetnamelayoutmathmlDebug.o
- OutputDirectory
- Path:
- PathFormatMacOS
- PathRootProject
-
- SaveEntriesUsingRelativePathsfalse
-
-
- FileMappings
-
- FileTypeAPPL
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeAppl
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeMMLB
- FileExtension
- CompilerLib Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeMPLF
- FileExtension
- CompilerLib Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeMWCD
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeRSRC
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.bh
- CompilerBalloon Help
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.c
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.c++
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cc
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cp
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cpp
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.exp
- Compiler
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.h
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMaketrue
-
-
- FileTypeTEXT
- FileExtension.pch
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompiletrue
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.pch++
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompiletrue
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.r
- CompilerRez
- EditLanguageRez
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.s
- CompilerPPCAsm
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeXCOF
- FileExtension
- CompilerXCOFF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypedocu
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypersrc
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeshlb
- FileExtension
- CompilerPEF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypestub
- FileExtension
- CompilerPEF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileExtension.doc
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFilefalse
- IgnoredByMaketrue
-
-
-
-
- CacheModDatesfalse
- ActivateBrowsertrue
- DumpBrowserInfofalse
- CacheSubprojectstrue
- UseThirdPartyDebuggerfalse
- DebuggerAppPath
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- DebuggerCmdLineArgs
- DebuggerWorkingDir
- Path
- PathFormatGeneric
- PathRootAbsolute
-
-
-
- LogSystemMessagestrue
- AutoTargetDLLsfalse
- StopAtWatchpointstrue
- PauseWhileRunningfalse
- PauseInterval5
- PauseUIFlags0
- AltExePath
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- StopAtTempBPOnLaunchtrue
- CacheSymbolicstrue
- TempBPFunctionNamemain
- TempBPType0
-
-
- Enabledfalse
- ConnectionName
- DownloadPath
- LaunchRemoteAppfalse
- RemoteAppPath
-
-
- OtherExecutables
-
-
- CustomColor1
- Red0
- Green32767
- Blue0
-
- CustomColor2
- Red0
- Green32767
- Blue0
-
- CustomColor3
- Red0
- Green32767
- Blue0
-
- CustomColor4
- Red0
- Green32767
- Blue0
-
-
-
- MWFrontEnd_C_cplusplus0
- MWFrontEnd_C_checkprotos1
- MWFrontEnd_C_arm0
- MWFrontEnd_C_trigraphs0
- MWFrontEnd_C_onlystdkeywords0
- MWFrontEnd_C_enumsalwaysint0
- MWFrontEnd_C_mpwpointerstyle0
- MWFrontEnd_C_prefixnamelayoutSharedPrefix_debug.h
- MWFrontEnd_C_ansistrict0
- MWFrontEnd_C_mpwcnewline0
- MWFrontEnd_C_wchar_type1
- MWFrontEnd_C_enableexceptions1
- MWFrontEnd_C_dontreusestrings0
- MWFrontEnd_C_poolstrings0
- MWFrontEnd_C_dontinline0
- MWFrontEnd_C_useRTTI0
- MWFrontEnd_C_multibyteaware0
- MWFrontEnd_C_unsignedchars0
- MWFrontEnd_C_autoinline0
- MWFrontEnd_C_booltruefalse0
- MWFrontEnd_C_direct_to_som0
- MWFrontEnd_C_som_env_check0
- MWFrontEnd_C_alwaysinline0
- MWFrontEnd_C_inlinelevel0
- MWFrontEnd_C_ecplusplus0
- MWFrontEnd_C_objective_c0
- MWFrontEnd_C_defer_codegen0
-
-
- MWWarning_C_warn_illpragma1
- MWWarning_C_warn_emptydecl1
- MWWarning_C_warn_possunwant1
- MWWarning_C_warn_unusedvar1
- MWWarning_C_warn_unusedarg1
- MWWarning_C_warn_extracomma1
- MWWarning_C_pedantic1
- MWWarning_C_warningerrors0
- MWWarning_C_warn_hidevirtual1
- MWWarning_C_warn_implicitconv0
- MWWarning_C_warn_notinlined0
- MWWarning_C_warn_structclass0
-
-
- MWFTP_Post_hostName
- MWFTP_Post_username
- MWFTP_Post_password0
- MWFTP_Post_remoteDir
- MWFTP_Post_ftp_PathVersion1
- MWFTP_Post_ftp_PathType0
- MWFTP_Post_ftp_PathFormat0
- MWFTP_Post_ftp_tree
- MWFTP_Post_uploadDir
- MWFTP_Post_ftp_port21
- MWFTP_Post_SendBin1
- MWFTP_Post_ShouldLog1
-
-
- MWCommandLine_Java_clsName
- MWCommandLine_Java_args
-
-
- MWVJavaDebugging_Protocol1
- MWVJavaDebugging_JDKVersion1
- MWVJavaDebugging_TimeOut10
- MWVJavaDebugging_SupportSlowDevicesfalse
-
-
- MWJava_Language_optimizefalse
- MWJava_Language_warnDeprecatedfalse
- MWJava_Language_emitMapfalse
- MWJava_Language_strictFileNamesfalse
- MWJava_Language_strictFileHierarchyfalse
- MWJava_Language_1_1_Compatiblefalse
- MWJava_Language_emitHeaders0
- MWJava_Language_headerTypeJNINativeHeaders
- MWJava_Language_packageFilter
- MWJava_Language_genCommentstrue
- MWJava_Language_genHeadersfalse
-
-
- MWJava_MRJAppBuilder_outFileMRJApplication
- MWJava_MRJAppBuilder_mergefalse
- MWJava_MRJAppBuilder_quitMenutrue
- MWJava_MRJAppBuilder_growfalse
- MWJava_MRJAppBuilder_stdoutTypeConsole
- MWJava_MRJAppBuilder_stderrTypeConsole
- MWJava_MRJAppBuilder_stdinTypeConsole
- MWJava_MRJAppBuilder_appIconPVersion0
- MWJava_MRJAppBuilder_appIconPType0
- MWJava_MRJAppBuilder_appIconPFormat0
- MWJava_MRJAppBuilder_appIconPTree
- MWJava_MRJAppBuilder_appIconFile
- MWJava_MRJAppBuilder_splashScreenPVersion0
- MWJava_MRJAppBuilder_splashScreenPType0
- MWJava_MRJAppBuilder_splashScreenPFormat0
- MWJava_MRJAppBuilder_splashScreenPTree
- MWJava_MRJAppBuilder_splashScreenPICTFile
- MWJava_MRJAppBuilder_aboutName
- MWJava_MRJAppBuilder_stdoutPVersion0
- MWJava_MRJAppBuilder_stdoutPType0
- MWJava_MRJAppBuilder_stdoutPFormat0
- MWJava_MRJAppBuilder_stdoutPTree
- MWJava_MRJAppBuilder_stdoutFile
- MWJava_MRJAppBuilder_stdoutAppendfalse
- MWJava_MRJAppBuilder_stderrPType0
- MWJava_MRJAppBuilder_stderrPFormat0
- MWJava_MRJAppBuilder_stderrPTree
- MWJava_MRJAppBuilder_stderrFile
- MWJava_MRJAppBuilder_stderrAppendfalse
- MWJava_MRJAppBuilder_stdinPType0
- MWJava_MRJAppBuilder_stdinPFormat0
- MWJava_MRJAppBuilder_stdinPTree
- MWJava_MRJAppBuilder_stdinFile
-
-
- MWJava_Output_outputtypeJarFile
- MWJava_Output_outfileJavaClasses.jar
- MWJava_Output_ftype1514754080
- MWJava_Output_fcreator1297570384
- MWJava_Output_compress0
- MWJava_Output_genManifest0
- MWJava_Output_trunctypeFront
- MWJava_Output_deleteClasses0
- MWJava_Output_consoleApp1
-
-
- MWJava_Proj_projtypeApplet
- MWJava_Proj_mainClassName
- MWJava_Proj_HTMLAppCreator1463898714
- MWJava_Proj_HTMLAppName
- MWJava_Proj_PathVersion1
- MWJava_Proj_PathType0
- MWJava_Proj_PathFormat0
- MWJava_Proj_tree
- MWJava_Proj_HTMLAppWin32Name
- MWJava_Proj_compress0
- MWJava_Proj_useVM1
- MWJava_Proj_vmarguments
- MWJava_Proj_vmName
- MWJava_Proj_simPropFile
-
-
- MWJavaDoc_Proj_Version1
- MWJavaDoc_Proj_Depricated1
- MWJavaDoc_Proj_Author1
- MWJavaDoc_Proj_Index1
- MWJavaDoc_Proj_Tree1
- MWJavaDoc_Proj_SunResolveToSame0
- MWJavaDoc_Proj_Shortnames1
- MWJavaDoc_Proj_Folder0
- MWJavaDoc_Proj_GenerateAPILinks0
- MWJavaDoc_Proj_scopePublic
- MWJavaDoc_Proj_fcreator1297303877
- MWJavaDoc_Proj_encodingName
- MWJavaDoc_Proj_decodingName
- MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/
-
-
- MWMerge_MacOS_projectTypeApplication
- MWMerge_MacOS_outputNameMerge Out
- MWMerge_MacOS_outputCreator????
- MWMerge_MacOS_outputTypeAPPL
- MWMerge_MacOS_suppressWarning0
- MWMerge_MacOS_copyFragments1
- MWMerge_MacOS_copyResources1
- MWMerge_MacOS_flattenResource0
- MWMerge_MacOS_flatFileNamea.rsrc
- MWMerge_MacOS_flatFileOutputPath
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMerge_MacOS_skipResources
- DLGX
- ckid
- Proj
- WSPC
-
-
-
- FileLockedfalse
- ResourcesMapIsReadOnlyfalse
- PrinterDriverIsMultiFinderCompatiblefalse
- Invisiblefalse
- HasBundlefalse
- NameLockedfalse
- Stationeryfalse
- HasCustomIconfalse
- Sharedfalse
- HasBeenInitedfalse
- Label0
- Comments
-
-
- MWMacOSPackager_UsePackager0
- MWMacOSPackager_FolderToPackage
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMacOSPackager_CreateClassicAlias0
- MWMacOSPackager_ClassicAliasMethodUseTargetOutput
- MWMacOSPackager_ClassicAliasPath
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMacOSPackager_CreatePkgInfo0
- MWMacOSPackager_PkgCreatorType????
- MWMacOSPackager_PkgFileTypeAPPL
-
-
- MWCodeGen_PPC_structalignmentPPC
- MWCodeGen_PPC_tracebacktablesInline
- MWCodeGen_PPC_processorGeneric
- MWCodeGen_PPC_readonlystrings1
- MWCodeGen_PPC_tocdata1
- MWCodeGen_PPC_profiler0
- MWCodeGen_PPC_fpcontract1
- MWCodeGen_PPC_schedule0
- MWCodeGen_PPC_peephole1
- MWCodeGen_PPC_processorspecific0
- MWCodeGen_PPC_altivec0
- MWCodeGen_PPC_vectortocdata0
- MWCodeGen_PPC_vrsave0
-
-
- MWCodeGen_MachO_structalignmentPPC
- MWCodeGen_MachO_tracebacktablesNone
- MWCodeGen_MachO_processorGeneric
- MWCodeGen_MachO_readonlystrings0
- MWCodeGen_MachO_profiler0
- MWCodeGen_MachO_fpcontract1
- MWCodeGen_MachO_schedule0
- MWCodeGen_MachO_peephole1
- MWCodeGen_MachO_processorspecific0
- MWCodeGen_MachO_altivec0
- MWCodeGen_MachO_vrsave1
- MWCodeGen_MachO_common0
- MWCodeGen_MachO_implicit_templates1
-
-
- MWDisassembler_PPC_showcode1
- MWDisassembler_PPC_extended1
- MWDisassembler_PPC_mix1
- MWDisassembler_PPC_nohex0
- MWDisassembler_PPC_showdata1
- MWDisassembler_PPC_showexceptions1
- MWDisassembler_PPC_showsym0
- MWDisassembler_PPC_shownames1
-
-
- GlobalOptimizer_PPC_optimizationlevelLevel0
- GlobalOptimizer_PPC_optforSpeed
-
-
- MWLinker_PPC_linksym1
- MWLinker_PPC_symfullpath1
- MWLinker_PPC_linkmap0
- MWLinker_PPC_nolinkwarnings0
- MWLinker_PPC_dontdeadstripinitcode0
- MWLinker_PPC_permitmultdefs0
- MWLinker_PPC_linkmodeFast
- MWLinker_PPC_initname
- MWLinker_PPC_mainname
- MWLinker_PPC_termname
-
-
- MWLinker_MachO_exportsNone
- MWLinker_MachO_mainnamestart
- MWLinker_MachO_currentversion0
- MWLinker_MachO_compatibleversion0
- MWLinker_MachO_symfullpath0
- MWLinker_MachO_supresswarnings0
- MWLinker_MachO_multisymerror0
- MWLinker_MachO_prebind1
- MWLinker_MachO_deadstrip1
- MWLinker_MachO_objectivecsemantics0
- MWLinker_MachO_whichfileloaded0
- MWLinker_MachO_whyfileloaded0
- MWLinker_MachO_readonlyrelocsErrors
- MWLinker_MachO_undefinedsymbolsErrors
- MWLinker_MachO_twolevelnamespace1
- MWLinker_MachO_stripdebugsymbols0
-
-
- MWProject_MachO_typeExecutable
- MWProject_MachO_outfilea.exe
- MWProject_MachO_filecreator????
- MWProject_MachO_filetypeMEXE
- MWProject_MachO_stacksize64
- MWProject_MachO_stackaddress0
- MWProject_MachO_flatrsrc1
- MWProject_MachO_flatrsrcfilenamea.rsrc
- MWProject_MachO_flatrsrcoutputdir
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWProject_MachO_installpath./
-
-
- MWPEF_exportsPragma
- MWPEF_libfolder0
- MWPEF_sortcodeNone
- MWPEF_expandbss0
- MWPEF_sharedata0
- MWPEF_olddefversion0
- MWPEF_oldimpversion0
- MWPEF_currentversion0
- MWPEF_fragmentnameMATHML_O
- MWPEF_collapsereloads0
-
-
- MWProject_PPC_typeLibrary
- MWProject_PPC_outfilelayoutmathmlDebug.o
- MWProject_PPC_filecreator????
- MWProject_PPC_filetype????
- MWProject_PPC_size0
- MWProject_PPC_minsize0
- MWProject_PPC_stacksize0
- MWProject_PPC_flags0
- MWProject_PPC_symfilename
- MWProject_PPC_rsrcname
- MWProject_PPC_rsrcheaderNative
- MWProject_PPC_rsrctype????
- MWProject_PPC_rsrcid0
- MWProject_PPC_rsrcflags0
- MWProject_PPC_rsrcstore0
- MWProject_PPC_rsrcmerge0
- MWProject_PPC_flatrsrc0
- MWProject_PPC_flatrsrcoutputdir
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWProject_PPC_flatrsrcfilename
-
-
- MWAssembler_PPC_auxheader0
- MWAssembler_PPC_symmodeMac
- MWAssembler_PPC_dialectPPC
- MWAssembler_PPC_prefixfile
- MWAssembler_PPC_typecheck0
- MWAssembler_PPC_warnings0
- MWAssembler_PPC_casesensitive0
-
-
- MWRez_Language_maxwidth80
- MWRez_Language_scriptRoman
- MWRez_Language_alignmentAlign1
- MWRez_Language_filtermodeFilterSkip
- MWRez_Language_suppresswarnings0
- MWRez_Language_escapecontrolchars1
- MWRez_Language_prefixname
- MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT'
-
-
- MWWinRC_prefixname
-
-
- MWCodeGen_X86_processorGeneric
- MWCodeGen_X86_alignmentbytes8
- MWCodeGen_X86_exceptionsZeroOverhead
- MWCodeGen_X86_extinst_mmx0
- MWCodeGen_X86_extinst_3dnow0
- MWCodeGen_X86_use_mmx_3dnow_convention0
- MWCodeGen_X86_machinecodelisting0
- MWCodeGen_X86_intrinsics0
- MWCodeGen_X86_syminfo0
- MWCodeGen_X86_codeviewinfo1
- MWCodeGen_X86_extinst_cmov_fcomi0
- MWCodeGen_X86_extinst_sse0
-
-
- PDisasmX86_showHeaderstrue
- PDisasmX86_showSymTabtrue
- PDisasmX86_showCodetrue
- PDisasmX86_showSourcefalse
- PDisasmX86_showHextrue
- PDisasmX86_showRelocationtrue
- PDisasmX86_showCommentsfalse
- PDisasmX86_showDebugfalse
- PDisasmX86_showExceptionsfalse
- PDisasmX86_showDatatrue
- PDisasmX86_showRawfalse
- PDisasmX86_verbosefalse
-
-
- MWDebugger_X86_Exceptions
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
-
-
-
- GlobalOptimizer_X86_optimizationlevelLevel0
- GlobalOptimizer_X86_optforSpeed
-
-
- MWLinker_X86_entrypointusageDefault
- MWLinker_X86_entrypoint
- MWLinker_X86_subsystemWinGUI
- MWLinker_X86_subsysmajorid4
- MWLinker_X86_subsysminorid0
- MWLinker_X86_usrmajorid0
- MWLinker_X86_usrminorid0
- MWLinker_X86_commandfile
- MWLinker_X86_generatemap0
- MWLinker_X86_linksym0
- MWLinker_X86_linkCV1
-
-
- MWProject_X86_typeApplication
- MWProject_X86_outfilenoname.exe
- MWProject_X86_baseaddress4194304
- MWProject_X86_maxstacksize1024
- MWProject_X86_minstacksize4
- MWProject_X86_size1024
- MWProject_X86_minsize4
- MWProject_X86_importlib
- xpidl Settings
- 0001000101000000000000000000000000000000000000000000000000000000
- 0000000000000000
-
-
-
-
- Name
- nsMathMLChar.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLContainerFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmactionFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmfencedFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmfracFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmiFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmmultiscriptsFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmoFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmoverFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmpaddedFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmphantomFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmrootFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmrowFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmsFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmspaceFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmsqrtFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmstyleFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmsubFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmsubsupFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmsupFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmtableFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmtextFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmunderFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmunderoverFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLAtoms.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLOperators.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLForeignFrameWrapper.cpp
- MacOS
- Text
- Debug
-
-
-
-
- Name
- nsMathMLChar.cpp
- MacOS
-
-
- Name
- nsMathMLContainerFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmactionFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmfencedFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmfracFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmiFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmmultiscriptsFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmoFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmoverFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmpaddedFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmphantomFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmrootFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmrowFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmsFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmspaceFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmsqrtFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmstyleFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmsubFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmsubsupFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmsupFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmtableFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmtextFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmunderFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmunderoverFrame.cpp
- MacOS
-
-
- Name
- nsMathMLAtoms.cpp
- MacOS
-
-
- Name
- nsMathMLOperators.cpp
- MacOS
-
-
- Name
- nsMathMLFrame.cpp
- MacOS
-
-
- Name
- nsMathMLForeignFrameWrapper.cpp
- MacOS
-
-
-
-
- layoutmathml.o
-
-
-
- UserSourceTrees
-
-
- AlwaysSearchUserPathsfalse
- InterpretDOSAndUnixPathsfalse
- RequireFrameworkStyleIncludesfalse
- UserSearchPaths
-
- SearchPath
- Path::
- PathFormatMacOS
- PathRootProject
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SearchPath
- Path:::dist:
- PathFormatMacOS
- PathRootProject
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SystemSearchPaths
-
- SearchPath
- Path:MacOS Support:
- PathFormatMacOS
- PathRootCodeWarrior
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SearchPath
- Path:MSL:
- PathFormatMacOS
- PathRootCodeWarrior
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
-
-
- MWRuntimeSettings_WorkingDirectory
- MWRuntimeSettings_CommandLine
- MWRuntimeSettings_HostApplication
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- MWRuntimeSettings_EnvVars
-
-
- LinkerMacOS PPC Linker
- PreLinker
- PostLinker
- Targetnamelayoutmathml.o
- OutputDirectory
- Path:
- PathFormatMacOS
- PathRootProject
-
- SaveEntriesUsingRelativePathsfalse
-
-
- FileMappings
-
- FileTypeAPPL
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeAppl
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeMMLB
- FileExtension
- CompilerLib Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeMPLF
- FileExtension
- CompilerLib Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeMWCD
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeRSRC
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.bh
- CompilerBalloon Help
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.c
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.c++
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cc
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cp
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cpp
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.exp
- Compiler
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.h
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMaketrue
-
-
- FileTypeTEXT
- FileExtension.pch
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompiletrue
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.pch++
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompiletrue
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.r
- CompilerRez
- EditLanguageRez
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.s
- CompilerPPCAsm
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeXCOF
- FileExtension
- CompilerXCOFF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypedocu
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypersrc
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeshlb
- FileExtension
- CompilerPEF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypestub
- FileExtension
- CompilerPEF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileExtension.doc
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFilefalse
- IgnoredByMaketrue
-
-
-
-
- CacheModDatesfalse
- ActivateBrowsertrue
- DumpBrowserInfofalse
- CacheSubprojectstrue
- UseThirdPartyDebuggerfalse
- DebuggerAppPath
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- DebuggerCmdLineArgs
- DebuggerWorkingDir
- Path
- PathFormatGeneric
- PathRootAbsolute
-
-
-
- LogSystemMessagestrue
- AutoTargetDLLsfalse
- StopAtWatchpointstrue
- PauseWhileRunningfalse
- PauseInterval5
- PauseUIFlags0
- AltExePath
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- StopAtTempBPOnLaunchtrue
- CacheSymbolicstrue
- TempBPFunctionNamemain
- TempBPType0
-
-
- Enabledfalse
- ConnectionName
- DownloadPath
- LaunchRemoteAppfalse
- RemoteAppPath
-
-
- OtherExecutables
-
-
- CustomColor1
- Red0
- Green32767
- Blue0
-
- CustomColor2
- Red0
- Green32767
- Blue0
-
- CustomColor3
- Red0
- Green32767
- Blue0
-
- CustomColor4
- Red0
- Green32767
- Blue0
-
-
-
- MWFrontEnd_C_cplusplus0
- MWFrontEnd_C_checkprotos1
- MWFrontEnd_C_arm0
- MWFrontEnd_C_trigraphs0
- MWFrontEnd_C_onlystdkeywords0
- MWFrontEnd_C_enumsalwaysint0
- MWFrontEnd_C_mpwpointerstyle0
- MWFrontEnd_C_prefixnamelayoutSharedPrefix.h
- MWFrontEnd_C_ansistrict0
- MWFrontEnd_C_mpwcnewline0
- MWFrontEnd_C_wchar_type1
- MWFrontEnd_C_enableexceptions1
- MWFrontEnd_C_dontreusestrings0
- MWFrontEnd_C_poolstrings0
- MWFrontEnd_C_dontinline0
- MWFrontEnd_C_useRTTI0
- MWFrontEnd_C_multibyteaware0
- MWFrontEnd_C_unsignedchars0
- MWFrontEnd_C_autoinline0
- MWFrontEnd_C_booltruefalse0
- MWFrontEnd_C_direct_to_som0
- MWFrontEnd_C_som_env_check0
- MWFrontEnd_C_alwaysinline0
- MWFrontEnd_C_inlinelevel0
- MWFrontEnd_C_ecplusplus0
- MWFrontEnd_C_objective_c0
- MWFrontEnd_C_defer_codegen0
-
-
- MWWarning_C_warn_illpragma1
- MWWarning_C_warn_emptydecl1
- MWWarning_C_warn_possunwant1
- MWWarning_C_warn_unusedvar1
- MWWarning_C_warn_unusedarg1
- MWWarning_C_warn_extracomma1
- MWWarning_C_pedantic1
- MWWarning_C_warningerrors0
- MWWarning_C_warn_hidevirtual1
- MWWarning_C_warn_implicitconv0
- MWWarning_C_warn_notinlined0
- MWWarning_C_warn_structclass0
-
-
- MWFTP_Post_hostName
- MWFTP_Post_username
- MWFTP_Post_password0
- MWFTP_Post_remoteDir
- MWFTP_Post_ftp_PathVersion1
- MWFTP_Post_ftp_PathType0
- MWFTP_Post_ftp_PathFormat0
- MWFTP_Post_ftp_tree
- MWFTP_Post_uploadDir
- MWFTP_Post_ftp_port21
- MWFTP_Post_SendBin1
- MWFTP_Post_ShouldLog1
-
-
- MWCommandLine_Java_clsName
- MWCommandLine_Java_args
-
-
- MWVJavaDebugging_Protocol1
- MWVJavaDebugging_JDKVersion1
- MWVJavaDebugging_TimeOut10
- MWVJavaDebugging_SupportSlowDevicesfalse
-
-
- MWJava_Language_optimizefalse
- MWJava_Language_warnDeprecatedfalse
- MWJava_Language_emitMapfalse
- MWJava_Language_strictFileNamesfalse
- MWJava_Language_strictFileHierarchyfalse
- MWJava_Language_1_1_Compatiblefalse
- MWJava_Language_emitHeaders0
- MWJava_Language_headerTypeJNINativeHeaders
- MWJava_Language_packageFilter
- MWJava_Language_genCommentstrue
- MWJava_Language_genHeadersfalse
-
-
- MWJava_MRJAppBuilder_outFileMRJApplication
- MWJava_MRJAppBuilder_mergefalse
- MWJava_MRJAppBuilder_quitMenutrue
- MWJava_MRJAppBuilder_growfalse
- MWJava_MRJAppBuilder_stdoutTypeConsole
- MWJava_MRJAppBuilder_stderrTypeConsole
- MWJava_MRJAppBuilder_stdinTypeConsole
- MWJava_MRJAppBuilder_appIconPVersion0
- MWJava_MRJAppBuilder_appIconPType0
- MWJava_MRJAppBuilder_appIconPFormat0
- MWJava_MRJAppBuilder_appIconPTree
- MWJava_MRJAppBuilder_appIconFile
- MWJava_MRJAppBuilder_splashScreenPVersion0
- MWJava_MRJAppBuilder_splashScreenPType0
- MWJava_MRJAppBuilder_splashScreenPFormat0
- MWJava_MRJAppBuilder_splashScreenPTree
- MWJava_MRJAppBuilder_splashScreenPICTFile
- MWJava_MRJAppBuilder_aboutName
- MWJava_MRJAppBuilder_stdoutPVersion0
- MWJava_MRJAppBuilder_stdoutPType0
- MWJava_MRJAppBuilder_stdoutPFormat0
- MWJava_MRJAppBuilder_stdoutPTree
- MWJava_MRJAppBuilder_stdoutFile
- MWJava_MRJAppBuilder_stdoutAppendfalse
- MWJava_MRJAppBuilder_stderrPType0
- MWJava_MRJAppBuilder_stderrPFormat0
- MWJava_MRJAppBuilder_stderrPTree
- MWJava_MRJAppBuilder_stderrFile
- MWJava_MRJAppBuilder_stderrAppendfalse
- MWJava_MRJAppBuilder_stdinPType0
- MWJava_MRJAppBuilder_stdinPFormat0
- MWJava_MRJAppBuilder_stdinPTree
- MWJava_MRJAppBuilder_stdinFile
-
-
- MWJava_Output_outputtypeJarFile
- MWJava_Output_outfileJavaClasses.jar
- MWJava_Output_ftype1514754080
- MWJava_Output_fcreator1297570384
- MWJava_Output_compress0
- MWJava_Output_genManifest0
- MWJava_Output_trunctypeFront
- MWJava_Output_deleteClasses0
- MWJava_Output_consoleApp1
-
-
- MWJava_Proj_projtypeApplet
- MWJava_Proj_mainClassName
- MWJava_Proj_HTMLAppCreator1463898714
- MWJava_Proj_HTMLAppName
- MWJava_Proj_PathVersion1
- MWJava_Proj_PathType0
- MWJava_Proj_PathFormat0
- MWJava_Proj_tree
- MWJava_Proj_HTMLAppWin32Name
- MWJava_Proj_compress0
- MWJava_Proj_useVM1
- MWJava_Proj_vmarguments
- MWJava_Proj_vmName
- MWJava_Proj_simPropFile
-
-
- MWJavaDoc_Proj_Version1
- MWJavaDoc_Proj_Depricated1
- MWJavaDoc_Proj_Author1
- MWJavaDoc_Proj_Index1
- MWJavaDoc_Proj_Tree1
- MWJavaDoc_Proj_SunResolveToSame0
- MWJavaDoc_Proj_Shortnames1
- MWJavaDoc_Proj_Folder0
- MWJavaDoc_Proj_GenerateAPILinks0
- MWJavaDoc_Proj_scopePublic
- MWJavaDoc_Proj_fcreator1297303877
- MWJavaDoc_Proj_encodingName
- MWJavaDoc_Proj_decodingName
- MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/
-
-
- MWMerge_MacOS_projectTypeApplication
- MWMerge_MacOS_outputNameMerge Out
- MWMerge_MacOS_outputCreator????
- MWMerge_MacOS_outputTypeAPPL
- MWMerge_MacOS_suppressWarning0
- MWMerge_MacOS_copyFragments1
- MWMerge_MacOS_copyResources1
- MWMerge_MacOS_flattenResource0
- MWMerge_MacOS_flatFileNamea.rsrc
- MWMerge_MacOS_flatFileOutputPath
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMerge_MacOS_skipResources
- DLGX
- ckid
- Proj
- WSPC
-
-
-
- FileLockedfalse
- ResourcesMapIsReadOnlyfalse
- PrinterDriverIsMultiFinderCompatiblefalse
- Invisiblefalse
- HasBundlefalse
- NameLockedfalse
- Stationeryfalse
- HasCustomIconfalse
- Sharedfalse
- HasBeenInitedfalse
- Label0
- Comments
-
-
- MWMacOSPackager_UsePackager0
- MWMacOSPackager_FolderToPackage
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMacOSPackager_CreateClassicAlias0
- MWMacOSPackager_ClassicAliasMethodUseTargetOutput
- MWMacOSPackager_ClassicAliasPath
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMacOSPackager_CreatePkgInfo0
- MWMacOSPackager_PkgCreatorType????
- MWMacOSPackager_PkgFileTypeAPPL
-
-
- MWCodeGen_PPC_structalignmentPPC
- MWCodeGen_PPC_tracebacktablesNone
- MWCodeGen_PPC_processorGeneric
- MWCodeGen_PPC_readonlystrings1
- MWCodeGen_PPC_tocdata1
- MWCodeGen_PPC_profiler0
- MWCodeGen_PPC_fpcontract1
- MWCodeGen_PPC_schedule0
- MWCodeGen_PPC_peephole1
- MWCodeGen_PPC_processorspecific0
- MWCodeGen_PPC_altivec0
- MWCodeGen_PPC_vectortocdata0
- MWCodeGen_PPC_vrsave0
-
-
- MWCodeGen_MachO_structalignmentPPC
- MWCodeGen_MachO_tracebacktablesNone
- MWCodeGen_MachO_processorGeneric
- MWCodeGen_MachO_readonlystrings0
- MWCodeGen_MachO_profiler0
- MWCodeGen_MachO_fpcontract1
- MWCodeGen_MachO_schedule0
- MWCodeGen_MachO_peephole1
- MWCodeGen_MachO_processorspecific0
- MWCodeGen_MachO_altivec0
- MWCodeGen_MachO_vrsave1
- MWCodeGen_MachO_common0
- MWCodeGen_MachO_implicit_templates1
-
-
- MWDisassembler_PPC_showcode1
- MWDisassembler_PPC_extended1
- MWDisassembler_PPC_mix0
- MWDisassembler_PPC_nohex0
- MWDisassembler_PPC_showdata1
- MWDisassembler_PPC_showexceptions1
- MWDisassembler_PPC_showsym0
- MWDisassembler_PPC_shownames1
-
-
- GlobalOptimizer_PPC_optimizationlevelLevel0
- GlobalOptimizer_PPC_optforSpeed
-
-
- MWLinker_PPC_linksym1
- MWLinker_PPC_symfullpath1
- MWLinker_PPC_linkmap0
- MWLinker_PPC_nolinkwarnings0
- MWLinker_PPC_dontdeadstripinitcode0
- MWLinker_PPC_permitmultdefs0
- MWLinker_PPC_linkmodeFast
- MWLinker_PPC_initname
- MWLinker_PPC_mainname
- MWLinker_PPC_termname
-
-
- MWLinker_MachO_exportsNone
- MWLinker_MachO_mainnamestart
- MWLinker_MachO_currentversion0
- MWLinker_MachO_compatibleversion0
- MWLinker_MachO_symfullpath0
- MWLinker_MachO_supresswarnings0
- MWLinker_MachO_multisymerror0
- MWLinker_MachO_prebind1
- MWLinker_MachO_deadstrip1
- MWLinker_MachO_objectivecsemantics0
- MWLinker_MachO_whichfileloaded0
- MWLinker_MachO_whyfileloaded0
- MWLinker_MachO_readonlyrelocsErrors
- MWLinker_MachO_undefinedsymbolsErrors
- MWLinker_MachO_twolevelnamespace1
- MWLinker_MachO_stripdebugsymbols0
-
-
- MWProject_MachO_typeExecutable
- MWProject_MachO_outfilea.exe
- MWProject_MachO_filecreator????
- MWProject_MachO_filetypeMEXE
- MWProject_MachO_stacksize64
- MWProject_MachO_stackaddress0
- MWProject_MachO_flatrsrc1
- MWProject_MachO_flatrsrcfilenamea.rsrc
- MWProject_MachO_flatrsrcoutputdir
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWProject_MachO_installpath./
-
-
- MWPEF_exportsPragma
- MWPEF_libfolder0
- MWPEF_sortcodeNone
- MWPEF_expandbss0
- MWPEF_sharedata0
- MWPEF_olddefversion0
- MWPEF_oldimpversion0
- MWPEF_currentversion0
- MWPEF_fragmentnameMATHML_O
- MWPEF_collapsereloads0
-
-
- MWProject_PPC_typeLibrary
- MWProject_PPC_outfilelayoutmathml.o
- MWProject_PPC_filecreator????
- MWProject_PPC_filetype????
- MWProject_PPC_size0
- MWProject_PPC_minsize0
- MWProject_PPC_stacksize0
- MWProject_PPC_flags0
- MWProject_PPC_symfilename
- MWProject_PPC_rsrcname
- MWProject_PPC_rsrcheaderNative
- MWProject_PPC_rsrctype????
- MWProject_PPC_rsrcid0
- MWProject_PPC_rsrcflags0
- MWProject_PPC_rsrcstore0
- MWProject_PPC_rsrcmerge0
- MWProject_PPC_flatrsrc0
- MWProject_PPC_flatrsrcoutputdir
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWProject_PPC_flatrsrcfilename
-
-
- MWAssembler_PPC_auxheader0
- MWAssembler_PPC_symmodeMac
- MWAssembler_PPC_dialectPPC
- MWAssembler_PPC_prefixfile
- MWAssembler_PPC_typecheck0
- MWAssembler_PPC_warnings0
- MWAssembler_PPC_casesensitive0
-
-
- MWRez_Language_maxwidth80
- MWRez_Language_scriptRoman
- MWRez_Language_alignmentAlign1
- MWRez_Language_filtermodeFilterSkip
- MWRez_Language_suppresswarnings0
- MWRez_Language_escapecontrolchars1
- MWRez_Language_prefixname
- MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT'
-
-
- MWWinRC_prefixname
-
-
- MWCodeGen_X86_processorGeneric
- MWCodeGen_X86_alignmentbytes8
- MWCodeGen_X86_exceptionsZeroOverhead
- MWCodeGen_X86_extinst_mmx0
- MWCodeGen_X86_extinst_3dnow0
- MWCodeGen_X86_use_mmx_3dnow_convention0
- MWCodeGen_X86_machinecodelisting0
- MWCodeGen_X86_intrinsics0
- MWCodeGen_X86_syminfo0
- MWCodeGen_X86_codeviewinfo1
- MWCodeGen_X86_extinst_cmov_fcomi0
- MWCodeGen_X86_extinst_sse0
-
-
- PDisasmX86_showHeaderstrue
- PDisasmX86_showSymTabtrue
- PDisasmX86_showCodetrue
- PDisasmX86_showSourcefalse
- PDisasmX86_showHextrue
- PDisasmX86_showRelocationtrue
- PDisasmX86_showCommentsfalse
- PDisasmX86_showDebugfalse
- PDisasmX86_showExceptionsfalse
- PDisasmX86_showDatatrue
- PDisasmX86_showRawfalse
- PDisasmX86_verbosefalse
-
-
- MWDebugger_X86_Exceptions
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
-
-
-
- GlobalOptimizer_X86_optimizationlevelLevel0
- GlobalOptimizer_X86_optforSpeed
-
-
- MWLinker_X86_entrypointusageDefault
- MWLinker_X86_entrypoint
- MWLinker_X86_subsystemWinGUI
- MWLinker_X86_subsysmajorid4
- MWLinker_X86_subsysminorid0
- MWLinker_X86_usrmajorid0
- MWLinker_X86_usrminorid0
- MWLinker_X86_commandfile
- MWLinker_X86_generatemap0
- MWLinker_X86_linksym0
- MWLinker_X86_linkCV1
-
-
- MWProject_X86_typeApplication
- MWProject_X86_outfilenoname.exe
- MWProject_X86_baseaddress4194304
- MWProject_X86_maxstacksize1024
- MWProject_X86_minstacksize4
- MWProject_X86_size1024
- MWProject_X86_minsize4
- MWProject_X86_importlib
- xpidl Settings
- 0001000101000000000000000000000000000000000000000000000000000000
- 0000000000000000
-
-
-
-
- Name
- nsMathMLChar.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLContainerFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmactionFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmfencedFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmfracFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmiFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmmultiscriptsFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmoFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmoverFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmpaddedFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmphantomFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmrootFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmrowFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmsFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmspaceFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmsqrtFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmstyleFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmsubFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmsubsupFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmsupFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmtableFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmtextFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmunderFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLmunderoverFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLAtoms.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLOperators.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLFrame.cpp
- MacOS
- Text
-
-
-
- Name
- nsMathMLForeignFrameWrapper.cpp
- MacOS
- Text
- Debug
-
-
-
-
- Name
- nsMathMLChar.cpp
- MacOS
-
-
- Name
- nsMathMLContainerFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmactionFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmfencedFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmfracFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmiFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmmultiscriptsFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmoFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmoverFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmpaddedFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmphantomFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmrootFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmrowFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmsFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmspaceFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmsqrtFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmstyleFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmsubFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmsubsupFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmsupFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmtableFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmtextFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmunderFrame.cpp
- MacOS
-
-
- Name
- nsMathMLmunderoverFrame.cpp
- MacOS
-
-
- Name
- nsMathMLAtoms.cpp
- MacOS
-
-
- Name
- nsMathMLOperators.cpp
- MacOS
-
-
- Name
- nsMathMLFrame.cpp
- MacOS
-
-
- Name
- nsMathMLForeignFrameWrapper.cpp
- MacOS
-
-
-
-
- layoutmathmlDebug.o stub
-
-
-
- UserSourceTrees
-
-
- AlwaysSearchUserPathsfalse
- InterpretDOSAndUnixPathsfalse
- RequireFrameworkStyleIncludesfalse
- UserSearchPaths
-
- SearchPath
- Path::
- PathFormatMacOS
- PathRootProject
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SearchPath
- Path:::dist:
- PathFormatMacOS
- PathRootProject
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SystemSearchPaths
-
- SearchPath
- Path:MacOS Support:
- PathFormatMacOS
- PathRootCodeWarrior
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SearchPath
- Path:MSL:
- PathFormatMacOS
- PathRootCodeWarrior
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
-
-
- MWRuntimeSettings_WorkingDirectory
- MWRuntimeSettings_CommandLine
- MWRuntimeSettings_HostApplication
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- MWRuntimeSettings_EnvVars
-
-
- LinkerMacOS PPC Linker
- PreLinker
- PostLinker
- TargetnamelayoutmathmlDebug.o stub
- OutputDirectory
- Path:
- PathFormatMacOS
- PathRootProject
-
- SaveEntriesUsingRelativePathsfalse
-
-
- FileMappings
-
- FileTypeAPPL
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeAppl
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeMMLB
- FileExtension
- CompilerLib Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeMPLF
- FileExtension
- CompilerLib Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeMWCD
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeRSRC
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.bh
- CompilerBalloon Help
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.c
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.c++
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cc
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cp
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cpp
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.exp
- Compiler
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.h
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMaketrue
-
-
- FileTypeTEXT
- FileExtension.pch
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompiletrue
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.pch++
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompiletrue
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.r
- CompilerRez
- EditLanguageRez
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.s
- CompilerPPCAsm
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeXCOF
- FileExtension
- CompilerXCOFF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypedocu
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypersrc
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeshlb
- FileExtension
- CompilerPEF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypestub
- FileExtension
- CompilerPEF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileExtension.doc
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFilefalse
- IgnoredByMaketrue
-
-
-
-
- CacheModDatesfalse
- ActivateBrowsertrue
- DumpBrowserInfofalse
- CacheSubprojectstrue
- UseThirdPartyDebuggerfalse
- DebuggerAppPath
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- DebuggerCmdLineArgs
- DebuggerWorkingDir
- Path
- PathFormatGeneric
- PathRootAbsolute
-
-
-
- LogSystemMessagestrue
- AutoTargetDLLsfalse
- StopAtWatchpointstrue
- PauseWhileRunningfalse
- PauseInterval5
- PauseUIFlags0
- AltExePath
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- StopAtTempBPOnLaunchtrue
- CacheSymbolicstrue
- TempBPFunctionNamemain
- TempBPType0
-
-
- Enabledfalse
- ConnectionName
- DownloadPath
- LaunchRemoteAppfalse
- RemoteAppPath
-
-
- OtherExecutables
-
-
- CustomColor1
- Red0
- Green32767
- Blue0
-
- CustomColor2
- Red0
- Green32767
- Blue0
-
- CustomColor3
- Red0
- Green32767
- Blue0
-
- CustomColor4
- Red0
- Green32767
- Blue0
-
-
-
- MWFrontEnd_C_cplusplus0
- MWFrontEnd_C_checkprotos1
- MWFrontEnd_C_arm0
- MWFrontEnd_C_trigraphs0
- MWFrontEnd_C_onlystdkeywords0
- MWFrontEnd_C_enumsalwaysint0
- MWFrontEnd_C_mpwpointerstyle0
- MWFrontEnd_C_prefixnamelayoutSharedPrefix_debug.h
- MWFrontEnd_C_ansistrict0
- MWFrontEnd_C_mpwcnewline0
- MWFrontEnd_C_wchar_type1
- MWFrontEnd_C_enableexceptions1
- MWFrontEnd_C_dontreusestrings0
- MWFrontEnd_C_poolstrings0
- MWFrontEnd_C_dontinline0
- MWFrontEnd_C_useRTTI0
- MWFrontEnd_C_multibyteaware0
- MWFrontEnd_C_unsignedchars0
- MWFrontEnd_C_autoinline0
- MWFrontEnd_C_booltruefalse0
- MWFrontEnd_C_direct_to_som0
- MWFrontEnd_C_som_env_check0
- MWFrontEnd_C_alwaysinline0
- MWFrontEnd_C_inlinelevel0
- MWFrontEnd_C_ecplusplus0
- MWFrontEnd_C_objective_c0
- MWFrontEnd_C_defer_codegen0
-
-
- MWWarning_C_warn_illpragma1
- MWWarning_C_warn_emptydecl1
- MWWarning_C_warn_possunwant1
- MWWarning_C_warn_unusedvar1
- MWWarning_C_warn_unusedarg1
- MWWarning_C_warn_extracomma1
- MWWarning_C_pedantic1
- MWWarning_C_warningerrors0
- MWWarning_C_warn_hidevirtual1
- MWWarning_C_warn_implicitconv0
- MWWarning_C_warn_notinlined0
- MWWarning_C_warn_structclass0
-
-
- MWFTP_Post_hostName
- MWFTP_Post_username
- MWFTP_Post_password0
- MWFTP_Post_remoteDir
- MWFTP_Post_ftp_PathVersion1
- MWFTP_Post_ftp_PathType0
- MWFTP_Post_ftp_PathFormat0
- MWFTP_Post_ftp_tree
- MWFTP_Post_uploadDir
- MWFTP_Post_ftp_port21
- MWFTP_Post_SendBin1
- MWFTP_Post_ShouldLog1
-
-
- MWCommandLine_Java_clsName
- MWCommandLine_Java_args
-
-
- MWVJavaDebugging_Protocol1
- MWVJavaDebugging_JDKVersion1
- MWVJavaDebugging_TimeOut10
- MWVJavaDebugging_SupportSlowDevicesfalse
-
-
- MWJava_Language_optimizefalse
- MWJava_Language_warnDeprecatedfalse
- MWJava_Language_emitMapfalse
- MWJava_Language_strictFileNamesfalse
- MWJava_Language_strictFileHierarchyfalse
- MWJava_Language_1_1_Compatiblefalse
- MWJava_Language_emitHeaders0
- MWJava_Language_headerTypeJNINativeHeaders
- MWJava_Language_packageFilter
- MWJava_Language_genCommentstrue
- MWJava_Language_genHeadersfalse
-
-
- MWJava_MRJAppBuilder_outFileMRJApplication
- MWJava_MRJAppBuilder_mergefalse
- MWJava_MRJAppBuilder_quitMenutrue
- MWJava_MRJAppBuilder_growfalse
- MWJava_MRJAppBuilder_stdoutTypeConsole
- MWJava_MRJAppBuilder_stderrTypeConsole
- MWJava_MRJAppBuilder_stdinTypeConsole
- MWJava_MRJAppBuilder_appIconPVersion0
- MWJava_MRJAppBuilder_appIconPType0
- MWJava_MRJAppBuilder_appIconPFormat0
- MWJava_MRJAppBuilder_appIconPTree
- MWJava_MRJAppBuilder_appIconFile
- MWJava_MRJAppBuilder_splashScreenPVersion0
- MWJava_MRJAppBuilder_splashScreenPType0
- MWJava_MRJAppBuilder_splashScreenPFormat0
- MWJava_MRJAppBuilder_splashScreenPTree
- MWJava_MRJAppBuilder_splashScreenPICTFile
- MWJava_MRJAppBuilder_aboutName
- MWJava_MRJAppBuilder_stdoutPVersion0
- MWJava_MRJAppBuilder_stdoutPType0
- MWJava_MRJAppBuilder_stdoutPFormat0
- MWJava_MRJAppBuilder_stdoutPTree
- MWJava_MRJAppBuilder_stdoutFile
- MWJava_MRJAppBuilder_stdoutAppendfalse
- MWJava_MRJAppBuilder_stderrPType0
- MWJava_MRJAppBuilder_stderrPFormat0
- MWJava_MRJAppBuilder_stderrPTree
- MWJava_MRJAppBuilder_stderrFile
- MWJava_MRJAppBuilder_stderrAppendfalse
- MWJava_MRJAppBuilder_stdinPType0
- MWJava_MRJAppBuilder_stdinPFormat0
- MWJava_MRJAppBuilder_stdinPTree
- MWJava_MRJAppBuilder_stdinFile
-
-
- MWJava_Output_outputtypeJarFile
- MWJava_Output_outfileJavaClasses.jar
- MWJava_Output_ftype1514754080
- MWJava_Output_fcreator1297570384
- MWJava_Output_compress0
- MWJava_Output_genManifest0
- MWJava_Output_trunctypeFront
- MWJava_Output_deleteClasses0
- MWJava_Output_consoleApp1
-
-
- MWJava_Proj_projtypeApplet
- MWJava_Proj_mainClassName
- MWJava_Proj_HTMLAppCreator1463898714
- MWJava_Proj_HTMLAppName
- MWJava_Proj_PathVersion1
- MWJava_Proj_PathType0
- MWJava_Proj_PathFormat0
- MWJava_Proj_tree
- MWJava_Proj_HTMLAppWin32Name
- MWJava_Proj_compress0
- MWJava_Proj_useVM1
- MWJava_Proj_vmarguments
- MWJava_Proj_vmName
- MWJava_Proj_simPropFile
-
-
- MWJavaDoc_Proj_Version1
- MWJavaDoc_Proj_Depricated1
- MWJavaDoc_Proj_Author1
- MWJavaDoc_Proj_Index1
- MWJavaDoc_Proj_Tree1
- MWJavaDoc_Proj_SunResolveToSame0
- MWJavaDoc_Proj_Shortnames1
- MWJavaDoc_Proj_Folder0
- MWJavaDoc_Proj_GenerateAPILinks0
- MWJavaDoc_Proj_scopePublic
- MWJavaDoc_Proj_fcreator1297303877
- MWJavaDoc_Proj_encodingName
- MWJavaDoc_Proj_decodingName
- MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/
-
-
- MWMerge_MacOS_projectTypeApplication
- MWMerge_MacOS_outputNameMerge Out
- MWMerge_MacOS_outputCreator????
- MWMerge_MacOS_outputTypeAPPL
- MWMerge_MacOS_suppressWarning0
- MWMerge_MacOS_copyFragments1
- MWMerge_MacOS_copyResources1
- MWMerge_MacOS_flattenResource0
- MWMerge_MacOS_flatFileNamea.rsrc
- MWMerge_MacOS_flatFileOutputPath
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMerge_MacOS_skipResources
- DLGX
- ckid
- Proj
- WSPC
-
-
-
- FileLockedfalse
- ResourcesMapIsReadOnlyfalse
- PrinterDriverIsMultiFinderCompatiblefalse
- Invisiblefalse
- HasBundlefalse
- NameLockedfalse
- Stationeryfalse
- HasCustomIconfalse
- Sharedfalse
- HasBeenInitedfalse
- Label0
- Comments
-
-
- MWMacOSPackager_UsePackager0
- MWMacOSPackager_FolderToPackage
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMacOSPackager_CreateClassicAlias0
- MWMacOSPackager_ClassicAliasMethodUseTargetOutput
- MWMacOSPackager_ClassicAliasPath
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMacOSPackager_CreatePkgInfo0
- MWMacOSPackager_PkgCreatorType????
- MWMacOSPackager_PkgFileTypeAPPL
-
-
- MWCodeGen_PPC_structalignmentPPC
- MWCodeGen_PPC_tracebacktablesInline
- MWCodeGen_PPC_processorGeneric
- MWCodeGen_PPC_readonlystrings1
- MWCodeGen_PPC_tocdata1
- MWCodeGen_PPC_profiler0
- MWCodeGen_PPC_fpcontract1
- MWCodeGen_PPC_schedule0
- MWCodeGen_PPC_peephole1
- MWCodeGen_PPC_processorspecific0
- MWCodeGen_PPC_altivec0
- MWCodeGen_PPC_vectortocdata0
- MWCodeGen_PPC_vrsave0
-
-
- MWCodeGen_MachO_structalignmentPPC
- MWCodeGen_MachO_tracebacktablesNone
- MWCodeGen_MachO_processorGeneric
- MWCodeGen_MachO_readonlystrings0
- MWCodeGen_MachO_profiler0
- MWCodeGen_MachO_fpcontract1
- MWCodeGen_MachO_schedule0
- MWCodeGen_MachO_peephole1
- MWCodeGen_MachO_processorspecific0
- MWCodeGen_MachO_altivec0
- MWCodeGen_MachO_vrsave1
- MWCodeGen_MachO_common0
- MWCodeGen_MachO_implicit_templates1
-
-
- MWDisassembler_PPC_showcode1
- MWDisassembler_PPC_extended1
- MWDisassembler_PPC_mix1
- MWDisassembler_PPC_nohex0
- MWDisassembler_PPC_showdata1
- MWDisassembler_PPC_showexceptions1
- MWDisassembler_PPC_showsym0
- MWDisassembler_PPC_shownames1
-
-
- GlobalOptimizer_PPC_optimizationlevelLevel0
- GlobalOptimizer_PPC_optforSpeed
-
-
- MWLinker_PPC_linksym1
- MWLinker_PPC_symfullpath1
- MWLinker_PPC_linkmap0
- MWLinker_PPC_nolinkwarnings0
- MWLinker_PPC_dontdeadstripinitcode0
- MWLinker_PPC_permitmultdefs0
- MWLinker_PPC_linkmodeFast
- MWLinker_PPC_initname
- MWLinker_PPC_mainname
- MWLinker_PPC_termname
-
-
- MWLinker_MachO_exportsNone
- MWLinker_MachO_mainnamestart
- MWLinker_MachO_currentversion0
- MWLinker_MachO_compatibleversion0
- MWLinker_MachO_symfullpath0
- MWLinker_MachO_supresswarnings0
- MWLinker_MachO_multisymerror0
- MWLinker_MachO_prebind1
- MWLinker_MachO_deadstrip1
- MWLinker_MachO_objectivecsemantics0
- MWLinker_MachO_whichfileloaded0
- MWLinker_MachO_whyfileloaded0
- MWLinker_MachO_readonlyrelocsErrors
- MWLinker_MachO_undefinedsymbolsErrors
- MWLinker_MachO_twolevelnamespace1
- MWLinker_MachO_stripdebugsymbols0
-
-
- MWProject_MachO_typeExecutable
- MWProject_MachO_outfilea.exe
- MWProject_MachO_filecreator????
- MWProject_MachO_filetypeMEXE
- MWProject_MachO_stacksize64
- MWProject_MachO_stackaddress0
- MWProject_MachO_flatrsrc1
- MWProject_MachO_flatrsrcfilenamea.rsrc
- MWProject_MachO_flatrsrcoutputdir
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWProject_MachO_installpath./
-
-
- MWPEF_exportsPragma
- MWPEF_libfolder0
- MWPEF_sortcodeNone
- MWPEF_expandbss0
- MWPEF_sharedata0
- MWPEF_olddefversion0
- MWPEF_oldimpversion0
- MWPEF_currentversion0
- MWPEF_fragmentnameMATHML_O
- MWPEF_collapsereloads0
-
-
- MWProject_PPC_typeLibrary
- MWProject_PPC_outfilelayoutmathmlDebug.o
- MWProject_PPC_filecreator????
- MWProject_PPC_filetype????
- MWProject_PPC_size0
- MWProject_PPC_minsize0
- MWProject_PPC_stacksize0
- MWProject_PPC_flags0
- MWProject_PPC_symfilename
- MWProject_PPC_rsrcname
- MWProject_PPC_rsrcheaderNative
- MWProject_PPC_rsrctype????
- MWProject_PPC_rsrcid0
- MWProject_PPC_rsrcflags0
- MWProject_PPC_rsrcstore0
- MWProject_PPC_rsrcmerge0
- MWProject_PPC_flatrsrc0
- MWProject_PPC_flatrsrcoutputdir
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWProject_PPC_flatrsrcfilename
-
-
- MWAssembler_PPC_auxheader0
- MWAssembler_PPC_symmodeMac
- MWAssembler_PPC_dialectPPC
- MWAssembler_PPC_prefixfile
- MWAssembler_PPC_typecheck0
- MWAssembler_PPC_warnings0
- MWAssembler_PPC_casesensitive0
-
-
- MWRez_Language_maxwidth80
- MWRez_Language_scriptRoman
- MWRez_Language_alignmentAlign1
- MWRez_Language_filtermodeFilterSkip
- MWRez_Language_suppresswarnings0
- MWRez_Language_escapecontrolchars1
- MWRez_Language_prefixname
- MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT'
-
-
- MWWinRC_prefixname
-
-
- MWCodeGen_X86_processorGeneric
- MWCodeGen_X86_alignmentbytes8
- MWCodeGen_X86_exceptionsZeroOverhead
- MWCodeGen_X86_extinst_mmx0
- MWCodeGen_X86_extinst_3dnow0
- MWCodeGen_X86_use_mmx_3dnow_convention0
- MWCodeGen_X86_machinecodelisting0
- MWCodeGen_X86_intrinsics0
- MWCodeGen_X86_syminfo0
- MWCodeGen_X86_codeviewinfo1
- MWCodeGen_X86_extinst_cmov_fcomi0
- MWCodeGen_X86_extinst_sse0
-
-
- PDisasmX86_showHeaderstrue
- PDisasmX86_showSymTabtrue
- PDisasmX86_showCodetrue
- PDisasmX86_showSourcefalse
- PDisasmX86_showHextrue
- PDisasmX86_showRelocationtrue
- PDisasmX86_showCommentsfalse
- PDisasmX86_showDebugfalse
- PDisasmX86_showExceptionsfalse
- PDisasmX86_showDatatrue
- PDisasmX86_showRawfalse
- PDisasmX86_verbosefalse
-
-
- MWDebugger_X86_Exceptions
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
-
-
-
- GlobalOptimizer_X86_optimizationlevelLevel0
- GlobalOptimizer_X86_optforSpeed
-
-
- MWLinker_X86_entrypointusageDefault
- MWLinker_X86_entrypoint
- MWLinker_X86_subsystemWinGUI
- MWLinker_X86_subsysmajorid4
- MWLinker_X86_subsysminorid0
- MWLinker_X86_usrmajorid0
- MWLinker_X86_usrminorid0
- MWLinker_X86_commandfile
- MWLinker_X86_generatemap0
- MWLinker_X86_linksym0
- MWLinker_X86_linkCV1
-
-
- MWProject_X86_typeApplication
- MWProject_X86_outfilenoname.exe
- MWProject_X86_baseaddress4194304
- MWProject_X86_maxstacksize1024
- MWProject_X86_minstacksize4
- MWProject_X86_size1024
- MWProject_X86_minsize4
- MWProject_X86_importlib
- xpidl Settings
- 0001000101000000000000000000000000000000000000000000000000000000
- 0000000000000000
-
-
-
-
-
-
-
-
- layoutmathml.o stub
-
-
-
- UserSourceTrees
-
-
- AlwaysSearchUserPathsfalse
- InterpretDOSAndUnixPathsfalse
- RequireFrameworkStyleIncludesfalse
- UserSearchPaths
-
- SearchPath
- Path::
- PathFormatMacOS
- PathRootProject
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SearchPath
- Path:::dist:
- PathFormatMacOS
- PathRootProject
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SystemSearchPaths
-
- SearchPath
- Path:MacOS Support:
- PathFormatMacOS
- PathRootCodeWarrior
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
- SearchPath
- Path:MSL:
- PathFormatMacOS
- PathRootCodeWarrior
-
- Recursivetrue
- FrameworkPathfalse
- HostFlagsAll
-
-
-
-
- MWRuntimeSettings_WorkingDirectory
- MWRuntimeSettings_CommandLine
- MWRuntimeSettings_HostApplication
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- MWRuntimeSettings_EnvVars
-
-
- LinkerMacOS PPC Linker
- PreLinker
- PostLinker
- Targetnamelayoutmathml.o stub
- OutputDirectory
- Path:
- PathFormatMacOS
- PathRootProject
-
- SaveEntriesUsingRelativePathsfalse
-
-
- FileMappings
-
- FileTypeAPPL
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeAppl
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeMMLB
- FileExtension
- CompilerLib Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeMPLF
- FileExtension
- CompilerLib Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeMWCD
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeRSRC
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.bh
- CompilerBalloon Help
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.c
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.c++
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cc
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cp
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.cpp
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.exp
- Compiler
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.h
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMaketrue
-
-
- FileTypeTEXT
- FileExtension.pch
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompiletrue
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.pch++
- CompilerMW C/C++ PPC
- EditLanguageC/C++
- Precompiletrue
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.r
- CompilerRez
- EditLanguageRez
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeTEXT
- FileExtension.s
- CompilerPPCAsm
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypeXCOF
- FileExtension
- CompilerXCOFF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypedocu
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypersrc
- FileExtension
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFiletrue
- IgnoredByMakefalse
-
-
- FileTypeshlb
- FileExtension
- CompilerPEF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileTypestub
- FileExtension
- CompilerPEF Import PPC
- EditLanguage
- Precompilefalse
- Launchablefalse
- ResourceFilefalse
- IgnoredByMakefalse
-
-
- FileExtension.doc
- Compiler
- EditLanguage
- Precompilefalse
- Launchabletrue
- ResourceFilefalse
- IgnoredByMaketrue
-
-
-
-
- CacheModDatesfalse
- ActivateBrowsertrue
- DumpBrowserInfofalse
- CacheSubprojectstrue
- UseThirdPartyDebuggerfalse
- DebuggerAppPath
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- DebuggerCmdLineArgs
- DebuggerWorkingDir
- Path
- PathFormatGeneric
- PathRootAbsolute
-
-
-
- LogSystemMessagestrue
- AutoTargetDLLsfalse
- StopAtWatchpointstrue
- PauseWhileRunningfalse
- PauseInterval5
- PauseUIFlags0
- AltExePath
- Path
- PathFormatGeneric
- PathRootAbsolute
-
- StopAtTempBPOnLaunchtrue
- CacheSymbolicstrue
- TempBPFunctionNamemain
- TempBPType0
-
-
- Enabledfalse
- ConnectionName
- DownloadPath
- LaunchRemoteAppfalse
- RemoteAppPath
-
-
- OtherExecutables
-
-
- CustomColor1
- Red0
- Green32767
- Blue0
-
- CustomColor2
- Red0
- Green32767
- Blue0
-
- CustomColor3
- Red0
- Green32767
- Blue0
-
- CustomColor4
- Red0
- Green32767
- Blue0
-
-
-
- MWFrontEnd_C_cplusplus0
- MWFrontEnd_C_checkprotos1
- MWFrontEnd_C_arm0
- MWFrontEnd_C_trigraphs0
- MWFrontEnd_C_onlystdkeywords0
- MWFrontEnd_C_enumsalwaysint0
- MWFrontEnd_C_mpwpointerstyle0
- MWFrontEnd_C_prefixnamelayoutSharedPrefix.h
- MWFrontEnd_C_ansistrict0
- MWFrontEnd_C_mpwcnewline0
- MWFrontEnd_C_wchar_type1
- MWFrontEnd_C_enableexceptions1
- MWFrontEnd_C_dontreusestrings0
- MWFrontEnd_C_poolstrings0
- MWFrontEnd_C_dontinline0
- MWFrontEnd_C_useRTTI0
- MWFrontEnd_C_multibyteaware0
- MWFrontEnd_C_unsignedchars0
- MWFrontEnd_C_autoinline0
- MWFrontEnd_C_booltruefalse0
- MWFrontEnd_C_direct_to_som0
- MWFrontEnd_C_som_env_check0
- MWFrontEnd_C_alwaysinline0
- MWFrontEnd_C_inlinelevel0
- MWFrontEnd_C_ecplusplus0
- MWFrontEnd_C_objective_c0
- MWFrontEnd_C_defer_codegen0
-
-
- MWWarning_C_warn_illpragma1
- MWWarning_C_warn_emptydecl1
- MWWarning_C_warn_possunwant1
- MWWarning_C_warn_unusedvar1
- MWWarning_C_warn_unusedarg1
- MWWarning_C_warn_extracomma1
- MWWarning_C_pedantic1
- MWWarning_C_warningerrors0
- MWWarning_C_warn_hidevirtual1
- MWWarning_C_warn_implicitconv0
- MWWarning_C_warn_notinlined0
- MWWarning_C_warn_structclass0
-
-
- MWFTP_Post_hostName
- MWFTP_Post_username
- MWFTP_Post_password0
- MWFTP_Post_remoteDir
- MWFTP_Post_ftp_PathVersion1
- MWFTP_Post_ftp_PathType0
- MWFTP_Post_ftp_PathFormat0
- MWFTP_Post_ftp_tree
- MWFTP_Post_uploadDir
- MWFTP_Post_ftp_port21
- MWFTP_Post_SendBin1
- MWFTP_Post_ShouldLog1
-
-
- MWCommandLine_Java_clsName
- MWCommandLine_Java_args
-
-
- MWVJavaDebugging_Protocol1
- MWVJavaDebugging_JDKVersion1
- MWVJavaDebugging_TimeOut10
- MWVJavaDebugging_SupportSlowDevicesfalse
-
-
- MWJava_Language_optimizefalse
- MWJava_Language_warnDeprecatedfalse
- MWJava_Language_emitMapfalse
- MWJava_Language_strictFileNamesfalse
- MWJava_Language_strictFileHierarchyfalse
- MWJava_Language_1_1_Compatiblefalse
- MWJava_Language_emitHeaders0
- MWJava_Language_headerTypeJNINativeHeaders
- MWJava_Language_packageFilter
- MWJava_Language_genCommentstrue
- MWJava_Language_genHeadersfalse
-
-
- MWJava_MRJAppBuilder_outFileMRJApplication
- MWJava_MRJAppBuilder_mergefalse
- MWJava_MRJAppBuilder_quitMenutrue
- MWJava_MRJAppBuilder_growfalse
- MWJava_MRJAppBuilder_stdoutTypeConsole
- MWJava_MRJAppBuilder_stderrTypeConsole
- MWJava_MRJAppBuilder_stdinTypeConsole
- MWJava_MRJAppBuilder_appIconPVersion0
- MWJava_MRJAppBuilder_appIconPType0
- MWJava_MRJAppBuilder_appIconPFormat0
- MWJava_MRJAppBuilder_appIconPTree
- MWJava_MRJAppBuilder_appIconFile
- MWJava_MRJAppBuilder_splashScreenPVersion0
- MWJava_MRJAppBuilder_splashScreenPType0
- MWJava_MRJAppBuilder_splashScreenPFormat0
- MWJava_MRJAppBuilder_splashScreenPTree
- MWJava_MRJAppBuilder_splashScreenPICTFile
- MWJava_MRJAppBuilder_aboutName
- MWJava_MRJAppBuilder_stdoutPVersion0
- MWJava_MRJAppBuilder_stdoutPType0
- MWJava_MRJAppBuilder_stdoutPFormat0
- MWJava_MRJAppBuilder_stdoutPTree
- MWJava_MRJAppBuilder_stdoutFile
- MWJava_MRJAppBuilder_stdoutAppendfalse
- MWJava_MRJAppBuilder_stderrPType0
- MWJava_MRJAppBuilder_stderrPFormat0
- MWJava_MRJAppBuilder_stderrPTree
- MWJava_MRJAppBuilder_stderrFile
- MWJava_MRJAppBuilder_stderrAppendfalse
- MWJava_MRJAppBuilder_stdinPType0
- MWJava_MRJAppBuilder_stdinPFormat0
- MWJava_MRJAppBuilder_stdinPTree
- MWJava_MRJAppBuilder_stdinFile
-
-
- MWJava_Output_outputtypeJarFile
- MWJava_Output_outfileJavaClasses.jar
- MWJava_Output_ftype1514754080
- MWJava_Output_fcreator1297570384
- MWJava_Output_compress0
- MWJava_Output_genManifest0
- MWJava_Output_trunctypeFront
- MWJava_Output_deleteClasses0
- MWJava_Output_consoleApp1
-
-
- MWJava_Proj_projtypeApplet
- MWJava_Proj_mainClassName
- MWJava_Proj_HTMLAppCreator1463898714
- MWJava_Proj_HTMLAppName
- MWJava_Proj_PathVersion1
- MWJava_Proj_PathType0
- MWJava_Proj_PathFormat0
- MWJava_Proj_tree
- MWJava_Proj_HTMLAppWin32Name
- MWJava_Proj_compress0
- MWJava_Proj_useVM1
- MWJava_Proj_vmarguments
- MWJava_Proj_vmName
- MWJava_Proj_simPropFile
-
-
- MWJavaDoc_Proj_Version1
- MWJavaDoc_Proj_Depricated1
- MWJavaDoc_Proj_Author1
- MWJavaDoc_Proj_Index1
- MWJavaDoc_Proj_Tree1
- MWJavaDoc_Proj_SunResolveToSame0
- MWJavaDoc_Proj_Shortnames1
- MWJavaDoc_Proj_Folder0
- MWJavaDoc_Proj_GenerateAPILinks0
- MWJavaDoc_Proj_scopePublic
- MWJavaDoc_Proj_fcreator1297303877
- MWJavaDoc_Proj_encodingName
- MWJavaDoc_Proj_decodingName
- MWJavaDoc_Proj_javaPackagePathhttp://java.sun.com/products/jdk/1.1/docs/api/
-
-
- MWMerge_MacOS_projectTypeApplication
- MWMerge_MacOS_outputNameMerge Out
- MWMerge_MacOS_outputCreator????
- MWMerge_MacOS_outputTypeAPPL
- MWMerge_MacOS_suppressWarning0
- MWMerge_MacOS_copyFragments1
- MWMerge_MacOS_copyResources1
- MWMerge_MacOS_flattenResource0
- MWMerge_MacOS_flatFileNamea.rsrc
- MWMerge_MacOS_flatFileOutputPath
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMerge_MacOS_skipResources
- DLGX
- ckid
- Proj
- WSPC
-
-
-
- FileLockedfalse
- ResourcesMapIsReadOnlyfalse
- PrinterDriverIsMultiFinderCompatiblefalse
- Invisiblefalse
- HasBundlefalse
- NameLockedfalse
- Stationeryfalse
- HasCustomIconfalse
- Sharedfalse
- HasBeenInitedfalse
- Label0
- Comments
-
-
- MWMacOSPackager_UsePackager0
- MWMacOSPackager_FolderToPackage
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMacOSPackager_CreateClassicAlias0
- MWMacOSPackager_ClassicAliasMethodUseTargetOutput
- MWMacOSPackager_ClassicAliasPath
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWMacOSPackager_CreatePkgInfo0
- MWMacOSPackager_PkgCreatorType????
- MWMacOSPackager_PkgFileTypeAPPL
-
-
- MWCodeGen_PPC_structalignmentPPC
- MWCodeGen_PPC_tracebacktablesNone
- MWCodeGen_PPC_processorGeneric
- MWCodeGen_PPC_readonlystrings1
- MWCodeGen_PPC_tocdata1
- MWCodeGen_PPC_profiler0
- MWCodeGen_PPC_fpcontract1
- MWCodeGen_PPC_schedule0
- MWCodeGen_PPC_peephole1
- MWCodeGen_PPC_processorspecific0
- MWCodeGen_PPC_altivec0
- MWCodeGen_PPC_vectortocdata0
- MWCodeGen_PPC_vrsave0
-
-
- MWCodeGen_MachO_structalignmentPPC
- MWCodeGen_MachO_tracebacktablesNone
- MWCodeGen_MachO_processorGeneric
- MWCodeGen_MachO_readonlystrings0
- MWCodeGen_MachO_profiler0
- MWCodeGen_MachO_fpcontract1
- MWCodeGen_MachO_schedule0
- MWCodeGen_MachO_peephole1
- MWCodeGen_MachO_processorspecific0
- MWCodeGen_MachO_altivec0
- MWCodeGen_MachO_vrsave1
- MWCodeGen_MachO_common0
- MWCodeGen_MachO_implicit_templates1
-
-
- MWDisassembler_PPC_showcode1
- MWDisassembler_PPC_extended1
- MWDisassembler_PPC_mix0
- MWDisassembler_PPC_nohex0
- MWDisassembler_PPC_showdata1
- MWDisassembler_PPC_showexceptions1
- MWDisassembler_PPC_showsym0
- MWDisassembler_PPC_shownames1
-
-
- GlobalOptimizer_PPC_optimizationlevelLevel0
- GlobalOptimizer_PPC_optforSpeed
-
-
- MWLinker_PPC_linksym1
- MWLinker_PPC_symfullpath1
- MWLinker_PPC_linkmap0
- MWLinker_PPC_nolinkwarnings0
- MWLinker_PPC_dontdeadstripinitcode0
- MWLinker_PPC_permitmultdefs0
- MWLinker_PPC_linkmodeFast
- MWLinker_PPC_initname
- MWLinker_PPC_mainname
- MWLinker_PPC_termname
-
-
- MWLinker_MachO_exportsNone
- MWLinker_MachO_mainnamestart
- MWLinker_MachO_currentversion0
- MWLinker_MachO_compatibleversion0
- MWLinker_MachO_symfullpath0
- MWLinker_MachO_supresswarnings0
- MWLinker_MachO_multisymerror0
- MWLinker_MachO_prebind1
- MWLinker_MachO_deadstrip1
- MWLinker_MachO_objectivecsemantics0
- MWLinker_MachO_whichfileloaded0
- MWLinker_MachO_whyfileloaded0
- MWLinker_MachO_readonlyrelocsErrors
- MWLinker_MachO_undefinedsymbolsErrors
- MWLinker_MachO_twolevelnamespace1
- MWLinker_MachO_stripdebugsymbols0
-
-
- MWProject_MachO_typeExecutable
- MWProject_MachO_outfilea.exe
- MWProject_MachO_filecreator????
- MWProject_MachO_filetypeMEXE
- MWProject_MachO_stacksize64
- MWProject_MachO_stackaddress0
- MWProject_MachO_flatrsrc1
- MWProject_MachO_flatrsrcfilenamea.rsrc
- MWProject_MachO_flatrsrcoutputdir
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWProject_MachO_installpath./
-
-
- MWPEF_exportsPragma
- MWPEF_libfolder0
- MWPEF_sortcodeNone
- MWPEF_expandbss0
- MWPEF_sharedata0
- MWPEF_olddefversion0
- MWPEF_oldimpversion0
- MWPEF_currentversion0
- MWPEF_fragmentnameMATHML_O
- MWPEF_collapsereloads0
-
-
- MWProject_PPC_typeLibrary
- MWProject_PPC_outfilelayoutmathml.o
- MWProject_PPC_filecreator????
- MWProject_PPC_filetype????
- MWProject_PPC_size0
- MWProject_PPC_minsize0
- MWProject_PPC_stacksize0
- MWProject_PPC_flags0
- MWProject_PPC_symfilename
- MWProject_PPC_rsrcname
- MWProject_PPC_rsrcheaderNative
- MWProject_PPC_rsrctype????
- MWProject_PPC_rsrcid0
- MWProject_PPC_rsrcflags0
- MWProject_PPC_rsrcstore0
- MWProject_PPC_rsrcmerge0
- MWProject_PPC_flatrsrc0
- MWProject_PPC_flatrsrcoutputdir
- Path:
- PathFormatMacOS
- PathRootProject
-
- MWProject_PPC_flatrsrcfilename
-
-
- MWAssembler_PPC_auxheader0
- MWAssembler_PPC_symmodeMac
- MWAssembler_PPC_dialectPPC
- MWAssembler_PPC_prefixfile
- MWAssembler_PPC_typecheck0
- MWAssembler_PPC_warnings0
- MWAssembler_PPC_casesensitive0
-
-
- MWRez_Language_maxwidth80
- MWRez_Language_scriptRoman
- MWRez_Language_alignmentAlign1
- MWRez_Language_filtermodeFilterSkip
- MWRez_Language_suppresswarnings0
- MWRez_Language_escapecontrolchars1
- MWRez_Language_prefixname
- MWRez_Language_filteredtypes'CODE' 'DATA' 'PICT'
-
-
- MWWinRC_prefixname
-
-
- MWCodeGen_X86_processorGeneric
- MWCodeGen_X86_alignmentbytes8
- MWCodeGen_X86_exceptionsZeroOverhead
- MWCodeGen_X86_extinst_mmx0
- MWCodeGen_X86_extinst_3dnow0
- MWCodeGen_X86_use_mmx_3dnow_convention0
- MWCodeGen_X86_machinecodelisting0
- MWCodeGen_X86_intrinsics0
- MWCodeGen_X86_syminfo0
- MWCodeGen_X86_codeviewinfo1
- MWCodeGen_X86_extinst_cmov_fcomi0
- MWCodeGen_X86_extinst_sse0
-
-
- PDisasmX86_showHeaderstrue
- PDisasmX86_showSymTabtrue
- PDisasmX86_showCodetrue
- PDisasmX86_showSourcefalse
- PDisasmX86_showHextrue
- PDisasmX86_showRelocationtrue
- PDisasmX86_showCommentsfalse
- PDisasmX86_showDebugfalse
- PDisasmX86_showExceptionsfalse
- PDisasmX86_showDatatrue
- PDisasmX86_showRawfalse
- PDisasmX86_verbosefalse
-
-
- MWDebugger_X86_Exceptions
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
- 0
-
-
-
- GlobalOptimizer_X86_optimizationlevelLevel0
- GlobalOptimizer_X86_optforSpeed
-
-
- MWLinker_X86_entrypointusageDefault
- MWLinker_X86_entrypoint
- MWLinker_X86_subsystemWinGUI
- MWLinker_X86_subsysmajorid4
- MWLinker_X86_subsysminorid0
- MWLinker_X86_usrmajorid0
- MWLinker_X86_usrminorid0
- MWLinker_X86_commandfile
- MWLinker_X86_generatemap0
- MWLinker_X86_linksym0
- MWLinker_X86_linkCV1
-
-
- MWProject_X86_typeApplication
- MWProject_X86_outfilenoname.exe
- MWProject_X86_baseaddress4194304
- MWProject_X86_maxstacksize1024
- MWProject_X86_minstacksize4
- MWProject_X86_size1024
- MWProject_X86_minsize4
- MWProject_X86_importlib
- xpidl Settings
- 0001000101000000000000000000000000000000000000000000000000000000
- 0000000000000000
-
-
-
-
-
-
-
-
-
-
- layoutmathmlDebug.o stub
- layoutmathml.o stub
- layoutmathmlDebug.o
- layoutmathml.o
-
-
-
- layout
- mathml
- base
-
- layoutmathmlDebug.o
- Name
- nsMathMLChar.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLContainerFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLForeignFrameWrapper.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmactionFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmfencedFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmfracFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmiFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmmultiscriptsFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmoFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmoverFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmpaddedFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmphantomFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmrootFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmrowFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmsFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmspaceFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmsqrtFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmstyleFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmsubFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmsubsupFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmsupFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmtableFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmtextFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmunderFrame.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLmunderoverFrame.cpp
- MacOS
-
-
- content
-
- layoutmathmlDebug.o
- Name
- nsMathMLAtoms.cpp
- MacOS
-
-
- layoutmathmlDebug.o
- Name
- nsMathMLOperators.cpp
- MacOS
-
-
-
-
-
-
-
diff --git a/layout/mathml/base/src/Makefile.in b/layout/mathml/base/src/Makefile.in
index f1df0b92c41..c583d4d88f3 100644
--- a/layout/mathml/base/src/Makefile.in
+++ b/layout/mathml/base/src/Makefile.in
@@ -58,6 +58,8 @@ CPPSRCS = nsMathMLChar.cpp \
nsMathMLFrame.cpp \
nsMathMLContainerFrame.cpp \
nsMathMLForeignFrameWrapper.cpp \
+ nsMathMLTokenFrame.cpp \
+ nsMathMLmoFrame.cpp \
nsMathMLmrowFrame.cpp \
nsMathMLmphantomFrame.cpp \
nsMathMLmfencedFrame.cpp \
@@ -66,16 +68,12 @@ CPPSRCS = nsMathMLChar.cpp \
nsMathMLmsubFrame.cpp \
nsMathMLmsubsupFrame.cpp \
nsMathMLmmultiscriptsFrame.cpp \
- nsMathMLmiFrame.cpp \
- nsMathMLmtextFrame.cpp \
nsMathMLmtableFrame.cpp \
- nsMathMLmoFrame.cpp \
nsMathMLmunderFrame.cpp \
nsMathMLmoverFrame.cpp \
nsMathMLmunderoverFrame.cpp \
nsMathMLmpaddedFrame.cpp \
nsMathMLmspaceFrame.cpp \
- nsMathMLmsFrame.cpp \
nsMathMLmstyleFrame.cpp \
nsMathMLmsqrtFrame.cpp \
nsMathMLmrootFrame.cpp \
diff --git a/layout/mathml/base/src/nsMathMLContainerFrame.cpp b/layout/mathml/base/src/nsMathMLContainerFrame.cpp
index a9bffdabd14..0d47583f621 100644
--- a/layout/mathml/base/src/nsMathMLContainerFrame.cpp
+++ b/layout/mathml/base/src/nsMathMLContainerFrame.cpp
@@ -786,37 +786,6 @@ nsMathMLContainerFrame::Paint(nsIPresContext* aPresContext,
return rv;
}
-static void
-CompressWhitespace(nsIContent* aContent)
-{
- nsCOMPtr tag;
- aContent->GetTag(*getter_AddRefs(tag));
- if (tag.get() == nsMathMLAtoms::mo_ ||
- tag.get() == nsMathMLAtoms::mi_ ||
- tag.get() == nsMathMLAtoms::mn_ ||
- tag.get() == nsMathMLAtoms::ms_ ||
- tag.get() == nsMathMLAtoms::mtext_) {
- PRInt32 numKids;
- aContent->ChildCount(numKids);
- for (PRInt32 kid = 0; kid < numKids; kid++) {
- nsCOMPtr kidContent;
- aContent->ChildAt(kid, *getter_AddRefs(kidContent));
- if (kidContent.get()) {
- nsCOMPtr kidText(do_QueryInterface(kidContent));
- if (kidText.get()) {
- nsCOMPtr tc(do_QueryInterface(kidContent));
- if (tc) {
- nsAutoString text;
- tc->CopyText(text);
- text.CompressWhitespace();
- tc->SetText(text, PR_FALSE); // not meant to be used if notify is needed
- }
- }
- }
- }
- }
-}
-
// This method is called in a top-down manner, as we descend the frame tree
// during its construction
NS_IMETHODIMP
@@ -826,11 +795,6 @@ nsMathMLContainerFrame::Init(nsIPresContext* aPresContext,
nsIStyleContext* aContext,
nsIFrame* aPrevInFlow)
{
- // leading and trailing whitespace doesn't count -- bug 15402
- // brute force removal for people who do a instead of a
- // XXX the best fix is to skip these in nsTextFrame
- CompressWhitespace(aContent);
-
MapAttributesIntoCSS(aPresContext, aContent);
// let the base class do its Init()
@@ -1083,132 +1047,6 @@ nsMathMLContainerFrame::AttributeChanged(nsIPresContext* aPresContext,
return ReflowDirtyChild(presShell, nsnull);
}
-// helper function to reflow token elements
-// note that mBoundingMetrics is computed here
-nsresult
-nsMathMLContainerFrame::ReflowTokenFor(nsIFrame* aFrame,
- nsIPresContext* aPresContext,
- nsHTMLReflowMetrics& aDesiredSize,
- const nsHTMLReflowState& aReflowState,
- nsReflowStatus& aStatus)
-{
- NS_PRECONDITION(aFrame, "null arg");
- nsresult rv = NS_OK;
-
- // See if this is an incremental reflow
- if (aReflowState.reason == eReflowReason_Incremental) {
-#ifdef MATHML_NOISY_INCREMENTAL_REFLOW
-printf("nsMathMLContainerFrame::ReflowTokenFor:IncrementalReflow received by: ");
-nsFrame::ListTag(stdout, aFrame);
-printf("\n");
-#endif
- }
-
- // initializations needed for empty markup like
- aDesiredSize.width = aDesiredSize.height = 0;
- aDesiredSize.ascent = aDesiredSize.descent = 0;
- aDesiredSize.mBoundingMetrics.Clear();
-
- // ask our children to compute their bounding metrics
- nsHTMLReflowMetrics childDesiredSize(aDesiredSize.maxElementSize,
- aDesiredSize.mFlags | NS_REFLOW_CALC_BOUNDING_METRICS);
- nsSize availSize(aReflowState.mComputedWidth, aReflowState.mComputedHeight);
- PRInt32 count = 0;
- nsIFrame* childFrame;
- aFrame->FirstChild(aPresContext, nsnull, &childFrame);
- while (childFrame) {
- nsHTMLReflowState childReflowState(aPresContext, aReflowState,
- childFrame, availSize);
- rv = NS_STATIC_CAST(nsMathMLContainerFrame*,
- aFrame)->ReflowChild(childFrame,
- aPresContext, childDesiredSize,
- childReflowState, aStatus);
- //NS_ASSERTION(NS_FRAME_IS_COMPLETE(aStatus), "bad status");
- if (NS_FAILED(rv)) return rv;
-
- // origins are used as placeholders to store the child's ascent and descent.
- childFrame->SetRect(aPresContext,
- nsRect(childDesiredSize.descent, childDesiredSize.ascent,
- childDesiredSize.width, childDesiredSize.height));
- // compute and cache the bounding metrics
- if (0 == count)
- aDesiredSize.mBoundingMetrics = childDesiredSize.mBoundingMetrics;
- else
- aDesiredSize.mBoundingMetrics += childDesiredSize.mBoundingMetrics;
-
- count++;
- childFrame->GetNextSibling(&childFrame);
- }
-
- // cache the frame's mBoundingMetrics
- NS_STATIC_CAST(nsMathMLContainerFrame*,
- aFrame)->SetBoundingMetrics(aDesiredSize.mBoundingMetrics);
-
- // place and size children
- NS_STATIC_CAST(nsMathMLContainerFrame*,
- aFrame)->FinalizeReflow(aPresContext, *aReflowState.rendContext,
- aDesiredSize);
- NS_FRAME_SET_TRUNCATION(aStatus, aReflowState, aDesiredSize);
- return NS_OK;
-}
-
-// helper function to place token elements
-// mBoundingMetrics is computed at the ReflowToken pass, it is
-// not computed here because our children may be text frames that
-// do not implement the GetBoundingMetrics() interface.
-nsresult
-nsMathMLContainerFrame::PlaceTokenFor(nsIFrame* aFrame,
- nsIPresContext* aPresContext,
- nsIRenderingContext& aRenderingContext,
- PRBool aPlaceOrigin,
- nsHTMLReflowMetrics& aDesiredSize)
-{
- aDesiredSize.width = aDesiredSize.height = 0;
- aDesiredSize.ascent = aDesiredSize.descent = 0;
-
- const nsStyleFont* font;
- aFrame->GetStyleData(eStyleStruct_Font, (const nsStyleStruct*&)font);
- nsCOMPtr fm;
- aPresContext->GetMetricsFor(font->mFont, getter_AddRefs(fm));
- nscoord ascent, descent;
- fm->GetMaxAscent(ascent);
- fm->GetMaxDescent(descent);
-
- nsBoundingMetrics bm;
- NS_STATIC_CAST(nsMathMLContainerFrame*, aFrame)->GetBoundingMetrics(bm);
- aDesiredSize.mBoundingMetrics = bm;
- aDesiredSize.width = bm.width;
- aDesiredSize.ascent = PR_MAX(bm.ascent, ascent);
- aDesiredSize.descent = PR_MAX(bm.descent, descent);
- aDesiredSize.height = aDesiredSize.ascent + aDesiredSize.descent;
-
- if (aPlaceOrigin) {
- nscoord dy, dx = 0;
- nsRect rect;
- nsIFrame* childFrame;
- aFrame->FirstChild(aPresContext, nsnull, &childFrame);
- while (childFrame) {
- childFrame->GetRect(rect);
- nsHTMLReflowMetrics childSize(nsnull);
- childSize.width = rect.width;
- childSize.height = aDesiredSize.height; //rect.height;
-
- // place and size the child
- dy = aDesiredSize.ascent - rect.y;
- NS_STATIC_CAST(nsMathMLContainerFrame*,
- aFrame)->FinishReflowChild(childFrame, aPresContext, nsnull,
- childSize, dx, dy, 0);
- dx += rect.width;
- childFrame->GetNextSibling(&childFrame);
- }
- }
-
- NS_STATIC_CAST(nsMathMLContainerFrame*,
- aFrame)->SetReference(nsPoint(0, aDesiredSize.ascent));
-
- return NS_OK;
-}
-
// We are an inline frame, so we handle dirty request like nsInlineFrame
NS_IMETHODIMP
nsMathMLContainerFrame::ReflowDirtyChild(nsIPresShell* aPresShell, nsIFrame* aChild)
@@ -1347,25 +1185,9 @@ nsMathMLContainerFrame::GetFrameType(nsIAtom** aType) const
mEmbellishData.coreFrame) {
return mEmbellishData.coreFrame->GetFrameType(aType);
}
- else {
- nsCOMPtr tag;
- mContent->GetTag(*getter_AddRefs(tag));
- // see if this is a token element (mapped to 'Ord'in TeX)
- if (tag == nsMathMLAtoms::mi_ ||
- tag == nsMathMLAtoms::mn_ ||
- tag == nsMathMLAtoms::ms_ ||
- tag == nsMathMLAtoms::mtext_) {
- *aType = nsMathMLAtoms::ordinaryMathMLFrame;
- }
- else if (tag == nsMathMLAtoms::mo_ ) {
- // this is an empty that wasn't treated as embellished above
- *aType = nsMathMLAtoms::operatorInvisibleMathMLFrame;
- }
- else {
- // everything else is a schematta element (mapped to 'Inner' in TeX)
- *aType = nsMathMLAtoms::schemataMathMLFrame;
- }
- }
+
+ // everything else is a schematta element (mapped to 'Inner' in TeX)
+ *aType = nsMathMLAtoms::schemataMathMLFrame;
NS_ADDREF(*aType);
return NS_OK;
}
diff --git a/layout/mathml/base/src/nsMathMLContainerFrame.h b/layout/mathml/base/src/nsMathMLContainerFrame.h
index 0b2104face8..30754fb25a2 100644
--- a/layout/mathml/base/src/nsMathMLContainerFrame.h
+++ b/layout/mathml/base/src/nsMathMLContainerFrame.h
@@ -231,22 +231,6 @@ public:
const nsRect& aDirtyRect,
nsFramePaintLayer aWhichLayer);
- // helper function to reflow token elements
- static nsresult
- ReflowTokenFor(nsIFrame* aFrame,
- nsIPresContext* aPresContext,
- nsHTMLReflowMetrics& aDesiredSize,
- const nsHTMLReflowState& aReflowState,
- nsReflowStatus& aStatus);
-
- // helper function to place token elements
- static nsresult
- PlaceTokenFor(nsIFrame* aFrame,
- nsIPresContext* aPresContext,
- nsIRenderingContext& aRenderingContext,
- PRBool aPlaceOrigin,
- nsHTMLReflowMetrics& aDesiredSize);
-
// helper method to reflow a child frame. We are inline frames, and we don't
// know our positions until reflow is finished. That's why we ask the
// base method not to worry about our position.
diff --git a/layout/mathml/base/src/nsMathMLParts.h b/layout/mathml/base/src/nsMathMLParts.h
index bccd8311da8..9176d5afea1 100644
--- a/layout/mathml/base/src/nsMathMLParts.h
+++ b/layout/mathml/base/src/nsMathMLParts.h
@@ -27,10 +27,9 @@
// Factory methods for creating MathML objects
extern nsresult NS_NewMathMLForeignFrameWrapper ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
-extern nsresult NS_NewMathMLmrowFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
-extern nsresult NS_NewMathMLmiFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
-extern nsresult NS_NewMathMLmtextFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
+extern nsresult NS_NewMathMLTokenFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
extern nsresult NS_NewMathMLmoFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
+extern nsresult NS_NewMathMLmrowFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
extern nsresult NS_NewMathMLmphantomFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
extern nsresult NS_NewMathMLmpaddedFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
extern nsresult NS_NewMathMLmspaceFrame ( nsIPresShell* aPresShell, nsIFrame** aNewFrame );
diff --git a/layout/mathml/base/src/nsMathMLTokenFrame.cpp b/layout/mathml/base/src/nsMathMLTokenFrame.cpp
new file mode 100644
index 00000000000..422b9b28e75
--- /dev/null
+++ b/layout/mathml/base/src/nsMathMLTokenFrame.cpp
@@ -0,0 +1,439 @@
+/*
+ * The contents of this file are subject to the Mozilla Public
+ * License Version 1.1 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * rights and limitations under the License.
+ *
+ * The Original Code is Mozilla MathML Project.
+ *
+ * The Initial Developer of the The Original Code is The University Of
+ * Queensland. Portions created by The University Of Queensland are
+ * Copyright (C) 1999 The University Of Queensland. All Rights Reserved.
+ *
+ * Contributor(s):
+ * Roger B. Sidje
+ */
+
+#include "nsCOMPtr.h"
+#include "nsFrame.h"
+#include "nsIPresContext.h"
+#include "nsUnitConversion.h"
+#include "nsIStyleContext.h"
+#include "nsStyleConsts.h"
+#include "nsIRenderingContext.h"
+#include "nsIFontMetrics.h"
+
+#include "nsIDOMText.h"
+#include "nsITextContent.h"
+#include "nsIFrameManager.h"
+#include "nsLayoutAtoms.h"
+#include "nsStyleChangeList.h"
+#include "nsINameSpaceManager.h"
+
+#include "nsMathMLTokenFrame.h"
+
+nsresult
+NS_NewMathMLTokenFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame)
+{
+ NS_PRECONDITION(aNewFrame, "null OUT ptr");
+ if (nsnull == aNewFrame) {
+ return NS_ERROR_NULL_POINTER;
+ }
+ nsMathMLTokenFrame* it = new (aPresShell) nsMathMLTokenFrame;
+ if (nsnull == it) {
+ return NS_ERROR_OUT_OF_MEMORY;
+ }
+ *aNewFrame = it;
+ return NS_OK;
+}
+
+nsMathMLTokenFrame::nsMathMLTokenFrame()
+{
+}
+
+nsMathMLTokenFrame::~nsMathMLTokenFrame()
+{
+}
+
+NS_IMETHODIMP
+nsMathMLTokenFrame::GetFrameType(nsIAtom** aType) const
+{
+ *aType = nsMathMLAtoms::ordinaryMathMLFrame;
+ NS_ADDREF(*aType);
+ return NS_OK;
+}
+
+static void
+CompressWhitespace(nsIContent* aContent)
+{
+ PRInt32 numKids;
+ aContent->ChildCount(numKids);
+ for (PRInt32 kid = 0; kid < numKids; kid++) {
+ nsCOMPtr kidContent;
+ aContent->ChildAt(kid, *getter_AddRefs(kidContent));
+ if (kidContent) {
+ nsCOMPtr kidText(do_QueryInterface(kidContent));
+ if (kidText) {
+ nsCOMPtr tc(do_QueryInterface(kidContent));
+ if (tc) {
+ nsAutoString text;
+ tc->CopyText(text);
+ text.CompressWhitespace();
+ tc->SetText(text, PR_FALSE); // not meant to be used if notify is needed
+ }
+ }
+ }
+ }
+}
+
+NS_IMETHODIMP
+nsMathMLTokenFrame::Init(nsIPresContext* aPresContext,
+ nsIContent* aContent,
+ nsIFrame* aParent,
+ nsIStyleContext* aContext,
+ nsIFrame* aPrevInFlow)
+{
+ // leading and trailing whitespace doesn't count -- bug 15402
+ // brute force removal for people who do a instead of a
+ // XXX the best fix is to skip these in nsTextFrame
+ CompressWhitespace(aContent);
+
+ // let the base class do its Init()
+ return nsMathMLContainerFrame::Init(aPresContext, aContent, aParent, aContext, aPrevInFlow);
+}
+
+NS_IMETHODIMP
+nsMathMLTokenFrame::SetInitialChildList(nsIPresContext* aPresContext,
+ nsIAtom* aListName,
+ nsIFrame* aChildList)
+{
+ // First, let the base class do its work
+ nsresult rv = nsMathMLContainerFrame::SetInitialChildList(aPresContext, aListName, aChildList);
+ if (NS_FAILED(rv))
+ return rv;
+
+ // Safety measure to cater for math fonts with metrics that sometimes
+ // cause glyphs in the text frames to protrude outside. Without this,
+ // such glyphs may be clipped at the painting stage
+ mState |= NS_FRAME_OUTSIDE_CHILDREN;
+ nsIFrame* childFrame = mFrames.FirstChild();
+ while (childFrame) {
+ nsFrameState state;
+ childFrame->GetFrameState(&state);
+ childFrame->SetFrameState(state | NS_FRAME_OUTSIDE_CHILDREN);
+ childFrame->GetNextSibling(&childFrame);
+ }
+
+ ProcessTextData(aPresContext);
+ return rv;
+}
+
+nsresult
+nsMathMLTokenFrame::Reflow(nsIPresContext* aPresContext,
+ nsHTMLReflowMetrics& aDesiredSize,
+ const nsHTMLReflowState& aReflowState,
+ nsReflowStatus& aStatus)
+{
+ nsresult rv = NS_OK;
+
+ // See if this is an incremental reflow
+ if (aReflowState.reason == eReflowReason_Incremental) {
+#ifdef MATHML_NOISY_INCREMENTAL_REFLOW
+printf("nsMathMLContainerFrame::ReflowTokenFor:IncrementalReflow received by: ");
+nsFrame::ListTag(stdout, aFrame);
+printf("\n");
+#endif
+ }
+
+ // initializations needed for empty markup like
+ aDesiredSize.width = aDesiredSize.height = 0;
+ aDesiredSize.ascent = aDesiredSize.descent = 0;
+ aDesiredSize.mBoundingMetrics.Clear();
+
+ // ask our children to compute their bounding metrics
+ nsHTMLReflowMetrics childDesiredSize(aDesiredSize.maxElementSize,
+ aDesiredSize.mFlags | NS_REFLOW_CALC_BOUNDING_METRICS);
+ nsSize availSize(aReflowState.mComputedWidth, aReflowState.mComputedHeight);
+ PRInt32 count = 0;
+ nsIFrame* childFrame;
+ FirstChild(aPresContext, nsnull, &childFrame);
+ while (childFrame) {
+ nsHTMLReflowState childReflowState(aPresContext, aReflowState,
+ childFrame, availSize);
+ rv = ReflowChild(childFrame, aPresContext, childDesiredSize,
+ childReflowState, aStatus);
+ //NS_ASSERTION(NS_FRAME_IS_COMPLETE(aStatus), "bad status");
+ if (NS_FAILED(rv)) return rv;
+
+ // origins are used as placeholders to store the child's ascent and descent.
+ childFrame->SetRect(aPresContext,
+ nsRect(childDesiredSize.descent, childDesiredSize.ascent,
+ childDesiredSize.width, childDesiredSize.height));
+ // compute and cache the bounding metrics
+ if (0 == count)
+ aDesiredSize.mBoundingMetrics = childDesiredSize.mBoundingMetrics;
+ else
+ aDesiredSize.mBoundingMetrics += childDesiredSize.mBoundingMetrics;
+
+ count++;
+ childFrame->GetNextSibling(&childFrame);
+ }
+
+ // cache the frame's mBoundingMetrics
+ mBoundingMetrics = aDesiredSize.mBoundingMetrics;
+
+ // place and size children
+ FinalizeReflow(aPresContext, *aReflowState.rendContext, aDesiredSize);
+ NS_FRAME_SET_TRUNCATION(aStatus, aReflowState, aDesiredSize);
+ return NS_OK;
+}
+
+// For token elements, mBoundingMetrics is computed at the ReflowToken
+// pass, it is not computed here because our children may be text frames
+// that do not implement the GetBoundingMetrics() interface.
+nsresult
+nsMathMLTokenFrame::Place(nsIPresContext* aPresContext,
+ nsIRenderingContext& aRenderingContext,
+ PRBool aPlaceOrigin,
+ nsHTMLReflowMetrics& aDesiredSize)
+{
+ aDesiredSize.width = aDesiredSize.height = 0;
+ aDesiredSize.ascent = aDesiredSize.descent = 0;
+
+ const nsStyleFont* font;
+ GetStyleData(eStyleStruct_Font, (const nsStyleStruct*&)font);
+ nsCOMPtr fm;
+ aPresContext->GetMetricsFor(font->mFont, getter_AddRefs(fm));
+ nscoord ascent, descent;
+ fm->GetMaxAscent(ascent);
+ fm->GetMaxDescent(descent);
+
+ aDesiredSize.mBoundingMetrics = mBoundingMetrics;
+ aDesiredSize.width = mBoundingMetrics.width;
+ aDesiredSize.ascent = PR_MAX(mBoundingMetrics.ascent, ascent);
+ aDesiredSize.descent = PR_MAX(mBoundingMetrics.descent, descent);
+ aDesiredSize.height = aDesiredSize.ascent + aDesiredSize.descent;
+
+ if (aPlaceOrigin) {
+ nscoord dy, dx = 0;
+ nsRect rect;
+ nsIFrame* childFrame;
+ FirstChild(aPresContext, nsnull, &childFrame);
+ while (childFrame) {
+ childFrame->GetRect(rect);
+ nsHTMLReflowMetrics childSize(nsnull);
+ childSize.width = rect.width;
+ childSize.height = aDesiredSize.height; //rect.height;
+
+ // place and size the child
+ dy = aDesiredSize.ascent - rect.y;
+ FinishReflowChild(childFrame, aPresContext, nsnull, childSize, dx, dy, 0);
+ dx += rect.width;
+ childFrame->GetNextSibling(&childFrame);
+ }
+ }
+
+ SetReference(nsPoint(0, aDesiredSize.ascent));
+
+ return NS_OK;
+}
+
+NS_IMETHODIMP
+nsMathMLTokenFrame::ReflowDirtyChild(nsIPresShell* aPresShell,
+ nsIFrame* aChild)
+{
+ // if we get this, it means it was called by the nsTextFrame beneath us, and
+ // this means something changed in the text content. So re-process our text
+
+ nsCOMPtr presContext;
+ aPresShell->GetPresContext(getter_AddRefs(presContext));
+ ProcessTextData(presContext);
+
+ mState |= NS_FRAME_IS_DIRTY | NS_FRAME_HAS_DIRTY_CHILDREN;
+ return mParent->ReflowDirtyChild(aPresShell, this);
+}
+
+NS_IMETHODIMP
+nsMathMLTokenFrame::AttributeChanged(nsIPresContext* aPresContext,
+ nsIContent* aContent,
+ PRInt32 aNameSpaceID,
+ nsIAtom* aAttribute,
+ PRInt32 aModType,
+ PRInt32 aHint)
+{
+ if (nsMathMLAtoms::lquote_ == aAttribute ||
+ nsMathMLAtoms::rquote_ == aAttribute) {
+ SetQuotes(aPresContext);
+ }
+
+ return nsMathMLContainerFrame::
+ AttributeChanged(aPresContext, aContent, aNameSpaceID,
+ aAttribute, aModType, aHint);
+}
+
+void
+nsMathMLTokenFrame::ProcessTextData(nsIPresContext* aPresContext)
+{
+ SetTextStyle(aPresContext);
+}
+
+///////////////////////////////////////////////////////////////////////////
+// For , if the content is not a single character, turn the font to
+// normal (this function will also query attributes from the mstyle hierarchy)
+
+void
+nsMathMLTokenFrame::SetTextStyle(nsIPresContext* aPresContext)
+{
+ nsCOMPtr tag;
+ mContent->GetTag(*getter_AddRefs(tag));
+ if (tag != nsMathMLAtoms::mi_)
+ return;
+
+ if (!mFrames.FirstChild())
+ return;
+
+ // Get the text content that we enclose and its length
+ // our content can include comment-nodes, attribute-nodes, text-nodes...
+ // we use the DOM to make sure that we are only looking at text-nodes...
+ nsAutoString data;
+ PRInt32 numKids;
+ mContent->ChildCount(numKids);
+ for (PRInt32 kid = 0; kid < numKids; kid++) {
+ nsCOMPtr kidContent;
+ mContent->ChildAt(kid, *getter_AddRefs(kidContent));
+ if (kidContent) {
+ nsCOMPtr kidText(do_QueryInterface(kidContent));
+ if (kidText) {
+ nsAutoString kidData;
+ kidText->GetData(kidData);
+ data += kidData;
+ }
+ }
+ }
+
+ // attributes may override the default behavior
+ PRInt32 length = data.Length();
+ nsAutoString fontstyle;
+ PRBool restyle = PR_TRUE;
+ if (NS_CONTENT_ATTR_HAS_VALUE == GetAttribute(mContent, mPresentationData.mstyle,
+ nsMathMLAtoms::fontstyle_, fontstyle))
+ restyle = PR_FALSE;
+ if (1 == length) {
+ // our textual content consists of a single character
+ PRBool isStyleInvariant = nsMathMLOperators::LookupInvariantChar(data[0]);
+ if (isStyleInvariant) {
+ // bug 65951 - we always enforce the style to normal for a non-stylable char
+ // XXX also disable bold type? (makes sense to let the set IR be bold, no?)
+ fontstyle.Assign(NS_LITERAL_STRING("normal"));
+ restyle = PR_TRUE;
+ }
+ else {
+ fontstyle.Assign(NS_LITERAL_STRING("italic"));
+ }
+ }
+ else {
+ // our textual content consists of multiple characters
+ fontstyle.Assign(NS_LITERAL_STRING("normal"));
+ }
+
+ // set the -moz-math-font-style attribute without notifying that we want a reflow
+ if (restyle)
+ mContent->SetAttr(kNameSpaceID_None, nsMathMLAtoms::fontstyle, fontstyle, PR_FALSE);
+
+ // then, re-resolve the style contexts in our subtree
+ nsCOMPtr presShell;
+ aPresContext->GetShell(getter_AddRefs(presShell));
+ if (presShell) {
+ nsCOMPtr fm;
+ presShell->GetFrameManager(getter_AddRefs(fm));
+ if (fm) {
+ PRInt32 maxChange, minChange = NS_STYLE_HINT_NONE;
+ nsStyleChangeList changeList;
+ fm->ComputeStyleChangeFor(aPresContext, this,
+ kNameSpaceID_None, nsMathMLAtoms::fontstyle,
+ changeList, minChange, maxChange);
+ }
+ }
+}
+
+///////////////////////////////////////////////////////////////////////////
+// For , it is assumed that the mathml.css file contains two rules:
+// ms:before { content: open-quote; }
+// ms:after { content: close-quote; }
+// With these two rules, the frame construction code will
+// create inline frames that contain text frames which themselves
+// contain the text content of the quotes.
+// So the main idea in this code is to see if there are lquote and
+// rquote attributes. If these are there, we ovewrite the default
+// quotes in the text frames.
+//
+// But what if the mathml.css file wasn't loaded?
+// We also check that we are not relying on null pointers...
+
+static void
+SetQuote(nsIPresContext* aPresContext,
+ nsIFrame* aFrame,
+ nsString& aValue)
+{
+ nsIFrame* textFrame;
+ do {
+ // walk down the hierarchy of first children because they could be wrapped
+ aFrame->FirstChild(aPresContext, nsnull, &textFrame);
+ if (textFrame) {
+ nsCOMPtr frameType;
+ textFrame->GetFrameType(getter_AddRefs(frameType));
+ if (frameType == nsLayoutAtoms::textFrame)
+ break;
+ }
+ aFrame = textFrame;
+ } while (textFrame);
+ if (textFrame) {
+ nsCOMPtr quoteContent;
+ textFrame->GetContent(getter_AddRefs(quoteContent));
+ if (quoteContent) {
+ nsCOMPtr domText(do_QueryInterface(quoteContent));
+ if (domText) {
+ nsCOMPtr tc(do_QueryInterface(quoteContent));
+ if (tc) {
+ tc->SetText(aValue, PR_FALSE); // no notify since we don't want a reflow yet
+ }
+ }
+ }
+ }
+}
+
+void
+nsMathMLTokenFrame::SetQuotes(nsIPresContext* aPresContext)
+{
+ nsCOMPtr tag;
+ mContent->GetTag(*getter_AddRefs(tag));
+ if (tag != nsMathMLAtoms::ms_)
+ return;
+
+ nsIFrame* rightFrame = nsnull;
+ nsIFrame* baseFrame = nsnull;
+ nsIFrame* leftFrame = mFrames.FirstChild();
+ if (leftFrame)
+ leftFrame->GetNextSibling(&baseFrame);
+ if (baseFrame)
+ baseFrame->GetNextSibling(&rightFrame);
+ if (!leftFrame || !baseFrame || !rightFrame)
+ return;
+
+ nsAutoString value;
+ // lquote
+ if (NS_CONTENT_ATTR_NOT_THERE != GetAttribute(mContent, mPresentationData.mstyle,
+ nsMathMLAtoms::lquote_, value)) {
+ SetQuote(aPresContext, leftFrame, value);
+ }
+ // rquote
+ if (NS_CONTENT_ATTR_NOT_THERE != GetAttribute(mContent, mPresentationData.mstyle,
+ nsMathMLAtoms::rquote_, value)) {
+ SetQuote(aPresContext, rightFrame, value);
+ }
+}
diff --git a/layout/mathml/base/src/nsMathMLTokenFrame.h b/layout/mathml/base/src/nsMathMLTokenFrame.h
new file mode 100644
index 00000000000..cd90f2cfd7b
--- /dev/null
+++ b/layout/mathml/base/src/nsMathMLTokenFrame.h
@@ -0,0 +1,92 @@
+/*
+ * The contents of this file are subject to the Mozilla Public
+ * License Version 1.1 (the "License"); you may not use this file
+ * except in compliance with the License. You may obtain a copy of
+ * the License at http://www.mozilla.org/MPL/
+ *
+ * Software distributed under the License is distributed on an "AS
+ * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
+ * implied. See the License for the specific language governing
+ * rights and limitations under the License.
+ *
+ * The Original Code is Mozilla MathML Project.
+ *
+ * The Initial Developer of the Original Code is The University Of
+ * Queensland. Portions created by The University Of Queensland are
+ * Copyright (C) 1999 The University Of Queensland. All Rights Reserved.
+ *
+ * Contributor(s):
+ * Roger B. Sidje
+ */
+
+#ifndef nsMathMLTokenFrame_h___
+#define nsMathMLTokenFrame_h___
+
+#include "nsCOMPtr.h"
+#include "nsMathMLContainerFrame.h"
+
+//
+// Base class to handle token elements
+//
+
+class nsMathMLTokenFrame : public nsMathMLContainerFrame {
+public:
+ friend nsresult NS_NewMathMLTokenFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame);
+
+ NS_IMETHOD
+ GetFrameType(nsIAtom** aType) const;
+
+ NS_IMETHOD
+ Init(nsIPresContext* aPresContext,
+ nsIContent* aContent,
+ nsIFrame* aParent,
+ nsIStyleContext* aContext,
+ nsIFrame* aPrevInFlow);
+
+ NS_IMETHOD
+ SetInitialChildList(nsIPresContext* aPresContext,
+ nsIAtom* aListName,
+ nsIFrame* aChildList);
+
+ NS_IMETHOD
+ Reflow(nsIPresContext* aPresContext,
+ nsHTMLReflowMetrics& aDesiredSize,
+ const nsHTMLReflowState& aReflowState,
+ nsReflowStatus& aStatus);
+
+ NS_IMETHOD
+ Place(nsIPresContext* aPresContext,
+ nsIRenderingContext& aRenderingContext,
+ PRBool aPlaceOrigin,
+ nsHTMLReflowMetrics& aDesiredSize);
+
+ NS_IMETHOD
+ ReflowDirtyChild(nsIPresShell* aPresShell,
+ nsIFrame* aChild);
+
+ NS_IMETHOD
+ AttributeChanged(nsIPresContext* aPresContext,
+ nsIContent* aChild,
+ PRInt32 aNameSpaceID,
+ nsIAtom* aAttribute,
+ PRInt32 aModType,
+ PRInt32 aHint);
+protected:
+ nsMathMLTokenFrame();
+ virtual ~nsMathMLTokenFrame();
+
+ virtual PRIntn GetSkipSides() const { return 0; }
+
+ // hook to perform MathML-specific actions depending on the tag
+ virtual void
+ ProcessTextData(nsIPresContext* aPresContext);
+
+ // helper to set the style of which has to be italic or normal
+ // depending on its textual content
+ void SetTextStyle(nsIPresContext* aPresContext);
+
+ // helper to set the quotes of
+ void SetQuotes(nsIPresContext* aPresContext);
+};
+
+#endif /* nsMathMLTokentFrame_h___ */
diff --git a/layout/mathml/base/src/nsMathMLmiFrame.cpp b/layout/mathml/base/src/nsMathMLmiFrame.cpp
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/layout/mathml/base/src/nsMathMLmiFrame.h b/layout/mathml/base/src/nsMathMLmiFrame.h
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/layout/mathml/base/src/nsMathMLmoFrame.cpp b/layout/mathml/base/src/nsMathMLmoFrame.cpp
index 85f86e101d4..4e33ddf414d 100644
--- a/layout/mathml/base/src/nsMathMLmoFrame.cpp
+++ b/layout/mathml/base/src/nsMathMLmoFrame.cpp
@@ -156,8 +156,8 @@ nsMathMLmoFrame::Paint(nsIPresContext* aPresContext,
if (!useMathMLChar || NS_FRAME_PAINT_LAYER_BACKGROUND == aWhichLayer) {
// let the base class paint the background, border, outline
- rv = nsMathMLContainerFrame::Paint(aPresContext, aRenderingContext,
- aDirtyRect, aWhichLayer);
+ rv = nsMathMLTokenFrame::Paint(aPresContext, aRenderingContext,
+ aDirtyRect, aWhichLayer);
}
if (useMathMLChar) {
// make our char selected if our inner child text frame is selected
@@ -927,29 +927,13 @@ nsMathMLmoFrame::Stretch(nsIPresContext* aPresContext,
return NS_OK;
}
-NS_IMETHODIMP
-nsMathMLmoFrame::SetInitialChildList(nsIPresContext* aPresContext,
- nsIAtom* aListName,
- nsIFrame* aChildList)
-{
- // First, let the base class do its work
- nsresult rv = nsMathMLContainerFrame::SetInitialChildList(aPresContext, aListName, aChildList);
- if (NS_FAILED(rv)) return rv;
-
- // No need to tract the style context given to our MathML char.
- // The Style System will use Get/SetAdditionalStyleContext() to keep it
- // up-to-date if dynamic changes arise.
- ProcessTextData(aPresContext);
- return rv;
-}
-
NS_IMETHODIMP
nsMathMLmoFrame::InheritAutomaticData(nsIPresContext* aPresContext,
nsIFrame* aParent)
{
// retain our native direction, it only changes if our text content changes
nsStretchDirection direction = mEmbellishData.direction;
- nsMathMLContainerFrame::InheritAutomaticData(aPresContext, aParent);
+ nsMathMLTokenFrame::InheritAutomaticData(aPresContext, aParent);
mEmbellishData.direction = direction;
return NS_OK;
}
@@ -974,18 +958,8 @@ nsMathMLmoFrame::Reflow(nsIPresContext* aPresContext,
// certain values use units that depend on our style context, so
// it is safer to just process the whole lot here
ProcessOperatorData(aPresContext);
- return ReflowTokenFor(this, aPresContext, aDesiredSize,
- aReflowState, aStatus);
-}
-
-NS_IMETHODIMP
-nsMathMLmoFrame::Place(nsIPresContext* aPresContext,
- nsIRenderingContext& aRenderingContext,
- PRBool aPlaceOrigin,
- nsHTMLReflowMetrics& aDesiredSize)
-{
- return PlaceTokenFor(this, aPresContext, aRenderingContext,
- aPlaceOrigin, aDesiredSize);
+ return nsMathMLTokenFrame::Reflow(aPresContext, aDesiredSize,
+ aReflowState, aStatus);
}
NS_IMETHODIMP
@@ -1039,12 +1013,13 @@ nsMathMLmoFrame::AttributeChanged(nsIPresContext* aPresContext,
return ReLayoutChildren(aPresContext, target);
}
- return nsMathMLContainerFrame::
+ return nsMathMLTokenFrame::
AttributeChanged(aPresContext, aContent, aNameSpaceID,
aAttribute, aModType, aHint);
}
// ----------------------
+// No need to tract the style context given to our MathML char.
// the Style System will use these to pass the proper style context to our MathMLChar
NS_IMETHODIMP
nsMathMLmoFrame::GetAdditionalStyleContext(PRInt32 aIndex,
diff --git a/layout/mathml/base/src/nsMathMLmoFrame.h b/layout/mathml/base/src/nsMathMLmoFrame.h
index eaa2d90cfd1..c1d7e4dd246 100644
--- a/layout/mathml/base/src/nsMathMLmoFrame.h
+++ b/layout/mathml/base/src/nsMathMLmoFrame.h
@@ -25,13 +25,13 @@
#define nsMathMLmoFrame_h___
#include "nsCOMPtr.h"
-#include "nsMathMLContainerFrame.h"
+#include "nsMathMLTokenFrame.h"
//
// -- operator, fence, or separator
//
-class nsMathMLmoFrame : public nsMathMLContainerFrame {
+class nsMathMLmoFrame : public nsMathMLTokenFrame {
public:
friend nsresult NS_NewMathMLmoFrame(nsIPresShell* aPresShell, nsIFrame** aNewFrame);
@@ -45,11 +45,6 @@ public:
GetAdditionalStyleContext(PRInt32 aIndex,
nsIStyleContext** aStyleContext) const;
- NS_IMETHOD
- SetInitialChildList(nsIPresContext* aPresContext,
- nsIAtom* aListName,
- nsIFrame* aChildList);
-
NS_IMETHOD
Paint(nsIPresContext* aPresContext,
nsIRenderingContext& aRenderingContext,
@@ -70,12 +65,6 @@ public:
const nsHTMLReflowState& aReflowState,
nsReflowStatus& aStatus);
- NS_IMETHOD
- Place(nsIPresContext* aPresContext,
- nsIRenderingContext& aRenderingContext,
- PRBool aPlaceOrigin,
- nsHTMLReflowMetrics& aDesiredSize);
-
NS_IMETHOD
ReflowDirtyChild(nsIPresShell* aPresShell,
nsIFrame* aChild);
@@ -108,8 +97,8 @@ protected:
float mMinSize;
float mMaxSize;
- // helper to get the text that we enclose and setup our nsMathMLChar
- void
+ // overload the base method so that we can setup our nsMathMLChar
+ virtual void
ProcessTextData(nsIPresContext* aPresContext);
// helper to get our 'form' and lookup in the Operator Dictionary to fetch
diff --git a/layout/mathml/base/src/nsMathMLmsFrame.cpp b/layout/mathml/base/src/nsMathMLmsFrame.cpp
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/layout/mathml/base/src/nsMathMLmsFrame.h b/layout/mathml/base/src/nsMathMLmsFrame.h
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/layout/mathml/base/src/nsMathMLmtextFrame.cpp b/layout/mathml/base/src/nsMathMLmtextFrame.cpp
deleted file mode 100644
index e69de29bb2d..00000000000
diff --git a/layout/mathml/base/src/nsMathMLmtextFrame.h b/layout/mathml/base/src/nsMathMLmtextFrame.h
deleted file mode 100644
index e69de29bb2d..00000000000