Home
last modified time | relevance | path

Searched refs:ScDPObject (Results 1 – 25 of 47) sorted by relevance

12

/trunk/main/sc/source/core/data/
H A Ddpobject.cxx160 ScDPObject::ScDPObject( ScDocument* pD ) : in ScDPObject() function in ScDPObject
179 ScDPObject::ScDPObject(const ScDPObject& r) : in ScDPObject() function in ScDPObject
211 ScDPObject::~ScDPObject() in ~ScDPObject()
326 void ScDPObject::WriteSourceDataTo( ScDPObject& rDest ) const in WriteSourceDataTo()
341 void ScDPObject::WriteTempDataTo( ScDPObject& rDest ) const in WriteTempDataTo()
760 sal_Bool ScDPObject::RefsEqual( const ScDPObject& r ) const in RefsEqual()
779 void ScDPObject::WriteRefsTo( ScDPObject& r ) const in WriteRefsTo()
2443 if ( ! ((const ScDPObject*)At(i))->RefsEqual( *((const ScDPObject*)r.At(i)) ) ) in RefsEqual()
2455 ((const ScDPObject*)At(i))->WriteRefsTo( *((ScDPObject*)r.At(i)) ); in WriteRefsTo()
2471 ScDPObject* pDestObj = static_cast<ScDPObject*>(r.At(nDestPos)); in WriteRefsTo()
[all …]
H A Ddpglobal.cxx55 …bool ChkDPTableOverlap( ScDocument *pDestDoc, std::list<ScDPObject> & rClipboard, SCCOL nClipStart… in ChkDPTableOverlap()
63 … for( std::list<ScDPObject>::iterator iter = rClipboard.begin(); iter!=rClipboard.end(); iter++ ) in ChkDPTableOverlap()
/trunk/main/sc/source/filter/inc/
H A Dxepivot.hxx32 class ScDPObject;
79 const ScDPObject& rDPObj, const ScRange& rRange );
83 const ScDPObject& rDPObj, const ScDPSaveGroupDimension& rGroupDim,
178 const ScDPObject& rDPObj, sal_uInt16 nListIdx );
200 bool HasEqualDataSource( const ScDPObject& rDPObj ) const;
213 void AddFields( const ScDPObject& rDPObj );
216 void AddStdFields( const ScDPObject& rDPObj );
218 void AddGroupFields( const ScDPObject& rDPObj );
220 void AddCalcFields( const ScDPObject& rDPObj );
355 const ScDPObject& rDPObj, const XclExpPivotCache& rPCache );
[all …]
/trunk/main/sc/inc/
H A Ddpobject.hxx87 class SC_DLLPUBLIC ScDPObject : public ScDataObject class
126 ScDPObject( ScDocument* pD );
127 ScDPObject(const ScDPObject& r);
128 virtual ~ScDPObject();
156 void WriteSourceDataTo( ScDPObject& rDest ) const;
157 void WriteTempDataTo( ScDPObject& rDest ) const;
221 sal_Bool RefsEqual( const ScDPObject& r ) const;
222 void WriteRefsTo( ScDPObject& r ) const;
273 ScDPObject* operator[](sal_uInt16 nIndex) const {return (ScDPObject*)At(nIndex);} in operator []()
274 ScDPObject* GetByName(const String& rName) const;
[all …]
H A Ddapiuno.hxx192 virtual ScDPObject* GetDPObject() const = 0;
193 virtual void SetDPObject(ScDPObject* pDPObj) = 0;
286 ScDPObject* mpDPObject;
292 virtual ScDPObject* GetDPObject() const;
293 virtual void SetDPObject(ScDPObject* pDPObj);
337 virtual ScDPObject* GetDPObject() const;
338 virtual void SetDPObject(ScDPObject* pDPObj);
419 ScDPObject* GetDPObject() const;
421 void SetDPObject( ScDPObject* pDPObject );
424 ScDPSaveDimension* GetDPDimension( ScDPObject** ppDPObject = 0 ) const;
H A Ddpdimsave.hxx35 class ScDPObject;
157 …String CreateGroupDimName( const String& rSourceName, const ScDPObject& rObject, bool bAllowSourc…
158 …String CreateDateGroupDimName( sal_Int32 nDatePart, const ScDPObject& rObject, bool bAllowSource,…
H A Dscabstdlg.hxx49 class ScDPObject;
409 ScDPObject& rDPObj,
426 ScDPObject& rDPObj,
/trunk/main/sc/source/ui/unoobj/
H A Ddapiuno.cxx1883 ScDPObject* pDPObj = 0; in setName()
2087 ScDPObject* pDPObj = 0; in setOrientation()
2161 ScDPObject* pDPObj = 0; in setFunction()
2205 ScDPObject* pDPObj = 0; in setSubtotals()
2260 ScDPObject* pDPObj = 0; in setCurrentPage()
2279 ScDPObject* pDPObj = 0; in setUseCurrentPage()
2308 ScDPObject* pDPObj = 0; in setAutoShowInfo()
2326 ScDPObject* pDPObj = 0; in setLayoutInfo()
2344 ScDPObject* pDPObj = 0; in setReference()
2362 ScDPObject* pDPObj = 0; in setSortInfo()
[all …]
/trunk/main/sc/source/ui/view/
H A Ddbfunc3.cxx587 const ScDPObject& rSource, sal_Bool bApi ) in MakePivotTable()
642 ScDPObject* pDPObj = pDoc->GetDPAtCursor( in MakePivotTable()
645 ScDPObject aObj( rSource ); in MakePivotTable()
1133 ScDPObject* pNewObj = new ScDPObject( *pDPObj ); in DateGroupDataPilot()
1177 ScDPObject* pNewObj = new ScDPObject( *pDPObj ); in NumGroupDataPilot()
1321 ScDPObject* pNewObj = new ScDPObject( *pDPObj ); in GroupDataPilot()
1404 ScDPObject* pNewObj = new ScDPObject( *pDPObj ); in UngroupDataPilot()
1723 ScDPObject* pNewObj = new ScDPObject( *pDPObj ); in DataPilotInput()
1897 auto_ptr<ScDPObject> pNewObj(new ScDPObject(*pDPObj)); in DataPilotSort()
1985 ScDPObject* pNewObj = new ScDPObject( *pDPObj ); in DataPilotMove()
[all …]
H A Dgridwin2.cxx80 ScDPObject* pDPObj = pDoc->GetDPAtCursor(nCol, nRow, nTab); in GetDPFieldOrientation()
177 ScDPObject* pDPObj = pDoc->GetDPAtCursor(nCol, nRow, nTab); in DoPushButton()
238 ScDPObject aNewObj( *pDPObj ); in DoPushButton()
314 bool bAllowed = !bHasRange || ScDPObject::IsOrientationAllowed( nOrient, nDimFlags ); in DPTestMouse()
356 ScDPObject aNewObj( *pDragDPObj ); in DPTestMouse()
371 bool ScGridWindow::DPTestFieldPopupArrow(const MouseEvent& rMEvt, const ScAddress& rPos, ScDPObject in DPTestFieldPopupArrow()
404 ScDPObject* mpDPObj;
470 const Point& rScrPos, const Size& rScrSize, const ScAddress& rPos, ScDPObject* pDPObj) in DPLaunchFieldPopupMenu()
570 ScDPObject* pDPObj = pDPData->mpDPObj; in UpdateDPFromFieldPopupMenu()
571 ScDPObject aNewDPObj(*pDPObj); in UpdateDPFromFieldPopupMenu()
H A Dpivotsh.cxx107 ScDPObject* pDPObj = GetCurrDPObject(); in Execute()
145 ScDPObject aNewObj( *pDPObj ); in Execute()
183 ScDPObject* pDPObj = GetCurrDPObject(); in GetState()
196 ScDPObject* ScPivotShell::GetCurrDPObject() in GetCurrDPObject()
H A Dcellsh2.cxx723 const ScDPObject* pDPObject = pTabViewShell->GetDialogDPObject(); in ExecuteDB()
744 ScDPObject* pNewDPObject = NULL; in ExecuteDB()
747 ScDPObject* pDPObj = pDoc->GetDPAtCursor( in ExecuteDB()
752 pNewDPObject = new ScDPObject( *pDPObj ); in ExecuteDB()
768 sal_Bool bEnableExt = ScDPObject::HasRegisteredSources(); in ExecuteDB()
781 uno::Sequence<rtl::OUString> aSources = ScDPObject::GetRegisteredSources(); in ExecuteDB()
794 pNewDPObject = new ScDPObject( pDoc ); in ExecuteDB()
812 pNewDPObject = new ScDPObject( pDoc ); in ExecuteDB()
852 pNewDPObject = new ScDPObject( pDoc ); in ExecuteDB()
/trunk/main/sc/source/ui/inc/
H A Dpvfundlg.hxx47 class ScDPObject;
108 explicit ScDPSubtotalDlg( Window* pParent, ScDPObject& rDPObj,
137 ScDPObject& mrDPObj; /// The DataPilot object (for member names).
149 explicit ScDPSubtotalOptDlg( Window* pParent, ScDPObject& rDPObj,
192 ScDPObject& mrDPObj; /// The DataPilot object (for member names).
201 … explicit ScDPShowDetailDlg( Window* pParent, ScDPObject& rDPObj, sal_uInt16 nOrient );
224 ScDPObject& mrDPObj;
H A Dundodat.hxx41 class ScDPObject;
445 const ScDPObject* pOldObj, const ScDPObject* pNewObj,
459 ScDPObject* pOldDPObject;
460 ScDPObject* pNewDPObject;
H A Ddbdocfun.hxx43 class ScDPObject;
100 sal_Bool DataPilotUpdate( ScDPObject* pOldObj, const ScDPObject* pNewObj,
H A Dpvlaydlg.hxx44 class ScDPObject;
55 const ScDPObject& rDPObject );
99 typedef ::std::auto_ptr< ScDPObject > ScDPObjectPtr;
H A Dgridwin.hxx44 class ScDPObject;
155 ScDPObject* pDragDPObj; //! name?
222 … DPTestFieldPopupArrow(const MouseEvent& rMEvt, const ScAddress& rPos, ScDPObject* pDPObj);
224 const Point& rScrPos, const Size& rScrSize, const ScAddress& rPos, ScDPObject* pDPObj);
H A Ddbfunc.hxx37 class ScDPObject;
83 const ScDPObject& rSource, sal_Bool bApi = sal_False );
103 void ShowDataPilotSourceData( ScDPObject& rDPObj,
H A Dtabvwsh.hxx63 class ScDPObject;
138 ScDPObject* pDialogDPObject;
318 void SetDialogDPObject( const ScDPObject* pObj );
319 const ScDPObject* GetDialogDPObject() const { return pDialogDPObject; } in GetDialogDPObject()
H A Dpivotsh.hxx33 class ScDPObject;
50 ScDPObject* GetCurrDPObject();
/trunk/main/sc/source/filter/excel/
H A Dxepivot.cxx209 const ScDPObject& rDPObj, const ScRange& rRange ) : in XclExpPCField()
245 …const ScDPObject& rDPObj, const ScDPSaveGroupDimension& rGroupDim, const XclExpPCField& rBaseField… in XclExpPCField()
424 void XclExpPCField::InitNumGroupField( const ScDPObject& rDPObj, const ScDPNumGroupInfo& rNumInfo ) in InitNumGroupField()
628 XclExpPivotCache::XclExpPivotCache( const XclExpRoot& rRoot, const ScDPObject& rDPObj, sal_uInt16 n… in XclExpPivotCache()
717 bool XclExpPivotCache::HasEqualDataSource( const ScDPObject& rDPObj ) const in HasEqualDataSource()
779 void XclExpPivotCache::AddFields( const ScDPObject& rDPObj ) in AddFields()
788 void XclExpPivotCache::AddStdFields( const ScDPObject& rDPObj ) in AddStdFields()
803 void XclExpPivotCache::AddGroupFields( const ScDPObject& rDPObj ) in AddGroupFields()
836 void XclExpPivotCache::AddCalcFields( const ScDPObject& /*rDPObj*/ ) in AddCalcFields() argument
1716 if( ScDPObject* pDPObj = (*pDPColl)[ nDPObj ] ) in CreatePivotTables()
[all …]
/trunk/main/sc/source/ui/dbgui/
H A Dpvlaydlg.cxx74 …otLayoutDlg( SfxBindings* pB, SfxChildWindow* pCW, Window* pParent, const ScDPObject& rDPObject ) : in ScPivotLayoutDlg()
118 mxDlgDPObject( new ScDPObject( rDPObject ) ), in ScPivotLayoutDlg()
526 …return ScDPObject::IsOrientationAllowed( static_cast< sal_uInt16 >( eOrient ), pLabelData->mnFlags… in IsInsertAllowed()
676ScDPObject::ConvertOrientation( aSaveData, aPageFields, sheet::DataPilotFieldOrientation_PAGE, 0… in IMPL_LINK()
677ScDPObject::ConvertOrientation( aSaveData, aColFields, sheet::DataPilotFieldOrientation_COLUMN, 0… in IMPL_LINK()
678ScDPObject::ConvertOrientation( aSaveData, aRowFields, sheet::DataPilotFieldOrientation_ROW, 0… in IMPL_LINK()
679ScDPObject::ConvertOrientation( aSaveData, aDataFields, sheet::DataPilotFieldOrientation_DATA, 0… in IMPL_LINK()
H A Dpvfundlg.cxx390 ScDPSubtotalDlg::ScDPSubtotalDlg( Window* pParent, ScDPObject& rDPObj, in ScDPSubtotalDlg()
497 ScDPSubtotalOptDlg::ScDPSubtotalOptDlg( Window* pParent, ScDPObject& rDPObj, in ScDPSubtotalOptDlg()
716 ScDPShowDetailDlg::ScDPShowDetailDlg( Window* pParent, ScDPObject& rDPObj, sal_uInt16 nOrient ) : in ScDPShowDetailDlg()
735 …if ( !bIsDataLayout && !rDPObj.IsDuplicated( nDim ) && ScDPObject::IsOrientationAllowed( nOrient, … in ScDPShowDetailDlg()
/trunk/main/sc/source/ui/undo/
H A Dundodat.cxx1794 const ScDPObject* pOldObj, const ScDPObject* pNewObj, sal_Bool bMove ) : in ScUndoDataPilot()
1803 pOldDPObject = new ScDPObject( *pOldObj ); in ScUndoDataPilot()
1805 pNewDPObject = new ScDPObject( *pNewObj ); in ScUndoDataPilot()
1858 ScDPObject* pDocObj = pDoc->GetDPAtCursor( in Undo()
1884 ScDPObject* pDestObj = new ScDPObject( *pOldDPObject ); in Undo()
1923 ScDPObject* pSourceObj = NULL; in Redo()
/trunk/main/sc/source/ui/docshell/
H A Ddbdocfun.cxx1168 sal_Bool ScDBDocFunc::DataPilotUpdate( ScDPObject* pOldObj, const ScDPObject* pNewObj, in DataPilotUpdate()
1180 ScDPObject* pUndoDPObj = NULL; in DataPilotUpdate()
1182 pUndoDPObj = new ScDPObject( *pOldObj ); // copy old settings for undo in DataPilotUpdate()
1213 ScDPObject* pDestObj = NULL; in DataPilotUpdate()
1279 pDestObj = new ScDPObject( *pNewObj ); in DataPilotUpdate()

Completed in 178 milliseconds

12