Home
last modified time | relevance | path

Searched refs:pChanges (Results 1 – 6 of 6) sorted by relevance

/AOO41X/main/sc/source/ui/miscdlgs/
H A Dacredlin.cxx202 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in ~ScAcceptChgDlg() local
204 if(pChanges!=NULL) in ~ScAcceptChgDlg()
207 pChanges->SetModifiedLink(aLink); in ~ScAcceptChgDlg()
238 ScChangeTrack* pChanges = pDoc->GetChangeTrack(); in ReInit() local
239 if ( pChanges ) in ReInit()
240 pChanges->SetModifiedLink( LINK( this, ScAcceptChgDlg, ChgTrackModHdl ) ); in ReInit()
251 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in Init() local
253 if(pChanges!=NULL) in Init()
255 pChanges->SetModifiedLink( LINK( this, ScAcceptChgDlg,ChgTrackModHdl)); in Init()
256 aChangeViewSet.SetTheAuthorToShow(pChanges->GetUser()); in Init()
[all …]
H A Dhighred.cxx124 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in Init() local
125 if(pChanges!=NULL) in Init()
127 aChangeViewSet.SetTheAuthorToShow(pChanges->GetUser()); in Init()
129 ScStrCollection aUserColl=pChanges->GetUserCollection(); in Init()
/AOO41X/main/cppuhelper/source/
H A Dpropshlp.cxx998 PropertyChangeEvent* pChanges = aChanges.getArray(); in firePropertiesChangeEvent() local
1009 pChanges[nFirePos].Source = xSource; in firePropertiesChangeEvent()
1010 pChanges[nFirePos].PropertyName = pNames[i]; in firePropertiesChangeEvent()
1011 pChanges[nFirePos].PropertyHandle = pHandles[i]; in firePropertiesChangeEvent()
1012 getFastPropertyValue( pChanges[nFirePos].OldValue, pHandles[i] ); in firePropertiesChangeEvent()
1013 pChanges[nFirePos].NewValue = pChanges[nFirePos].OldValue; in firePropertiesChangeEvent()
/AOO41X/main/sc/source/ui/inc/
H A Dacredlin.hxx231 …void AppendChanges(ScChangeTrack* pChanges,sal_uLong nStartAction, sal_uLong nEndAction,
240 sal_Bool Expand(ScChangeTrack* pChanges,const ScChangeAction* pScChangeAction,
/AOO41X/main/sc/source/ui/view/
H A Dtabvwsh4.cxx237 ScChangeTrack* pChanges=pDoc->GetChangeTrack(); in Deactivate() local
239 if(pChanges!=NULL) in Deactivate()
242 pChanges->SetModifiedLink(aLink); in Deactivate()
/AOO41X/main/framework/source/services/
H A Dautorecovery.cxx935 const css::util::ElementChange* pChanges = lChanges.getConstArray(); in changesOccurred() local
952 pChanges[i].Accessor >>= sPath; in changesOccurred()
957 if (pChanges[i].Element >>= bEnabled) in changesOccurred()
973 pChanges[i].Element >>= m_nAutoSaveTimeIntervall; in changesOccurred()