Home
last modified time | relevance | path

Searched refs:rOption (Results 1 – 6 of 6) sorted by relevance

/trunk/main/vcl/inc/vcl/
H A Dppdparser.hxx83 void eraseValue( const String& rOption );
88 PPDValue* insertValue( const String& rOption );
93 const PPDValue* getValue( const String& rOption ) const;
94 const PPDValue* getValueCaseInsensitive( const String& rOption ) const;
/trunk/main/vcl/unx/generic/printer/
H A Dppdparser.cxx1706 const PPDValue* PPDKey::getValue( const String& rOption ) const in getValue()
1708 PPDKey::hash_type::const_iterator it = m_aValues.find( rOption ); in getValue()
1714 const PPDValue* PPDKey::getValueCaseInsensitive( const String& rOption ) const in getValueCaseInsensitive()
1716 const PPDValue* pValue = getValue( rOption ); in getValueCaseInsensitive()
1729 void PPDKey::eraseValue( const String& rOption ) in eraseValue() argument
1731 PPDKey::hash_type::iterator it = m_aValues.find( rOption ); in eraseValue()
1748 PPDValue* PPDKey::insertValue( const String& rOption ) in insertValue() argument
1750 if( m_aValues.find( rOption ) != m_aValues.end() ) in insertValue()
1754 aValue.m_aOption = rOption; in insertValue()
1755 m_aValues[ rOption ] = aValue; in insertValue()
[all …]
/trunk/main/unotools/source/i18n/
H A Dcollatorwrapper.cxx197 const lang::Locale& rLocale, const uno::Sequence< sal_Int32 >& rOption) in loadCollatorAlgorithmWithEndUserOption()
203 rAlgorithm, rLocale, rOption); in loadCollatorAlgorithmWithEndUserOption()
/trunk/main/sw/source/filter/html/
H A Dhtmlform.cxx915 static void lcl_html_getEvents( const String& rOption, const String& rValue, in lcl_html_getEvents() argument
919 if( rOption.CompareIgnoreCaseToAscii( OOO_STRING_SVTOOLS_HTML_O_sdevent, in lcl_html_getEvents()
922 String *pEvent = new String( rOption.Copy(sizeof(OOO_STRING_SVTOOLS_HTML_O_sdevent)-1) ); in lcl_html_getEvents()
927 else if( rOption.CompareIgnoreCaseToAscii( OOO_STRING_SVTOOLS_HTML_O_sdaddparam, in lcl_html_getEvents()
931 new String( rOption.Copy( sizeof(OOO_STRING_SVTOOLS_HTML_O_sdaddparam)-1 ) ); in lcl_html_getEvents()
/trunk/main/unotools/inc/unotools/
H A Dcollatorwrapper.hxx86 const ::com::sun::star::uno::Sequence< sal_Int32 >& rOption);
/trunk/main/sc/source/ui/docshell/
H A Ddocsh.cxx985 static void lcl_parseHtmlFilterOption(const OUString& rOption, LanguageType& rLang, bool& rDateConv… in lcl_parseHtmlFilterOption() argument
989 sal_Int32 n = rOption.getLength(); in lcl_parseHtmlFilterOption()
990 const sal_Unicode* p = rOption.getStr(); in lcl_parseHtmlFilterOption()

Completed in 49 milliseconds