Searched refs:i_path (Results 1 – 8 of 8) sorted by relevance
59 i_path,63 i_path );103 Tree::Provide_Node( const StringVector & i_path ) in Provide_Node() argument104 { return pRoot->Provide_Child(i_path); } in Provide_Node()108 Tree::Set_Overview( const StringVector & i_path, in Set_Overview() argument113 Tree::Set_NamesRoot( const StringVector & i_path ) in Set_NamesRoot() argument114 { pNamesRoot = &Provide_Node(i_path); in Set_NamesRoot()118 Tree::Set_IndexRoot( const StringVector & i_path ) in Set_IndexRoot() argument119 { pIndexRoot = &Provide_Node(i_path); in Set_IndexRoot()123 Tree::Set_ProjectsRoot( const StringVector & i_path ) in Set_ProjectsRoot() argument[all …]
70 i_path ) in Provide_Child() argument71 … { return provide_Child(i_path.begin(), i_path.end()); } in Provide_Child()
168 typedef vector<OUString>::const_iterator i_path; in initialize() typedef169 for(i_path ip = libpaths.begin(); ip != libpaths.end(); ip++) in initialize()186 for(i_path ip = libpaths.begin(); ip != libpaths.end(); ip++) in initialize()205 for(i_path ip = libpaths.begin(); ip != libpaths.end(); ip++) in initialize()225 for(i_path ip = libpaths.begin(); ip != libpaths.end(); ip++) in initialize()254 for(i_path il = ld_paths.begin(); il != ld_paths.end(); il ++, c++) in initialize()
169 typedef vector<OUString>::const_iterator i_path; in initialize() typedef170 for(i_path ip = libpaths.begin(); ip != libpaths.end(); ip++) in initialize()215 for(i_path il = ld_paths.begin(); il != ld_paths.end(); il ++, c++) in initialize()
35 Root::Root(const csv::ploc::Path & i_path) in Root() argument36 : aPath(i_path), in Root()42 path_string() << i_path; in Root()
68 LocationAdmin::CheckIn_Root(const csv::ploc::Path & i_path) in CheckIn_Root() argument71 p_new( new Root(i_path) ); in CheckIn_Root()
124 HtmlEnvironment_Idl::create_Directory( const csv::ploc::Path & i_path ) in create_Directory() argument127 csv::ploc::Directory aCurDir(i_path); in create_Directory()
132 i_path );
Completed in 30 milliseconds