Searched refs:appendChar (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/comphelper/source/misc/ |
H A D | anytostring.cxx | 47 inline void appendChar( rtl::OUStringBuffer & buf, sal_Unicode c ) in appendChar() function 224 appendChar( buf, c ); in appendValue() 276 appendChar( buf, c ); in appendValue()
|
/aoo42x/main/oox/source/dump/ |
H A D | dumperbase.cxx | 230 void StringHelper::appendChar( OUStringBuffer& rStr, sal_Unicode cChar, sal_Int32 nCount ) in appendChar() function in oox::dump::StringHelper 238 appendChar( rStr, cFill, nWidth - rData.getLength() ); in appendString() 578 appendChar( rStr, cChar, nCount ); in appendEncChar() 1801 StringHelper::appendChar( aBuffer, ' ', OOX_DUMP_INDENT ); in incIndent() 1873 StringHelper::appendChar( maLine, ' ', nColPos - maLine.getLength() ); in tab() 1877 StringHelper::appendChar( maLine, ' ', 2 ); in tab()
|
/aoo42x/main/sal/rtl/source/ |
H A D | math.cxx | 225 static inline void appendChar(rtl_String ** pBuffer, sal_Int32 * pCapacity, in appendChar() function 267 static inline void appendChar(rtl_uString ** pBuffer, sal_Int32 * pCapacity, in appendChar() function
|
/aoo42x/main/oox/inc/oox/dump/ |
H A D | dumperbase.hxx | 310 …static void appendChar( ::rtl::OUStringBuffer& rStr, sal_Unicode cChar, sal_Int32 nCount =…
|
Completed in 52 milliseconds