Home
last modified time | relevance | path

Searched refs:type_ (Results 1 – 10 of 10) sorted by relevance

/aoo4110/main/configmgr/source/
H A Dvalueparser.cxx282 (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 Dxcuparser.cxx437 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 Dxcsparser.cxx466 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 Dvalueparser.hxx70 Type type_; member in configmgr::ValueParser
/aoo4110/main/wizards/com/sun/star/wizards/web/status/
H A DTaskEvent.java56 public TaskEvent(Task source, int type_) in TaskEvent() argument
59 type = type_; in TaskEvent()
/aoo4110/main/wizards/com/sun/star/wizards/ui/event/
H A DTaskEvent.java51 public TaskEvent(Task source, int type_) in TaskEvent() argument
54 type = type_; in TaskEvent()
/aoo4110/main/binaryurp/source/
H A Dproxy.cxx74 bridge_(bridge), oid_(oid), type_(type), references_(1) in Proxy()
87 return type_; in getType()
H A Dincomingrequest.cxx60 bridge_(bridge), tid_(tid), oid_(oid), object_(object), type_(type), in IncomingRequest()
145 bridge_->releaseStub(oid_, type_); in execute_throw()
H A Dproxy.hxx82 com::sun::star::uno::TypeDescription type_; member in binaryurp::Proxy
H A Dincomingrequest.hxx70 com::sun::star::uno::TypeDescription type_; member in binaryurp::IncomingRequest

Completed in 51 milliseconds