srciter.hxx (983d4c8a) | srciter.hxx (79cb83d0) |
---|---|
1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 6 unchanged lines hidden (view full) --- 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 | 1/************************************************************** 2 * 3 * Licensed to the Apache Software Foundation (ASF) under one 4 * or more contributor license agreements. See the NOTICE file 5 * distributed with this work for additional information 6 * regarding copyright ownership. The ASF licenses this file 7 * to you under the Apache License, Version 2.0 (the 8 * "License"); you may not use this file except in compliance --- 6 unchanged lines hidden (view full) --- 15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY 16 * KIND, either express or implied. See the License for the 17 * specific language governing permissions and limitations 18 * under the License. 19 * 20 *************************************************************/ 21 22 |
23#ifndef L10NTOOLS_SRCITER_HXX 24#define L10NTOOLS_SRCITER_HXX |
|
23 | 25 |
24#ifndef L10NTOOLS_DIRECTORY_HXX 25#define L10NTOOLS_DIRECTORY_HXX | |
26#include <l10ntools/directory.hxx> | 26#include <l10ntools/directory.hxx> |
27#endif | |
28 29// class SourceTreeIterator | 27 28// class SourceTreeIterator |
30// | |
31 32class SourceTreeIterator 33{ 34private: 35 transex::Directory aRootDirectory; 36 bool bInExecute; 37 38 void ExecuteDirectory( transex::Directory& pDirectory ); --- 7 unchanged lines hidden (view full) --- 46 virtual ~SourceTreeIterator(); 47 48 sal_Bool StartExecute(); 49 void EndExecute(); 50 51 virtual void OnExecuteDirectory( const rtl::OUString &rDirectory ); 52}; 53 | 29 30class SourceTreeIterator 31{ 32private: 33 transex::Directory aRootDirectory; 34 bool bInExecute; 35 36 void ExecuteDirectory( transex::Directory& pDirectory ); --- 7 unchanged lines hidden (view full) --- 44 virtual ~SourceTreeIterator(); 45 46 sal_Bool StartExecute(); 47 void EndExecute(); 48 49 virtual void OnExecuteDirectory( const rtl::OUString &rDirectory ); 50}; 51 |
52#endif // L10NTOOLS_SRCITER_HXX |
|
54 | 53 |