Lines Matching refs:rStrm

1718 void SvMetaSlot::WriteCSV( SvIdlDataBase& rBase, SvStream& rStrm )  in WriteCSV()  argument
1720 rStrm << "PROJECT,"; in WriteCSV()
1721 rStrm << GetSlotId().GetBuffer() << ','; in WriteCSV()
1722 rStrm << ByteString::CreateFromInt32( GetSlotId().GetValue() ).GetBuffer() << ','; in WriteCSV()
1725 rStrm << GetPseudoPrefix().GetBuffer() << ','; in WriteCSV()
1727 rStrm << ','; in WriteCSV()
1729 rStrm << GetGroupId().GetBuffer() << ','; in WriteCSV()
1731 WriteBool( GetAccelConfig(), rStrm ); in WriteCSV()
1732 WriteBool( GetMenuConfig(), rStrm ); in WriteCSV()
1733 WriteBool( GetStatusBarConfig(), rStrm ); in WriteCSV()
1734 WriteBool( GetToolBoxConfig(), rStrm ); in WriteCSV()
1737 rStrm << GetSlotType()->GetName().GetBuffer() << ','; in WriteCSV()
1739 rStrm << ','; in WriteCSV()
1741 WriteBool( GetAutoUpdate(), rStrm ); in WriteCSV()
1743 rStrm << "Cachable" << ','; in WriteCSV()
1745 rStrm << "Volatile" << ','; in WriteCSV()
1747 WriteBool( GetContainer(), rStrm ); in WriteCSV()
1748 WriteBool( GetFastCall(), rStrm ); in WriteCSV()
1749 WriteBool( GetHasCoreId(), rStrm ); in WriteCSV()
1750 WriteBool( GetHasDialog(), rStrm ); in WriteCSV()
1751 WriteBool( GetReadOnlyDoc(), rStrm ); in WriteCSV()
1752 WriteBool( GetImageRotation(), rStrm ); in WriteCSV()
1753 WriteBool( GetImageReflection(), rStrm ); in WriteCSV()
1754 rStrm << GetDisableFlags().GetBuffer() << ','; in WriteCSV()
1757 rStrm << "Synchron" << ','; in WriteCSV()
1759 rStrm << "Asynchron" << ','; in WriteCSV()
1761 WriteBool( GetToggle(), rStrm ); in WriteCSV()
1762 WriteBool( GetReadonly(), rStrm ); in WriteCSV()
1763 WriteBool( GetExport(), rStrm ); in WriteCSV()
1765 rStrm << "RecordPerItem" << ','; in WriteCSV()
1767 rStrm << "NoRecord" << ','; in WriteCSV()
1769 rStrm << "RecordManual" << ','; in WriteCSV()
1771 rStrm << "RecordPerSet" << ','; in WriteCSV()
1773 WriteBool( GetRecordAbsolute(), rStrm ); in WriteCSV()
1777 rStrm << GetMethod()->GetType()->GetReturnType()->GetName().GetBuffer() << ','; in WriteCSV()
1778 rStrm << GetMethod()->GetName().GetBuffer() << ','; in WriteCSV()
1782 rStrm << ",,"; in WriteCSV()
1785 rStrm << GetType()->GetSvName().GetBuffer() << ','; in WriteCSV()
1786 rStrm << GetName().GetBuffer() << ','; in WriteCSV()
1796 rStrm << "\"("; in WriteCSV()
1800 pAttr->WriteCSV( rBase, rStrm ); in WriteCSV()
1803 rStrm << ','; in WriteCSV()
1805 rStrm << ")\""; in WriteCSV()
1808 rStrm << "()"; in WriteCSV()
1811 rStrm << endl; in WriteCSV()