Home
last modified time | relevance | path

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

/trunk/main/vcl/inc/vcl/
H A Dedit.hxx93 … SAL_DLLPRIVATE bool ImplTruncateToMaxLen( rtl::OUString&, sal_uInt32 nSelectionLen ) const;
/trunk/main/vcl/source/control/
H A Dedit.cxx844 bool Edit::ImplTruncateToMaxLen( rtl::OUString& rStr, sal_uInt32 nSelectionLen ) const in ImplTruncateToMaxLen() function in Edit
866 ImplTruncateToMaxLen( aNewText, aSelection.Len() ); in ImplInsertText()
1419 if( ImplTruncateToMaxLen( aText, maSelection.Len() ) ) in ImplPaste()

Completed in 35 milliseconds