Home
last modified time | relevance | path

Searched refs:hasParameter (Results 1 – 17 of 17) sorted by relevance

/trunk/main/svtools/source/misc/ !
H A Dtransfer.cxx246 if( xMimeType->hasParameter( aClassNameString ) ) in ImplSetParameterString()
251 if( xMimeType->hasParameter( aTypeNameString ) ) in ImplSetParameterString()
256 if( xMimeType->hasParameter( aDisplayNameString ) ) in ImplSetParameterString()
263 if( xMimeType->hasParameter( aViewAspectString ) ) in ImplSetParameterString()
268 if( xMimeType->hasParameter( aWidthString ) ) in ImplSetParameterString()
273 if( xMimeType->hasParameter( aHeightString ) ) in ImplSetParameterString()
278 if( xMimeType->hasParameter( aPosXString ) ) in ImplSetParameterString()
283 if( xMimeType->hasParameter( aPosYString ) ) in ImplSetParameterString()
1527 if( xMimeType->hasParameter( aCharsetStr ) ) in FillDataFlavorExVector()
2528 if( !xRequestType2->hasParameter( aCharsetString ) || in IsEqual()
[all …]
/trunk/main/dtrans/source/cnttype/ !
H A Dmcnttype.cxx114 sal_Bool SAL_CALL CMimeContentType::hasParameter( const OUString& aName ) throw(RuntimeException) in hasParameter() function in CMimeContentType
128 if ( !hasParameter( aName ) ) in getParameterValue()
H A Dmcnttype.hxx61 virtual sal_Bool SAL_CALL hasParameter( const ::rtl::OUString& aName )
/trunk/main/stoc/source/uriproc/ !
H A DUriSchemeParser_vndDOTsunDOTstarDOTscript.cxx282 virtual sal_Bool SAL_CALL hasParameter(rtl::OUString const & key)
324 sal_Bool UrlReference::hasParameter(rtl::OUString const & key) in hasParameter() function in __anon2642e2250111::UrlReference
/trunk/main/scripting/source/provider/ !
H A DMasterScriptProvider.cxx300 if ( sfUri->hasParameter( langKey ) == sal_False || in getScript()
301 sfUri->hasParameter( locKey ) == sal_False || in getScript()
/trunk/main/dtrans/source/win32/ftransl/ !
H A Dftransl.cxx161 if ( refXMimeCntType->hasParameter( OUSTR( charset ) ) ) in getSystemDataTypeFromDataFlavor()
170 if (refXMimeCntType->hasParameter(Windows_FormatName)) in getSystemDataTypeFromDataFlavor()
/trunk/main/cppuhelper/inc/cppuhelper/ !
H A Dunourl.hxx94 bool hasParameter(rtl::OUString const & rKey) const;
/trunk/main/stoc/test/uriproc/ !
H A Dtest_uriproc.cxx792 scriptUrl->hasParameter( in TEST_F()
809 if ( scriptUrl->hasParameter(rtl::OUString::createFromAscii( in TEST_F()
/trunk/main/cppuhelper/qa/unourl/ !
H A Dcppu_unourl.cxx223 hasParameter(rtl::OUString::createFromAscii(aTests[i].pKey)); in TEST_F()
/trunk/main/offapi/com/sun/star/datatransfer/ !
H A DXMimeContentType.idl90 boolean hasParameter( [in] string aName );
/trunk/main/io/source/acceptor/ !
H A Dacceptor.cxx188 if (aDesc.hasParameter( in accept()
/trunk/main/io/source/connector/ !
H A Dconnector.cxx130 if (aDesc.hasParameter( in connect()
/trunk/main/cppuhelper/source/ !
H A Dunourl.cxx182 bool UnoUrlDescriptor::hasParameter(rtl::OUString const & rKey) const in hasParameter() function in UnoUrlDescriptor
/trunk/main/dtrans/source/win32/dtobj/ !
H A DFetcList.cxx368 if ( xMimeType->hasParameter( TEXTPLAIN_PARAM_CHARSET ) ) in getCharsetFromDataFlavor()
/trunk/main/xmloff/source/transform/ !
H A DEventOASISTContext.cxx214 if ( xUrl.is() && xUrl->hasParameter( aLanguageKey ) ) in ParseURL()
/trunk/main/udkapi/com/sun/star/uri/ !
H A DXVndSunStarScriptUrl.idl96 boolean hasParameter([in] string key);
/trunk/main/sfx2/source/view/ !
H A Dviewfrm.cxx2907 if ( xUrl->hasParameter( aLocKey ) ) in AddDispatchMacroToBasic_Impl()