Home
last modified time | relevance | path

Searched refs:LocaleSet_t (Results 1 – 9 of 9) sorted by relevance

/trunk/main/shell/inc/internal/
H A Dcontentreader.hxx37 CContentReader( const std::string& DocumentName, LocaleSet_t const & DocumentLocale );
39 CContentReader( void* stream, LocaleSet_t const & DocumentLocale, zlib_filefunc_def* fa );
108 void addChunk( LocaleSet_t const & Locale, Content_t const & Content );
112 LocaleSet_t const & getLocale( const StyleName_t Style );
119 LocaleSet_t m_DefaultLocale;
H A Dtypes.hxx73 typedef ::std::pair<Language_t, Country_t > LocaleSet_t; typedef
76 typedef ::std::pair<LocaleSet_t, Content_t > Chunk_t;
79 const LocaleSet_t EMPTY_LOCALE = ::std::make_pair(::std::wstring(), ::std::wstring());
91 typedef ::std::pair <StyleName_t, LocaleSet_t> StyleLocalePair_t;
92 typedef ::std::map<StyleName_t, LocaleSet_t> StyleLocaleMap_t;
H A Dutilities.hxx92 LCID LocaleSetToLCID( const LocaleSet_t & Locale );
H A Dmetainforeader.hxx79 LocaleSet_t getDefaultLocale( );
/trunk/main/shell/source/all/ooofilereader/
H A Dcontentreader.cxx35 CContentReader::CContentReader( const std::string& DocumentName, LocaleSet_t const & DocumentLocale… in CContentReader()
57 CContentReader::CContentReader( void* stream, LocaleSet_t const & DocumentLocale, zlib_filefunc_def… in CContentReader()
133 void CContentReader::addChunk( LocaleSet_t const & Locale, Content_t const & Content ) in addChunk()
155 LocaleSet_t const & CContentReader::getLocale( const StyleName_t Style ) in getLocale()
H A Dmetainforeader.cxx183 const LocaleSet_t EN_US_LOCALE( ::std::make_pair( ::std::wstring( L"en" ), ::std::wstring( L"US" )…
192 LocaleSet_t CMetaInfoReader::getDefaultLocale() in getDefaultLocale()
H A Dautostyletag.hxx55 void setLocale( LocaleSet_t Locale );
H A Dautostyletag.cxx86 void CAutoStyleTag::setLocale( LocaleSet_t Locale ) in setLocale()
/trunk/main/shell/source/win32/shlxthandler/util/
H A Dutilities.cxx185 LCID LocaleSetToLCID( const LocaleSet_t & Locale ) in LocaleSetToLCID()

Completed in 33 milliseconds