dptablecache.hxx (4f68f4a1) | dptablecache.hxx (7a6646f1) |
---|---|
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 --- 95 unchanged lines hidden (view full) --- 104 ScDPTableDataCache( ScDocument* pDoc ); 105//deconstruction 106 virtual ~ScDPTableDataCache(); 107 108protected: 109private: 110public: 111 void AddLabel( ScDPItemData* pData); | 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 --- 95 unchanged lines hidden (view full) --- 104 ScDPTableDataCache( ScDocument* pDoc ); 105//deconstruction 106 virtual ~ScDPTableDataCache(); 107 108protected: 109private: 110public: 111 void AddLabel( ScDPItemData* pData); |
112 sal_Bool AddData( long nDim, ScDPItemData* itemData ); | 112 sal_Bool AddData( long nDim, ScDPItemData* itemData, bool bCheckDate = true ); |
113}; 114 115#endif //DPTABLECACHE_HXX | 113}; 114 115#endif //DPTABLECACHE_HXX |