drtxtob.hxx (da72173f) | drtxtob.hxx (d9a8b508) |
---|---|
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 --- 51 unchanged lines hidden (view full) --- 60 void ExecuteTrans( SfxRequest& rReq ); 61 void GetState( SfxItemSet& rSet ); 62 void GetClipState( SfxItemSet& rSet ); 63 64 void ExecuteAttr( SfxRequest &rReq ); 65 void GetAttrState( SfxItemSet& rSet ); 66 void ExecuteToggle( SfxRequest &rReq ); 67 | 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 --- 51 unchanged lines hidden (view full) --- 60 void ExecuteTrans( SfxRequest& rReq ); 61 void GetState( SfxItemSet& rSet ); 62 void GetClipState( SfxItemSet& rSet ); 63 64 void ExecuteAttr( SfxRequest &rReq ); 65 void GetAttrState( SfxItemSet& rSet ); 66 void ExecuteToggle( SfxRequest &rReq ); 67 |
68 sal_Bool ExecuteCharDlg( const SfxItemSet& rArgs, SfxItemSet& rOutSet ); | 68 sal_Bool ExecuteCharDlg( const SfxItemSet& rArgs, SfxItemSet& rOutSet , sal_uInt16 nSlot); |
69 sal_Bool ExecuteParaDlg( const SfxItemSet& rArgs, SfxItemSet& rOutSet ); 70 71 void ExecuteExtra( SfxRequest &rReq ); 72 void ExecFormText(SfxRequest& rReq); // StarFontWork 73 void GetFormTextState(SfxItemSet& rSet); 74 75private: 76 void ExecuteGlobal( SfxRequest &rReq ); // von Execute gerufen fuer ganze Objekte 77 void GetGlobalClipState( SfxItemSet& rSet ); 78 void ExecutePasteContents( SfxRequest &rReq ); 79 sal_Bool IsNoteEdit(); 80}; 81 82 83 84#endif 85 | 69 sal_Bool ExecuteParaDlg( const SfxItemSet& rArgs, SfxItemSet& rOutSet ); 70 71 void ExecuteExtra( SfxRequest &rReq ); 72 void ExecFormText(SfxRequest& rReq); // StarFontWork 73 void GetFormTextState(SfxItemSet& rSet); 74 75private: 76 void ExecuteGlobal( SfxRequest &rReq ); // von Execute gerufen fuer ganze Objekte 77 void GetGlobalClipState( SfxItemSet& rSet ); 78 void ExecutePasteContents( SfxRequest &rReq ); 79 sal_Bool IsNoteEdit(); 80}; 81 82 83 84#endif 85 |