dptabsrc.hxx (cdf0e10c) dptabsrc.hxx (bfbd599d)
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

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

138 ScDPResultData* pResData; // keep the rest in this!
139 ScDPResultMember* pColResRoot;
140 ScDPResultMember* pRowResRoot;
141 com::sun::star::uno::Sequence<com::sun::star::sheet::MemberResult>* pColResults;
142 com::sun::star::uno::Sequence<com::sun::star::sheet::MemberResult>* pRowResults;
143 List aColLevelList;
144 List aRowLevelList;
145 sal_Bool bResultOverflow;
1/*************************************************************************
2 *
3 * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 *
5 * Copyright 2000, 2010 Oracle and/or its affiliates.
6 *
7 * OpenOffice.org - a multi-platform office productivity suite
8 *

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

138 ScDPResultData* pResData; // keep the rest in this!
139 ScDPResultMember* pColResRoot;
140 ScDPResultMember* pRowResRoot;
141 com::sun::star::uno::Sequence<com::sun::star::sheet::MemberResult>* pColResults;
142 com::sun::star::uno::Sequence<com::sun::star::sheet::MemberResult>* pRowResults;
143 List aColLevelList;
144 List aRowLevelList;
145 sal_Bool bResultOverflow;
146 bool bPageFiltered; // set if page field filters have been applied to cache table
146
147 ::std::auto_ptr<rtl::OUString> mpGrandTotalName;
148
149 void CreateRes_Impl();
150 void FillMemberResults();
151 void FillLevelList( sal_uInt16 nOrientation, List& rList );
152 void FillCalcInfo(bool bIsRow, ScDPTableData::CalcInfo& rInfo, bool &bHasAutoShow);
153

--- 722 unchanged lines hidden ---
147
148 ::std::auto_ptr<rtl::OUString> mpGrandTotalName;
149
150 void CreateRes_Impl();
151 void FillMemberResults();
152 void FillLevelList( sal_uInt16 nOrientation, List& rList );
153 void FillCalcInfo(bool bIsRow, ScDPTableData::CalcInfo& rInfo, bool &bHasAutoShow);
154

--- 722 unchanged lines hidden ---