Home
last modified time | relevance | path

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

/trunk/main/framework/source/recording/
H A Ddispatchrecorder.cxx207 …LL DispatchRecorder::AppendToBuffer( css::uno::Any aValue, ::rtl::OUStringBuffer& aArgumentBuffer ) in AppendToBuffer() argument
214 aArgumentBuffer.appendAscii("Array("); in AppendToBuffer()
217 AppendToBuffer( aSeq[nAny], aArgumentBuffer ); in AppendToBuffer()
220 aArgumentBuffer.appendAscii(","); in AppendToBuffer()
223 aArgumentBuffer.appendAscii(")"); in AppendToBuffer()
234 aArgumentBuffer.appendAscii("Array("); in AppendToBuffer()
237 AppendToBuffer( aSeq[nAny], aArgumentBuffer ); in AppendToBuffer()
240 aArgumentBuffer.appendAscii(","); in AppendToBuffer()
243 aArgumentBuffer.appendAscii(")"); in AppendToBuffer()
264 aArgumentBuffer.appendAscii("\""); in AppendToBuffer()
[all …]
/trunk/main/framework/inc/recording/
H A Ddispatchrecorder.hxx103 … void SAL_CALL AppendToBuffer( css::uno::Any aValue, ::rtl::OUStringBuffer& aArgumentBuffer );