/aoo41x/main/filter/source/xmlfilterdetect/ |
H A D | filterdetect.cxx | 100 ::rtl::OUString sTypeName = OUString::createFromAscii(""); in detect() 147 return sTypeName; in detect() 165 while( (i < nLength) && (sTypeName.equalsAscii(""))) in detect() 191 if(sTypeName.equalsAscii("")) in detect() 219 sTypeName = OUString::createFromAscii("writer_NSO_UOF2"); in detect() 221 sTypeName = OUString::createFromAscii("calc_NSO_UOF2"); in detect() 237 aArguments[location].Value <<=sTypeName; in detect() 242 return sTypeName; in detect() 250 ::rtl::OUString sTypeName= OUString::createFromAscii(""); in supportedByType() 257 sTypeName = checkType; in supportedByType() [all …]
|
/aoo41x/main/odk/examples/DevelopersGuide/OfficeDev/FilterDevelopment/FlatXmlFilterDetection/ |
H A D | filterdetect.cxx | 68 OUString sTypeName; in detect() local 96 return sTypeName; in detect() 100 return sTypeName; in detect() 142 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_writer"); in detect() 145 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_master"); in detect() 148 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_master"); in detect() 151 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_calc"); in detect() 154 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_draw"); in detect() 157 sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_impress"); in detect() 160 … sTypeName = OUString::createFromAscii("devguide_FlatXMLType_Cpp_impress"); in detect() [all …]
|
/aoo41x/main/wizards/com/sun/star/wizards/db/ |
H A D | ColumnPropertySet.java | 39 private String sTypeName = PropertyNames.EMPTY_STRING; field in ColumnPropertySet 69 … sTypeName = (String) Properties.getPropertyValue(_aNewColPropertyValues, "TypeName"); in assignPropertyValues() 85 setType(nType, sTypeName, precision); in assignPropertyValues() 150 sTypeName = oTypeInspector.getDefaultTypeName(nType, precision); in setType() 154 sTypeName = _sTypeName; in setType() 156 nType = oTypeInspector.getDataType(sTypeName); in setType() 158 assignPropertyValue("TypeName", sTypeName); in setType() 192 String sTypeName = (String) _oValue; in assignPropertyValue() local 193 xPropertySet.setPropertyValue("TypeName", sTypeName); in assignPropertyValue()
|
/aoo41x/main/rdbmaker/source/rdbmaker/ |
H A D | rdbtype.cxx | 71 OString sTypeName; in produceDependedTypes() local 75 sTypeName = (*iter).m_type; in produceDependedTypes() 76 if ((index = sTypeName.lastIndexOf(']')) > 0) in produceDependedTypes() 77 sTypeName = sTypeName.copy(index + 1); in produceDependedTypes() 79 if ( !isBaseType(sTypeName) ) in produceDependedTypes() 81 if (!produceType(sTypeName, in produceDependedTypes() 91 OString("cannot dump Type '" + sTypeName + "'").getStr()); in produceDependedTypes()
|
/aoo41x/main/writerfilter/source/filter/ |
H A D | WriterFilterDetection.cxx | 67 OUString sTypeName; in detect() local 77 rDescriptor[nProperty].Value >>= sTypeName; in detect() 85 bool bBinary = sTypeName.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "writer_MS_Word_97" )) || in detect() 86 … sTypeName.equalsAsciiL ( RTL_CONSTASCII_STRINGPARAM ( "writer_MS_Word_97_Vorlage" )); in detect() 132 if( !sTypeName.getLength() ) in detect() 133 sTypeName = ::rtl::OUString( in detect() 146 sTypeName = ::rtl::OUString(); in detect() 147 return sTypeName; in detect()
|
/aoo41x/main/connectivity/source/drivers/mysql/ |
H A D | YTable.cxx | 234 ::rtl::OUString sTypeName; in alterColumnByName() 235 descriptor->getPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sTypeName; in alterColumnByName() 240 if ( sTypeName.indexOf(s_sAutoIncrement) == -1 ) in alterColumnByName() 242 sTypeName += ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM(" ")); in alterColumnByName() 243 sTypeName += s_sAutoIncrement; in alterColumnByName() 249 if ( sTypeName.getLength() && (nIndex = sTypeName.indexOf(s_sAutoIncrement)) != -1 ) in alterColumnByName() 251 sTypeName = sTypeName.copy(0,nIndex); in alterColumnByName() 252 descriptor->setPropertyValue(rProp.getNameByIndex(PROPERTY_ID_TYPENAME),makeAny(sTypeName)); in alterColumnByName()
|
/aoo41x/main/svtools/source/table/ |
H A D | cellvalueconversion.cxx | 388 ::rtl::OUString const sTypeName( i_valueType.getTypeName() ); in lcl_getValueNormalizer() 391 if ( sTypeName.equals( ::cppu::UnoType< DateTime >::get().getTypeName() ) ) in lcl_getValueNormalizer() 395 else if ( sTypeName.equals( ::cppu::UnoType< UnoDate >::get().getTypeName() ) ) in lcl_getValueNormalizer() 399 else if ( sTypeName.equals( ::cppu::UnoType< UnoTime >::get().getTypeName() ) ) in lcl_getValueNormalizer() 403 else if ( sTypeName.equals( ::cppu::UnoType< ::sal_Bool >::get().getTypeName() ) ) in lcl_getValueNormalizer() 407 else if ( sTypeName.equals( ::cppu::UnoType< double >::get().getTypeName() ) in lcl_getValueNormalizer() 408 || sTypeName.equals( ::cppu::UnoType< float >::get().getTypeName() ) in lcl_getValueNormalizer() 427 … message.append( ::rtl::OUStringToOString( sTypeName, RTL_TEXTENCODING_ASCII_US ) ); in lcl_getValueNormalizer() 432 io_data.aNormalizers[ sTypeName ] = o_formatter; in lcl_getValueNormalizer()
|
/aoo41x/main/connectivity/source/commontools/ |
H A D | dbtools2.cxx | 76 ::rtl::OUString sTypeName; in createStandardColumnPart() 88 xColProp->getPropertyValue(rPropMap.getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sTypeName; in createStandardColumnPart() 115 if ( !sTypeName.getLength() && nType == nDataType ) in createStandardColumnPart() 116 sTypeName = sTypeName2Cmp; in createStandardColumnPart() 130 sTypeName = sTypeName.replaceAt(nIndex,sTypeName.getLength() - nIndex,::rtl::OUString()); in createStandardColumnPart() 135 sal_Int32 nParenPos = sTypeName.indexOf('('); in createStandardColumnPart() 138 aSql.append(sTypeName); in createStandardColumnPart() 143 aSql.append(sTypeName.copy(0,++nParenPos)); in createStandardColumnPart() 159 nParenPos = sTypeName.indexOf(')',nParenPos); in createStandardColumnPart() 160 aSql.append(sTypeName.copy(nParenPos)); in createStandardColumnPart() [all …]
|
/aoo41x/main/extensions/source/ole/ |
H A D | unotypewrapper.cxx | 30 bool createUnoTypeWrapper(BSTR sTypeName, VARIANT * pVar) in createUnoTypeWrapper() argument 33 OSL_ASSERT(sTypeName && pVar); in createUnoTypeWrapper() 52 if (SUCCEEDED(spType->put_Name(sTypeName))) in createUnoTypeWrapper() 61 bool createUnoTypeWrapper(const rtl::OUString& sTypeName, VARIANT * pVar) in createUnoTypeWrapper() argument 63 CComBSTR bstr(reinterpret_cast<LPCOLESTR>(sTypeName.getStr())); in createUnoTypeWrapper()
|
/aoo41x/main/cppu/source/typelib/ |
H A D | static_types.cxx | 164 OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("type") ); in typelib_static_type_getByTypeClass() local 166 &s_aTypes[typelib_TypeClass_TYPE], typelib_TypeClass_TYPE, sTypeName.pData ); in typelib_static_type_getByTypeClass() 173 OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("any") ); in typelib_static_type_getByTypeClass() local 175 &s_aTypes[typelib_TypeClass_ANY], typelib_TypeClass_ANY, sTypeName.pData ); in typelib_static_type_getByTypeClass() 182 OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("string") ); in typelib_static_type_getByTypeClass() local 184 &s_aTypes[typelib_TypeClass_STRING], typelib_TypeClass_STRING, sTypeName.pData ); in typelib_static_type_getByTypeClass() 191 OUString sTypeName( RTL_CONSTASCII_USTRINGPARAM("com.sun.star.uno.XInterface") ); in typelib_static_type_getByTypeClass() local 207 &pTD, sTypeName.pData, 0xe227a391, 0x33d6, 0x11d1, 0xaabe00a0, 0x249d5590, in typelib_static_type_getByTypeClass()
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 525 String sTypeName = pType->GetName(); in setPropertyValue() local 536 if(sTypeName == *rExtraArr[ *pIds ] ) in setPropertyValue() 573 String sTypeName(uTmp); in setPropertyValue() local 583 ( sTypeName == sTable || sTypeName == sDrawing || in setPropertyValue() 584 sTypeName == sFrame || sTypeName == sIllustration ))) in setPropertyValue() 603 SwDDEFieldType aType(sTypeName, sParam1, in setPropertyValue() 997 if(sProgName != sTypeName) in LocalizeFormula() 2590 String sName(rName), sTypeName; in getByName() local 2595 sName.Erase(0, sTypeName.Len()+1); in getByName() 2697 String sName(rName), sTypeName; in hasByName() local [all …]
|
/aoo41x/main/writerperfect/source/wpdimp/ |
H A D | WordPerfectImportFilter.cxx | 166 OUString sTypeName = OUString( RTL_CONSTASCII_USTRINGPARAM ( "" ) ); in detect() local 207 sTypeName = OUString( RTL_CONSTASCII_USTRINGPARAM ( "writer_WordPerfect_Document" ) ); in detect() 209 if (sTypeName.getLength()) in detect() 217 Descriptor[location].Value <<=sTypeName; in detect() 220 return sTypeName; in detect()
|
/aoo41x/main/framework/inc/services/ |
H A D | frameloaderfactory.hxx | 172 … css::uno::XInterface > SAL_CALL createInstance( const ::rtl::OUString& sTypeName ) throw( css::un… 192 …ss::uno::XInterface > SAL_CALL createInstanceWithArguments( const ::rtl::OUString& sTypeName , 362 …ic sal_Bool impldbg_checkParameter_createInstance ( const ::rtl::OUString& sTypeName ); 363 …ol impldbg_checkParameter_createInstanceWithArguments ( const ::rtl::OUString& sTypeName ,
|
H A D | contenthandlerfactory.hxx | 136 …ateInstance ( const ::rtl::OUString& sTypeName ) throw( css::… 138 …> SAL_CALL createInstanceWithArguments( const ::rtl::OUString& sTypeName , 215 … static sal_Bool implcp_createInstanceWithArguments ( const ::rtl::OUString& sTypeName ,
|
/aoo41x/main/framework/source/dispatch/ |
H A D | oxt_handler.cxx | 271 ::rtl::OUString sTypeName; in detect() 285 sTypeName = ::rtl::OUString::createFromAscii("oxt_OpenOffice_Extension"); in detect() 286 aDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME()] <<= sTypeName; in detect() 291 return sTypeName; in detect()
|
/aoo41x/main/sfx2/source/bastyp/ |
H A D | fltfnc.cxx | 377 ::rtl::OUString sTypeName; in GuessFilterIgnoringContent() 381 …sTypeName = xDetection->queryTypeByURL( rMedium.GetURLObject().GetMainURL( INetURLObject::NO_DECOD… in GuessFilterIgnoringContent() 388 if ( sTypeName.getLength() ) in GuessFilterIgnoringContent() 389 *ppFilter = GetFilter4EA( sTypeName ); in GuessFilterIgnoringContent() 428 ::rtl::OUString sTypeName; in GuessFilterControlDefaultUI() 456 …sTypeName = xDetection->queryTypeByDescriptor(lDescriptor, sal_True); // lDescriptor is used as In… in GuessFilterControlDefaultUI() 460 sTypeName = xDetection->queryTypeByURL(sURL); in GuessFilterControlDefaultUI() 462 if (sTypeName.getLength()) in GuessFilterControlDefaultUI() 471 lQuery[0].Value <<= sTypeName; in GuessFilterControlDefaultUI()
|
/aoo41x/main/connectivity/source/drivers/ado/ |
H A D | ACatalog.cxx | 70 ::rtl::OUString sTypeName = aElement.get_Type(); in refreshTables() 71 …if ( !sTypeName.equalsIgnoreAsciiCaseAscii("SYSTEM TABLE") && !sTypeName.equalsIgnoreAsciiCaseAsci… in refreshTables()
|
H A D | AColumns.cxx | 89 ::rtl::OUString sTypeName; in appendObject() 90 …getPropertyValue(OMetaConnection::getPropMap().getNameByIndex(PROPERTY_ID_TYPENAME)) >>= sTypeName; in appendObject() 98 ::std::bind2nd(aCase, sTypeName), in appendObject()
|
/aoo41x/main/connectivity/source/drivers/adabas/ |
H A D | BIndexColumns.cxx | 80 ::rtl::OUString sTypeName = xRow->getString(6); in createObject() 82 OAdabasCatalog::correctColumnProperties(nPrec,nType,sTypeName); in createObject() 86 sTypeName, in createObject()
|
H A D | BColumns.cxx | 68 ::rtl::OUString sTypeName = xRow->getString(6); in createObject() 70 OAdabasCatalog::correctColumnProperties(nPrec,nType,sTypeName); in createObject() 93 sTypeName, in createObject()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | filtergrouping.cxx | 1040 ::rtl::OUString sTypeName; in appendExportFilters() 1049 sTypeName = pFilter->GetTypeName(); in appendExportFilters() 1056 ( sTypeName.equals( sWriterHTMLType ) || sTypeName.equals( sGraphicHTMLType ) ) ) in appendExportFilters() 1061 else if ( nXHTMLIndex == -1 && sTypeName.equals( sXHTMLType ) ) in appendExportFilters() 1070 else if ( nPDFIndex == -1 && sTypeName.equals( sPDFType ) ) in appendExportFilters() 1080 else if ( nFlashIndex == -1 && sTypeName.equals( sFlashType ) ) in appendExportFilters()
|
/aoo41x/main/dbaccess/source/ui/uno/ |
H A D | ColumnPeer.cxx | 94 ::rtl::OUString sTypeName; in setColumn() 99 _xColumn->getPropertyValue(PROPERTY_TYPENAME) >>= sTypeName; in setColumn() 113 …Info = ::dbaui::getTypeInfoFromType(*pFieldControl->getTypeInfo(),nType,sTypeName,sCreateParam,nPr… in setColumn()
|
/aoo41x/main/avmedia/source/framework/ |
H A D | soundhandler.cxx | 411 ::rtl::OUString sTypeName; in detect() 426 sTypeName = ::rtl::OUString::createFromAscii("wav_Wave_Audio_File"); in detect() 427 aDescriptor[::comphelper::MediaDescriptor::PROP_TYPENAME()] <<= sTypeName; in detect() 432 return sTypeName; in detect()
|
/aoo41x/main/scripting/source/vbaevents/ |
H A D | eventhelper.cxx | 116 rtl::OUString sTypeName = listType.getTypeName(); 120 sTypeName = sFullTypeName.copy( lastDotIndex + 1 ); 127 rtl::OUStringToOString( sTypeName, 402 ::rtl::OUString sTypeName; in eventMethodToDescriptor() 409 sTypeName = rEventMethod.copy( 0, nDelimPos ); in eventMethodToDescriptor() 416 && sTypeName.getLength() in eventMethodToDescriptor() 423 evtDesc.ListenerType = sTypeName; in eventMethodToDescriptor()
|
/aoo41x/main/xmloff/source/xforms/ |
H A D | xformsexport.cxx | 307 OUString sTypeName; in exportXFormsBinding() local 308 xBinding->getPropertyValue( OUSTRING("Type") ) >>= sTypeName; in exportXFormsBinding() 322 xRepository->getDataType( sTypeName ), in exportXFormsBinding() 330 sTypeName = lcl_getXSDType( rExport, xDataType ); in exportXFormsBinding() 339 if( sTypeName.getLength() > 0 ) in exportXFormsBinding() 342 sTypeName ); in exportXFormsBinding()
|