/aoo4110/main/svl/source/misc/ |
H A D | inettype.cxx | 114 static UniString GetExtension(const UniString & rTypeName); 650 rTypeName) in getExtensionEntry() argument 654 UniString aTheTypeName = rTypeName; in getExtensionEntry() 683 UniString aTheTypeName = rTypeName; in RegisterContentType() 717 UniString aTheTypeName = rTypeName; in GetContentType() 761 UniString aTheTypeName = rTypeName; in GetExtension() 851 rTypeName, in RegisterContentType() argument 859 INetContentType eTypeID = GetContentType(rTypeName); in RegisterContentType() 877 = Registration::getExtensionEntry(rTypeName); in RegisterContentType() 891 if (parse(rTypeName, aType, aSubType)) in GetContentType() [all …]
|
/aoo4110/main/cppu/inc/typelib/ |
H A D | typedescription.hxx | 98 inline TypeDescription( const ::rtl::OUString & rTypeName ) SAL_THROW( () ); 183 inline TypeDescription::TypeDescription( const ::rtl::OUString & rTypeName ) SAL_THROW( () ) in TypeDescription() argument 186 typelib_typedescription_getByName( &_pTypeDescr , rTypeName.pData ); in TypeDescription()
|
/aoo4110/main/stoc/source/corereflection/ |
H A D | crefl.cxx | 277 Reference< XIdlClass > IdlReflectionServiceImpl::forName( const OUString & rTypeName ) in forName() argument 281 Any aAny( _aElements.getValue( rTypeName ) ); in forName() 292 typelib_typedescription_getByName( &pTD, rTypeName.pData ); in forName() 296 _aElements.setValue( rTypeName, makeAny( xRet ) ); // update in forName()
|
H A D | base.hxx | 147 …virtual Reference< XIdlClass > SAL_CALL forName( const OUString & rTypeName ) throw(::com::sun::st…
|
/aoo4110/main/svl/inc/svl/ |
H A D | inettype.hxx | 344 static INetContentType RegisterContentType(UniString const & rTypeName, 352 static INetContentType GetContentType(UniString const & rTypeName); 359 static UniString GetExtension(UniString const & rTypeName);
|
/aoo4110/main/stoc/source/registry_tdprovider/ |
H A D | tdiface.cxx | 64 const OUString & rTypeName, in InterfaceMethodImpl() argument 73 , _aTypeName( rTypeName ) in InterfaceMethodImpl() 208 const OUString & rTypeName, in InterfaceAttributeImpl() argument 219 , _aTypeName( rTypeName ) in InterfaceAttributeImpl()
|
/aoo4110/main/bridges/source/cpp_uno/msvc_win32_intel/ |
H A D | except.cxx | 422 OUString const & rTypeName = *reinterpret_cast< OUString * >( &pTypeDescr->pTypeName ); in getRaiseInfo() local 425 s_pInfos->_allRaiseInfos.find( rTypeName ) ); in getRaiseInfo() 431 … s_pInfos->_allRaiseInfos.insert( t_string2PtrMap::value_type( rTypeName, pRaiseInfo ) ) ); in getRaiseInfo()
|
/aoo4110/main/idl/inc/ |
H A D | types.hxx | 179 SvMetaType( const ByteString & rTypeName, char cParserChar, 181 SvMetaType( const ByteString & rTypeName, const ByteString & rSbxName,
|
/aoo4110/main/sw/source/core/unocore/ |
H A D | unofield.cxx | 2540 sal_uInt16 lcl_GetIdByName( String& rName, String& rTypeName ) in lcl_GetIdByName() argument 2548 rTypeName = rName.GetToken( 0, '.', nFound ); in lcl_GetIdByName() 2549 if(rTypeName.EqualsAscii("User")) in lcl_GetIdByName() 2551 else if(rTypeName.EqualsAscii("DDE")) in lcl_GetIdByName() 2553 else if(rTypeName.EqualsAscii("SetExpression")) in lcl_GetIdByName() 2563 else if(rTypeName.EqualsAscii("DataBase")) in lcl_GetIdByName() 2577 else if( rTypeName.EqualsAscii("Bibliography")) in lcl_GetIdByName()
|
/aoo4110/main/cppu/inc/com/sun/star/uno/ |
H A D | Type.hxx | 47 inline Type::Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName ) SAL_THROW( () ) in Type() argument 50 … ::typelib_typedescriptionreference_new( &_pType, (typelib_TypeClass)eTypeClass, rTypeName.pData ); in Type()
|
H A D | Type.h | 92 inline Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName ) SAL_THROW( () );
|
/aoo4110/main/sd/source/filter/xml/ |
H A D | sdxmlwrp.cxx | 819 const String& rTypeName = pFilter->GetRealTypeName(); in Import() local 821 … if( (rTypeName.CompareToAscii( RTL_CONSTASCII_STRINGPARAM("impress_StarImpress" ) ) == 0) || in Import() 822 … (rTypeName.CompareToAscii( RTL_CONSTASCII_STRINGPARAM("draw_StarDraw" ) ) == 0) ) in Import()
|
/aoo4110/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 369 OUString XMLFilterSettingsDialog::createUniqueTypeName( const OUString& rTypeName ) in createUniqueTypeName() argument 371 OUString aTypeName( rTypeName ); in createUniqueTypeName() 378 aTypeName = rTypeName; in createUniqueTypeName()
|
H A D | xmlfiltersettingsdialog.hxx | 126 rtl::OUString createUniqueTypeName( const rtl::OUString& rTypeName );
|
/aoo4110/main/cppuhelper/source/ |
H A D | tdmgr.cxx | 696 OUString const & rTypeName = OUString::unacquired( &pTypeName ); in typelib_callback() local 698 if (access->getByHierarchicalName(rTypeName ) >>= xTD) in typelib_callback()
|
/aoo4110/main/sfx2/inc/sfx2/ |
H A D | docfilt.hxx | 66 const String &rTypeName,
|
H A D | docfile.hxx | 131 const String& rTypeName,
|
/aoo4110/main/sfx2/source/dialog/ |
H A D | mailmodel.cxx | 950 …eAndSend( const css::uno::Reference< css::frame::XFrame >& xFrame, const rtl::OUString& rTypeName ) in SaveAndSend() argument 956 eSaveResult = SaveDocumentAsFormat( rtl::OUString(), xFrame, rTypeName, aFileName ); in SaveAndSend()
|
/aoo4110/main/sfx2/source/doc/ |
H A D | docfile.cxx | 3312 …rence < embed::XStorage >& rStor, const String& rBaseURL, const String& rTypeName, const SfxItemSe… in SfxMedium() argument 3317 pFilter = SFX_APP()->GetFilterMatcher().GetFilter4EA( rTypeName ); in SfxMedium()
|