Searched refs:DocumentLocale (Results 1 – 6 of 6) sorted by relevance
35 CContentReader::CContentReader( const std::string& DocumentName, LocaleSet_t const & DocumentLocale… in CContentReader() argument40 m_DefaultLocale = DocumentLocale; in CContentReader()57 CContentReader::CContentReader( void* stream, LocaleSet_t const & DocumentLocale, zlib_filefunc_def… in CContentReader() argument62 m_DefaultLocale = DocumentLocale; in CContentReader()
37 CContentReader( const std::string& DocumentName, LocaleSet_t const & DocumentLocale );39 CContentReader( void* stream, LocaleSet_t const & DocumentLocale, zlib_filefunc_def* fa );
600 com::sun::star::lang::Locale DocumentLocale; // defines the document default language member
1185 aContext.DocumentLocale = Application::GetSettings().GetLocale(); in StartJob()
1111 { m_aContext.DocumentLocale = rLoc; } in setDocumentLocale()
6001 if( m_aContext.DocumentLocale.Language.getLength() > 0 ) in emitCatalog()6004 aLocBuf.append( m_aContext.DocumentLocale.Language.toAsciiLowerCase() ); in emitCatalog()6005 if( m_aContext.DocumentLocale.Country.getLength() > 0 ) in emitCatalog()6008 aLocBuf.append( m_aContext.DocumentLocale.Country ); in emitCatalog()
Completed in 80 milliseconds