/aoo41x/main/sc/source/ui/miscdlgs/ |
H A D | redcom.cxx | 39 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 D | conflictsdlg.cxx | 324 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
|
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLChangeTrackingExportHelper.cxx | 72 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 D | XMLChangeTrackingImportHelper.cxx | 295 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 …]
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atkaction.cxx | 82 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
|
/aoo41x/main/svl/source/undo/ |
H A D | undo.cxx | 358 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 650 void SfxUndoManager::AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerge ) in AddUndoAction() 777 …SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ --m_pData->pActUndoArray->nCurUndoA… in ImplUndo() local 896 …SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ m_pData->pActUndoArray->nCurUndoAct… in ImplRedo() local 960 …SfxUndoAction* pAction = m_pData->pActUndoArray->aUndoActions[ m_pData->pActUndoArray->aUndoAction… in Repeat() local 1029 …SfxListUndoAction* pAction = new SfxListUndoAction( rComment, rRepeatComment, nId, m_pData->pActUn… in EnterListAction() local [all …]
|
/aoo41x/main/sd/source/ui/view/ |
H A D | drawview.cxx | 198 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 D | drviewsb.cxx | 356 SdLayerModifyUndoAction* pAction = new SdLayerModifyUndoAction( in FuTemp02() local 748 ModifyPageUndoAction* pAction = new ModifyPageUndoAction( in RenameSlide() local
|
/aoo41x/main/sw/source/core/undo/ |
H A D | docundo.cxx | 181 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndo() local 309 SfxUndoAction *const pAction( SdrUndoManager::GetUndoAction(0) ); in GetLastUndoInfo() local 352 SfxUndoAction *const pAction( SdrUndoManager::GetRedoAction(0, CurrentLevel) ); in GetFirstRedoInfo() local 433 void UndoManager::AddUndoAction(SfxUndoAction *pAction, sal_Bool bTryMerge) in AddUndoAction()
|
/aoo41x/main/sd/source/core/undo/ |
H A D | undomanager.cxx | 47 void UndoManager::AddUndoAction( SfxUndoAction *pAction, sal_Bool bTryMerg /* = sal_False */ ) in AddUndoAction()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | sdundogr.cxx | 111 void SdUndoGroup::AddAction(SdUndoAction* pAction) in AddAction()
|
H A D | fuoaprms.cxx | 715 SdAnimationPrmsUndoAction* pAction = new SdAnimationPrmsUndoAction in DoExecute() local 744 SdAnimationPrmsUndoAction* pAction = new SdAnimationPrmsUndoAction in DoExecute() local
|
H A D | fupage.cxx | 404 …StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, (SfxStyleSheet*)pStyleSheet, &(*pT… in ExecuteDialog() local 425 StyleSheetUndoAction* pAction = in ExecuteDialog() local
|
H A D | fuprobjs.cxx | 162 StyleSheetUndoAction* pAction = new StyleSheetUndoAction in DoExecute() local
|
/aoo41x/main/svl/inc/svl/ |
H A D | undo.hxx | 95 SfxUndoAction* pAction; member 479 SfxUndoAction *pAction; member in SfxLinkUndoAction
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | futext3.cxx | 180 … SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode() local
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | docsh3.cxx | 598 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
|
/aoo41x/main/cui/source/dialogs/ |
H A D | SpellDialog.cxx | 665 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
|
/aoo41x/main/sd/source/core/ |
H A D | sdpage2.cxx | 610 SdrUndoAction* pAction = CreateUndoInsertOrRemoveAnnotation( xAnnotation, true ); in addAnnotation() local 629 SdrUndoAction* pAction = CreateUndoInsertOrRemoveAnnotation( xAnnotation, false ); in removeAnnotation() local
|
/aoo41x/main/vcl/source/gdi/ |
H A D | gdimtf.cxx | 415 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 D | gdimetafiletools.cxx | 291 const MetaAction* pAction(rSource.GetAction(i)); in clipMetafileContentAgainstOwnRegions() local 1081 const MetaAction* pAction(rSource.GetAction(i)); in usesClipActions() local
|
/aoo41x/main/vcl/inc/vcl/ |
H A D | gdimtf.hxx | 210 …MetaAction* ReplaceAction( MetaAction* pAction, sal_uLong nAction ) { return (MetaAction*) Rep… in ReplaceAction()
|
/aoo41x/main/ucb/source/sorter/ |
H A D | sortresult.hxx | 90 void Insert( LISTACTION *pAction ) { maData.push_back( pAction ); } in Insert()
|
/aoo41x/main/filter/source/svg/ |
H A D | svgfontexport.cxx | 96 MetaAction* pAction = rMtf.GetAction( i ); in implCollectGlyphs() local
|
/aoo41x/main/svtools/source/graphic/ |
H A D | grfmgr2.cxx | 809 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
|