Home
last modified time | relevance | path

Searched refs:sType (Results 26 – 50 of 120) sorted by relevance

12345

/aoo41x/main/framework/source/loadenv/
H A Dloadenv.cxx748 ::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()
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()
940 if (!sType.getLength()) in impl_handleContent()
957 lTypeReg[0] = sType; in impl_handleContent()
1248 if (!sType.getLength()) in impl_searchLoader()
[all …]
/aoo41x/main/oox/source/drawingml/
H A Dtextfield.cxx64 … const Reference< XModel > & xModel, const OUString & sType ) in lclCreateTextFields() argument
69 if( sType.compareToAscii( "datetime", 8 ) == 0) in lclCreateTextFields()
71 OString s = ::rtl::OUStringToOString( sType, RTL_TEXTENCODING_UTF8); in lclCreateTextFields()
128 else if ( sType.compareToAscii( "slidenum" ) == 0 ) in lclCreateTextFields()
H A Dgraphicshapecontext.cxx83 OUString sType(GetShapeType(nType)); in createFastChildContext() local
85 if (sType.getLength() > 0) in createFastChildContext()
86 pCstmShpProps->setShapePresetType(sType); in createFastChildContext()
/aoo41x/main/dbaccess/source/core/api/
H A Dtablecontainer.cxx229 ::rtl::OUString sType,sDescription; in createObject()
239 sType = xRow->getString(4); in createObject()
249 ,sType in createObject()
408 ::rtl::OUString sType; in dropObject()
409 xTable->getPropertyValue(PROPERTY_TYPE) >>= sType; in dropObject()
410 bIsView = sType.equalsIgnoreAsciiCase(::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VIEW"))); in dropObject()
H A Dviewcontainer.cxx231 ::rtl::OUString sType; in elementInserted()
232 xProp->getPropertyValue(PROPERTY_TYPE) >>= sType; in elementInserted()
233 if ( sType == ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VIEW")) ) in elementInserted()
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlColumn.cxx98 ::rtl::OUString sType; in DBG_NAME()
121 sType = sValue; in DBG_NAME()
122 OSL_ENSURE(sType.getLength(),"No type name set"); in DBG_NAME()
125 if ( sValue.getLength() && sType.getLength() ) in DBG_NAME()
/aoo41x/main/svx/source/toolbars/
H A Dfontworkbar.cxx154 const rtl::OUString sType( RTL_CONSTASCII_USTRINGPARAM ( "Type" ) ); in SetFontWorkShapeTypeState() local
156 Any* pAny = aGeometryItem.GetPropertyValueByName( sType ); in SetFontWorkShapeTypeState()
355 const rtl::OUString sType( RTL_CONSTASCII_USTRINGPARAM ( "Type" ) ); in GetGeometryForCustomShape() local
358 aPropVal.Name = sType; in GetGeometryForCustomShape()
398 com::sun::star::uno::Any* pAny = rSourceGeometry.GetPropertyValueByName( sType ); in GetGeometryForCustomShape()
401 aPropVal_.Name = sType; in GetGeometryForCustomShape()
/aoo41x/main/svtools/source/filter/
H A DFilterConfigCache.cxx213 xFilterSet->getPropertyValue(STYPE) >>= aEntry.sType; in ImplInit()
235 xTypeAccess->getByName( aEntry.sType ) >>= xTypeSet; in ImplInit()
319 aEntry.sType = sExtension; in ImplInitSmart()
399 if ( aIter->sType.equalsIgnoreAsciiCase( rType ) ) in GetImportFormatNumberForTypeName()
437 return aImport[ nFormat ].sType; in GetImportFilterType()
521 if ( aIter->sType.equalsIgnoreAsciiCase( rType ) ) in GetExportFormatNumberForTypeName()
/aoo41x/main/cui/source/dialogs/
H A Dlinkdlg.cxx197 String sType, sLink; in IMPL_LINK() local
220 pLinkMgr->GetDisplayNames( pLink, &sType, &aFileName, pLinkNm, pFilter ); in IMPL_LINK()
224 TypeName().SetText( sType ); in IMPL_LINK()
354 String sType, sFile, sLinkName; in IMPL_LINK() local
358 pLinkMgr->GetDisplayNames( pLink, &sType, &sFile, 0, 0 ); in IMPL_LINK()
379 pLinkMgr->GetDisplayNames( pLink, &sType, &sFile, &sLinkName, &sFilter ); in IMPL_LINK()
/aoo41x/main/codemaker/source/idlmaker/
H A Didltype.cxx401 OString sType(checkRealBaseType(type, sal_True)); in dumpType() local
402 sal_uInt32 index = sType.lastIndexOf(']'); in dumpType()
405 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpType()
493 OString sType( checkRealBaseType(type, sal_True) ); in dumpIdlGetType() local
494 sal_uInt32 index = sType.lastIndexOf(']'); in dumpIdlGetType()
495 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpIdlGetType()
1638 StructureType sType(reader, typeName, typeMgr, typeDependencies); in produceType() local
1639 ret = sType.dump(pOptions); in produceType()
1641 ret = sType.dumpDependedTypes(pOptions); in produceType()
/aoo41x/main/xmloff/source/text/
H A Dtxtparae.cxx2237 rtl::OUString sType; in exportTextRangeEnumeration() local
2240 if( sType.equals(sText)) in exportTextRangeEnumeration()
2244 else if( sType.equals(sTextField)) in exportTextRangeEnumeration()
2264 else if( sType.equals( sFrame ) ) in exportTextRangeEnumeration()
2283 else if (sType.equals(sFootnote)) in exportTextRangeEnumeration()
2288 else if (sType.equals(sBookmark)) in exportTextRangeEnumeration()
2292 else if (sType.equals(sReferenceMark)) in exportTextRangeEnumeration()
2300 else if (sType.equals(sRedline)) in exportTextRangeEnumeration()
2305 else if (sType.equals(sRuby)) in exportTextRangeEnumeration()
2309 else if (sType.equals(sMeta)) in exportTextRangeEnumeration()
[all …]
/aoo41x/main/xmloff/source/core/
H A Dattrlist.cxx94 : sType( GetXMLToken(XML_CDATA) ) in SvXMLAttributeList()
115 return sType; in getTypeByIndex()
125 return sType; in getTypeByName()
149 : sType( GetXMLToken(XML_CDATA) ) in SvXMLAttributeList()
/aoo41x/main/sfx2/source/view/
H A Dviewsh.cxx387 ::rtl::OUString sType ; in impl_searchFormatTypeForApp()
394sType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "writer_MS_Word_97" )); in impl_searchFormatTypeForApp()
397 sType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "calc_MS_Excel_97" )); in impl_searchFormatTypeForApp()
400sType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "impress_MS_PowerPoint_97" )); in impl_searchFormatTypeForApp()
403sType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "impress_MS_PowerPoint_97" )); in impl_searchFormatTypeForApp()
410 sType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "writer8" )); in impl_searchFormatTypeForApp()
413 sType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "calc8" )); in impl_searchFormatTypeForApp()
416 sType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "draw8" )); in impl_searchFormatTypeForApp()
419 sType = ::rtl::OUString( RTL_CONSTASCII_USTRINGPARAM( "impress8" )); in impl_searchFormatTypeForApp()
424 return sType; in impl_searchFormatTypeForApp()
/aoo41x/main/sdext/source/presenter/
H A DPresenterToolBar.cxx814 OUString sType; in ProcessEntry() local
815 if ( ! (PresenterConfigurationAccess::GetProperty(rxProperties, A2S("Type")) >>= sType)) in ProcessEntry()
833 if (sType.equalsAscii("Button")) in ProcessEntry()
835 else if (sType.equalsAscii("CurrentTimeLabel")) in ProcessEntry()
837 else if (sType.equalsAscii("PresentationTimeLabel")) in ProcessEntry()
839 else if (sType.equalsAscii("VerticalSeparator")) in ProcessEntry()
841 else if (sType.equalsAscii("HorizontalSeparator")) in ProcessEntry()
843 else if (sType.equalsAscii("Label")) in ProcessEntry()
845 else if (sType.equalsAscii("ChangeOrientation")) in ProcessEntry()
/aoo41x/main/unodevtools/source/skeletonmaker/
H A Djavatypemaker.cxx88 OString sType(codemaker::java::translateUnoToJavaType( in printType() local
90 if ( sType.indexOf("java.lang.") == 0 ) in printType()
91 sType = sType.copy(10); in printType()
92 o << sType.getStr(); in printType()
/aoo41x/main/sw/source/ui/envelp/
H A Dlabfmt.cxx660 String sType(aTypeED.GetText()); in IMPL_LINK() local
661 if(rCfg.HasLabel(sMake, sType)) in IMPL_LINK()
666 sQuery.SearchAndReplace(C2S("%2"), sType); in IMPL_LINK()
674 rLabRec.aType = sType; in IMPL_LINK()
675 rCfg.SaveLabel(sMake, sType, rLabRec); in IMPL_LINK()
/aoo41x/main/filter/source/config/cache/
H A Dfiltercache.hxx809 const ::rtl::OUString& sType)
1022 ::rtl::OUString impl_searchFrameLoaderForType(const ::rtl::OUString& sType) const;
1023 ::rtl::OUString impl_searchContentHandlerForType(const ::rtl::OUString& sType) const;
H A Dcacheitem.hxx225 ::rtl::OUString sType;
243 : sType (::rtl::OUString()) in FlatDetectionInfo()
H A Dtypedetection.hxx317 … const ::rtl::OUString& sType );
389 ::rtl::OUString& sType );
/aoo41x/main/xmlsecurity/source/xmlsec/mscrypt/
H A Dx509certificate_mscryptimpl.cxx78 OUString sType = rRawString.copy(nTypeNameStart, i - nTypeNameStart); in findTypeInDN() local
79 sType = sType.trim(); in findTypeInDN()
80 if (sType.equalsIgnoreAsciiCase(sTypeName)) in findTypeInDN()
/aoo41x/main/framework/inc/classes/
H A Dfiltercachedata.hxx274 sType = ::rtl::OUString(); in impl_clear()
289 sType = rCopy.sType ; in impl_copy()
308 ::rtl::OUString sType ;
/aoo41x/main/oox/inc/oox/drawingml/
H A Dtextfield.hxx45 inline void setType( const ::rtl::OUString& sType ) { msType = sType; } in setType() argument
/aoo41x/main/qadevOOo/runner/graphical/
H A DMSOfficePostscriptCreator.java958 String sType = "word"; // default in getXMLDocumentFormat() local
976 sType = "word"; in getXMLDocumentFormat()
980 sType = "excel"; in getXMLDocumentFormat()
986 sType = "word"; // default in getXMLDocumentFormat()
993 return sType; in getXMLDocumentFormat()
/aoo41x/main/sw/source/filter/html/
H A Dhtmlcss1.cxx1737 String sType; in NewStyle() local
1744 sType = pOption->GetString(); in NewStyle()
1747 bIgnoreRawData = sType.Len() && in NewStyle()
1748 !sType.GetToken(0,';').EqualsAscii(sCSS_mimetype); in NewStyle()
1832 String sRel, sHRef, sType; in InsertLink() local
1847 sType = pOption->GetString(); in InsertLink()
1853 ( !sType.Len() || in InsertLink()
1854 sType.GetToken(0,';').EqualsAscii(sCSS_mimetype) ) ) in InsertLink()
/aoo41x/main/stoc/test/excomp/
H A Dexcomp.cxx90 OUString sType = OUString::createFromAscii("com.sun.star.text.XTextDocument"); in SAL_IMPLEMENT_MAIN() local
91 typelib_typedescription_getByName( &pTypeDesc, sType.pData); in SAL_IMPLEMENT_MAIN()

Completed in 462 milliseconds

12345