drtxtob.hxx (d9a8b508) drtxtob.hxx (512ec161)
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

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

59 void Execute( SfxRequest &rReq );
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 );
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

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

59 void Execute( SfxRequest &rReq );
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 void GetStatePropPanelAttr(SfxItemSet &);
67
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
68
69 sal_Bool ExecuteCharDlg( const SfxItemSet& rArgs, SfxItemSet& rOutSet , sal_uInt16 nSlot);
70 sal_Bool ExecuteParaDlg( const SfxItemSet& rArgs, SfxItemSet& rOutSet );
71
72 void ExecuteExtra( SfxRequest &rReq );
73 void ExecFormText(SfxRequest& rReq); // StarFontWork
74 void GetFormTextState(SfxItemSet& rSet);
75
76private:
77 void ExecuteGlobal( SfxRequest &rReq ); // von Execute gerufen fuer ganze Objekte
78 void GetGlobalClipState( SfxItemSet& rSet );
79 void ExecutePasteContents( SfxRequest &rReq );
80 sal_Bool IsNoteEdit();
81};
82
83
84
85#endif
86