unotbl.hxx (1d2dbeb0) unotbl.hxx (0af288bd)
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

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

53class SwUnoCrsr;
54class SwTable;
55class SwTableBox;
56class SwTableLine;
57class SwTableCursor;
58class SwTableBoxFmt;
59class SwChartDataProvider;
60class SwFrmFmt;
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

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

53class SwUnoCrsr;
54class SwTable;
55class SwTableBox;
56class SwTableLine;
57class SwTableCursor;
58class SwTableBoxFmt;
59class SwChartDataProvider;
60class SwFrmFmt;
61class SwXCell;
61
62
63void lcl_setString( SwXCell&, const rtl::OUString &rTxt, sal_Bool bKeepNumberFmt = sal_True );
62
64
63/* -----------------------------22.09.00 11:10--------------------------------
65// ---------------------------------------------------------------------------
64
66
65 ---------------------------------------------------------------------------*/
66class SwChartEventListenerContainer : public SwEventListenerContainer
67{
68 public:
69 SwChartEventListenerContainer( ::com::sun::star::uno::XInterface* pxParentL) :
70 SwEventListenerContainer(pxParentL){}
71 void ChartDataChanged();
72};
73/* ---------------------------------------------------------------------------

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

82 ::com::sun::star::container::XEnumerationAccess
83>
84SwXCellBaseClass;
85class SwXCell : public SwXCellBaseClass,
86 public SwXText,
87 public SwClient
88{
89 friend void lcl_setString( SwXCell &rCell, const rtl::OUString &rTxt,
67class SwChartEventListenerContainer : public SwEventListenerContainer
68{
69 public:
70 SwChartEventListenerContainer( ::com::sun::star::uno::XInterface* pxParentL) :
71 SwEventListenerContainer(pxParentL){}
72 void ChartDataChanged();
73};
74/* ---------------------------------------------------------------------------

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

83 ::com::sun::star::container::XEnumerationAccess
84>
85SwXCellBaseClass;
86class SwXCell : public SwXCellBaseClass,
87 public SwXText,
88 public SwClient
89{
90 friend void lcl_setString( SwXCell &rCell, const rtl::OUString &rTxt,
90 sal_Bool bKeepNumberFmt = sal_False );
91 sal_Bool bKeepNumberFmt );
91 friend double lcl_getValue( SwXCell &rCell );
92 friend void lcl_setValue( SwXCell &rCell, double nVal );
93
94
95 const SfxItemPropertySet* m_pPropSet;
96 SwTableBox* pBox; // only set in non-XML import
97 const SwStartNode* pStartNode; // only set in XML import
98

--- 521 unchanged lines hidden ---
92 friend double lcl_getValue( SwXCell &rCell );
93 friend void lcl_setValue( SwXCell &rCell, double nVal );
94
95
96 const SfxItemPropertySet* m_pPropSet;
97 SwTableBox* pBox; // only set in non-XML import
98 const SwStartNode* pStartNode; // only set in XML import
99

--- 521 unchanged lines hidden ---