Home
last modified time | relevance | path

Searched defs:pAction (Results 1 – 25 of 62) sorted by last modified time

123

/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2406 STDMETHODIMP CMAccessible::SetDefaultAction(long pAction) in SetDefaultAction()
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1209 MetaAction* pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions() local
1331 MetaAction* pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions() local
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1441 const MetaAction* pAction = rMtf.GetAction( i ); in Impl_writeActions() local
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx291 const MetaAction* pAction(rSource.GetAction(i)); in clipMetafileContentAgainstOwnRegions() local
1081 const MetaAction* pAction(rSource.GetAction(i)); in usesClipActions() local
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 Dpdfwriter_impl2.cxx276 const MetaAction* pAction = aMtf.GetAction( i ); in playMetafile() local
H A Dmetaact.cxx173 MetaAction* pAction = NULL; in ReadMetaAction() local
H A Dcvtsvm.cxx1439 const MetaAction* pAction = rMtf.GetAction( i ); in ImplWriteActions() local
/trunk/main/sd/source/ui/view/
H A Dsdview2.cxx815 … SdAnimationPrmsUndoAction* pAction = new SdAnimationPrmsUndoAction(mpDoc, pPickObj, bCreated); in ExecuteDrop() local
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 DViewShellImplementation.cxx200 ModifyPageUndoAction* pAction = new ModifyPageUndoAction( in ProcessModifyPageSlot() local
H A Dsdview3.cxx190 MetaAction* pAction = aMtf.FirstAction(); in InsertMetaFile() local
/trunk/main/sd/source/ui/func/
H A Dfuprobjs.cxx162 StyleSheetUndoAction* pAction = new StyleSheetUndoAction in DoExecute() local
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx112 const ScChangeAction* pAction = pTrack->GetFirst(); in ShowNoteMarker() 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/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1650 MetaAction* pAction = rMetaFile.GetAction(nAction); in interpretMetafile() local
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx987 ModifyPageUndoAction* pAction = new ModifyPageUndoAction( in RenameSlideFromDrawViewShell() 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/sw/source/ui/misc/
H A Dredlndlg.cxx669 const String *pAction = &GetActionText(rRedln); in InsertChilds() 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/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/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 Dsortdynres.cxx556 ListAction *pAction = new ListAction; in AddEvent() local
H A Dsortresult.cxx1758 ListAction *pAction; in ResortModified() local
H A Dsortresult.hxx90 void Insert( LISTACTION *pAction ) { maData.push_back( pAction ); } in Insert()

Completed in 272 milliseconds

123