/aoo41x/main/tools/inc/tools/ |
H A D | rtti.hxx | 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 77 #define TYPEINIT0_AUTOFACTORY(sType) TYPEINIT0_FACTORY(sType, new sType) argument 78 #define TYPEINIT0(sType) TYPEINIT0_FACTORY(sType, 0) argument 85 TYPEINIT1_FACTORY(sType, sSuper, new sType) 95 TYPEINIT2_FACTORY(sType, sSuper1, sSuper2, new sType) 106 TYPEINIT3_FACTORY(sType, sSuper1, sSuper2, sSuper3, new sType) 110 #define TYPE(sType) (sType::StaticType()) argument 111 #define ISA(sType) IsA(sType::StaticType()) argument [all …]
|
/aoo41x/main/oox/source/drawingml/ |
H A D | customshapegeometry.cxx | 1169 OUString sType; in GetShapeType() local 1175 sType = sLine; in GetShapeType() 1393 sType = sCube; in GetShapeType() 1397 sType = sCan; in GetShapeType() 1409 sType = sSun; in GetShapeType() 1413 sType = sMoon; in GetShapeType() 1445 sType = sArc; in GetShapeType() 1599 sType = sWave; in GetShapeType() 1794 return sType; in GetShapeType() 1799 OUString sType; in GetTextShapeType() local [all …]
|
/aoo41x/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() 198 if (!sType.getLength()) in queryTypeByDescriptor() 207 sType = sLastChance; in queryTypeByDescriptor() 222 return sType; in queryTypeByDescriptor() 525 if (sType.getLength()) in impl_getPreselectionForType() 528 aInfo.sType = sType; in impl_getPreselectionForType() 578 ::rtl::OUString sType; in impl_getPreselectionForFilter() [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() 1114 if (!sInternalTypeNameCheck.equals(sType)) in impl_validateAndOptimize() 1118 sLog.append (sType ); in impl_validateAndOptimize() 1127 sLog.append (sType ); in impl_validateAndOptimize() 1158 lTypesForExtension.push_back(sType); in impl_validateAndOptimize() 1171 lTypesForURLPattern.push_back(sType); in impl_validateAndOptimize() 1240 if (sFilterTypeReg != sType) in impl_validateAndOptimize() 1261 sLog.append (sType ); in impl_validateAndOptimize() [all …]
|
/aoo41x/main/cli_ure/qa/climaker/ |
H A D | climaker.cs | 973 sType = ((PolymorphicType) cobj.Args[34].Type).PolymorphicName; in testS1() 975 sType = ((PolymorphicType) cobj.Args[35].Type).PolymorphicName; in testS1() 977 sType = ((PolymorphicType) cobj.Args[36].Type).PolymorphicName; in testS1() 978 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct2<" + in testS1() 982 sType = ((PolymorphicType) cobj.Args[37].Type).PolymorphicName; in testS1() 983 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct<" + in testS1() 987 sType = ((PolymorphicType) cobj.Args[38].Type).PolymorphicName; in testS1() 988 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct<" + in testS1() 992 sType = ((PolymorphicType) cobj.Args[39].Type).PolymorphicName; in testS1() 1003 l.assure( sType == "unoidl.test.cliure.climaker.PolyStruct<" + in testS1() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/Forms/ |
H A D | FLTools.java | 200 String sType = "<unknown component>"; in classifyFormComponentType() local 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() 228 case FormComponentType.DATEFIELD : sType = "Date Field"; break; in classifyFormComponentType() 237 sType = "Text Field"; in classifyFormComponentType() 240 sType = "Formatted Field"; in classifyFormComponentType() 252 sType = "Form"; in classifyFormComponentType() [all …]
|
/aoo41x/main/xmlsecurity/source/dialogs/ |
H A D | resourcemanager.cxx | 154 OUString sType; in parseDN() local 167 sType = sType.trim(); in parseDN() 203 OSL_ASSERT(sType.getLength()); 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 253 sType = sType.trim(); in parseDN() 298 OSL_ASSERT(sType.getLength()); in parseDN() 300 sType = OUString(); in parseDN() [all …]
|
/aoo41x/main/sal/qa/rtl/uri/ |
H A D | rtl_Uri.cxx | 170 rtl::OString sType; in getFileTypeName() local 176 sType = "Directory"; in getFileTypeName() 180 sType = "Regular file"; in getFileTypeName() 184 sType = "Volume"; in getFileTypeName() 188 sType = "Fifo"; in getFileTypeName() 192 sType = "Socket"; in getFileTypeName() 196 sType = "Link"; in getFileTypeName() 200 sType = "Special"; in getFileTypeName() 204 sType = "Unknown"; in getFileTypeName() 208 sType = "Not handled yet"; in getFileTypeName() [all …]
|
/aoo41x/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()
|
/aoo41x/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 …]
|
/aoo41x/main/l10ntools/source/filter/utils/ |
H A D | Cache.java | 515 java.lang.String sType = (java.lang.String)aIt.next(); in toHTML() local 519 sRelationView.append("<td>"+sType+"</td>"); in toHTML() 565 lFilters2TypeRegistration.put(sType, lFilters); in toHTML() 576 java.lang.String sType = (java.lang.String)aIt.next(); in toHTML() local 579 sType2FiltersView.append("<tr><td>"+sType+"</td><td>"); in toHTML() 1833 m_lFilterToTypeRegistrations.put(sType, lFilters); in analyze() 1840 java.lang.String sType = (java.lang.String)aIt1.next(); in analyze() local 1849 if (sTypeReg.equals(sType)) in analyze() 1863 if (lTypeReg.contains(sType)) in analyze() 1877 if (lTypeReg.contains(sType)) in analyze() [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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.cxx | 576 sal_uInt32 index = sType.lastIndexOf(']'); in printUnoType() 639 OString sType(type); in printCorbaType() local 641 sal_uInt32 index = sType.lastIndexOf(']'); in printCorbaType() 700 OString sType(checkSpecialCorbaType(type)); in isPassedAsPointer() local 702 sal_Int32 index = sType.lastIndexOf(']'); in isPassedAsPointer() 715 fakeTest = "_faked_array_"+sType; in isPassedAsPointer() 738 if (sType.equals("any")) in isPassedAsPointer() 776 sal_Int32 index = sType.lastIndexOf(']'); in isArray() 789 fakeTest = "_faked_array_"+sType; in isArray() 805 OString sType(type); in printCorbaParameter() local [all …]
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/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()
|
/aoo41x/main/xmloff/source/core/ |
H A D | xmluconv.cxx | 2130 sType.setLength (0); in convertAny() 2168 sType.appendAscii("float"); in convertAny() 2195 sType.appendAscii("date"); in convertAny() 2210 sType.appendAscii("time"); in convertAny() 2225 sType.appendAscii("date"); in convertAny() 2244 if (sType.equalsAscii("boolean")) in convertAny() 2252 if (sType.equalsAscii("integer")) in convertAny() 2260 if (sType.equalsAscii("float")) in convertAny() 2268 if (sType.equalsAscii("string")) in convertAny() 2274 if (sType.equalsAscii("date")) in convertAny() [all …]
|
/aoo41x/main/xmloff/source/script/ |
H A D | XMLEventExport.cxx | 235 OUString sType; in ExportEvent() local 236 pValues[nVal].Value >>= sType; in ExportEvent() 238 if (aHandlerMap.count(sType)) in ExportEvent() 253 aHandlerMap[sType]->Export(rExport, aEventQName, in ExportEvent() 258 if (! sType.equalsAsciiL("None", sizeof("None")-1)) in ExportEvent()
|