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()
222 ScDataObject* ScDPObject::Clone() const in Clone()
224 return new ScDPObject(*this); in Clone()
227 void ScDPObject::SetAlive(sal_Bool bSet) in SetAlive()
232 void ScDPObject::SetAllowMove(sal_Bool bSet) in SetAllowMove()
237 void ScDPObject::SetSaveData(const ScDPSaveData& rData) in SetSaveData()
255 void ScDPObject::SetHeaderLayout (bool bUseGrid) in SetHeaderLayout()
260 bool ScDPObject::GetHeaderLayout() const in GetHeaderLayout()
[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,
90 …void ConvertToNumGroup( const ScDPObject& rDPObj, const ScDPSaveNumGroupDimension& …
123 …void InitNumGroupField( const ScDPObject& rDPObj, const ScDPNumGroupInfo& rNumInfo …
125 …void InitDateGroupField( const ScDPObject& rDPObj, const ScDPNumGroupInfo& rDateInf…
144 …void InsertNumDateGroupItems( const ScDPObject& rDPObj, const ScDPNumGroupInfo& rNu…
178 const ScDPObject& rDPObj, sal_uInt16 nListIdx );
200 bool HasEqualDataSource( const ScDPObject& rDPObj ) const;
213 void AddFields( const ScDPObject& rDPObj );
[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;
202 …eDetails(const ::com::sun::star::sheet::DataPilotTableHeaderData& rElemDesc, ScDPObject* pDestObj);
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 []()
[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.cxx256 ScDPObject* lcl_GetDPObject( ScDocShell* pDocShell, SCTAB nTab, const String& rName ) in lcl_GetDPObject()
267 ScDPObject* pDPObj = (*pColl)[i]; in lcl_GetDPObject()
289 sal_Int32 lcl_GetObjectIndex( ScDPObject* pDPObj, const ScFieldIdentifier& rFieldId ) in lcl_GetObjectIndex()
347 ScDPObject* pDPObj = (*pColl)[i]; in GetObjectByIndex_Impl()
432 ScDPObject* pNewObj = pImp->GetDPObject(); in insertNewByName()
462 ScDPObject* pDPObj = lcl_GetDPObject( pDocShell, nTab, aNameStr ); in removeByName()
497 ScDPObject* pDPObj = (*pColl)[i]; in getCount()
559 ScDPObject* pDPObj = (*pColl)[i]; in getElementNames()
569 ScDPObject* pDPObj = (*pColl)[i]; in getElementNames()
594 ScDPObject* pDPObj = (*pColl)[i]; in hasByName()
[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()
684 ScDPObject* pDPObj = pDoc->GetDPAtCursor( GetViewData()->GetCurX(), in DeletePivotTable()
696 sal_uLong RefreshDPObject( ScDPObject *pDPObj, ScDocument *pDoc, ScDocShell *pDocSh, sal_Bool bReco… in RefreshDPObject()
740 ScDPObject* pDPObj = pDoc->GetDPAtCursor( GetViewData()->GetCurX(), in RecalcPivotTable()
769 ScDPObject* pDPObj = GetViewData()->GetDocument()->GetDPAtCursor( GetViewData()->GetCurX(), in GetSelectedMemberList()
844 ScDPObject* pDPObj = pDoc->GetDPAtCursor( nCurX, nCurY, nTab ); in HasSelectionForDateGroup()
957 ScDPObject* pDPObj = pDoc->GetDPAtCursor( nCurX, nCurY, nTab ); in HasSelectionForNumGroup()
1016 ScDPObject* pDPObj = GetViewData()->GetDocument()->GetDPAtCursor( GetViewData()->GetCurX(), in DateGroupDataPilot()
[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()
448 void XclExpPCField::InitDateGroupField( const ScDPObject& rDPObj, const ScDPNumGroupInfo& rDateInfo… in InitDateGroupField()
530 void XclExpPCField::InsertNumDateGroupItems( const ScDPObject& rDPObj, const ScDPNumGroupInfo& rNum… in InsertNumDateGroupItems()
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()
[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()

12