Home
last modified time | relevance | path

Searched refs:_sTypeName (Results 1 – 16 of 16) sorted by relevance

/trunk/main/odk/examples/java/Inspector/
H A DSourceCodeGenerator.java305 …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 DIntrospector.java433 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 DXLanguageSourceCodeGenerator.java48 …tring _sReturnVariableName, String _sIncomingObjectName, TypeClass _aTypeClass, String _sTypeName); in getPropertyValueGetterSourceCode() argument
90 …String _sReturnVariableName, String _sObjectDescription, TypeClass _aTypeClass, String _sTypeName); in getConvertedSourceCodeValueOfObject() argument
/trunk/main/connectivity/source/drivers/ado/
H A DAConnection.cxx534 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()
/trunk/main/wizards/com/sun/star/wizards/db/
H A DColumnPropertySet.java146 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 DTypeInspector.java301 public int getDataType(String _sTypeName) in getDataType() argument
303 int i = JavaTools.FieldInList(sDataTypeNames, _sTypeName); in getDataType()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx515 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()
/trunk/main/reportdesign/source/core/api/
H A DTools.cxx48 void throwIllegallArgumentException( const ::rtl::OUString& _sTypeName in throwIllegallArgumentException() argument
55 sErrorMessage = sErrorMessage.replaceAt(sErrorMessage.indexOf('#'),2,_sTypeName); in throwIllegallArgumentException()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DFieldDescriptions.cxx658 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()
/trunk/main/unotools/source/config/
H A Dconfigpathes.cxx297 OUString const& _sTypeName) in wrapConfigurationElementName() argument
300 return lcl_wrapName(_sElementName, _sTypeName); in wrapConfigurationElementName()
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DPRNCompare.java165 public void setDocumentType(String _sTypeName) in setDocumentType() argument
167 m_sDocumentType = _sTypeName; in setDocumentType()
/trunk/main/unotools/inc/unotools/
H A Dconfigpathes.hxx170 ::rtl::OUString const& _sTypeName);
/trunk/main/dbaccess/source/ui/inc/
H A DTypeInfo.hxx138 const ::rtl::OUString& _sTypeName,
H A DFieldDescriptions.hxx92 void SetTypeName(const ::rtl::OUString& _sTypeName);
/trunk/main/reportdesign/source/core/inc/
H A DTools.hxx71 void throwIllegallArgumentException(const ::rtl::OUString& _sTypeName
/trunk/main/connectivity/source/inc/ado/
H A DAConnection.hxx139 const ::rtl::OUString& _sTypeName,

Completed in 101 milliseconds