Lines Matching refs:SourceTreeLocalizer

124 class SourceTreeLocalizer : public SourceTreeIterator  class
165SourceTreeLocalizer( const ByteString &rRoot, const ByteString &rVersion , bool bLocal , bool skip…
166 ~SourceTreeLocalizer();
180 SourceTreeLocalizer::SourceTreeLocalizer( in SourceTreeLocalizer() function in transex3::SourceTreeLocalizer
191 SourceTreeLocalizer::~SourceTreeLocalizer() in ~SourceTreeLocalizer()
197 const ByteString SourceTreeLocalizer::GetProjectName( sal_Bool bAbs ) in GetProjectName()
219 int SourceTreeLocalizer::GetFileCnt(){ in GetFileCnt()
225 const ByteString SourceTreeLocalizer::GetProjectRootRel() in GetProjectRootRel()
262 void SourceTreeLocalizer::WorkOnFile( in WorkOnFile()
344 ByteString SourceTreeLocalizer::getSourceLanguages( ByteString sLanguageRestriction_inout , ByteStr… in getSourceLanguages()
357 sal_Bool SourceTreeLocalizer::CheckNegativeList( const ByteString &rFileName ) in CheckNegativeList()
386 sal_Bool SourceTreeLocalizer::CheckPositiveList( const ByteString &rFileName ) in CheckPositiveList()
415 void SourceTreeLocalizer::WorkOnFileType( in WorkOnFileType()
447 void SourceTreeLocalizer::WorkOnDirectory( const ByteString &rDirectory ) in WorkOnDirectory()
475 void SourceTreeLocalizer::OnExecuteDirectory( const rtl::OUString &aDirectory ) in OnExecuteDirectory()
485 sal_Bool SourceTreeLocalizer::Extract( const ByteString &rDestinationFile ) in Extract()
508 sal_Bool SourceTreeLocalizer::MergeSingleFile( in MergeSingleFile()
645 sal_Bool SourceTreeLocalizer::ExecuteMerge( ) in ExecuteMerge()
741 sal_Bool SourceTreeLocalizer::Merge( const ByteString &rSourceFile , const ByteString &rOutput ) in Merge()
933SourceTreeLocalizer aIter( ByteString( curRepository.c_str() ) , sVersion , (sOutput.Len() > 0) , … in main()
954SourceTreeLocalizer aIter( ByteString( pwd.c_str() ) , sVersion , (sOutput.Len() > 0) , bSkipLinks… in main()