/aoo4110/main/odk/examples/java/Inspector/ |
H A D | SourceCodeGenerator.java | 305 …ceSourceCode(UnoObjectDefinition _oUnoObjectDefinition, String _sVariableName, String _sTypeName){ in addQueryInterfaceSourceCode() argument 446 …private String getTypeString(String _sTypeName, TypeClass _aTypeClass, boolean _bAsHeaderSourceCod… in getTypeString() argument 487 … XTypeDescription xTypeDescription = Introspector.getIntrospector().getReferencedType(_sTypeName); in getTypeString() 504 …sTypeString = m_xLanguageSourceCodeGenerator.getObjectTypeDescription(_sTypeName, _bAsHeaderSource… in getTypeString() 580 public UnoObjectDefinition(Object _oUnoObject, String _sTypeName, TypeClass _aTypeClass){ in UnoObjectDefinition() argument 582 m_sTypeName = _sTypeName; in UnoObjectDefinition() 588 public UnoObjectDefinition(Object _oUnoObject, String _sTypeName){ in UnoObjectDefinition() argument 590 m_sTypeName = _sTypeName; in UnoObjectDefinition() 643 public void setTypeName(String _sTypeName){ in setTypeName() argument 645 m_sTypeName = _sTypeName; in setTypeName() [all …]
|
H A D | Introspector.java | 433 public XTypeDescription getReferencedType(String _sTypeName){ in getReferencedType() argument 438 if (xHierarchicalNameAccess.hasByHierarchicalName(_sTypeName)){ in getReferencedType() 439 …terface(XIndirectTypeDescription.class, xHierarchicalNameAccess.getByHierarchicalName(_sTypeName)); in getReferencedType() 466 static boolean hasByName(XTypeDescription[] _xTypeDescriptions, String _sTypeName){ in hasByName() argument 468 if (_xTypeDescriptions[i].getName().equals(_sTypeName)){ in hasByName() 513 public static boolean isOfUnoType(Object _oUnoObject, String _sTypeName){ in isOfUnoType() argument 520 bIsUnoObject = ( oUnoArray[0].getClass().getName().equals(_sTypeName)); in isOfUnoType() 526 bIsUnoObject = (_oUnoObject.getClass().getName().equals(_sTypeName)); in isOfUnoType()
|
H A D | XLanguageSourceCodeGenerator.java | 48 …tring _sReturnVariableName, String _sIncomingObjectName, TypeClass _aTypeClass, String _sTypeName); in getPropertyValueGetterSourceCode() argument 90 …String _sReturnVariableName, String _sObjectDescription, TypeClass _aTypeClass, String _sTypeName); in getConvertedSourceCodeValueOfObject() argument
|
/aoo4110/main/connectivity/source/drivers/ado/ |
H A D | AConnection.cxx | 534 const ::rtl::OUString& _sTypeName, in getTypeInfoFromType() 556 if ( ( !_sTypeName.getLength() in getTypeInfoFromType() 557 || (pInfo->aSimpleType.aTypeName.equalsIgnoreAsciiCase(_sTypeName)) in getTypeInfoFromType() 571 if ( (aIter->second->aSimpleType.aLocalTypeName.equalsIgnoreAsciiCase(_sTypeName)) in getTypeInfoFromType() 602 else if ( _sTypeName.getLength() ) in getTypeInfoFromType() 609 ::std::bind2nd(aCase, _sTypeName), in getTypeInfoFromType()
|
/aoo4110/main/wizards/com/sun/star/wizards/db/ |
H A D | ColumnPropertySet.java | 146 private void setType(int _nType, String _sTypeName, Integer precision) in setType() argument 148 if (_sTypeName.equals(PropertyNames.EMPTY_STRING)) in setType() 154 sTypeName = _sTypeName; in setType()
|
H A D | TypeInspector.java | 301 public int getDataType(String _sTypeName) in getDataType() argument 303 int i = JavaTools.FieldInList(sDataTypeNames, _sTypeName); in getDataType()
|
/aoo4110/main/dbaccess/source/ui/misc/ |
H A D | UITools.cxx | 515 const ::rtl::OUString& _sTypeName, in getTypeInfoFromType() 539 !_sTypeName.getLength() in getTypeInfoFromType() 540 || (aIter->second->aTypeName.equalsIgnoreAsciiCase(_sTypeName)) in getTypeInfoFromType() 564 if ( (aIter->second->aLocalTypeName.equalsIgnoreAsciiCase(_sTypeName)) in getTypeInfoFromType() 574 += ::rtl::OString(_sTypeName.getStr(), _sTypeName.getLength(), gsl_getSystemTextEncoding()) in getTypeInfoFromType() 627 _sTypeName, in getTypeInfoFromType() 654 if ( aCase( typeInfoLoop->second->getDBName() , _sTypeName ) ) in getTypeInfoFromType()
|
/aoo4110/main/reportdesign/source/core/api/ |
H A D | Tools.cxx | 49 void throwIllegallArgumentException( const ::rtl::OUString& _sTypeName in throwIllegallArgumentException() argument 56 sErrorMessage = sErrorMessage.replaceAt(sErrorMessage.indexOf('#'),2,_sTypeName); in throwIllegallArgumentException()
|
/aoo4110/main/dbaccess/source/ui/tabledesign/ |
H A D | FieldDescriptions.cxx | 658 void OFieldDescription::SetTypeName(const ::rtl::OUString& _sTypeName) in SetTypeName() argument 663 m_xDest->setPropertyValue(PROPERTY_TYPENAME,makeAny(_sTypeName)); in SetTypeName() 665 m_sTypeName = _sTypeName; in SetTypeName()
|
/aoo4110/main/unotools/source/config/ |
H A D | configpathes.cxx | 297 OUString const& _sTypeName) in wrapConfigurationElementName() argument 300 return lcl_wrapName(_sElementName, _sTypeName); in wrapConfigurationElementName()
|
/aoo4110/main/qadevOOo/runner/convwatch/ |
H A D | PRNCompare.java | 165 public void setDocumentType(String _sTypeName) in setDocumentType() argument 167 m_sDocumentType = _sTypeName; in setDocumentType()
|
/aoo4110/main/unotools/inc/unotools/ |
H A D | configpathes.hxx | 170 ::rtl::OUString const& _sTypeName);
|
/aoo4110/main/dbaccess/source/ui/inc/ |
H A D | TypeInfo.hxx | 138 const ::rtl::OUString& _sTypeName,
|
H A D | FieldDescriptions.hxx | 92 void SetTypeName(const ::rtl::OUString& _sTypeName);
|
/aoo4110/main/reportdesign/source/core/inc/ |
H A D | Tools.hxx | 71 void throwIllegallArgumentException(const ::rtl::OUString& _sTypeName
|
/aoo4110/main/connectivity/source/inc/ado/ |
H A D | AConnection.hxx | 139 const ::rtl::OUString& _sTypeName,
|