Home
last modified time | relevance | path

Searched refs:sType (Results 1 – 25 of 120) sorted by relevance

12345

/aoo4110/main/tools/inc/tools/
H A Drtti.hxx57 #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 …]
/aoo4110/main/oox/source/drawingml/
H A Dcustomshapegeometry.cxx1169 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 …]
/aoo4110/main/filter/source/config/cache/
H A Dtypedetection.cxx86 ::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 Dfiltercache.cxx782 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 …]
/aoo4110/main/cli_ure/qa/climaker/
H A Dclimaker.cs973 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 …]
/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DFLTools.java200 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 …]
/aoo4110/main/xmlsecurity/source/dialogs/
H A Dresourcemanager.cxx154 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 …]
/aoo4110/main/sal/qa/rtl/uri/
H A Drtl_Uri.cxx170 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 …]
/aoo4110/main/dbaccess/source/filter/xml/
H A DxmlServerDatabase.cxx76 ::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()
/aoo4110/main/sc/source/ui/vba/
H A Dvbaworkbooks.cxx248 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 …]
/aoo4110/main/l10ntools/source/filter/utils/
H A DCache.java515 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 DXMLHelper.java235 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()
/aoo4110/main/sw/source/core/fields/
H A Dscrptfld.cxx60 : 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()
/aoo4110/main/sax/source/expatwrap/
H A Dattrlistimpl.cxx46 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()
/aoo4110/main/sax/test/
H A Dsaxdemo.cxx276 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()
/aoo4110/main/comphelper/source/xml/
H A Dattributelist.cxx44 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()
/aoo4110/main/dbaccess/source/core/api/
H A DFilteredContainer.cxx114 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()
/aoo4110/main/unodevtools/source/skeletonmaker/
H A Dskeletoncommon.cxx540 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()
/aoo4110/main/sax/test/sax/
H A Dtestwriter.cxx171 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()
/aoo4110/main/codemaker/source/bonobowrappermaker/
H A Dcorbatype.cxx576 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 …]
/aoo4110/main/extensions/test/sax/
H A Dtestwriter.cxx257 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()
/aoo4110/main/unotools/source/config/
H A Dxmlaccelcfg.cxx67 …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()
/aoo4110/main/svx/workben/msview/
H A Dxmlconfig.cxx97 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()
/aoo4110/main/xmloff/source/core/
H A Dxmluconv.cxx2130 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 …]
/aoo4110/main/xmloff/source/script/
H A DXMLEventExport.cxx235 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()

Completed in 181 milliseconds

12345