slotadd.cxx (d5370dc8) | slotadd.cxx (1e9c32af) |
---|---|
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 --- 92 unchanged lines hidden (view full) --- 101#include <svx/xftadit.hxx> 102#include <svx/xftdiit.hxx> 103#include <svx/xftstit.hxx> 104#include <svx/xftmrit.hxx> 105#include <svx/xftouit.hxx> 106#include <svx/xftshit.hxx> 107#include <svx/xftshcit.hxx> 108#include <svx/xftshxy.hxx> | 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 --- 92 unchanged lines hidden (view full) --- 101#include <svx/xftadit.hxx> 102#include <svx/xftdiit.hxx> 103#include <svx/xftstit.hxx> 104#include <svx/xftmrit.hxx> 105#include <svx/xftouit.hxx> 106#include <svx/xftshit.hxx> 107#include <svx/xftshcit.hxx> 108#include <svx/xftshxy.hxx> |
109#include <svx/xftsfit.hxx> | |
110#include <svx/grafctrl.hxx> 111 112 113#include <fmtornt.hxx> 114#include <paratr.hxx> 115#include <fmtinfmt.hxx> 116#include <fmtfsize.hxx> 117#include <fmtsrnd.hxx> --- 15 unchanged lines hidden (view full) --- 133#include <svx/drawitem.hxx> 134#include <avmedia/mediaitem.hxx> 135 136#define SvxDrawToolItem SfxAllEnumItem 137#define SvxDrawAlignItem SfxAllEnumItem 138#define SvxDrawBezierItem SfxAllEnumItem 139#define avmedia_MediaItem ::avmedia::MediaItem 140 | 109#include <svx/grafctrl.hxx> 110 111 112#include <fmtornt.hxx> 113#include <paratr.hxx> 114#include <fmtinfmt.hxx> 115#include <fmtfsize.hxx> 116#include <fmtsrnd.hxx> --- 15 unchanged lines hidden (view full) --- 132#include <svx/drawitem.hxx> 133#include <avmedia/mediaitem.hxx> 134 135#define SvxDrawToolItem SfxAllEnumItem 136#define SvxDrawAlignItem SfxAllEnumItem 137#define SvxDrawBezierItem SfxAllEnumItem 138#define avmedia_MediaItem ::avmedia::MediaItem 139 |
141#include <svx/xflftrit.hxx> 142#include <svx/xlncapit.hxx> 143#include <svx/xlinjoit.hxx> 144#include <svx/AffineMatrixItem.hxx> 145 | |
146#define SFX_TYPEMAP 147#include <sfx2/msg.hxx> 148#include "swslots.hxx" 149 150 151 | 140#define SFX_TYPEMAP 141#include <sfx2/msg.hxx> 142#include "swslots.hxx" 143 144 145 |