Home
last modified time | relevance | path

Searched refs:mpAction (Results 1 – 9 of 9) sorted by relevance

/aoo42x/main/toolkit/source/layout/core/
H A Ddialogbuttonhbox.cxx63 , mpAction( 0 ) in DialogButtonHBox()
105 mpAction = p; in addChild()
155 if ( mpAction && mpAction->mxChild == xChild ) in removeChild()
156 p = mpAction; in removeChild()
198 if ( mpAction ) in gnomeOrdering()
199 ordered.push_back( mpAction ); in gnomeOrdering()
222 if ( mpAction ) in kdeOrdering()
223 ordered.push_back( mpAction ); in kdeOrdering()
245 if ( mpAction ) in macosOrdering()
246 ordered.push_back( mpAction ); in macosOrdering()
[all …]
H A Ddialogbuttonhbox.hxx55 ChildData *mpAction; /* [..]?, [Retry?] */ member in layoutimpl::DialogButtonHBox
/aoo42x/main/vcl/unx/gtk/a11y/
H A Datkaction.cxx62 if( !pWrap->mpAction && pWrap->mpContext ) in getAction()
65 … pWrap->mpAction = reinterpret_cast< accessibility::XAccessibleAction * > (any.pReserved); in getAction()
66 pWrap->mpAction->acquire(); in getAction()
69 return pWrap->mpAction; in getAction()
H A Datkwrapper.cxx652 wrapper->mpAction = NULL; in atk_object_wrapper_init()
937 RELEASE( wrapper->mpAction ) in atk_object_wrapper_dispose()
H A Datkwrapper.hxx57 ::com::sun::star::accessibility::XAccessibleAction *mpAction;
/aoo42x/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx2746 mbRet &= rAction.mpAction->render( maTransformation ); in operator ()()
2754 mbRet &= rAction.mpAction->render( maTransformation, in operator ()()
2779 maBounds.expand( rAction.mpAction->getBounds( maTransformation ) ); in operator ()()
2785 maBounds.expand( rAction.mpAction->getBounds( maTransformation, in operator ()()
2806 const sal_Int32 nLHSCount( rLHS.mpAction ? in operator ()()
2807 rLHS.mpAction->getActionCount() : 0 ); in operator ()()
2808 const sal_Int32 nRHSCount( rRHS.mpAction ? in operator ()()
2809 rRHS.mpAction->getActionCount() : 0 ); in operator ()()
2841 aSubset.mnSubsetEnd = ::std::min( aRangeBegin->mpAction->getActionCount(), in forSubsetRange()
2858 aSubset.mnSubsetEnd = aRangeBegin->mpAction->getActionCount(); in forSubsetRange()
[all …]
/aoo42x/main/cppcanvas/source/inc/
H A Dimplrenderer.hxx89 mpAction( rAction ), in MtfAction()
94 ActionSharedPtr mpAction; member
/aoo42x/main/sc/source/ui/cctrl/
H A Ddpcontrol.cxx272 mpAction(static_cast<ScDPFieldPopupWindow::Action*>(NULL)), in MenuItemData()
468 aItem.mpAction.reset(pAction); in addMenuItem()
527 if (!maMenuItems[nPos].mpAction) in executeMenuItem()
531 maMenuItems[nPos].mpAction->execute(); in executeMenuItem()
/aoo42x/main/sc/source/ui/inc/
H A Ddpcontrol.hxx209 ::boost::shared_ptr<Action> mpAction;

Completed in 69 milliseconds