| /trunk/main/tools/inc/tools/ |
| H A D | rtti.hxx | 48 #define TYPEINIT_FACTORY(sType, Factory ) \ argument 49 void* sType::CreateType() { return Factory; } \ 50 TypeId sType::StaticType() { return &CreateType; } \ 51 TypeId sType::Type() const { return &CreateType; } \ 52 sal_Bool sType::IsOf( TypeId aSameOrSuperType ) \ 57 #define STATICTYPE(sType) (sType::StaticType()) argument 61 #define TYPEINIT_AUTOFACTORY(sType) TYPEINIT_FACTORY(sType, new sType) argument 62 #define TYPEINIT(sType) TYPEINIT_FACTORY(sType, 0) argument 68 #define TYPEINIT_END(sType) \ argument 71 sal_Bool sType::IsA( TypeId aSameOrSuperType ) const \ [all …]
|
| /trunk/main/oox/source/drawingml/ |
| H A D | customshapegeometry.cxx | 1169 OUString sType; in GetShapeType() local 1175 sType = sLine; in GetShapeType() 1179 sType = sTriangle; in GetShapeType() 1183 sType = sRtTriangle; in GetShapeType() 1187 sType = sRectangle; in GetShapeType() 1191 sType = sDiamond; in GetShapeType() 1195 sType = sParallelogram; in GetShapeType() 1200 sType = sTrapezoid; in GetShapeType() 1204 sType = sPentagon; in GetShapeType() 1209 sType = sHexagon; in GetShapeType() [all …]
|
| /trunk/main/filter/source/config/cache/ |
| H A D | typedetection.cxx | 86 ::rtl::OUString sType; in queryTypeByURL() 115 sType = aMatch.sType; in queryTypeByURL() 118 return sType; in queryTypeByURL() 163 ::rtl::OUString sType ; in queryTypeByDescriptor() 178 …sType = impl_detectTypeFlatAndDeep(stlDescriptor, lFlatTypes, bAllowDeep, lUsedDetectors, sLastCha… in queryTypeByDescriptor() 186 (!sType.getLength()) && in queryTypeByDescriptor() 190 sType = impl_detectTypeDeepOnly(stlDescriptor, lUsedDetectors); in queryTypeByDescriptor() 198 if (!sType.getLength()) in queryTypeByDescriptor() 199 sType = impl_askUserForTypeAndFilterIfAllowed(stlDescriptor); in queryTypeByDescriptor() 204 if (!sType.getLength() && sLastChance.getLength()) in queryTypeByDescriptor() [all …]
|
| H A D | filtercache.cxx | 782 aInfo.sType = *(rTypesForPattern.begin()); in detectFlatForURL() 804 aInfo.sType = *pIt; in detectFlatForURL() 1087 ::rtl::OUString sType = pIt->first; in impl_validateAndOptimize() 1095 impl_resolveItem4TypeRegistration(&m_lDetectServices, sDetectService, sType); in impl_validateAndOptimize() 1114 if (!sInternalTypeNameCheck.equals(sType)) in impl_validateAndOptimize() 1118 sLog.append (sType ); in impl_validateAndOptimize() 1127 sLog.append (sType ); in impl_validateAndOptimize() 1152 …if (::std::find(lTypesForExtension.begin(), lTypesForExtension.end(), sType) != lTypesForExtension… in impl_validateAndOptimize() 1156 lTypesForExtension.insert(lTypesForExtension.begin(), sType); in impl_validateAndOptimize() 1158 lTypesForExtension.push_back(sType); in impl_validateAndOptimize() [all …]
|
| /trunk/main/cli_ure/qa/climaker/ |
| H A D | climaker.cs | 891 string sType = ((PolymorphicType) cobj.Args[1].Type).PolymorphicName; in testS1() 892 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct2<System.Type>"); in testS1() 893 sType = ((PolymorphicType) cobj.Args[2].Type).PolymorphicName; in testS1() 894 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct2<uno.Any>"); in testS1() 895 sType = ((PolymorphicType) cobj.Args[3].Type).PolymorphicName; in testS1() 896 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct2<System.Boolean>"); in testS1() 897 sType = ((PolymorphicType) cobj.Args[4].Type).PolymorphicName; in testS1() 898 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct2<System.Byte>"); in testS1() 899 sType = ((PolymorphicType) cobj.Args[5].Type).PolymorphicName; in testS1() 900 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct2<System.Char>"); in testS1() [all …]
|
| /trunk/main/odk/examples/DevelopersGuide/Forms/ |
| H A D | FLTools.java | 200 String sType = "<unknown component>"; in classifyFormComponentType() local 216 case FormComponentType.COMMANDBUTTON: sType = "Command button"; break; in classifyFormComponentType() 217 case FormComponentType.RADIOBUTTON : sType = "Radio button"; break; in classifyFormComponentType() 218 case FormComponentType.IMAGEBUTTON : sType = "Image button"; break; in classifyFormComponentType() 219 case FormComponentType.CHECKBOX : sType = "Check Box"; break; in classifyFormComponentType() 220 case FormComponentType.LISTBOX : sType = "List Box"; break; in classifyFormComponentType() 221 case FormComponentType.COMBOBOX : sType = "Combo Box"; break; in classifyFormComponentType() 222 case FormComponentType.GROUPBOX : sType = "Group Box"; break; in classifyFormComponentType() 223 case FormComponentType.FIXEDTEXT : sType = "Fixed Text"; break; in classifyFormComponentType() 224 case FormComponentType.GRIDCONTROL : sType = "Grid Control"; break; in classifyFormComponentType() [all …]
|
| /trunk/main/xmlsecurity/source/dialogs/ |
| H A D | resourcemanager.cxx | 154 OUString sType; in parseDN() local 166 sType = rRawString.copy(nTypeNameStart, i - nTypeNameStart); in parseDN() 167 sType = sType.trim(); in parseDN() 203 OSL_ASSERT(sType.getLength()); in parseDN() 204 retVal.push_back(make_pair(sType, sbufValue.makeStringAndClear())); in parseDN() 205 sType = OUString(); in parseDN() 226 OSL_ASSERT(sType.getLength()); in parseDN() 227 retVal.push_back(make_pair(sType, sbufValue.makeStringAndClear())); in parseDN() 240 OUString sType; in parseDN() local 252 sType = rRawString.copy(nTypeNameStart, i - nTypeNameStart); in parseDN() [all …]
|
| /trunk/main/sal/qa/rtl/uri/ |
| H A D | rtl_Uri.cxx | 147 rtl::OString sType; in getFileTypeName() local 153 sType = "Directory"; in getFileTypeName() 157 sType = "Regular file"; in getFileTypeName() 161 sType = "Volume"; in getFileTypeName() 165 sType = "Fifo"; in getFileTypeName() 169 sType = "Socket"; in getFileTypeName() 173 sType = "Link"; in getFileTypeName() 177 sType = "Special"; in getFileTypeName() 181 sType = "Unknown"; in getFileTypeName() 185 sType = "Not handled yet"; in getFileTypeName() [all …]
|
| /trunk/main/dbaccess/source/filter/xml/ |
| H A D | xmlServerDatabase.cxx | 76 ::rtl::OUString sType,sHostName,sPortNumber,sDatabaseName; in DBG_NAME() 87 sType = sValue; in DBG_NAME() 105 if ( sType.getLength() ) in DBG_NAME() 108 if ( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "sdbc:mysql:jdbc" ) ) in DBG_NAME() 109 || sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "sdbc:mysqlc" ) ) in DBG_NAME() 110 || sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "sdbc:mysql:mysqlc" ) ) in DBG_NAME() 113 sURL.append( sType ); in DBG_NAME() 127 else if ( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "jdbc:oracle:thin" ) ) ) in DBG_NAME() 142 else if ( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM ( "sdbc:address:ldap" ) ) ) in DBG_NAME() 154 sURL.append(sType); in DBG_NAME()
|
| /trunk/main/sc/source/ui/vba/ |
| H A D | vbaworkbooks.cxx | 248 ScVbaWorkbooks::isTextFile( const rtl::OUString& sType ) in isTextFile() argument 258 …return sType.equals( txtType ) || sType.equals( csvType ) || ( sType.getLength() == 0 ) || sType.e… in isTextFile() 262 ScVbaWorkbooks::isSpreadSheetFile( const rtl::OUString& sType ) in isSpreadSheetFile() argument 265 if ( sType.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("calc_MS"))) == 0 in isSpreadSheetFile() 266 || sType.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("calc8"))) == 0 in isSpreadSheetFile() 267 || sType.indexOf( rtl::OUString( RTL_CONSTASCII_USTRINGPARAM("calc_StarOffice"))) == 0 ) in isSpreadSheetFile() 279 rtl::OUString sType = xTypeDetect->queryTypeByDescriptor( aMediaDesc, sal_True ); in getFileFilterType() local 280 return sType; in getFileFilterType() 300 rtl::OUString sType = getFileFilterType( aURL ); in Open() local 302 if ( isTextFile( sType ) ) in Open() [all …]
|
| /trunk/main/l10ntools/source/filter/utils/ |
| H A D | Cache.java | 516 java.lang.String sType = (java.lang.String)aIt.next(); in toHTML() local 517 java.util.HashMap aType = (java.util.HashMap)m_lTypes.get(sType); in toHTML() 520 sRelationView.append("<td>"+sType+"</td>"); in toHTML() 560 java.lang.String sType = (java.lang.String)aFilter.get(PROPNAME_TYPE); in toHTML() local 562 java.util.Vector lFilters = (java.util.Vector)lFilters2TypeRegistration.get(sType); in toHTML() 566 lFilters2TypeRegistration.put(sType, lFilters); in toHTML() 577 java.lang.String sType = (java.lang.String)aIt.next(); in toHTML() local 578 java.util.Vector lFilters = (java.util.Vector)lFilters2TypeRegistration.get(sType); in toHTML() 580 sType2FiltersView.append("<tr><td>"+sType+"</td><td>"); in toHTML() 1826 java.lang.String sType = (java.lang.String)aFilter.get(PROPNAME_TYPE); in analyze() local [all …]
|
| H A D | XMLHelper.java | 235 java.lang.String sType = null; in getTypeForTag() local 253 sType = XMLTYPE_STRING; in getTypeForTag() 259 sType = XMLTYPE_BOOLEAN; in getTypeForTag() 266 sType = XMLTYPE_INTEGER; in getTypeForTag() 275 sType = XMLTYPE_STRINGLIST; in getTypeForTag() 277 if (sType == null) in getTypeForTag() 278 System.err.println("getTypeForTag("+sTag+") = "+sType); in getTypeForTag() 280 return sType; in getTypeForTag()
|
| /trunk/main/sw/source/core/fields/ |
| H A D | scrptfld.cxx | 60 : SwField( pInitType ), sType( rType ), sCode( rCode ), bCodeURL( bURL ) in SwScriptField() 76 return new SwScriptField( (SwScriptFieldType*)GetTyp(), sType, sCode, bCodeURL ); in Copy() 85 sType = rStr; in SetPar1() 90 return sType; in GetPar1() 115 rAny <<= OUString( sType ); in QueryValue() 136 ::GetString( rAny, sType ); in PutValue()
|
| /trunk/main/sax/source/expatwrap/ |
| H A D | attrlistimpl.cxx | 46 this->sType = aType; in TagAttribute() 51 OUString sType; member 92 return m_pImpl->vecAttribute[i].sType; in getTypeByIndex() 112 return (*ii).sType; in getTypeByName() 153 const OUString &sType , in addAttribute() argument 156 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
|
| /trunk/main/sax/test/ |
| H A D | saxdemo.cxx | 276 const OUString &sType , 289 const OUString &sType , in TagAttribute() 293 this->sType = sType; in TagAttribute() 298 OUString sType; member 338 return m_pImpl->vecAttribute[i].sType; in getTypeByIndex() 358 return (*ii).sType; in getTypeByName() 392 const OUString &sType , in addAttribute() argument 395 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
|
| /trunk/main/codemaker/source/bonobowrappermaker/ |
| H A D | corbatype.cxx | 572 OString sType(checkRealBaseType(type, sal_True)); in printUnoType() local 573 sal_uInt32 index = sType.lastIndexOf(']'); in printUnoType() 576 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printUnoType() 636 OString sType(type); in printCorbaType() local 638 sal_uInt32 index = sType.lastIndexOf(']'); in printCorbaType() 641 OString relType = (index > 0 ? (sType).copy(index+1) : type); in printCorbaType() 697 OString sType(checkSpecialCorbaType(type)); in isPassedAsPointer() local 699 sal_Int32 index = sType.lastIndexOf(']'); in isPassedAsPointer() 702 OString relType = (index > 0 ? (sType).copy(index+1) : type); in isPassedAsPointer() 712 fakeTest = "_faked_array_"+sType; in isPassedAsPointer() [all …]
|
| /trunk/main/unodevtools/source/skeletonmaker/ |
| H A D | skeletoncommon.cxx | 540 OString sType(codemaker::convertString(reader.getTypeName()).replace('/', '.')); in checkAddInTypes() local 552 msg.append(sType); in checkAddInTypes() 571 msg.append(sType); in checkAddInTypes() 595 OString sType(codemaker::convertString(reader.getTypeName())); in generateFunctionParamterMap() local 596 if ( sType.equals("com/sun/star/uno/XInterface") || in generateFunctionParamterMap() 597 sType.equals("com/sun/star/lang/XLocalizable") || in generateFunctionParamterMap() 598 sType.equals("com/sun/star/lang/XServiceInfo") || in generateFunctionParamterMap() 600 sType.equals("com/sun/star/sheet/XAddIn") || in generateFunctionParamterMap() 601 sType.equals("com/sun/star/sheet/XCompatibilityNames") || in generateFunctionParamterMap() 602 sType.equals("com/sun/star/lang/XServiceName") ) in generateFunctionParamterMap()
|
| /trunk/main/dbaccess/source/core/api/ |
| H A D | FilteredContainer.cxx | 114 OptionalString sType; member 127 ,sType( _type ) in TableInfo() 156 if ( !!_io_tableInfo.sType ) in lcl_ensureType() 174 _io_tableInfo.sType = OptionalString( sTypeName ); in lcl_ensureType() 235 …if ( ::std::find( pTableTypeFilterBegin, pTableTypeFilterEnd, *table->sType ) != pTableTypeFilterE… in lcl_filter() 372 ::rtl::OUString sCatalog, sSchema, sName, sType; in construct() 378 sType = xCurrentRow->getString(4); in construct() 380 aUnfilteredTables.push_back( TableInfo( sCatalog, sSchema, sName, sType ) ); in construct()
|
| /trunk/main/comphelper/source/xml/ |
| H A D | attributelist.cxx | 44 this->sType = aType; in TagAttribute_Impl() 49 OUString sType; member 76 return m_pImpl->vecAttribute[i].sType; in getTypeByIndex() 92 return (*ii).sType; in getTypeByName() 124 const OUString &sType , in AddAttribute() argument 127 m_pImpl->vecAttribute.push_back( TagAttribute_Impl( sName , sType , sValue ) ); in AddAttribute()
|
| /trunk/main/sax/test/sax/ |
| H A D | testwriter.cxx | 171 const OUString &sType , 184 const OUString &sType , in TagAttribute() 188 this->sType = sType; in TagAttribute() 193 OUString sType; member 233 return m_pImpl->vecAttribute[i].sType; in getTypeByIndex() 253 return (*ii).sType; in getTypeByName() 287 const OUString &sType , in addAttribute() argument 290 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
|
| /trunk/main/extensions/test/sax/ |
| H A D | testwriter.cxx | 257 void addAttribute( const UString &sName , const UString &sType , const UString &sValue ); 268 TagAttribute( const UString &sName, const UString &sType , const UString &sValue ) in TagAttribute() 271 this->sType = sType; in TagAttribute() 276 UString sType; member 316 return m_pImpl->vecAttribute[i].sType; in getTypeByIndex() 336 return (*ii).sType; in getTypeByName() 381 const UString &sType , in addAttribute() argument 384 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
|
| /trunk/main/unotools/source/config/ |
| H A D | xmlaccelcfg.cxx | 67 …void addAttribute( const ::rtl::OUString &sName , const ::rtl::OUString &sType , const ::rtl::OUSt… 80 sType = aType; in TagAttribute() 85 OUString sType; member 126 return m_pImpl->vecAttribute[i].sType; in getTypeByIndex() 146 return (*ii).sType; in getTypeByName() 179 const OUString &sType , in addAttribute() argument 182 m_pImpl->vecAttribute.push_back( TagAttribute( sName , sType , sValue ) ); in addAttribute()
|
| /trunk/main/xmloff/source/core/ |
| H A D | xmluconv.cxx | 2124 ::rtl::OUStringBuffer& sType , in convertAny() argument 2130 sType.setLength (0); in convertAny() 2143 sType.appendAscii("integer"); in convertAny() 2155 sType.appendAscii("boolean"); in convertAny() 2168 sType.appendAscii("float"); in convertAny() 2180 sType.appendAscii("string"); in convertAny() 2195 sType.appendAscii("date"); in convertAny() 2210 sType.appendAscii("time"); in convertAny() 2225 sType.appendAscii("date"); in convertAny() 2239 const ::rtl::OUString& sType , in convertAny() [all …]
|
| /trunk/main/svx/workben/msview/ |
| H A D | xmlconfig.cxx | 97 ElementConfigType ConfigHandler::parseType( const OUString& sType ) throw (SAXException ) in parseType() argument 99 if( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("uint") ) ) in parseType() 103 else if( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("byte") ) ) in parseType() 107 else if( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("unistring") ) ) in parseType() 111 else if( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("float") ) ) in parseType() 115 else if( sType.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("hexdump") ) ) in parseType() 121 aMessage += sType; in parseType()
|
| /trunk/main/framework/source/loadenv/ |
| H A D | loadenv.cxx | 748 ::rtl::OUString sType = xDetect->queryTypeByURL(sURL); in classifyContent() 781 lTypesReg[0] = sType; in classifyContent() 796 lTypesReg[0] = sType; in classifyContent() 844 ::rtl::OUString sType; in impl_detectTypeAndFilter() 847 …sType = xDetect->queryTypeByDescriptor(lDescriptor, sal_True); /*TODO should deep detection be abl… in impl_detectTypeAndFilter() 850 if (!sType.getLength()) in impl_detectTypeAndFilter() 858 m_lMediaDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME()] <<= sType; in impl_detectTypeAndFilter() 880 ::comphelper::SequenceAsHashMap lTypeProps(xTypeCont->getByName(sType)); in impl_detectTypeAndFilter() 939 …::rtl::OUString sType = m_lMediaDescriptor.getUnpackedValueOrDefault(::comphelper::MediaDescriptor… in impl_handleContent() 940 if (!sType.getLength()) in impl_handleContent() [all …]
|