Home
last modified time | relevance | path

Searched refs:pAction (Results 1 – 25 of 78) sorted by last modified time

1234

/trunk/main/winaccessibility/source/UAccCOM/
H A DMAccessible.cpp2406 STDMETHODIMP CMAccessible::SetDefaultAction(long pAction) in SetDefaultAction() argument
2408 m_pXAction = (XAccessibleAction*)pAction; in SetDefaultAction()
H A DMAccessible.h206 STDMETHOD(SetDefaultAction)(long pAction);
/trunk/main/filter/source/graphicfilter/eps/
H A Deps.cxx1209 MetaAction* pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions() local
1210 if( pAction->GetType() == META_GRADIENTEX_ACTION ) in ImplWriteActions()
1211 pGradAction = (const MetaGradientExAction*) pAction; in ImplWriteActions()
1212 else if( ( pAction->GetType() == META_COMMENT_ACTION ) && in ImplWriteActions()
1213 …( ( (const MetaCommentAction*) pAction )->GetComment().CompareIgnoreCaseToAscii( "XGRAD_SEQ_END" )… in ImplWriteActions()
1331 MetaAction* pAction = rMtf.GetAction( nCurAction ); in ImplWriteActions() local
1332 switch( pAction->GetType() ) in ImplWriteActions()
1345 if (((const MetaCommentAction*)pAction)->GetComment().Equals( "XPATHFILL_SEQ_END" )) in ImplWriteActions()
/trunk/main/filter/source/flash/
H A Dswfwriter1.cxx1441 const MetaAction* pAction = rMtf.GetAction( i ); in Impl_writeActions() local
1442 const sal_uInt16 nType = pAction->GetType(); in Impl_writeActions()
1689 pAction = rMtf.GetAction( i ); in Impl_writeActions()
1691 if( pAction->GetType() == META_GRADIENTEX_ACTION ) in Impl_writeActions()
1724 pAction = rMtf.GetAction( i ); in Impl_writeActions()
1755 pAction = rMtf.GetAction( i ); in Impl_writeActions()
1772 pAction = rMtf.GetAction( i ); in Impl_writeActions()
1774 if( pAction->GetType() == META_TEXTARRAY_ACTION ) in Impl_writeActions()
1781 if( ( pAction->GetType() == META_COMMENT_ACTION ) && in Impl_writeActions()
1884 ( (MetaAction*) pAction )->Execute( mpVDev ); in Impl_writeActions()
[all …]
/trunk/main/vcl/source/gdi/
H A Dgdimetafiletools.cxx291 const MetaAction* pAction(rSource.GetAction(i)); in clipMetafileContentAgainstOwnRegions() local
292 const sal_uInt16 nType(pAction->GetType()); in clipMetafileContentAgainstOwnRegions()
376 const MetaPushAction* pA = static_cast< const MetaPushAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
493 const MetaLineAction* pA = static_cast< const MetaLineAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
601 const MetaArcAction* pA = static_cast< const MetaArcAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
627 const MetaPieAction* pA = static_cast< const MetaPieAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
747 const MetaBmpAction* pA = static_cast< const MetaBmpAction* >(pAction); in clipMetafileContentAgainstOwnRegions()
1058 const_cast< MetaAction* >(pAction)->Duplicate(); in clipMetafileContentAgainstOwnRegions()
1059 aTarget.AddAction(const_cast< MetaAction* >(pAction)); in clipMetafileContentAgainstOwnRegions()
1081 const MetaAction* pAction(rSource.GetAction(i)); in usesClipActions() local
[all …]
H A Dgdimtf.cxx425 pAction->Duplicate(); in Play()
426 rMtf.AddAction( pAction ); in Play()
459 pAction->Execute( pOut ); in Play()
619 pAction->Duplicate(); in AddAction()
628 Insert( pAction, nPos ); in AddAction()
632 pAction->Duplicate(); in AddAction()
1042 for( MetaAction* pAction = (MetaAction*) First(); pAction; pAction = (MetaAction*) Next() ) in Rotate() local
2050 for( MetaAction* pAction = (MetaAction*) First(); pAction; pAction = (MetaAction*) Next() ) in ImplExchangeColors() local
2296 pAction->Duplicate(); in ImplExchangeColors()
2900 MetaAction* pAction; in operator >>() local
[all …]
H A Dpdfwriter_impl2.cxx276 const MetaAction* pAction = aMtf.GetAction( i ); in playMetafile() local
277 const sal_uInt16 nType = pAction->GetType(); in playMetafile()
297 const MetaLineAction* pA = (const MetaLineAction*) pAction; in playMetafile()
328 const MetaArcAction* pA = (const MetaArcAction*) pAction; in playMetafile()
335 const MetaArcAction* pA = (const MetaArcAction*) pAction; in playMetafile()
505 const MetaEPSAction* pA = (const MetaEPSAction*) pAction; in playMetafile()
538 pAction = aMtf.GetAction( i ); in playMetafile()
540 if( pAction->GetType() == META_GRADIENTEX_ACTION ) in playMetafile()
541 pGradAction = (const MetaGradientExAction*) pAction; in playMetafile()
759 pAction = aMtf.GetAction( i ); in playMetafile()
[all …]
H A Dmetaact.cxx173 MetaAction* pAction = NULL; in ReadMetaAction() local
180 case( META_NULL_ACTION ): pAction = new MetaAction; break; in ReadMetaAction()
183 case( META_LINE_ACTION ): pAction = new MetaLineAction; break; in ReadMetaAction()
187 case( META_ARC_ACTION ): pAction = new MetaArcAction; break; in ReadMetaAction()
188 case( META_PIE_ACTION ): pAction = new MetaPieAction; break; in ReadMetaAction()
198 case( META_BMP_ACTION ): pAction = new MetaBmpAction; break; in ReadMetaAction()
225 case( META_POP_ACTION ): pAction = new MetaPopAction; break; in ReadMetaAction()
229 case( META_EPS_ACTION ): pAction = new MetaEPSAction; break; in ReadMetaAction()
244 if( pAction ) in ReadMetaAction()
245 pAction->Read( rIStm, pData ); in ReadMetaAction()
[all …]
H A Dcvtsvm.cxx1439 const MetaAction* pAction = rMtf.GetAction( i ); in ImplWriteActions() local
1441 switch( pAction->GetType() ) in ImplWriteActions()
1445 MetaPixelAction* pAct = (MetaPixelAction*) pAction; in ImplWriteActions()
1457 MetaPointAction* pAct = (MetaPointAction*) pAction; in ImplWriteActions()
1468 MetaLineAction* pAct = (MetaLineAction*) pAction; in ImplWriteActions()
1537 MetaRectAction* pAct = (MetaRectAction*) pAction; in ImplWriteActions()
1574 MetaArcAction* pAct = (MetaArcAction*) pAction; in ImplWriteActions()
1587 MetaPieAction* pAct = (MetaPieAction*) pAction; in ImplWriteActions()
1600 MetaChordAction* pAct = (MetaChordAction*) pAction; in ImplWriteActions()
1744 MetaTextAction* pAct = (MetaTextAction*) pAction; in ImplWriteActions()
[all …]
/trunk/main/sd/source/ui/view/
H A Doutlview.cxx1852 pEditUndo = dynamic_cast< EditUndo* >(pListAction->aUndoActions[--nAction].pAction); in TryToMergeUndoActions()
1860 if( dynamic_cast< EditUndo* >(pListAction->aUndoActions[--nAction].pAction) ) in TryToMergeUndoActions()
1872 pPrevEditUndo = dynamic_cast< EditUndo* >(pPrevListAction->aUndoActions[--nAction].pAction); in TryToMergeUndoActions()
1880 DBG_ASSERT( pListAction->aUndoActions[nEditPos].pAction == pEditUndo, in TryToMergeUndoActions()
1889 …doAction* pLinkAction = dynamic_cast< SfxLinkUndoAction* >( pListAction->aUndoActions[0].pAction ); in TryToMergeUndoActions()
1896 …vLinkAction = dynamic_cast< SfxLinkUndoAction* >(pPrevListAction->aUndoActions[--nAction].pAction); in TryToMergeUndoActions()
1912 SfxUndoAction* pTemp = pSourceList->aUndoActions[0].pAction; in TryToMergeUndoActions()
1935 SfxUndoAction* pTemp = pListAction->aUndoActions[0].pAction; in TryToMergeUndoActions()
H A Dsdview2.cxx816 pAction->SetActive(pInfo->mbActive, pInfo->mbActive); in ExecuteDrop()
817 pAction->SetEffect(pInfo->meEffect, pInfo->meEffect); in ExecuteDrop()
819 pAction->SetSpeed(pInfo->meSpeed, pInfo->meSpeed); in ExecuteDrop()
822 pAction->SetDimHide(pInfo->mbDimHide, pInfo->mbDimHide); in ExecuteDrop()
823 pAction->SetSoundOn(pInfo->mbSoundOn, pInfo->mbSoundOn); in ExecuteDrop()
824 pAction->SetSound(pInfo->maSoundFile, pInfo->maSoundFile); in ExecuteDrop()
826 pAction->SetPathObj(pInfo->mpPathObj, pInfo->mpPathObj); in ExecuteDrop()
828 pAction->SetBookmark(pInfo->GetBookmark(), aBookmark); in ExecuteDrop()
830 pAction->SetVerb(pInfo->mnVerb, pInfo->mnVerb); in ExecuteDrop()
837 pAction->SetComment(aString); in ExecuteDrop()
[all …]
H A Ddrawview.cxx198 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes() local
199 mpDocSh->GetUndoManager()->AddUndoAction(pAction); in SetAttributes()
245 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes() local
246 mpDocSh->GetUndoManager()->AddUndoAction(pAction); in SetAttributes()
313 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes() local
314 mpDocSh->GetUndoManager()->AddUndoAction(pAction); in SetAttributes()
358 StyleSheetUndoAction* pAction = new StyleSheetUndoAction(mpDoc, pSheet, &aTempSet); in SetAttributes() local
359 mpDocSh->GetUndoManager()->AddUndoAction(pAction); in SetAttributes()
H A DViewShellImplementation.cxx200 ModifyPageUndoAction* pAction = new ModifyPageUndoAction( in ProcessModifyPageSlot() local
202 pUndoManager->AddUndoAction(pAction); in ProcessModifyPageSlot()
H A Dsdview3.cxx190 MetaAction* pAction = aMtf.FirstAction(); in InsertMetaFile() local
191 while( pAction && !bVector ) in InsertMetaFile()
193 switch( pAction->GetType() ) in InsertMetaFile()
229 else switch( pAction->GetType() ) in InsertMetaFile()
233 MetaBmpAction* pBmpAction = dynamic_cast< MetaBmpAction* >( pAction ); in InsertMetaFile()
240 MetaBmpScaleAction* pBmpScaleAction = dynamic_cast< MetaBmpScaleAction* >( pAction ); in InsertMetaFile()
247 MetaBmpExAction* pBmpExAction = dynamic_cast< MetaBmpExAction* >( pAction ); in InsertMetaFile()
254 MetaBmpExScaleAction* pBmpExScaleAction = dynamic_cast< MetaBmpExScaleAction* >( pAction ); in InsertMetaFile()
262 pAction = aMtf.NextAction(); in InsertMetaFile()
/trunk/main/sd/source/ui/func/
H A Dfuprobjs.cxx162 StyleSheetUndoAction* pAction = new StyleSheetUndoAction in DoExecute() local
165 mpDocSh->GetUndoManager()->AddUndoAction(pAction); in DoExecute()
/trunk/main/sc/source/ui/view/
H A Dgridwin5.cxx112 const ScChangeAction* pAction = pTrack->GetFirst(); in ShowNoteMarker() local
113 while (pAction) in ShowNoteMarker()
115 if ( pAction->IsVisible() && in ShowNoteMarker()
118 ScChangeActionType eType = pAction->GetType(); in ShowNoteMarker()
119 const ScBigRange& rBig = pAction->GetBigRange(); in ShowNoteMarker()
131 pFound = pAction; // der letzte gewinnt in ShowNoteMarker()
135 pFoundContent = pAction; in ShowNoteMarker()
138 pFoundMove = pAction; in ShowNoteMarker()
151 ((const ScChangeActionMove*)pAction)-> in ShowNoteMarker()
155 pFound = pAction; in ShowNoteMarker()
[all …]
/trunk/main/sd/source/core/
H A Dsdpage2.cxx594 SdrUndoAction* pAction = CreateUndoInsertOrRemoveAnnotation( xAnnotation, true ); in addAnnotation() local
595 if( pAction ) in addAnnotation()
596 pModel->AddUndo( pAction ); in addAnnotation()
613 SdrUndoAction* pAction = CreateUndoInsertOrRemoveAnnotation( xAnnotation, false ); in removeAnnotation() local
614 if( pAction ) in removeAnnotation()
615 pModel->AddUndo( pAction ); in removeAnnotation()
/trunk/main/drawinglayer/source/primitive2d/
H A Dmetafileprimitive2d.cxx1650 MetaAction* pAction = rMetaFile.GetAction(nAction); in interpretMetafile() local
1652 switch(pAction->GetType()) in interpretMetafile()
1682 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1706 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
1759 nAction++; if(nAction < nCount) pAction = rMetaFile.GetAction(nAction); in interpretMetafile()
2159 const MetaBmpAction* pA = (const MetaBmpAction*)pAction; in interpretMetafile()
2894 const MetaEPSAction* pA = (const MetaEPSAction*)pAction; in interpretMetafile()
3116 pAction = rMetaFile.GetAction(b); in interpretMetafile()
3118 if(META_GRADIENTEX_ACTION == pAction->GetType()) in interpretMetafile()
3120 pMetaGradientExAction = (const MetaGradientExAction*)pAction; in interpretMetafile()
[all …]
/trunk/main/sd/source/ui/slidesorter/controller/
H A DSlsSlotManager.cxx987 ModifyPageUndoAction* pAction = new ModifyPageUndoAction( in RenameSlideFromDrawViewShell() local
991 pManager->AddUndoAction( pAction ); in RenameSlideFromDrawViewShell()
/trunk/main/cui/source/dialogs/
H A DSpellDialog.cxx668 pAction->SetAddedWord(aOldWord); in IMPL_LINK()
669 aSentenceED.AddUndoAction(pAction); in IMPL_LINK()
738 switch(pAction->GetId()) in IMPL_LINK()
742 if(pAction->IsEnableChangePB()) in IMPL_LINK()
760 pAction->GetDictionary()->remove(pAction->GetAddedWord()); in IMPL_LINK()
765 if(pAction->GetOffset() != 0) in IMPL_LINK()
1050 pAction->SetDictionary( xDic ); in IMPL_LINK()
1739 AddUndoAction(pAction); in MarkNextError()
1825 pAction->SetOffset(nDiffLen); in ChangeMarkedWord()
1826 AddUndoAction(pAction); in ChangeMarkedWord()
[all …]
/trunk/main/sw/source/ui/misc/
H A Dredlndlg.cxx669 const String *pAction = &GetActionText(rRedln); in InsertChilds() local
670 sal_Bool bValidParent = !sFilterAction.Len() || sFilterAction == *pAction; in InsertChilds()
703 pAction = &GetActionText(rRedln, nStack); in InsertChilds()
704 sal_Bool bValidChild = !sFilterAction.Len() || sFilterAction == *pAction; in InsertChilds()
/trunk/main/svl/source/undo/
H A Dundo.cxx1423 pAction = 0; in SfxLinkUndoAction()
1430 if ( pAction ) in Undo()
1438 if ( pAction ) in Redo()
1447 return pAction && pAction->CanRepeat(r); in CanRepeat()
1456 if ( pAction && pAction->CanRepeat( r ) ) in Repeat()
1465 if ( pAction ) in GetComment()
1476 if ( pAction ) in GetRepeatComment()
1486 if( pAction ) in ~SfxLinkUndoAction()
1497 pAction = 0; in LinkedSfxUndoActionDestructed()
1508 delete pAction; in ~SfxUndoArray()
[all …]
/trunk/main/winaccessibility/source/UAccCOMIDL/
H A DUAccCOM.idl51 [id(23), helpstring("method SetDefaultAction")] HRESULT SetDefaultAction(long pAction);
/trunk/main/vcl/unx/gtk/a11y/
H A Datkaction.cxx82 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_do_action() local
83 if( pAction ) in action_wrapper_do_action()
84 return pAction->doAccessibleAction( i ); in action_wrapper_do_action()
97 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_get_n_actions() local
98 if( pAction ) in action_wrapper_get_n_actions()
99 return pAction->getAccessibleActionCount(); in action_wrapper_get_n_actions()
141 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_get_name() local
142 if( pAction ) in action_wrapper_get_name()
146 rtl::OUString aDesc( pAction->getAccessibleActionDescription( i ) ); in action_wrapper_get_name()
224 accessibility::XAccessibleAction* pAction = getAction( action ); in action_wrapper_get_keybinding() local
[all …]
/trunk/main/vcl/inc/vcl/
H A Dgdimtf.hxx202 void AddAction( MetaAction* pAction );
203 void AddAction( MetaAction* pAction, sal_uLong nPos );
210 …etaAction* ReplaceAction( MetaAction* pAction, sal_uLong nAction ) { return (MetaAction*) Repl… in ReplaceAction() argument

Completed in 204 milliseconds

1234