sdrhhcwrap.cxx (efeef26f) sdrhhcwrap.cxx (26ea3662)
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

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

14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
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

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

14 * software distributed under the License is distributed on an
15 * "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16 * KIND, either express or implied. See the License for the
17 * specific language governing permissions and limitations
18 * under the License.
19 *
20 *************************************************************/
21
22
23
24// MARKER(update_precomp.py): autogen include statement, do not remove
25#include "precompiled_sw.hxx"
22// MARKER(update_precomp.py): autogen include statement, do not remove
23#include "precompiled_sw.hxx"
24
26#include <hintids.hxx>
27#include <svx/svditer.hxx>
28#include <svx/svdotext.hxx>
29#include <editeng/editdata.hxx>
30#include <svx/svdpagv.hxx>
31#include <svx/svdogrp.hxx>
32#include <sfx2/printer.hxx>
33#include <svx/svdmodel.hxx>
34#include <editeng/langitem.hxx>
35#include <com/sun/star/beans/XPropertySet.hpp>
36#include <linguistic/lngprops.hxx>
37#include <sfx2/sfxuno.hxx>
38#include <svx/svdview.hxx>
39#include <editeng/unolingu.hxx>
40#include <unotools/localedatawrapper.hxx>
41#include <sdrhhcwrap.hxx>
42#include <frmfmt.hxx>
25#include <hintids.hxx>
26#include <svx/svditer.hxx>
27#include <svx/svdotext.hxx>
28#include <editeng/editdata.hxx>
29#include <svx/svdpagv.hxx>
30#include <svx/svdogrp.hxx>
31#include <sfx2/printer.hxx>
32#include <svx/svdmodel.hxx>
33#include <editeng/langitem.hxx>
34#include <com/sun/star/beans/XPropertySet.hpp>
35#include <linguistic/lngprops.hxx>
36#include <sfx2/sfxuno.hxx>
37#include <svx/svdview.hxx>
38#include <editeng/unolingu.hxx>
39#include <unotools/localedatawrapper.hxx>
40#include <sdrhhcwrap.hxx>
41#include <frmfmt.hxx>
43#ifndef _DOCSH_HXX
44#include <docsh.hxx> // " " "
42#include <docsh.hxx> // " " "
45#endif
46#include <wrtsh.hxx> // MakeVisible
43#include <wrtsh.hxx> // MakeVisible
47#ifndef _VIEW_HXX
48#include <view.hxx>
44#include <view.hxx>
49#endif
50#include <dcontact.hxx> // Spelling von DrawObj
51#include <doc.hxx> // " " "
52#include <docary.hxx>
53#include <edtwin.hxx>
45#include <dcontact.hxx> // Spelling von DrawObj
46#include <doc.hxx> // " " "
47#include <docary.hxx>
48#include <edtwin.hxx>
49#include <drawdoc.hxx>
54
55using namespace ::com::sun::star;
56using ::rtl::OUString;
57
58//////////////////////////////////////////////////////////////////////
59
60SdrHHCWrapper::SdrHHCWrapper( SwView* pVw,
61 LanguageType nSourceLanguage, LanguageType nTargetLanguage,

--- 135 unchanged lines hidden ---
50
51using namespace ::com::sun::star;
52using ::rtl::OUString;
53
54//////////////////////////////////////////////////////////////////////
55
56SdrHHCWrapper::SdrHHCWrapper( SwView* pVw,
57 LanguageType nSourceLanguage, LanguageType nTargetLanguage,

--- 135 unchanged lines hidden ---