Home
last modified time | relevance | path

Searched defs:pAction (Results 1 – 25 of 62) sorted by relevance

123

/trunk/main/sc/source/ui/miscdlgs/
H A Dredcom.cxx39 ScDocShell *pShell,ScChangeAction *pAction,sal_Bool bPrevNext) in ScRedComDialog()
63 ScChangeAction *ScRedComDialog::FindPrev(ScChangeAction *pAction) in FindPrev()
84 ScChangeAction *ScRedComDialog::FindNext(ScChangeAction *pAction) in FindNext()
105 void ScRedComDialog::ReInit(ScChangeAction *pAction) in ReInit()
148 const ScChangeAction* pAction=pChangeAction; in SelectCell() local
H A Dconflictsdlg.cxx324 void ScConflictsResolver::HandleAction( ScChangeAction* pAction, bool bIsSharedAction, in HandleAction()
546 const ScChangeAction* pAction = mpOwnTrack->GetAction( rConflictEntry.maOwnActions[ 0 ] ); in GetConflictString() local
556 String ScConflictsDlg::GetActionString( const ScChangeAction* pAction, ScDocument* pDoc ) in GetActionString()
670 ScChangeAction* pAction = static_cast< ScChangeAction* >( pUserData->pData ); in IMPL_LINK() local
846 ScChangeAction* pAction = mpSharedTrack->GetAction( *aItrShared ); in UpdateView() local
867 ScChangeAction* pAction = mpOwnTrack->GetAction( *aItrOwn ); in UpdateView() local
/trunk/main/sc/source/filter/xml/
H A DXMLChangeTrackingExportHelper.cxx72 void ScChangeTrackingExportHelper::GetAcceptanceState(const ScChangeAction* pAction) in GetAcceptanceState()
119 void ScChangeTrackingExportHelper::WriteChangeInfo(const ScChangeAction* pAction) in WriteChangeInfo()
205 void ScChangeTrackingExportHelper::WriteDependings(ScChangeAction* pAction) in WriteDependings()
479 void ScChangeTrackingExportHelper::WriteContentChange(ScChangeAction* pAction) in WriteContentChange()
559 void ScChangeTrackingExportHelper::WriteInsertion(ScChangeAction* pAction) in WriteInsertion()
678 void ScChangeTrackingExportHelper::WriteDeletion(ScChangeAction* pAction) in WriteDeletion()
688 void ScChangeTrackingExportHelper::WriteMovement(ScChangeAction* pAction) in WriteMovement()
698 void ScChangeTrackingExportHelper::WriteRejection(ScChangeAction* pAction) in WriteRejection()
739 void ScChangeTrackingExportHelper::WorkWithChangeAction(ScChangeAction* pAction) in WorkWithChangeAction()
769 ScChangeAction* pAction = pChangeTrack->GetFirst(); in CollectAutoStyles() local
[all …]
H A DXMLChangeTrackingImportHelper.cxx295 ScMyContentAction* pAction = static_cast<ScMyContentAction*>(pCurrentAction); in SetPreviousChange() local
479 ScChangeAction* ScXMLChangeTrackingImportHelper::CreateInsertAction(ScMyInsAction* pAction) in CreateInsertAction()
492 ScChangeAction* ScXMLChangeTrackingImportHelper::CreateDeleteAction(ScMyDelAction* pAction) in CreateDeleteAction()
505 ScChangeAction* ScXMLChangeTrackingImportHelper::CreateMoveAction(ScMyMoveAction* pAction) in CreateMoveAction()
523 ScChangeAction* ScXMLChangeTrackingImportHelper::CreateRejectionAction(ScMyRejAction* pAction) in CreateRejectionAction()
536 ScChangeAction* ScXMLChangeTrackingImportHelper::CreateContentAction(ScMyContentAction* pAction) in CreateContentAction()
578 void ScXMLChangeTrackingImportHelper::SetDeletionDependencies(ScMyDelAction* pAction, ScChangeActio… in SetDeletionDependencies()
642 void ScXMLChangeTrackingImportHelper::SetMovementDependencies(ScMyMoveAction* pAction, ScChangeActi… in SetMovementDependencies()
693 void ScXMLChangeTrackingImportHelper::SetDependencies(ScMyBaseAction* pAction) in SetDependencies()
749 void ScXMLChangeTrackingImportHelper::SetNewCell(ScMyContentAction* pAction) in SetNewCell()
[all …]
/trunk/main/vcl/unx/gtk/a11y/
H A Datkaction.cxx82 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_do_action() local
97 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_get_n_actions() local
141 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_get_name() local
224 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_get_keybinding() local
/trunk/main/svl/source/undo/
H A Dundo.cxx358 SfxUndoAction* pAction = m_aUndoActionsCleanup.front(); in ~UndoManagerGuard() local
455 SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[nPos-1].pAction; in SetMaxUndoActionCount() local
463 SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[0].pAction; in SetMaxUndoActionCount() local
493 SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ deletePos ].pAction; in ImplClearCurrentLevel_NoNotify() local
599 SfxUndoAction* pAction = pUndoArray->aUndoActions[ deletePos ].pAction; in ImplClearRedo() local
658 void SfxUndoManager::AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerge ) in AddUndoAction()
785 …SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ --m_pData->pActUndoArray->nCurUndoA… in ImplUndo() local
904 …SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ m_pData->pActUndoArray->nCurUndoAct… in ImplRedo() local
968 …SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ m_pData->pActUndoArray->aUndoAction… in Repeat() local
1037 …SfxListUndoAction* pAction = new SfxListUndoAction( rComment, rRepeatComment, nId, m_pData->pActUn… in EnterListAction() local
[all …]
/trunk/main/sw/source/core/undo/
H A Ddocundo.cxx172 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndo() local
300 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndoInfo() local
343 SfxUndoAction *const pAction( SdrUndoManager::GetRedoAction(0, CurrentLevel) ); in GetFirstRedoInfo() local
424 void UndoManager::AddUndoAction(SfxUndoAction *pAction, sal_Bool bTryMerge) in AddUndoAction()
/trunk/main/sd/source/ui/view/
H A Ddrawview.cxx198 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes() local
245 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes() local
313 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes() local
358 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes() local
H A Ddrviewsb.cxx364 SdLayerModifyUndoAction* pAction = new SdLayerModifyUndoAction( in FuTemp02() local
762 ModifyPageUndoAction* pAction = new ModifyPageUndoAction( in RenameSlide() local
/trunk/main/sd/source/core/undo/
H A Dundomanager.cxx47 void UndoManager::AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerg /* = sal_False */ ) in AddUndoAction()
/trunk/main/sd/source/ui/func/
H A Dsdundogr.cxx111 void SdUndoGroup::AddAction(SdUndoAction* pAction) in AddAction()
H A Dfuoaprms.cxx715 SdAnimationPrmsUndoAction* pAction = new SdAnimationPrmsUndoAction in DoExecute() local
744 SdAnimationPrmsUndoAction* pAction = new SdAnimationPrmsUndoAction in DoExecute() local
H A Dfupage.cxx404 …StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, (SfxStyleSheet*)pStyleSheet, &(*pT… in ExecuteDialog() local
425 StyleSheetUndoAction* pAction = in ExecuteDialog() local
H A Dfuprobjs.cxx162 StyleSheetUndoAction* pAction = new StyleSheetUndoAction in DoExecute() local
/trunk/main/svl/inc/svl/
H A Dundo.hxx95 SfxUndoAction* pAction; member
479 SfxUndoAction *pAction; member in SfxLinkUndoAction
/trunk/main/sc/source/ui/drawfunc/
H A Dfutext3.cxx180 … SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode() local
/trunk/main/sc/source/ui/docshell/
H A Ddocsh3.cxx598 const ScChangeAction* pAction = pTrack->GetFirst(); in GetChangeAction() local
652 void ScDocShell::SetChangeComment( ScChangeAction* pAction, const String& rComment ) in SetChangeComment()
670 void ScDocShell::ExecuteChangeCommentDialog( ScChangeAction* pAction, Window* pParent,sal_Bool bPre… in ExecuteChangeCommentDialog()
780 bool lcl_FindAction( ScDocument* pDoc, const ScChangeAction* pAction, ScDocument* pSearchDoc, const… in lcl_FindAction()
1305 ScChangeAction* pAction = pThisTrack->GetLast(); in MergeSharedDocument() local
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx665 SpellUndoAction_Impl* pAction = new SpellUndoAction_Impl( in IMPL_LINK() local
710 SpellUndoAction_Impl* pAction = new SpellUndoAction_Impl( in IMPL_LINK() local
736 IMPL_LINK( SpellDialog, DialogUndoHdl, SpellUndoAction_Impl*, pAction ) in IMPL_LINK() argument
1048 SpellUndoAction_Impl* pAction = new SpellUndoAction_Impl( in IMPL_LINK() local
1731 SpellUndoAction_Impl* pAction = new SpellUndoAction_Impl( in MarkNextError() local
1823 SpellUndoAction_Impl* pAction = new SpellUndoAction_Impl( in ChangeMarkedWord() local
2080 void SentenceEditWindow_Impl::AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerg ) in AddUndoAction()
2155 SpellUndoAction_Impl* pAction = new SpellUndoAction_Impl( in SetUndoEditMode() local
/trunk/main/sd/source/core/
H A Dsdpage2.cxx594 SdrUndoAction* pAction = CreateUndoInsertOrRemoveAnnotation( xAnnotation, true ); in addAnnotation() local
613 SdrUndoAction* pAction = CreateUndoInsertOrRemoveAnnotation( xAnnotation, false ); in removeAnnotation() local
/trunk/main/vcl/source/gdi/
H A Dgdimtf.cxx415 MetaAction* pAction = GetCurAction(); in Play() local
440 MetaAction* pAction = GetCurAction(); in Play() local
613 void GDIMetaFile::AddAction( MetaAction* pAction ) in AddAction()
626 void GDIMetaFile::AddAction( MetaAction* pAction, sal_uLong nPos ) in AddAction()
1042 for( MetaAction* pAction = (MetaAction*) First(); pAction; pAction = (MetaAction*) Next() ) in Rotate() local
1524 MetaAction* pAction = GetAction(a); in GetBoundRect() local
2050 for( MetaAction* pAction = (MetaAction*) First(); pAction; pAction = (MetaAction*) Next() ) in ImplExchangeColors() local
2488 MetaAction* pAction = GetAction( i ); in GetChecksum() local
2830 MetaAction* pAction = GetAction( i ); in GetSizeBytes() local
2900 MetaAction* pAction; in operator >>() local
H A Dgdimetafiletools.cxx291 const MetaAction* pAction(rSource.GetAction(i)); in clipMetafileContentAgainstOwnRegions() local
1081 const MetaAction* pAction(rSource.GetAction(i)); in usesClipActions() local
/trunk/main/vcl/inc/vcl/
H A Dgdimtf.hxx210 …MetaAction* ReplaceAction( MetaAction* pAction, sal_uLong nAction ) { return (MetaAction*) Rep… in ReplaceAction()
/trunk/main/ucb/source/sorter/
H A Dsortresult.hxx90 void Insert( LISTACTION *pAction ) { maData.push_back( pAction ); } in Insert()
/trunk/main/filter/source/svg/
H A Dsvgfontexport.cxx96 MetaAction* pAction = rMtf.GetAction( i ); in implCollectGlyphs() local
/trunk/main/svtools/source/graphic/
H A Dgrfmgr2.cxx809 MetaBmpAction* pAction = (MetaBmpAction*)pAct; in ImplCreateOutput() local
824 MetaBmpScaleAction* pAction = (MetaBmpScaleAction*)pAct; in ImplCreateOutput() local
840 MetaBmpScalePartAction* pAction = (MetaBmpScalePartAction*)pAct; in ImplCreateOutput() local
858 MetaBmpExAction* pAction = (MetaBmpExAction*)pAct; in ImplCreateOutput() local
873 MetaBmpExScaleAction* pAction = (MetaBmpExScaleAction*)pAct; in ImplCreateOutput() local
889 MetaBmpExScalePartAction* pAction = (MetaBmpExScalePartAction*)pAct; in ImplCreateOutput() local

Completed in 170 milliseconds

123