hfi_hierarchy.cxx (d291ea28) hfi_hierarchy.cxx (4b0745c4)
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

--- 149 unchanged lines hidden (view full) ---

158 // Rather check for id(!) of com::sun::star::uno::XInterface.
159 if (i_env.Gate().Ces().Find_Ce(nCe).LocalName() == "XInterface")
160 continue;
161 }
162
163 for (uintt i = 0; i < io_setColumns.size(); ++i)
164 {
165 if (io_setColumns[i] == 1)
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

--- 149 unchanged lines hidden (view full) ---

158 // Rather check for id(!) of com::sun::star::uno::XInterface.
159 if (i_env.Gate().Ces().Find_Ce(nCe).LocalName() == "XInterface")
160 continue;
161 }
162
163 for (uintt i = 0; i < io_setColumns.size(); ++i)
164 {
165 if (io_setColumns[i] == 1)
166 o_out << new csi::xml::XmlCode("&#x2503");
166 o_out << new csi::xml::XmlCode("&#x2503;");
167 else
168 o_out << " ";
169 o_out << " ";
170 }
171
172 if (bThereComesMore)
167 else
168 o_out << " ";
169 o_out << " ";
170 }
171
172 if (bThereComesMore)
173 o_out << new csi::xml::XmlCode("&#x2523");
173 o_out << new csi::xml::XmlCode("&#x2523;");
174 else
174 else
175 o_out << new csi::xml::XmlCode("&#x2517");
175 o_out << new csi::xml::XmlCode("&#x2517;");
176 o_out << " ";
177
178 HF_IdlTypeText
179 aDisplay( i_env, o_out, true, i_env.CurPageCe());
180 aDisplay.Produce_byData(nType);
181 o_out << "\n";
182
183 if (nCe.IsValid())

--- 13 unchanged lines hidden ---
176 o_out << " ";
177
178 HF_IdlTypeText
179 aDisplay( i_env, o_out, true, i_env.CurPageCe());
180 aDisplay.Produce_byData(nType);
181 o_out << "\n";
182
183 if (nCe.IsValid())

--- 13 unchanged lines hidden ---