ViewShell.hxx (7a32b0c8) | ViewShell.hxx (cc69f169) |
---|---|
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 --- 196 unchanged lines hidden (view full) --- 205 206 virtual bool HandleScrollCommand(const CommandEvent& rCEvt, ::sd::Window* pWin); 207 208 virtual void Draw(OutputDevice &rDev, const Region &rReg); 209 210 virtual void SetUIUnit(FieldUnit eUnit); 211 virtual void SetDefTabHRuler( sal_uInt16 nDefTab ); 212 | 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 --- 196 unchanged lines hidden (view full) --- 205 206 virtual bool HandleScrollCommand(const CommandEvent& rCEvt, ::sd::Window* pWin); 207 208 virtual void Draw(OutputDevice &rDev, const Region &rReg); 209 210 virtual void SetUIUnit(FieldUnit eUnit); 211 virtual void SetDefTabHRuler( sal_uInt16 nDefTab ); 212 |
213 const SfxPoolItem* GetNumBulletItem(SfxItemSet& aNewAttr, sal_uInt16& nNumItemId); 214 |
|
213 sal_Bool HasRuler (void); 214 void SetRuler(sal_Bool bRuler); 215 216 /** Set internal values of all scroll bars that determine thumb size and 217 position. The external values like size and position of the scroll 218 bar controls are not modified. 219 */ 220 virtual void UpdateScrollBars (void); --- 377 unchanged lines hidden --- | 215 sal_Bool HasRuler (void); 216 void SetRuler(sal_Bool bRuler); 217 218 /** Set internal values of all scroll bars that determine thumb size and 219 position. The external values like size and position of the scroll 220 bar controls are not modified. 221 */ 222 virtual void UpdateScrollBars (void); --- 377 unchanged lines hidden --- |