Home
last modified time | relevance | path

Searched refs:sType (Results 51 – 75 of 120) sorted by relevance

12345

/aoo41x/main/svx/source/svdraw/
H A Dsvdoashp.cxx110 const rtl::OUString sType( RTL_CONSTASCII_USTRINGPARAM ( "Type" ) ); in ImpGetCustomShapeType() local
112 Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in ImpGetCustomShapeType()
436 const rtl::OUString sType( RTL_CONSTASCII_USTRINGPARAM ( "Type" ) ); in UseNoFillStyle() local
438 Any* pAny = rGeometryItem.GetPropertyValueByName( sType ); in UseNoFillStyle()
662 const rtl::OUString sType( RTL_CONSTASCII_USTRINGPARAM ( "Type" ) ); in MergeDefaultAttributes() local
672 aPropVal.Name = sType; in MergeDefaultAttributes()
678 Any *pAny = aGeometryItem.GetPropertyValueByName( sType ); in MergeDefaultAttributes()
1156 const rtl::OUString sType( RTL_CONSTASCII_USTRINGPARAM ( "Type" ) ); in IsDefaultGeometry() local
1159 Any *pAny = aGeometryItem.GetPropertyValueByName( sType ); in IsDefaultGeometry()
3548 const rtl::OUString sType( RTL_CONSTASCII_USTRINGPARAM ( "Type" ) ); in GetCustomShapeName() local
[all …]
/aoo41x/main/sfx2/source/bastyp/
H A Dfltfnc.cxx936 ::rtl::OUString sType ; in ReadSingleFilter_Impl()
978 lFilterProperties[nFilterProperty].Value >>= sType; in ReadSingleFilter_Impl()
983 aResult = xTypeCFG->getByName( sType ); in ReadSingleFilter_Impl()
1060 sType , in ReadSingleFilter_Impl()
1072 pFilter->aTypeName = sType; in ReadSingleFilter_Impl()
/aoo41x/main/xmloff/source/text/
H A DXMLRedlineExport.cxx389 OUString sType; in ExportChangedRegion() local
390 aAny >>= sType; in ExportChangedRegion()
392 ConvertTypeName(sType), sal_True, sal_True); in ExportChangedRegion()
/aoo41x/main/codemaker/source/cunomaker/
H A Dcunotype.cxx1027 OString sType(checkRealBaseType(type, sal_True)); in dumpType() local
1028 sal_uInt32 index = sType.lastIndexOf(']'); in dumpType()
1031 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpType()
1125 OString sType( checkRealBaseType(type, sal_True) ); in dumpCppuGetType() local
1126 sal_uInt32 index = sType.lastIndexOf(']'); in dumpCppuGetType()
1127 OString relType = (index > 0 ? (sType).copy(index+1) : type); in dumpCppuGetType()
3415 StructureType sType(reader, typeName, typeMgr, typeDependencies); in produceType() local
3416 ret = sType.dump(pOptions); in produceType()
3418 ret = sType.dumpDependedTypes(pOptions); in produceType()
/aoo41x/main/xmloff/source/meta/
H A Dxmlmetae.cxx258 ::rtl::OUStringBuffer sType; in _MExport()
260 sValueBuffer, sType, props[i].Value)) { in _MExport()
265 sType.makeStringAndClear() ); in _MExport()
/aoo41x/main/xmloff/source/style/
H A Dnumehelp.cxx55 sType(RTL_CONSTASCII_USTRINGPARAM(XML_TYPE)), in XMLNumberFormatAttributesExportHelper()
68 sType(RTL_CONSTASCII_USTRINGPARAM(XML_TYPE)), in XMLNumberFormatAttributesExportHelper()
375 if ( xNumberPropertySet->getPropertyValue(sType) >>= nNumberType ) in GetCellType()
/aoo41x/main/sfx2/source/appl/
H A Dfileobj.cxx433 ::rtl::OUString sType = xTypeDetection->queryTypeByDescriptor( aDescrList, sal_True ); in impl_getFilter()
434 if ( sType.getLength() ) in impl_getFilter()
440 ::comphelper::SequenceAsHashMap lTypeProps( xTypeCont->getByName( sType ) ); in impl_getFilter()
/aoo41x/main/dbaccess/source/filter/xml/
H A DxmlExport.cxx606 String sType = m_aTypeCollection.getPrefix(sValue); in exportConnectionData() local
607 sType.EraseTrailingChars(':'); in exportConnectionData()
608 AddAttribute(XML_NAMESPACE_DB,XML_TYPE,sType); in exportConnectionData()
1036 ::rtl::OUStringBuffer sColumnDefaultString,sType; in exportColumns()
1037 … SvXMLUnitConverter::convertAny( sColumnDefaultString, sType, aColumnDefault ); in exportColumns()
1038 AddAttribute(XML_NAMESPACE_DB, XML_TYPE_NAME,sType.makeStringAndClear()); in exportColumns()
/aoo41x/main/sdext/source/presenter/
H A DPresenterNotesView.cxx282 ::rtl::OUString sType (xShapeDescriptor->getShapeType()); in SetSlide()
283 if (sType.equals(sNotesShapeName) || sType.equals(sTextShapeName)) in SetSlide()
/aoo41x/main/xmloff/source/forms/
H A Dpropertyimport.cxx455 ::rtl::OUString sType, sValue; in StartElement()
476 sType = _rxAttrList->getValueByIndex( i ); in StartElement()
491 aPropType = PropertyConversion::xmlTypeToUnoType( sType ); in StartElement()
/aoo41x/main/sfx2/source/view/
H A Dfrmload.cxx137 ::rtl::OUString sType = xDetect->queryTypeByDescriptor( aQueryArgs, sal_True ); in impl_detectFilterForURL()
138 if ( sType.getLength() ) in impl_detectFilterForURL()
140 const SfxFilter* pFilter = rMatcher.GetFilter4EA( sType ); in impl_detectFilterForURL()
/aoo41x/main/sc/source/filter/xml/
H A DXMLTableShapeImportHelper.cxx61 …ayer(uno::Reference<drawing::XShape>& rShape, sal_Int16 nLayerID, const rtl::OUString& sType) const in SetLayer()
63 … if (sType.equals(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("com.sun.star.drawing.ControlShape")))) in SetLayer()
H A DXMLTableShapeImportHelper.hxx44 …ce<com::sun::star::drawing::XShape>& rShape, sal_Int16 nLayerID, const rtl::OUString& sType) const;
/aoo41x/main/jvmaccess/workbench/javainfo/
H A Djavainfotest.cxx356 OString sType= OUStringToOString(usType, osl_getThreadTextEncoding()); in printInfo() local
363 printf("%s %s\n",sType.getStr(), sVersion.getStr()); in printInfo()
/aoo41x/main/writerfilter/source/ooxml/
H A DOOXMLStreamImpl.cxx101 static rtl::OUString sType(RTL_CONSTASCII_USTRINGPARAM("Type")); in lcl_getTarget() local
166 if (aPair.First.compareTo(sType) == 0 && in lcl_getTarget()
/aoo41x/main/filter/source/xsltfilter/
H A Duof2splithandler.cxx237 OUString sType = AttrList->getTypeByIndex( i ); in namespaceMap() local
239 …rt( ::std::map< OUString, NamespaceValue >::value_type(aName , NamespaceValue( sType , sValue )) ); in namespaceMap()
/aoo41x/main/oox/source/drawingml/
H A Dcustomshapeproperties.cxx181 const OUString sType = CREATE_OUSTRING( "Type" ); in pushToPropSet() local
208 else if ( aGeoPropSeq[ i ].Name.equals( sType ) ) in pushToPropSet()
/aoo41x/main/shell/source/backends/macbe/
H A Dmacbackend.cxx69 bool GetProxySetting(ServiceType sType, char *host, size_t hostSize, UInt16 *port) in GetProxySetting() argument
88 switch ( sType ) in GetProxySetting()
/aoo41x/main/sfx2/source/notify/
H A Deventsupplier.cxx102 ::rtl::OUString sType; in replaceByName()
105 && ( aNormalizedDescriptor.get( PROP_EVENT_TYPE ) >>= sType ) in replaceByName()
106 && ( sType.getLength() == 0 ) in replaceByName()
/aoo41x/main/xmloff/inc/xmloff/
H A Dxmluconv.hxx412 ::rtl::OUStringBuffer& sType ,
417 const ::rtl::OUString& sType ,
/aoo41x/main/reportdesign/source/ui/report/
H A DReportController.cxx1369 ::rtl::OUString sType = aUrl.Complete.getToken(0,'.',nIndex); in Execute()
1370 if ( nIndex == -1 || !sType.getLength() ) in Execute()
1375 sType = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("smiley")); in Execute()
1378sType = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("left-right-arrow")); in Execute()
1381sType = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("flowchart-internal-storage")); in Execute()
1384sType = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("round-rectangular-callout")); in Execute()
1387 sType = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("star5")); in Execute()
1391 sType = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("diamond")); in Execute()
1395 sType = aUrl.Complete.getToken(0,'.',nIndex); in Execute()
1397 getDesignView()->SetInsertObj( OBJ_CUSTOMSHAPE ,sType); in Execute()
/aoo41x/main/wizards/com/sun/star/wizards/common/
H A DFileAccess.java140 …public static String getOfficePath(XMultiServiceFactory xMSF, String sPath, String sType, String s… in getOfficePath() argument
179 if (sType.equalsIgnoreCase("user")) in getOfficePath()
212 …t<String> getOfficePaths(XMultiServiceFactory xMSF, String _sPath, String sType, String sSearchDir… in getOfficePaths() argument
/aoo41x/main/framework/test/typecfg/
H A Dcfgview.cxx607 …sFilterPropHTML.append ( aFilter.sType in impl_generateFilterListHTML()
846 …sFilterPropHTML.append ( aFilter.sType in impl_generateFilterModulListHTML()
1163 if( aFilter.sType == aType.sName ) in impl_generateInvalidFiltersHTML()
1182 sInvalidFilterHTML.append ( aFilter.sType ); in impl_generateInvalidFiltersHTML()
/aoo41x/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl147 @param sType
165 getRelationshipsByType( [in] string sType )
/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx1461 const char* sType = NULL; in SectionType() local
1464 case 1: sType = OOO_STRING_SVTOOLS_RTF_SBKCOL; break; in SectionType()
1465 case 2: sType = OOO_STRING_SVTOOLS_RTF_SBKPAGE; break; in SectionType()
1466 case 3: sType = OOO_STRING_SVTOOLS_RTF_SBKEVEN; break; in SectionType()
1467 case 4: sType = OOO_STRING_SVTOOLS_RTF_SBKODD; break; in SectionType()
1468 default: sType = OOO_STRING_SVTOOLS_RTF_SBKNONE; break; in SectionType()
1470 m_aSectionBreaks.append(sType); in SectionType()

Completed in 294 milliseconds

12345