Home
last modified time | relevance | path

Searched refs:appendChar (Results 1 – 4 of 4) sorted by relevance

/trunk/main/comphelper/source/misc/
H A Danytostring.cxx47 inline void appendChar( rtl::OUStringBuffer & buf, sal_Unicode c ) in appendChar() function
224 appendChar( buf, c ); in appendValue()
276 appendChar( buf, c ); in appendValue()
/trunk/main/oox/source/dump/
H A Ddumperbase.cxx230 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()
/trunk/main/sal/rtl/source/
H A Dmath.cxx225 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
/trunk/main/oox/inc/oox/dump/
H A Ddumperbase.hxx310 …static void appendChar( ::rtl::OUStringBuffer& rStr, sal_Unicode cChar, sal_Int32 nCount =…

Completed in 46 milliseconds