Searched refs:rOption (Results 1 – 6 of 6) sorted by relevance
83 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;
1706 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() argument1731 PPDKey::hash_type::iterator it = m_aValues.find( rOption ); in eraseValue()1748 PPDValue* PPDKey::insertValue( const String& rOption ) in insertValue() argument1750 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 …]
197 const lang::Locale& rLocale, const uno::Sequence< sal_Int32 >& rOption) in loadCollatorAlgorithmWithEndUserOption()203 rAlgorithm, rLocale, rOption); in loadCollatorAlgorithmWithEndUserOption()
915 static void lcl_html_getEvents( const String& rOption, const String& rValue, in lcl_html_getEvents() argument919 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()
86 const ::com::sun::star::uno::Sequence< sal_Int32 >& rOption);
985 static void lcl_parseHtmlFilterOption(const OUString& rOption, LanguageType& rLang, bool& rDateConv… in lcl_parseHtmlFilterOption() argument989 sal_Int32 n = rOption.getLength(); in lcl_parseHtmlFilterOption()990 const sal_Unicode* p = rOption.getStr(); in lcl_parseHtmlFilterOption()
Completed in 57 milliseconds