Home
last modified time | relevance | path

Searched refs:mpParent (Results 1 – 25 of 84) sorted by relevance

1234

/trunk/main/svtools/source/control/
H A Dtoolbarmenuacc.cxx54 , mpParent( &rParent ) in ToolbarMenuAcc()
57 mpParent->mrMenu.AddEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ToolbarMenuAcc()
64 if( mpParent ) in ~ToolbarMenuAcc()
65 mpParent->mrMenu.RemoveEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ~ToolbarMenuAcc()
78 …if ( mpParent && pEvent && pEvent->ISA( VclWindowEvent ) && (pEvent->GetId() != VCLEVENT_WINDOW_EN… in IMPL_LINK()
99mpParent->mrMenu.RemoveEventListener( LINK( this, ToolbarMenuAcc, WindowEventListener ) ); in ProcessWindowEvent()
100 mpParent = 0; in ProcessWindowEvent()
108 mpParent->notifyHighlightedEntry(); in ProcessWindowEvent()
173 return mpParent->getAccessibleChildCount(); in getAccessibleChildCount()
183 return mpParent->getAccessibleChild(i); in getAccessibleChild()
[all …]
H A Dvalueacc.cxx95 mpParent( pParent ), in ValueSetAcc()
217 sal_Int32 nCount = mpParent->ImplGetVisibleItemCount(); in getAccessibleChildCount()
248 Window* pParent = mpParent->GetParent(); in getAccessibleParent()
264 Window* pParent = mpParent->GetParent(); in getAccessibleIndexInParent()
273 if( pParent->GetChild( i ) == mpParent ) in getAccessibleIndexInParent()
318 if ( mpParent ) in getAccessibleName()
319 aRet = mpParent->GetAccessibleName(); in getAccessibleName()
323 Window* pLabel = mpParent->GetAccessibleRelationLabeledBy(); in getAccessibleName()
324 if ( pLabel && pLabel != mpParent ) in getAccessibleName()
328 aRet = mpParent->GetQuickHelpText(); in getAccessibleName()
[all …]
/trunk/main/sw/source/core/SwNumberTree/
H A DSwNumberTree.cxx41 mpParent( 0 ), in SwNumberTreeNode()
74 ASSERT( IsPhantom() || mpParent == NULL, ": I'm not supposed to have a parent."); in ~SwNumberTreeNode()
80 mpParent = (SwNumberTreeNode *) 0xdeadbeef; in ~SwNumberTreeNode()
98 pNew->mpParent = this; in CreatePhantom()
117 SwNumberTreeNode * pResult = mpParent; in GetRoot()
120 while (pResult->mpParent) in GetRoot()
121 pResult = pResult->mpParent; in GetRoot()
156 ASSERT((*aValidateIt)->mpParent == this, "wrong parent"); in ValidateHierarchical()
377 if (pNode && pNode->mpParent) in ValidateTree()
378 pNode->mpParent->Validate(pNode); in ValidateTree()
[all …]
/trunk/main/svx/source/accessibility/
H A Dcharmapacc.cxx54 ,mpParent( pParent ) in SvxShowCharSetVirtualAcc()
89 return ( mpParent->getScrollBar()->IsVisible() ) ? 2 : 1; in getAccessibleChildCount()
99 …const sal_uInt16 nItemId = sal::static_int_cast<sal_uInt16>(mpParent->PixelToMapIndex( Point( aPoi… in getAccessibleAtPoint()
107 else if ( mpParent->getScrollBar()->IsVisible() ) in getAccessibleAtPoint()
109 const Point aOutPos( mpParent->getScrollBar()->GetPosPixel() ); in getAccessibleAtPoint()
110 const Size aScrollBar = mpParent->getScrollBar()->GetOutputSizePixel(); in getAccessibleAtPoint()
114 xRet = mpParent->getScrollBar()->GetAccessible(); in getAccessibleAtPoint()
130 mpParent->GrabFocus(); in grabFocus()
139 if ( mpParent->getScrollBar()->IsVisible() && i == 0 ) in getAccessibleChild()
140 return mpParent->getScrollBar()->GetAccessible(); in getAccessibleChild()
[all …]
/trunk/main/vcl/unx/generic/window/
H A Dsalframe.cxx214 if( mpParent ) in Init()
215 nScreen = mpParent->m_nScreen; in Init()
264 DBG_ASSERT( mpParent, "SAL_FRAME_STYLE_SYSTEMCHILD window without parent" ); in Init()
265 if( mpParent ) in Init()
267 aFrameParent = mpParent->mhWindow; in Init()
353 if( ! mpParent ) in Init()
362 if( ! ( pFrame->mpParent in Init()
416 if( mpParent ) in Init()
431 (mpParent ? mpParent->mnIconID : 1), 32, in Init()
448 while( pFrame->mpParent ) in Init()
[all …]
/trunk/main/vcl/aqua/source/window/
H A Dsalframe.cxx68 mpParent(NULL), in AquaSalFrame()
93 mpParent = dynamic_cast<AquaSalFrame*>(pParent); in AquaSalFrame()
181 if( mpParent == NULL ) in initWindowAndView()
315 if( mpParent == NULL && in SetTitle()
373 if( mpParent ) // center relative to parent in initShow()
376 …long nNewX = mpParent->maGeometry.nX + ((long)mpParent->maGeometry.nWidth - (long)maGeometry.nWidt… in initShow()
381 …long nNewY = mpParent->maGeometry.nY + ((long)mpParent->maGeometry.nHeight - (long)maGeometry.nHei… in initShow()
386 SetPosSize( nNewX - mpParent->maGeometry.nX, in initShow()
387 nNewY - mpParent->maGeometry.nY, in initShow()
442 if( mpParent ) in Show()
[all …]
/trunk/main/toolkit/workben/layout/
H A Deditor.cxx138 Widget *mpParent; member in Widget
153 : mpParent( 0 ), mbForeign( true ) in Widget()
169 pChild->mpParent = this; in Widget()
177 : mpParent( 0 ), mbForeign( false ), mrId( id ), in Widget()
273 return mpParent; in up()
285 if ( mpParent ) in next()
287 int pos = mpParent->getChildPos( this ); in next()
288 return mpParent->getChild( pos+1 ); in next()
295 if ( mpParent ) in prev()
297 int pos = mpParent->getChildPos( this ); in prev()
[all …]
/trunk/main/vcl/source/gdi/
H A Dimpanmvw.cxx40 mpParent ( pParent ), in ImplAnimView()
55 mpParent->ImplIncAnimCount(); in ImplAnimView()
98 ImplDrawToPos( mpParent->ImplGetCurPos() ); in ImplAnimView()
112 mpParent->ImplDecAnimCount(); in ~ImplAnimView()
136 const Size& rAnmSize = mpParent->GetDisplaySizePixel(); in ImplGetPosSize()
179 nPos = Min( nPos, (sal_uLong) mpParent->Count() - 1UL ); in ImplDrawToPos()
219 const sal_uLong nLastPos = mpParent->Count() - 1; in ImplDraw()
220 … const AnimationBitmap& rAnm = mpParent->Get( (sal_uInt16) ( mnActPos = Min( nPos, nLastPos ) ) ); in ImplDraw()
/trunk/main/svx/source/sidebar/tools/
H A DPopup.cxx36 mpParent(pParent), in Popup()
42 OSL_ASSERT(mpParent!=NULL); in Popup()
74 const Point aPos (mpParent->OutputToScreenPixel(rToolBox.GetPosPixel())); in Show()
115 && mpParent!=NULL in ProvideContainerAndControl()
127 mpContainer.reset(new PopupContainer(mpParent)); in CreateContainerAndControl()
/trunk/main/slideshow/source/engine/animationnodes/
H A Dbasenode.cxx334 mpParent( rParent ), in BaseNode()
362 mpParent.reset(); in dispose()
404 nFillDefault = (mpParent != 0 in getFillDefaultMode()
405 ? mpParent->getFillDefaultMode() in getFillDefaultMode()
415 nRestartDefaultMode = (mpParent != 0 in getRestartDefaultMode()
416 ? mpParent->getRestartDefaultMode() in getRestartDefaultMode()
757 while( pCurrNode->mpParent ) pCurrNode = pCurrNode->mpParent; in showTreeFromWithin()
/trunk/main/vcl/source/window/
H A Dwindow.cxx164 mpParent = NULL; // parent (incl. BorderWindow) in WindowImpl()
333 if ( pChild->mpWindowImpl->mpParent != pWindow ) in ImplDbgCheckWindow()
1041 mpWindowImpl->mpParent = pParent; in ImplInsertWindow()
1121 mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild = mpWindowImpl->mpNext; in ImplRemoveWindow()
1125 mpWindowImpl->mpParent->mpWindowImpl->mpLastChild = mpWindowImpl->mpPrev; in ImplRemoveWindow()
1702 else if ( mpWindowImpl->mpParent ) in ImplInitResolutionSettings()
1704 mnDPIX = mpWindowImpl->mpParent->mnDPIX; in ImplInitResolutionSettings()
1705 mnDPIY = mpWindowImpl->mpParent->mnDPIY; in ImplInitResolutionSettings()
2335 pWindow = mpWindowImpl->mpParent->mpWindowImpl->mpFirstChild; in ImplCalcOverlapRegion()
3310 …if( !bnXRecycled && mpWindowImpl->mpParent && !mpWindowImpl->mpParent->mpWindowImpl->mbFrame && mp… in ImplPosSizeWindow()
[all …]
/trunk/main/writerfilter/source/doctok/
H A DWW8LFOTable.cxx79 WW8LFOTable * pLFOTable = dynamic_cast<WW8LFOTable *>(mpParent); in get_LFOData()
84 (new WW8LFOData(mpParent, nPayloadOffset, nPayloadSize)); in get_LFOData()
112 WW8ListLevel aLevel(mpParent, mnOffsetInParent + nResult); in calcSize()
116 sal_uInt32 nXstSize = mpParent->getU16(mnOffsetInParent + nResult); in calcSize()
H A DWW8StructBase.hxx63 WW8StructBase * mpParent; member in writerfilter::doctok::WW8StructBase
90 : mSequence(rStream.get(nOffset, nCount)), mpParent(0), mpDocument(0) in WW8StructBase()
103 : mSequence(rSequence, nOffset, nCount), mpParent(0), mpDocument(0) in WW8StructBase()
126 : mSequence(pParent->mSequence, nOffset, nCount), mpParent(pParent), in WW8StructBase()
H A DWW8StyleSheet.cxx95 WW8StyleSheet * pParentStyleSheet = dynamic_cast<WW8StyleSheet *>(mpParent); in get_xstzName1()
97 if (mpParent != NULL) in get_xstzName1()
136 dynamic_cast<WW8StyleSheet *>(mpParent); in get_upxstart()
/trunk/main/oox/source/drawingml/diagram/
H A Ddiagram.cxx73 OSL_ENSURE( pChild->mpParent.expired(), "can't add, has already a parent" ); in addChild()
75 if( mpNode && pChild->mpParent.expired() ) in addChild()
77 pChild->mpParent = shared_from_this(); in addChild()
87 if( !mpParent.expired() ) in getParent()
89 return mpParent.lock() ; in getParent()
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationList.cxx221 CustomAnimationList* mpParent; member in sd::CustomAnimationListEntryItem
230 , mpParent( pParent ) in CustomAnimationListEntryItem()
261 SvViewDataItem* pViewData = mpParent->GetViewDataItem( pEntry, this ); in Paint()
269 rDev.DrawImage( aPos, mpParent->getImage( IMG_CUSTOMANIMATION_ON_CLICK, bHighContrast ) ); in Paint()
273 … rDev.DrawImage( aPos, mpParent->getImage( IMG_CUSTOMANIMATION_AFTER_PREVIOUS, bHighContrast ) ); in Paint()
300 const Image& rImage = mpParent->getImage( nImage, bHighContrast ); in Paint()
373 CustomAnimationList* mpParent; member in sd::CustomAnimationTriggerEntryItem
380 : SvLBoxString( pEntry, nFlags, aDescription ), mpParent( pParent ), maDescription( aDescription ) in CustomAnimationTriggerEntryItem()
/trunk/main/sw/source/filter/ww8/
H A DWW8TableInfo.cxx45 : mpParent(pParent) in WW8TableNodeInfoInner()
168 if (mpParent != NULL) in getNode()
169 pResult = mpParent->getNode(); in getNode()
179 mpParent->getParent()->getCellGridForTable(getTable(), false); in getTableBoxesOfRow()
239 mpParent->getParent()->getCellGridForTable(getTable(), false); in getWidthsOfRow()
272 mpParent->getParent()->getCellGridForTable(getTable(), false); in getRowSpansOfRow()
335 : mpParent(pParent), in WW8TableNodeInfo()
485 return mpParent; in getParent()
/trunk/main/xmloff/source/draw/
H A Deventimp.cxx123 SdXMLEventContext* mpParent; member in XMLEventSoundContext
135 : SvXMLImportContext( rImp, nPrfx, rLocalName ), mpParent( pParent ) in XMLEventSoundContext()
137 if( mpParent && nPrfx == XML_NAMESPACE_PRESENTATION && IsXMLToken( rLocalName, XML_SOUND ) ) in XMLEventSoundContext()
152 mpParent->msSoundURL = rImp.GetAbsoluteReference(sValue); in XMLEventSoundContext()
158 mpParent->mbPlayFull = IsXMLToken( sValue, XML_TRUE ); in XMLEventSoundContext()
H A Danimimp.cxx417 XMLAnimationsEffectContext* mpParent; member in XMLAnimationsSoundContext
429 : SvXMLImportContext( rImport, nPrfx, rLocalName ), mpParent( pParent ) in XMLAnimationsSoundContext()
431 if( mpParent && nPrfx == XML_NAMESPACE_PRESENTATION && IsXMLToken( rLocalName, XML_SOUND ) ) in XMLAnimationsSoundContext()
446 mpParent->maSoundURL = rImport.GetAbsoluteReference(sValue); in XMLAnimationsSoundContext()
452 mpParent->mbPlayFull = IsXMLToken( sValue, XML_TRUE ); in XMLAnimationsSoundContext()
/trunk/main/svx/source/inc/
H A Dcharmapacc.hxx50 SvxShowCharSet* mpParent; // the vcl control member in svx::SvxShowCharSetVirtualAcc
95 inline SvxShowCharSet* getCharSetControl() const { return mpParent; } in getCharSetControl()
225 SvxShowCharSetItem* mpParent; member in svx::SvxShowCharSetItemAcc
260 …Foreground( ) throw (::com::sun::star::uno::RuntimeException) { return mpParent->m_pParent->getFo… in getForeground()
261 …Background( ) throw (::com::sun::star::uno::RuntimeException) { return mpParent->m_pParent->getBa… in getBackground()
/trunk/main/sd/source/ui/view/
H A Ddrviewsa.cxx108 DrawViewShell* mpParent; member in sd::ScannerEventListener
112 … ScannerEventListener( DrawViewShell* pParent ) : mpParent( pParent ) {}; in ScannerEventListener()
118 void ParentDestroyed() { mpParent = NULL; } in ParentDestroyed()
131 if( mpParent ) in disposing()
132 mpParent->ScannerEvent( rEventObject ); in disposing()
/trunk/main/xmloff/source/style/
H A Dimpastp4.cxx402 aExpStyles[i].mpParent = 0; in exportXML()
424 aExpStyles[nPos].mpParent = &pParent->GetParent(); in exportXML()
452 if( aExpStyles[i].mpParent->getLength() ) in exportXML()
457 *aExpStyles[i].mpParent ) ); in exportXML()
/trunk/main/animations/source/animcore/
H A Danimcore.cxx313 AnimationNode* mpParent; member in animcore::AnimationNode
424 mpParent(0), in AnimationNode()
465 mpParent(0), in AnimationNode()
1159 mpParent = 0; in setParent()
1162mpParent = reinterpret_cast< AnimationNode* >( sal::static_int_cast< sal_IntPtr >(xTunnel->getSome… in setParent()
2083 if(mpParent) in fireChangeListener()
2089 mpParent = 0; in fireChangeListener()
2093 if( mpParent ) in fireChangeListener()
2094 mpParent->fireChangeListener(); in fireChangeListener()
/trunk/main/writerfilter/source/ooxml/
H A DOOXMLFastContextHandler.cxx129 : mpParent(NULL), in OOXMLFastContextHandler()
151 mpParent(pContext), in OOXMLFastContextHandler()
514 mpParent = pParent; in setParent()
1102 if (mpParent != NULL) in sendPropertyToParent()
1104 OOXMLPropertySet::Pointer_t pProps(mpParent->getPropertySet()); in sendPropertyToParent()
1129 if (mpParent != NULL) in sendPropertiesToParent()
1131 OOXMLPropertySet::Pointer_t pParentProps(mpParent->getPropertySet()); in sendPropertiesToParent()
1387 if (mpParent->getResource() == STREAM) in setParent()
2171 OOXMLFastContextHandlerShape* pShapeCtx = (OOXMLFastContextHandlerShape*)mpParent; in lcl_createFastChildContext()
/trunk/main/toolkit/source/controls/tree/
H A Dtreedatamodel.cxx144 MutableTreeNode* mpParent; member in toolkit::MutableTreeNode
322 , mpParent( 0 ) in MutableTreeNode()
341 mpParent = pParent; in setParent()
361 Reference< XTreeNode > xParent( getReference( mpParent ) ); in broadcast_changes()
572 return getReference( mpParent ); in getParent()

1234