Home
last modified time | relevance | path

Searched refs:mpChild (Results 1 – 6 of 6) sorted by relevance

/AOO42X/main/slideshow/source/engine/
H A Dshapeattributelayer.cxx63 if( mnTransformationState != mpChild->getTransformationState() ) in updateStateIds()
65 if( mnClipState != mpChild->getClipState() ) in updateStateIds()
67 if( mnAlphaState != mpChild->getAlphaState() ) in updateStateIds()
69 if( mnPositionState != mpChild->getPositionState() ) in updateStateIds()
71 if( mnContentState != mpChild->getContentState() ) in updateStateIds()
73 if( mnVisibilityState != mpChild->getVisibilityState() ) in updateStateIds()
92 … const bool bChildInstanceValueValid( haveChild() ? (mpChild.get()->*pIsValid)() : false ); in calcValue()
116 return rCurrValue + ((*mpChild).*pGetValue)(); in calcValue()
119 return rCurrValue * ((*mpChild).*pGetValue)(); in calcValue()
132 ((*mpChild).*pGetValue)() : in calcValue()
[all …]
/AOO42X/main/sd/source/ui/animations/
H A DDialogListBox.cxx33 mpChild( 0 ) in DialogListBox()
55 delete mpChild; in ~DialogListBox()
62 if( mpChild ) in SetChildWindow()
63 delete mpChild; in SetChildWindow()
65 mpChild = pChild; in SetChildWindow()
75 if( mpChild ) in GetFocus()
76 mpChild->GrabFocus(); in GetFocus()
83 if( mpChild ) in GetPreferredKeyInputWindow()
84 return mpChild; in GetPreferredKeyInputWindow()
169 if( mpChild ) in ImplInitScrollBars()
[all …]
/AOO42X/main/slideshow/source/inc/
H A Dshapeattributelayer.hxx474 bool haveChild() const { return (mpChild.get() != NULL); } in haveChild()
482 ShapeAttributeLayerSharedPtr mpChild; // may be NULL member in slideshow::internal::ShapeAttributeLayer
/AOO42X/main/sd/source/ui/accessibility/
H A DAccessibleTreeNode.cxx650 if (pEvent->mpChild != NULL) in IMPL_LINK()
653 Any(pEvent->mpChild->GetAccessibleObject())); in IMPL_LINK()
/AOO42X/main/sd/source/ui/inc/
H A DDialogListBox.hxx38 ::Window* mpChild;
/AOO42X/main/sd/source/ui/inc/taskpane/
H A DTaskPaneTreeNode.hxx205 TreeNode* mpChild; member in sd::toolpanel::TreeNodeStateChangeEvent