HasUnoInterfaces Function /text/sbasic/shared/03104400.xhp Sun Microsystems, Inc.
HasUnoInterfaces function HasUnoInterfaces Function Tests if a Basic Uno object supports certain Uno interfaces.
Returns True, if all stated Uno interfaces are supported, otherwise False is returned. HasUnoInterfaces( oTest, Uno-Interface-Name 1 [, Uno-Interface-Name 2, ...]) Bool oTest: the Basic Uno object that you want to test. Uno-Interface-Name: list of Uno interface names. bHas = HasUnoInterfaces( oTest, "com.sun.star.beans.XIntrospection" )
24.04.10 LibreOffice 核心代码仓库文档基金会
summaryrefslogtreecommitdiff
path: root/vcl/source/filter/ixbm
AgeCommit message (Expand)Author
2017-04-25tools: svstream.hxx needs only errcode.hxx & not errinf.hxxChris Sherlock
2017-03-22Use rtl::isAscii* instead of ctype.h is* (and fix passing plain char)Stephan Bergmann
2017-03-14return early on clearly broken xbmsCaolán McNamara
2017-03-10ofz#782 oom in xbmCaolán McNamara
2017-02-08ofz#394 xbm ParseDefine problemCaolán McNamara
2017-01-13new loplugin: useuniqueptr: vclNoel Grandin
2017-01-09unnecessary const castCaolán McNamara
2016-12-05Change Read/Write access to Scoped Read/Write accessMark Page
2016-09-13loplugin:override: No more need for the "MSVC dtor override" workaroundStephan Bergmann
2016-09-07loplugin:constantparam in vcl..xmlscriptNoel Grandin
2016-08-12loplugin:countusersofdefaultparams in vcl..xmlsecurityNoel Grandin
2016-07-11Modify ImpGraphic class, GraphicReader context to use unique ptrMark Page
2016-04-11Get rid of _XBMPRIVATEStephan Bergmann
2016-02-22loplugin:commaoperator in vcl/Noel Grandin
2016-02-06vcl: bmpacc.hxx -> bitmapaccess.hxxChris Sherlock
2016-01-08Revert "vcl: move filter headers to vcl/inc/filter"Chris Sherlock
2016-01-08vcl: move filter headers to vcl/inc/filterChris Sherlock
2015-11-10loplugin:nullptr (automatic rewrite)Stephan Bergmann
2015-10-01Fix typosAndrea Gelmini
2015-08-20more config skipping stuff and a tester toolCaolán McNamara
2015-07-11fix and test for xbm import crashCaolán McNamara
2015-05-25cppcheck: noExplicitConstructorCaolán McNamara
2015-04-02loplugin:staticmethodsNoel Grandin
2015-03-26const_cast: convert some C-style casts and remove some redundant onesStephan Bergmann
2015-01-02Remove unnecessary comphelper::string::getTokenStephan Bergmann
2014-09-29loplugin: cstylecastNoel Grandin
2014-04-02Kill superfluous vertical whitespaceTor Lillqvist
2014-02-26Removed unnecessary comment decorations from VCL sourcesChris Sherlock
2014-02-23Remove unneccessary commentsAlexander Wilms
2014-02-12convert SvStream::operator>> methods to ReadXXX methodsNoel Grandin
2014-01-21Translated German comments vcl/sourceLuc Castermans
2013-11-07remove unnecessary use of OUString constructor in VCL moduleNoel Grandin
2013-10-28fixincludeguards.sh: vclThomas Arnhold
2013-05-31sal_Bool to boolTakeshi Abe
2013-04-07mass removal of rtl:: prefixes for O(U)String*Luboš Luňák
2013-03-16Bin more pointless comments and ASCII graphicsTor Lillqvist
2013-01-12RTL_CONSTASCII_(U)STRINGPARAM removed in vcl/source/filterChr. Rossmanith
2013-01-04Move GraphicFilter class to vcl.Jan Holesovsky