LibreOffice Module comphelper (master) 1
Functions
comphelper::string::detail Namespace Reference

Functions

template<typename B >
B & truncateToLength (B &rBuffer, sal_Int32 nLen)
 
template<typename B , typename U >
B & padToLength (B &rBuffer, sal_Int32 nLen, U cFill)
 

Function Documentation

◆ padToLength()

template<typename B , typename U >
B & comphelper::string::detail::padToLength ( B &  rBuffer,
sal_Int32  nLen,
cFill 
)

Definition at line 195 of file string.hxx.

References B.

Referenced by comphelper::string::padToLength().

◆ truncateToLength()

template<typename B >
B & comphelper::string::detail::truncateToLength ( B &  rBuffer,
sal_Int32  nLen 
)

Definition at line 167 of file string.hxx.

References B.

Referenced by comphelper::string::truncateToLength().