drawsh.hxx (38d50f7b) | drawsh.hxx (ee093554) |
---|---|
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 --- 67 unchanged lines hidden (view full) --- 76 void ExecuteMacroAssign( SdrObject* pObj, Window* pWin ); 77 void ExecuteLineDlg( SfxRequest& rReq, sal_uInt16 nTabPage = 0xffff ); 78 void ExecuteAreaDlg( SfxRequest& rReq, sal_uInt16 nTabPage = 0xffff ); 79 void ExecuteTextAttrDlg( SfxRequest& rReq, sal_uInt16 nTabPage = 0xffff ); 80 81 ScDrawView* GetDrawView(); 82 83 sal_Bool AreAllObjectsOnLayer(sal_uInt16 nLayerNo,const SdrMarkList& rMark); | 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 --- 67 unchanged lines hidden (view full) --- 76 void ExecuteMacroAssign( SdrObject* pObj, Window* pWin ); 77 void ExecuteLineDlg( SfxRequest& rReq, sal_uInt16 nTabPage = 0xffff ); 78 void ExecuteAreaDlg( SfxRequest& rReq, sal_uInt16 nTabPage = 0xffff ); 79 void ExecuteTextAttrDlg( SfxRequest& rReq, sal_uInt16 nTabPage = 0xffff ); 80 81 ScDrawView* GetDrawView(); 82 83 sal_Bool AreAllObjectsOnLayer(sal_uInt16 nLayerNo,const SdrMarkList& rMark); |
84 85 void GetDrawAttrStateForIFBX( SfxItemSet& rSet ); |
|
84}; 85 86 87 88#endif 89 90 | 86}; 87 88 89 90#endif 91 92 |