Searched refs:type_ (Results 1 – 10 of 10) sorted by relevance
/trunk/main/configmgr/source/ |
H A D | valueparser.cxx | 282 (type_ == TYPE_STRING || type_ == TYPE_STRING_LIST || in getTextMode() 303 isListType(type_) && separator_.getLength() == 0) in startElement() 315 (type_ == TYPE_STRING || type_ == TYPE_STRING_LIST)) in startElement() 373 value = parseValue(separator_, pad_.get(), type_); in endElement() 376 switch (type_) { in endElement() 438 parseValue(rtl::OString(), pad_.get(), elementType(type_))); in endElement()
|
H A D | xcuparser.cxx | 437 valueParser_.type_ = dynamic_cast< LocalizedPropertyNode * >( in handleItem() 467 if (valueParser_.type_ != TYPE_ANY && type != valueParser_.type_) { in handlePropValue() 474 valueParser_.type_ = type; in handlePropValue() 556 if (valueParser_.type_ != TYPE_ANY && type != valueParser_.type_) { in handleLocpropValue() 563 valueParser_.type_ = type; in handleLocpropValue() 746 valueParser_.type_ = type; in handleUnknownGroupProp() 795 valueParser_.type_ = type == TYPE_ERROR ? property->getStaticType() : type; in handlePlainGroupProp() 846 valueParser_.type_ = type == TYPE_ERROR ? property->getStaticType() : type; in handleLocalizedGroupProp()
|
H A D | xcsparser.cxx | 466 valueParser_.type_ = TYPE_ERROR; in handleProp() 483 valueParser_.type_ = xmldata::parseType( in handleProp() 502 if (valueParser_.type_ == TYPE_ERROR) { in handleProp() 514 valueParser_.getLayer(), valueParser_.type_, nillable)) in handleProp() 517 valueParser_.getLayer(), valueParser_.type_, nillable, in handleProp()
|
H A D | valueparser.hxx | 70 Type type_; member in configmgr::ValueParser
|
/trunk/main/wizards/com/sun/star/wizards/web/status/ |
H A D | TaskEvent.java | 56 public TaskEvent(Task source, int type_) in TaskEvent() argument 59 type = type_; in TaskEvent()
|
/trunk/main/wizards/com/sun/star/wizards/ui/event/ |
H A D | TaskEvent.java | 51 public TaskEvent(Task source, int type_) in TaskEvent() argument 54 type = type_; in TaskEvent()
|
/trunk/main/binaryurp/source/ |
H A D | proxy.cxx | 74 bridge_(bridge), oid_(oid), type_(type), references_(1) in Proxy() 87 return type_; in getType()
|
H A D | incomingrequest.cxx | 60 bridge_(bridge), tid_(tid), oid_(oid), object_(object), type_(type), in IncomingRequest() 145 bridge_->releaseStub(oid_, type_); in execute_throw()
|
H A D | proxy.hxx | 82 com::sun::star::uno::TypeDescription type_; member in binaryurp::Proxy
|
H A D | incomingrequest.hxx | 70 com::sun::star::uno::TypeDescription type_; member in binaryurp::IncomingRequest
|
Completed in 50 milliseconds