PostItMgr.hxx (4d7c9de0) | PostItMgr.hxx (3b32dd21) |
---|---|
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 --- 254 unchanged lines hidden (view full) --- 263 264 sal_Int32 GetMinimumSizeWithMeta() const; 265 sal_Int32 GetSidebarScrollerHeight() const; 266 267 void SetShadowState(const SwPostItField* pFld,bool bCursor = true); 268 269 void SetSpellChecking(); 270 | 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 --- 254 unchanged lines hidden (view full) --- 263 264 sal_Int32 GetMinimumSizeWithMeta() const; 265 sal_Int32 GetSidebarScrollerHeight() const; 266 267 void SetShadowState(const SwPostItField* pFld,bool bCursor = true); 268 269 void SetSpellChecking(); 270 |
271 Color GetColorDark(sal_uInt16 aAuthorIndex); 272 Color GetColorLight(sal_uInt16 aAuthorIndex); 273 Color GetColorAnchor(sal_uInt16 aAuthorIndex); | 271 static Color GetColorDark(sal_uInt16 aAuthorIndex); 272 static Color GetColorLight(sal_uInt16 aAuthorIndex); 273 static Color GetColorAnchor(sal_uInt16 aAuthorIndex); |
274 275 276 void RegisterAnswer(OutlinerParaObject* pAnswer) { mpAnswer = pAnswer;} 277 OutlinerParaObject* IsAnswer() {return mpAnswer;} 278 void CheckMetaText(); 279 void StartSpelling(); 280 281 sal_uInt16 Replace(SvxSearchItem* pItem); --- 24 unchanged lines hidden --- | 274 275 276 void RegisterAnswer(OutlinerParaObject* pAnswer) { mpAnswer = pAnswer;} 277 OutlinerParaObject* IsAnswer() {return mpAnswer;} 278 void CheckMetaText(); 279 void StartSpelling(); 280 281 sal_uInt16 Replace(SvxSearchItem* pItem); --- 24 unchanged lines hidden --- |