Home
last modified time | relevance | path

Searched refs:aArgumentBuffer (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/framework/source/recording/
H A Ddispatchrecorder.cxx208 …LL DispatchRecorder::AppendToBuffer( css::uno::Any aValue, ::rtl::OUStringBuffer& aArgumentBuffer ) in AppendToBuffer() argument
215 aArgumentBuffer.appendAscii("Array("); in AppendToBuffer()
218 AppendToBuffer( aSeq[nAny], aArgumentBuffer ); in AppendToBuffer()
221 aArgumentBuffer.appendAscii(","); in AppendToBuffer()
224 aArgumentBuffer.appendAscii(")"); in AppendToBuffer()
235 aArgumentBuffer.appendAscii("Array("); in AppendToBuffer()
238 AppendToBuffer( aSeq[nAny], aArgumentBuffer ); in AppendToBuffer()
241 aArgumentBuffer.appendAscii(","); in AppendToBuffer()
244 aArgumentBuffer.appendAscii(")"); in AppendToBuffer()
265 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
[all …]
/AOO41X/main/framework/inc/recording/
H A Ddispatchrecorder.hxx103 … void SAL_CALL AppendToBuffer( css::uno::Any aValue, ::rtl::OUStringBuffer& aArgumentBuffer );