Lines Matching refs:append

119                         sBuffer.append( "snap [ "                                   );  in getLog()
120 sBuffer.append( pItem1->sComment ); in getLog()
121 sBuffer.append( " ]\n\tavail phys\t=\t" ); in getLog()
122 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailPhys ); in getLog()
123 sBuffer.append( "\n\tavail page\t=\t" ); in getLog()
124 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailPageFile ); in getLog()
125 sBuffer.append( "\n\tavail virt\t=\t" ); in getLog()
126 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailVirtual ); in getLog()
127 sBuffer.append( "\n\tdifference\t=\t[ " ); in getLog()
131 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailPhys ); in getLog()
132 sBuffer.append( ", " ); in getLog()
133 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailPageFile ); in getLog()
134 sBuffer.append( ", " ); in getLog()
135 sBuffer.append( (sal_Int32)pItem1->aStatus.dwAvailVirtual ); in getLog()
136 sBuffer.append( " ]\n\n" ); in getLog()
140 …sBuffer.append( (sal_Int32)(pItem2->aStatus.dwAvailPhys - pItem1->aStatus.dwAvailPhys ) … in getLog()
141 …sBuffer.append( ", " … in getLog()
142 …sBuffer.append( (sal_Int32)(pItem2->aStatus.dwAvailPageFile - pItem1->aStatus.dwAvailPageFile ) … in getLog()
143 …sBuffer.append( ", " … in getLog()
144 …sBuffer.append( (sal_Int32)(pItem2->aStatus.dwAvailVirtual - pItem1->aStatus.dwAvailVirtual ) … in getLog()
145 …sBuffer.append( " ]\n\n" … in getLog()
149 sBuffer.append( "0, 0, 0 ]\n\n" ); in getLog()
194 … _sBuffer.append( SOPERATION ); \
195 … _sBuffer.append( "\n" ); \
196 … _sBuffer.append( SCOMMENT ); \
197 … _sBuffer.append( "\n\n" ); \
198 … _sBuffer.append( AOBJECT.getLog() ); \