detfunc.hxx (38d50f7b) detfunc.hxx (0deba7fb)
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

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

150 void InsertObject( ScDetectiveObjType eType, const ScAddress& rPosition,
151 const ScRange& rSource, sal_Bool bRedLine );
152
153 static ColorData GetArrowColor();
154 static ColorData GetErrorColor();
155 static ColorData GetCommentColor();
156 static void InitializeColors();
157 static sal_Bool IsColorsInitialized();
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

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

150 void InsertObject( ScDetectiveObjType eType, const ScAddress& rPosition,
151 const ScRange& rSource, sal_Bool bRedLine );
152
153 static ColorData GetArrowColor();
154 static ColorData GetErrorColor();
155 static ColorData GetCommentColor();
156 static void InitializeColors();
157 static sal_Bool IsColorsInitialized();
158//IAccessibility2 Implementation 2009-----
159 static void AppendChangTrackNoteSeparator(String &str);
160//-----IAccessibility2 Implementation 2009
158};
159
160
161
162#endif
161};
162
163
164
165#endif