Home
last modified time | relevance | path

Searched refs:value_ (Results 1 – 11 of 11) sorted by relevance

/trunk/main/configmgr/source/
H A Dpropertynode.cxx50 Node(layer), staticType_(staticType), nillable_(nillable), value_(value), in PropertyNode()
71 value_ = val.Value; //TODO: check value type in getValue()
75 return value_; in getValue()
80 value_ = value; in setValue()
96 value_(other.value_), externalDescriptor_(other.externalDescriptor_), in PropertyNode()
H A Dlocalizedvaluenode.cxx44 Node(layer), value_(value) in LocalizedValueNode()
56 return value_; in getValue()
61 value_ = value; in setValue()
65 Node(other), value_(other.value_) in LocalizedValueNode()
H A Dconfigurationregistry.cxx165 service_(service), value_(value) {} in RegistryKey()
321 css::uno::Any value_; member in configmgr::configuration_registry::__anonca95c82b0111::RegistryKey
510 if (value_ >>= named) { in getKeyName()
577 if (value_ >>= v) { in getLongValue()
606 if (value_ >>= v) { in getLongListValue()
635 if (value_ >>= v) { in getAsciiValue()
664 if (value_ >>= v) { in getAsciiListValue()
693 if (value_ >>= v) { in getStringValue()
722 if (value_ >>= v) { in getStringListValue()
752 if (value_ >>= v) { in getBinaryValue()
[all …]
H A Dlocalizedvaluenode.hxx57 com::sun::star::uno::Any value_; member in configmgr::LocalizedValueNode
H A Dpropertynode.hxx72 com::sun::star::uno::Any value_; member in configmgr::PropertyNode
/trunk/main/xmlhelp/source/cxxhelp/inc/util/
H A DConceptList.hxx49 value_( 0 ), in ConceptList()
52 void value( sal_Int32 val ) { value_ += val; } in value()
56 sal_Int32 k_,value_; member in xmlsearch::util::ConceptList
/trunk/main/cppuhelper/inc/cppuhelper/
H A Dcomponent_context.hxx69 ::com::sun::star::uno::Any const & value_, in ContextEntry_Init()
73 value( value_ ) in ContextEntry_Init()
/trunk/main/shell/source/win32/shlxthandler/propsheets/
H A Ddocument_statistic.hxx46 value_(value), in statistic_item()
51 std::wstring value_; member
H A Dlistviewbuilder.cxx106 insert_item(item_iter->title_, item_iter->value_, item_iter->editable_); in build()
/trunk/main/wizards/com/sun/star/wizards/ui/event/
H A DDataAware.java66 protected DataAware(Object dataObject_, Value value_) { in DataAware() argument
68 value = value_; in DataAware()
/trunk/main/cppuhelper/source/
H A Dcomponent_context.cxx356 inline ContextEntry( Any const & value_, bool lateInit_ ) in ContextEntry()
357 : value( value_ ) in ContextEntry()

Completed in 57 milliseconds