Home
last modified time | relevance | path

Searched refs:rTypeName (Results 1 – 20 of 20) sorted by relevance

/trunk/main/svl/source/misc/
H A Dinettype.cxx114 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 …]
/trunk/main/cppu/inc/typelib/
H A Dtypedescription.hxx98 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()
/trunk/main/stoc/source/corereflection/
H A Dcrefl.cxx277 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 Dbase.hxx147 …virtual Reference< XIdlClass > SAL_CALL forName( const OUString & rTypeName ) throw(::com::sun::st…
/trunk/main/svl/inc/svl/
H A Dinettype.hxx344 static INetContentType RegisterContentType(UniString const & rTypeName,
352 static INetContentType GetContentType(UniString const & rTypeName);
359 static UniString GetExtension(UniString const & rTypeName);
/trunk/main/stoc/source/registry_tdprovider/
H A Dtdiface.cxx64 const OUString & rTypeName, in InterfaceMethodImpl() argument
73 , _aTypeName( rTypeName ) in InterfaceMethodImpl()
208 const OUString & rTypeName, in InterfaceAttributeImpl() argument
219 , _aTypeName( rTypeName ) in InterfaceAttributeImpl()
/trunk/main/bridges/source/cpp_uno/msvc_win32_intel/
H A Dexcept.cxx422 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()
/trunk/main/bridges/source/cpp_uno/msvc_win64_x86-64/
H A Dexcept.cxx462 OUString const & rTypeName = *reinterpret_cast< OUString * >( &pTypeDescr->pTypeName ); in getRaiseInfo() local
465 s_pInfos->_allRaiseInfos.find( rTypeName ) ); in getRaiseInfo()
471 … s_pInfos->_allRaiseInfos.insert( t_string2PtrMap::value_type( rTypeName, pRaiseInfo ) ) ); in getRaiseInfo()
/trunk/main/idl/inc/
H A Dtypes.hxx179 SvMetaType( const ByteString & rTypeName, char cParserChar,
181 SvMetaType( const ByteString & rTypeName, const ByteString & rSbxName,
/trunk/main/sw/source/core/unocore/
H A Dunofield.cxx2540 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()
/trunk/main/cppu/inc/com/sun/star/uno/
H A DType.hxx47 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 DType.h92 inline Type( TypeClass eTypeClass, const ::rtl::OUString & rTypeName ) SAL_THROW( () );
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx819 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()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx369 OUString XMLFilterSettingsDialog::createUniqueTypeName( const OUString& rTypeName ) in createUniqueTypeName() argument
371 OUString aTypeName( rTypeName ); in createUniqueTypeName()
378 aTypeName = rTypeName; in createUniqueTypeName()
H A Dxmlfiltersettingsdialog.hxx126 rtl::OUString createUniqueTypeName( const rtl::OUString& rTypeName );
/trunk/main/cppuhelper/source/
H A Dtdmgr.cxx696 OUString const & rTypeName = OUString::unacquired( &pTypeName ); in typelib_callback() local
698 if (access->getByHierarchicalName(rTypeName ) >>= xTD) in typelib_callback()
/trunk/main/sfx2/inc/sfx2/
H A Ddocfilt.hxx66 const String &rTypeName,
H A Ddocfile.hxx131 const String& rTypeName,
/trunk/main/sfx2/source/dialog/
H A Dmailmodel.cxx950 …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()
/trunk/main/sfx2/source/doc/
H A Ddocfile.cxx3312 …rence < embed::XStorage >& rStor, const String& rBaseURL, const String& rTypeName, const SfxItemSe… in SfxMedium() argument
3317 pFilter = SFX_APP()->GetFilterMatcher().GetFilter4EA( rTypeName ); in SfxMedium()

Completed in 116 milliseconds