get_prettyPrinting  120 core/XMLClass.h 		uint32 get_prettyPrinting();
get_prettyPrinting  125 core/XMLClass.h 		bool okToPrettyPrint() { return (get_prettyPrinting() && (m_prettyIndent >= 0)); }
get_prettyPrinting 1394 core/XMLObject.cpp 		if (toplevel()->xmlClass()->get_prettyPrinting() && bIndentChildren)