Searched refs:LocaleSet_t (Results 1 – 9 of 9) sorted by relevance
/aoo42x/main/shell/inc/internal/ |
H A D | contentreader.hxx | 37 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 D | types.hxx | 73 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 D | utilities.hxx | 92 LCID LocaleSetToLCID( const LocaleSet_t & Locale );
|
H A D | metainforeader.hxx | 79 LocaleSet_t getDefaultLocale( );
|
/aoo42x/main/shell/source/all/ooofilereader/ |
H A D | contentreader.cxx | 35 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 D | metainforeader.cxx | 183 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 D | autostyletag.hxx | 55 void setLocale( LocaleSet_t Locale );
|
H A D | autostyletag.cxx | 86 void CAutoStyleTag::setLocale( LocaleSet_t Locale ) in setLocale()
|
/aoo42x/main/shell/source/win32/shlxthandler/util/ |
H A D | utilities.cxx | 185 LCID LocaleSetToLCID( const LocaleSet_t & Locale ) in LocaleSetToLCID()
|
Completed in 33 milliseconds