tablecontroller.cxx (f6e50924) | tablecontroller.cxx (766ce4d0) |
---|---|
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 --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22 23 24// MARKER(update_precomp.py): autogen include statement, do not remove 25#include "precompiled_svx.hxx" 26 | 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 --- 10 unchanged lines hidden (view full) --- 19 * 20 *************************************************************/ 21 22 23 24// MARKER(update_precomp.py): autogen include statement, do not remove 25#include "precompiled_svx.hxx" 26 |
27#include "tablecontroller.hxx" | 27#include <svx/sdr/table/tablecontroller.hxx> 28#include <tablemodel.hxx> |
28 29#include <com/sun/star/style/XStyleFamiliesSupplier.hpp> 30#include <com/sun/star/container/XIndexAccess.hpp> 31 32#include <com/sun/star/beans/XPropertySet.hpp> 33#include <com/sun/star/table/XMergeableCellRange.hpp> 34#include <com/sun/star/table/XMergeableCell.hpp> 35 --- 2579 unchanged lines hidden --- | 29 30#include <com/sun/star/style/XStyleFamiliesSupplier.hpp> 31#include <com/sun/star/container/XIndexAccess.hpp> 32 33#include <com/sun/star/beans/XPropertySet.hpp> 34#include <com/sun/star/table/XMergeableCellRange.hpp> 35#include <com/sun/star/table/XMergeableCell.hpp> 36 --- 2579 unchanged lines hidden --- |