LibreOffice Module comphelper (master) 1
|
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) |
B & comphelper::string::detail::padToLength | ( | B & | rBuffer, |
sal_Int32 | nLen, | ||
U | cFill | ||
) |
Definition at line 195 of file string.hxx.
References B.
Referenced by comphelper::string::padToLength().
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().