Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/2017
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/17/2017/1
add method isEmpty() to OUStringBuffer
Change-Id: Ia11d97eebbb08e8058a5f919ed3db3029ce39a78
---
M sal/inc/rtl/ustrbuf.hxx
1 file changed, 13 insertions(+), 0 deletions(-)
diff --git a/sal/inc/rtl/ustrbuf.hxx b/sal/inc/rtl/ustrbuf.hxx
index 98f1fc5..b8bae09 100644
--- a/sal/inc/rtl/ustrbuf.hxx
+++ b/sal/inc/rtl/ustrbuf.hxx
@@ -282,6 +282,19 @@
}
/**
+ Checks if a string buffer is empty.
+
+ @return sal_True if the string buffer is empty;
+ sal_False, otherwise.
+
+ @since LibreOffice 4.0
+ */
+ bool isEmpty() const SAL_THROW(())
+ {
+ return pData->length == 0;
+ }
+
+ /**
Returns the current capacity of the String buffer.
The capacity
--
To view, visit https://gerrit.libreoffice.org/2017
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: Ia11d97eebbb08e8058a5f919ed3db3029ce39a78
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Christina Roßmanith <ChrRossmanith@web.de>
Context
- [PATCH] add method isEmpty() to OUStringBuffer · via Code Review
Privacy Policy |
Impressum (Legal Info) |
Copyright information: Unless otherwise specified, all text and images
on this website are licensed under the
Creative Commons Attribution-Share Alike 3.0 License.
This does not include the source code of LibreOffice, which is
licensed under the Mozilla Public License (
MPLv2).
"LibreOffice" and "The Document Foundation" are
registered trademarks of their corresponding registered owners or are
in actual use as trademarks in one or more countries. Their respective
logos and icons are also subject to international copyright laws. Use
thereof is explained in our
trademark policy.