Searched refs:value_ (Results 1 – 11 of 11) sorted by relevance
/aoo41x/main/configmgr/source/ |
H A D | propertynode.cxx | 50 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 D | localizedvaluenode.cxx | 44 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 D | configurationregistry.cxx | 165 service_(service), value_(value) {} in RegistryKey() 321 css::uno::Any value_; member in configmgr::configuration_registry::__anon87761c130111::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 D | localizedvaluenode.hxx | 57 com::sun::star::uno::Any value_; member in configmgr::LocalizedValueNode
|
H A D | propertynode.hxx | 72 com::sun::star::uno::Any value_; member in configmgr::PropertyNode
|
/aoo41x/main/xmlhelp/source/cxxhelp/inc/util/ |
H A D | ConceptList.hxx | 49 value_( 0 ), in ConceptList() 52 void value( sal_Int32 val ) { value_ += val; } in value() 56 sal_Int32 k_,value_; member in xmlsearch::util::ConceptList
|
/aoo41x/main/cppuhelper/inc/cppuhelper/ |
H A D | component_context.hxx | 68 ::com::sun::star::uno::Any const & value_, in ContextEntry_Init() 72 value( value_ ) in ContextEntry_Init()
|
/aoo41x/main/shell/source/win32/shlxthandler/propsheets/ |
H A D | document_statistic.hxx | 46 value_(value), in statistic_item() 51 std::wstring value_; member
|
H A D | listviewbuilder.cxx | 106 insert_item(item_iter->title_, item_iter->value_, item_iter->editable_); in build()
|
/aoo41x/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | DataAware.java | 66 protected DataAware(Object dataObject_, Value value_) { in DataAware() argument 68 value = value_; in DataAware()
|
/aoo41x/main/cppuhelper/source/ |
H A D | component_context.cxx | 356 inline ContextEntry( Any const & value_, bool lateInit_ ) in ContextEntry() 357 : value( value_ ) in ContextEntry()
|
Completed in 32 milliseconds