Home
last modified time | relevance | path

Searched refs:pAction (Results 101 – 125 of 457) sorted by relevance

12345678910>>...19

/dports/audio/hydrogen/hydrogen-1.0.1/src/core/src/
H A Dosc_server.cpp651 void OscServer::handleAction( Action* pAction ) in handleAction() argument
659 if( pAction->getType() == "MASTER_VOLUME_ABSOLUTE"){ in handleAction()
661 float param2 = pAction->getParameter2().toFloat(&ok); in handleAction()
674 if( pAction->getType() == "STRIP_VOLUME_ABSOLUTE"){ in handleAction()
676 float param2 = pAction->getParameter2().toFloat(&ok); in handleAction()
692 if( pAction->getType() == "TOGGLE_METRONOME"){ in handleAction()
694 float param1 = pAction->getParameter1().toFloat(&ok); in handleAction()
707 if( pAction->getType() == "MUTE_TOGGLE"){ in handleAction()
722 if( pAction->getType() == "STRIP_MUTE_TOGGLE"){ in handleAction()
740 if( pAction->getType() == "STRIP_SOLO_TOGGLE"){ in handleAction()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/ev/win/
H A Dev_Win32Menu.cpp140 const EV_Menu_Action * pAction, in _ev_GetLabelName() argument
146 if (pAction->hasDynamicLabel()) in _ev_GetLabelName()
147 szLabelName_utf8 = pAction->getDynamicLabel(pLabel); in _ev_GetLabelName()
187 if (pAction->raisesDialog()) in _ev_GetLabelName()
203 if (pAction->raisesDialog()) in _ev_GetLabelName()
296 if (!pAction) in onCommand()
299 const char * szMethodName = pAction->getMethodName(); in onCommand()
308 UT_String script_name(pAction->getScriptName()); in onCommand()
343 UT_ASSERT(pAction); in synthesizeMenu()
512 if (pAction->hasGetStateFunction()) in onInitMenu()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/ev/xp/
H A Dev_Toolbar_Actions.cpp126 EV_Toolbar_Action * pAction = m_actionTable[index]; in getAction() local
127 UT_ASSERT(pAction && (pAction->getToolbarId()==id)); in getAction()
128 return pAction; in getAction()
H A Dev_Menu.cpp196 const EV_Menu_Action * pAction, const EV_Menu_Label * pLabel) in getLabelName() argument
200 UT_return_val_if_fail( pAction && pLabel, NULL ); in getLabelName()
208 if (pAction->hasDynamicLabel()) in getLabelName()
209 szLabelName = pAction->getDynamicLabel(pLabel); in getLabelName()
219 const char * szMethodName = pAction->getMethodName(); in getLabelName()
254 if (!pAction->raisesDialog()) in getLabelName()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/inc/
H A Dredcom.hxx45 ScChangeAction *FindPrev(ScChangeAction *pAction);
46 ScChangeAction *FindNext(ScChangeAction *pAction);
51 ScDocShell *pShell, ScChangeAction *pAction, bool bPrevNext);
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/inc/
H A Dredcom.hxx46 ScChangeAction *FindPrev(ScChangeAction *pAction);
47 ScChangeAction *FindNext(ScChangeAction *pAction);
52 ScDocShell *pShell, ScChangeAction *pAction, bool bPrevNext);
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/ui/
H A DKviMainWindow.cpp1023 QAction * pAction; in fillToolBarsPopup() local
1027 pAction = p->addAction(label); in fillToolBarsPopup()
1028 pAction->setCheckable(true); in fillToolBarsPopup()
1030 pAction->setData(d->id()); in fillToolBarsPopup()
1046 QAction * pAction; in fillToolBarsPopup() local
1053 pAction = p->addAction(label); in fillToolBarsPopup()
1057 pAction = p->addAction(label); in fillToolBarsPopup()
1059 pAction->setData(d->internalId()); in fillToolBarsPopup()
1060 pAction->setCheckable(true); in fillToolBarsPopup()
1106 if(!pAction) in iconSizePopupSelected()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/data/
H A Ddocumen2.cxx1212 const ScChangeAction* pAction = pTrack->GetFirst(); in IsCellInChangeTrack() local
1213 while (pAction) in IsCellInChangeTrack()
1215 if ( pAction->IsVisible() ) in IsCellInChangeTrack()
1261 pAction = pAction->GetNext(); in IsCellInChangeTrack()
1278 const ScChangeAction* pAction = pTrack->GetFirst(); in GetCellChangeTrackNote() local
1279 while (pAction) in GetCellChangeTrackNote()
1281 if ( pAction->IsVisible() && in GetCellChangeTrackNote()
1299 pFoundContent = pAction; in GetCellChangeTrackNote()
1302 pFoundMove = pAction; in GetCellChangeTrackNote()
1316 pFound = pAction; in GetCellChangeTrackNote()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/data/
H A Ddocumen2.cxx1195 const ScChangeAction* pAction = pTrack->GetFirst(); in IsCellInChangeTrack() local
1196 while (pAction) in IsCellInChangeTrack()
1199 if ( pAction->IsVisible() ) in IsCellInChangeTrack()
1201 eType = pAction->GetType(); in IsCellInChangeTrack()
1245 pAction = pAction->GetNext(); in IsCellInChangeTrack()
1262 while (pAction) in GetCellChangeTrackNote()
1264 if ( pAction->IsVisible() && in GetCellChangeTrackNote()
1282 pFoundContent = pAction; in GetCellChangeTrackNote()
1285 pFoundMove = pAction; in GetCellChangeTrackNote()
1299 pFound = pAction; in GetCellChangeTrackNote()
[all …]
/dports/games/freesynd/freesynd-0.7.5/src/menus/
H A Dmenu.cpp114 ActionWidget *pAction = getActionWidget(focusedWgId_); in leave() local
116 pAction->handleFocusLost(); in leave()
304 ActionWidget *pAction = getActionWidget(optionId); in getOption() local
306 if (pAction) { in getOption()
307 return dynamic_cast<Option *> (pAction); in getOption()
411 ActionWidget *pAction = getActionWidget(focusedWgId_); in mouseMotionEvent() local
413 if (!pAction->isMouseOver(x, y) || !pAction->isVisible()) { in mouseMotionEvent()
414 pAction->handleFocusLost(); in mouseMotionEvent()
/dports/editors/libreoffice/libreoffice-7.2.6.2/filter/source/svg/
H A Dsvgexport.cxx430 if( !pAction ) in GetBitmapChecksum()
437 const MetaActionType nType = pAction->GetType(); in GetBitmapChecksum()
463 if( !pAction ) in CreateMetaBitmapAction()
470 const MetaActionType nType = pAction->GetType(); in CreateMetaBitmapAction()
492 if( !pAction ) in MetaBitmapActionGetPoint()
518 if( !pAction ) in MetaBitmapActionGetSize()
544 if( !pAction ) in MetaBitmapActionGetOrigSize()
1647 if( pAction ) in implExportTextEmbeddedBitmaps()
2508 MetaAction* pAction; in implCreateObjectsFromBackground() local
2512 pAction = aMtf.GetAction( nCurAction ); in implCreateObjectsFromBackground()
[all …]
H A Dsvgfontexport.cxx94 MetaAction* pAction = rMtf.GetAction( i ); in implCollectGlyphs() local
95 const MetaActionType nType = pAction->GetType(); in implCollectGlyphs()
101 const MetaTextAction* pA = static_cast<const MetaTextAction*>(pAction); in implCollectGlyphs()
109 … const MetaTextRectAction* pA = static_cast<const MetaTextRectAction*>(pAction); in implCollectGlyphs()
116 … const MetaTextArrayAction* pA = static_cast<const MetaTextArrayAction*>(pAction); in implCollectGlyphs()
124 … const MetaStretchTextAction* pA = static_cast<const MetaStretchTextAction*>(pAction); in implCollectGlyphs()
131 pAction->Execute( pVDev ); in implCollectGlyphs()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/filter/source/svg/
H A Dsvgfontexport.cxx89 MetaAction* pAction = rMtf.GetAction( i ); in implCollectGlyphs() local
90 const MetaActionType nType = pAction->GetType(); in implCollectGlyphs()
96 const MetaTextAction* pA = static_cast<const MetaTextAction*>(pAction); in implCollectGlyphs()
104 … const MetaTextRectAction* pA = static_cast<const MetaTextRectAction*>(pAction); in implCollectGlyphs()
111 … const MetaTextArrayAction* pA = static_cast<const MetaTextArrayAction*>(pAction); in implCollectGlyphs()
119 … const MetaStretchTextAction* pA = static_cast<const MetaStretchTextAction*>(pAction); in implCollectGlyphs()
126 pAction->Execute( pVDev ); in implCollectGlyphs()
/dports/editors/texmaker/texmaker-5.0.3/pdfium/core/fpdfdoc/
H A Ddoc_action.cpp246 CPDF_Object* pAction = name_tree.LookupValue(index, csName); in GetJSAction() local
247 if (!ToDictionary(pAction)) { in GetJSAction()
250 return CPDF_Action(pAction->GetDict()); in GetJSAction()
255 CPDF_Object* pAction = name_tree.LookupValue(csName); in GetJSAction() local
256 if (!ToDictionary(pAction)) { in GetJSAction()
259 return CPDF_Action(pAction->GetDict()); in GetJSAction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/core/tool/
H A Dchgtrack.cxx4411 while ( pAction ) in Clone()
4536 pAction = pAction->GetNext(); in Clone()
4545 pAction = GetFirst(); in Clone()
4546 while ( pAction ) in Clone()
4548 if ( pAction->HasDeleted() ) in Clone()
4575 pAction = pAction->GetNext(); in Clone()
4579 pAction = GetLast(); in Clone()
4580 while ( pAction ) in Clone()
4610 pAction = pAction->GetPrev(); in Clone()
4684 if (pAction) in GetChangeTrackInfo()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/gdi/
H A Dmetaact.cxx197 rtl::Reference<MetaAction> pAction; in ReadMetaAction() local
206 case MetaActionType::NONE: pAction = new MetaAction; break; in ReadMetaAction()
209 case MetaActionType::LINE: pAction = new MetaLineAction; break; in ReadMetaAction()
213 case MetaActionType::ARC: pAction = new MetaArcAction; break; in ReadMetaAction()
214 case MetaActionType::PIE: pAction = new MetaPieAction; break; in ReadMetaAction()
224 case MetaActionType::BMP: pAction = new MetaBmpAction; break; in ReadMetaAction()
251 case MetaActionType::POP: pAction = new MetaPopAction; break; in ReadMetaAction()
255 case MetaActionType::EPS: pAction = new MetaEPSAction; break; in ReadMetaAction()
268 if( pAction ) in ReadMetaAction()
269 pAction->Read( rIStm, pData ); in ReadMetaAction()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/gdi/
H A Dmetaact.cxx197 MetaAction* pAction = nullptr; in ReadMetaAction() local
206 case MetaActionType::NONE: pAction = new MetaAction; break; in ReadMetaAction()
209 case MetaActionType::LINE: pAction = new MetaLineAction; break; in ReadMetaAction()
213 case MetaActionType::ARC: pAction = new MetaArcAction; break; in ReadMetaAction()
214 case MetaActionType::PIE: pAction = new MetaPieAction; break; in ReadMetaAction()
224 case MetaActionType::BMP: pAction = new MetaBmpAction; break; in ReadMetaAction()
251 case MetaActionType::POP: pAction = new MetaPopAction; break; in ReadMetaAction()
255 case MetaActionType::EPS: pAction = new MetaEPSAction; break; in ReadMetaAction()
268 if( pAction ) in ReadMetaAction()
269 pAction->Read( rIStm, pData ); in ReadMetaAction()
[all …]
/dports/editors/abiword/abiword-3.0.5/src/af/ev/cocoa/
H A Dev_CocoaToolbar.cpp348 const EV_Toolbar_Action * pAction = pToolbarActionSet->getAction(tlbrid); in toolbarEvent() local
349 UT_ASSERT(pAction); in toolbarEvent()
354 if (pAction->getItemType() == EV_TBIT_GroupButton) in toolbarEvent()
371 const char * szMethodName = pAction->getMethodName(); in toolbarEvent()
505 EV_Toolbar_Action * pAction = pToolbarActionSet->getAction(tlbrID); in synthesize() local
506 UT_ASSERT(pAction); in synthesize()
518 switch (pAction->getItemType()) in synthesize()
776 EV_Toolbar_Action * pAction = pToolbarActionSet->getAction(tlbrid); in refreshToolbar() local
777 UT_ASSERT(pAction); in refreshToolbar()
779 AV_ChangeMask maskOfInterest = pAction->getChangeMaskOfInterest(); in refreshToolbar()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/drawfunc/
H A Dfutext3.cxx170 … SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode() local
171 OSL_ENSURE( pAction, "FuText::StopEditMode - list undo action expected" ); in StopEditMode()
172 if( pAction ) in StopEditMode()
173pAction->SetComment( ScResId( bNewNote ? STR_UNDO_INSERTNOTE : STR_UNDO_DELETENOTE ) ); in StopEditMode()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/drawfunc/
H A Dfutext3.cxx168 … SfxListUndoAction* pAction = dynamic_cast< SfxListUndoAction* >( pUndoMgr->GetUndoAction() ); in StopEditMode() local
169 OSL_ENSURE( pAction, "FuText::StopEditMode - list undo action expected" ); in StopEditMode()
170 if( pAction ) in StopEditMode()
171pAction->SetComment( ScResId( bNewNote ? STR_UNDO_INSERTNOTE : STR_UNDO_DELETENOTE ) ); in StopEditMode()
/dports/irc/kvirc/KVIrc-5.0.0-73-gbdeac0429/src/kvirc/kvs/
H A DKviKvsPopupMenu.cpp308 pAction->setDefaultWidget(m_pLabel); in fill()
309 pMenu->addAction(pAction); in fill()
336 QAction * pAction; in fill() local
341 pAction->setData(iIdx); in fill()
383 QAction * pAction; in fill() local
388 pAction->setMenu(m_pMenu); in fill()
389 pAction->setData(iIdx); in fill()
459 QAction * pAction; in fill() local
464 pAction->setMenu(m_pMenu); in fill()
465 pAction->setData(iIdx); in fill()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/core/tool/
H A Dchgtrack.cxx4422 while ( pAction ) in Clone()
4547 pAction = pAction->GetNext(); in Clone()
4556 pAction = GetFirst(); in Clone()
4557 while ( pAction ) in Clone()
4559 if ( pAction->HasDeleted() ) in Clone()
4586 pAction = pAction->GetNext(); in Clone()
4590 pAction = GetLast(); in Clone()
4591 while ( pAction ) in Clone()
4621 pAction = pAction->GetPrev(); in Clone()
4698 if (pAction) in GetChangeTrackInfo()
[all …]
/dports/audio/hydrogen/hydrogen-1.0.1/src/core/include/hydrogen/
H A Dmidi_action.h178 bool new_song(Action* pAction, H2Core::Hydrogen* pHydrogen, targeted_element element);
201 bool open_song(Action* pAction, H2Core::Hydrogen* pHydrogen, targeted_element element);
216 bool save_song(Action* pAction, H2Core::Hydrogen* pHydrogen, targeted_element element);
231 bool save_song_as(Action* pAction, H2Core::Hydrogen* pHydrogen, targeted_element element);
246 bool quit(Action* pAction, H2Core::Hydrogen* pHydrogen, targeted_element element);
/dports/audio/qjackctl/qjackctl-qjackctl_0_9_5/src/
H A DqjackctlMainForm.cpp4110 QAction *pAction;
4147 pAction->setData(iPreset);
4154 pAction->setCheckable(true);
4155 pAction->setChecked(
4158 pAction->setData(-1);
4212 pAction->setCheckable(true);
4218 pAction->setCheckable(true);
4224 pAction->setCheckable(true);
4228 pAction->setCheckable(true);
4232 pAction->setCheckable(true);
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/qa/cppunit/
H A Doutdev.cxx177 MetaAction* pAction = aMtf.GetAction(0); in testDrawTransformedBitmapEx() local
178 CPPUNIT_ASSERT_EQUAL(MetaActionType::BMPEXSCALE, pAction->GetType()); in testDrawTransformedBitmapEx()
179 auto pBitmapAction = static_cast<MetaBmpExScaleAction*>(pAction); in testDrawTransformedBitmapEx()
242 MetaAction* pAction = aMtf.GetAction(0); in testDrawTransformedBitmapExFlip() local
243 CPPUNIT_ASSERT_EQUAL(MetaActionType::BMPEXSCALE, pAction->GetType()); in testDrawTransformedBitmapExFlip()
244 auto pBitmapAction = static_cast<MetaBmpExScaleAction*>(pAction); in testDrawTransformedBitmapExFlip()

12345678910>>...19