fuolbull.hxx (766ce4d0) | fuolbull.hxx (af89ca6e) |
---|---|
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 --- 33 unchanged lines hidden (view full) --- 42|* Bulletfunktionen im Outlinermodus 43|* 44\************************************************************************/ 45 46class FuOutlineBullet 47 : public FuPoor 48{ 49public: | 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 --- 33 unchanged lines hidden (view full) --- 42|* Bulletfunktionen im Outlinermodus 43|* 44\************************************************************************/ 45 46class FuOutlineBullet 47 : public FuPoor 48{ 49public: |
50 TYPEINFO(); | 50 TYPEINFO(); |
51 | 51 |
52 static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq ); 53 virtual void DoExecute( SfxRequest& rReq ); 54 void SetCurrentBullet(SfxRequest& rReq); 55 void SetCurrentNumbering(SfxRequest& rReq); | 52 static FunctionReference Create( ViewShell* pViewSh, ::sd::Window* pWin, ::sd::View* pView, SdDrawDocument* pDoc, SfxRequest& rReq ); 53 virtual void DoExecute( SfxRequest& rReq ); |
56 57private: | 54 55private: |
58 FuOutlineBullet ( | 56 FuOutlineBullet ( |
59 ViewShell* pViewShell, 60 ::sd::Window* pWin, 61 ::sd::View* pView, 62 SdDrawDocument* pDoc, 63 SfxRequest& rReq); 64 | 57 ViewShell* pViewShell, 58 ::sd::Window* pWin, 59 ::sd::View* pView, 60 SdDrawDocument* pDoc, 61 SfxRequest& rReq); 62 |
65 const SfxPoolItem* GetNumBulletItem(SfxItemSet& aNewAttr, sal_uInt32& nNumItemId); | 63 void SetCurrentBulletsNumbering(SfxRequest& rReq); 64 65 const SfxPoolItem* GetNumBulletItem(SfxItemSet& aNewAttr, sal_uInt32& nNumItemId); |
66}; 67 68 69} // end of namespace sd 70 71#endif | 66}; 67 68 69} // end of namespace sd 70 71#endif |