Home
last modified time | relevance | path

Searched defs:optional (Results 1 – 9 of 9) sorted by path

/trunk/main/cppuhelper/source/
H A Dbootstrap.cxx321 bool optional = ('?' == rdb_name[ 0 ]); in nestRegistries() local
H A Dpropertysetmixin.cxx772 css::uno::Reference< css::reflection::XIdlClass > optional( in getProperty() local
/trunk/main/dbaccess/inc/
H A Dgenericcontroller.hxx82 class optional : public ::boost::optional< T > class
87 optional ( ) : base_type( ) { } in optional() function in dbaui::optional
88 explicit optional ( T const& val ) : base_type( val ) { } in optional() function in dbaui::optional
89 optional ( optional const& rhs ) : base_type( (base_type const&)rhs ) { } in optional() function in dbaui::optional
/trunk/main/desktop/source/deployment/misc/
H A Ddp_identifier.cxx46 ::rtl::OUString generateIdentifier( in generateIdentifier()
/trunk/main/idlc/inc/idlc/
H A Dinheritedinterface.hxx53 bool optional; member in InheritedInterface
/trunk/main/idlc/source/
H A Dastinterface.cxx67 AstType const * ifc, bool optional, rtl::OUString const & documentation) in addInheritedInterface()
271 bool direct, bool optional, bool mainOptional) const in checkInheritedInterfaceClashes()
357 AstInterface const * ifc, bool direct, bool optional) in addVisibleInterface()
/trunk/main/javaunohelper/com/sun/star/lib/uno/helper/
H A DPropertySetMixin.java876 XIdlClass optional = getReflection(typeName); in getProperty() local
/trunk/main/unodevtools/source/skeletonmaker/
H A Dcpptypemaker.cxx279 bool optional = false; in printSetPropertyMixinBody() local
H A Djavatypemaker.cxx278 bool optional = false; in printSetPropertyMixinBody() local

Completed in 57 milliseconds