Home
last modified time | relevance | path

Searched refs:SetParent (Results 26 – 50 of 130) sorted by relevance

123456

/aoo41x/main/vcl/source/window/
H A Dwindow4.cxx126 i_pWin->SetParent( this ); in addWindow()
145 i_pWin->SetParent( i_pNewParent ); in removeWindow()
/aoo41x/main/toolkit/source/awt/
H A Dvclxdialog.cxx242 pDlg->SetParent( pFrame ); in execute()
246 pDlg->SetParent( pOldParent ); in execute()
/aoo41x/main/vcl/unx/headless/
H A Dsvpframe.cxx78 (*it)->SetParent( m_pParent ); in ~SvpSalFrame()
414 void SvpSalFrame::SetParent( SalFrame* pNewParent ) in SetParent() function in SvpSalFrame
H A Dsvpframe.hxx111 virtual void SetParent( SalFrame* pNewParent );
/aoo41x/main/sd/source/ui/view/
H A Dviewshel.cxx1622 mpContentWindow->SetParent(pParentWindow); in RelocateToParentWindow()
1625 mpHorizontalScrollBar->SetParent(mpParentWindow); in RelocateToParentWindow()
1627 mpVerticalScrollBar->SetParent(mpParentWindow); in RelocateToParentWindow()
1629 mpScrollBarBox->SetParent(mpParentWindow); in RelocateToParentWindow()
/aoo41x/main/basic/source/comp/
H A Dsymtbl.cxx415 aParams.SetParent( &pParser->aPublics ); in SbiProcDef()
417 pPool->SetParent( &aParams ); in SbiProcDef()
H A Dparser.cxx147 aPublics.SetParent( &aGlobals ); in SbiParser()
148 aGlobals.SetParent( &aRtlSyms ); in SbiParser()
/aoo41x/main/sw/source/core/access/
H A Dacccontext.cxx105 void SwAccessibleContext::SetParent( SwAccessibleContext *pParent ) in SetParent() function in SwAccessibleContext
363 SetParent( xParentImpl.getBodyPtr() ); in ScrolledIn()
666 xChildImpl->SetParent( this ); in getAccessibleChild()
1331 xAccImpl->SetParent( this ); in InvalidateChildPosOrSize()
/aoo41x/main/embedserv/source/embed/
H A Ddocholder.cxx346 SetParent(m_hWndxWinParent,hWndSite); in InPlaceActivate()
367 SetParent(m_hWndxWinCont,hWndCont); in InPlaceActivate()
481 SetParent(m_hWndxWinParent,0); in InPlaceDeactivate()
487 SetParent(m_hWndxWinCont,0); in InPlaceDeactivate()
/aoo41x/main/automation/source/server/
H A DXMLParser.cxx121 void SetParent( NodeRef xNewParent );
133 void Node::SetParent( NodeRef xNewParent ) in SetParent() function in Node
186 xNewNode->SetParent( this ); in AppendNode()
/aoo41x/main/sw/source/ui/app/
H A Ddocstyle.cxx907 sal_Bool SwDocStyleSheet::SetParent( const String& rStr) in SetParent() function in SwDocStyleSheet
1030 aCoreSet.SetParent(&pCharFmt->DerivedFrom()->GetAttrSet()); in GetItemSet()
1050 aCoreSet.SetParent(&pColl->DerivedFrom()->GetAttrSet()); in GetItemSet()
1059 aCoreSet.SetParent(&pFrmFmt->DerivedFrom()->GetAttrSet()); in GetItemSet()
2143 rTarget.SetParent( rParentName ); in Replace()
2300 sal_Bool SwDocStyleSheetPool::SetParent( SfxStyleFamily eFam, in SetParent() function in SwDocStyleSheetPool
H A Ddocsh2.cxx492 pTestSheet->SetParent(rOldName); // Verknuepfung neu aufbauen in Insert()
516 xNewSheet->SetParent(rParentName); in Insert()
609 pTestSheet->SetParent( aEmptyStr ); // Verknuepfung aufloesen in Remove()
/aoo41x/main/basic/source/classes/
H A Dsbxmod.cxx602 pMeth->SetParent( this ); in GetMethod()
631 pProp->SetParent( this ); in GetProperty()
649 pProp->SetParent( this ); in GetProcedureProperty()
666 pMapperMethod->SetParent( this ); in GetIfaceMapperMethod()
738 pRes->SetParent( this ); in Find()
764 void SbModule::SetParent( SbxObject* p ) in SetParent() function in SbModule
/aoo41x/main/sfx2/source/dialog/
H A Dmgetempl.cxx517 pStyle->SetParent( aParent ); in Reset()
662 if ( !pStyle->SetParent( aParentEntry ) ) in DeactivatePage()
/aoo41x/main/svx/source/svdraw/
H A Dsvdpage.cxx1182 mpProperties->SetParent(0); in ImpRemoveStyleSheet()
1194 mpProperties->SetParent(&rNewStyleSheet.GetItemSet()); in ImpAddStyleSheet()
1663 pLayerAdmin->SetParent(&pNewModel->GetLayerAdmin()); in SetModel()
1665 pLayerAdmin->SetParent(NULL); in SetModel()
/aoo41x/main/basic/source/runtime/
H A Dstep0.cxx80 pDflt->SetParent( NULL ); in StepArith()
619 pNewObj->SetParent( rItem.m_pObjParent ); in StepSET_Impl()
626 pNewCollection->SetParent( rItem.m_pObjParent ); in StepSET_Impl()
/aoo41x/main/editeng/source/rtf/
H A Dsvxrtf.cxx1035 pNew->aAttrSet.SetParent( pOld->aAttrSet.GetParent() ); in AttrGroupEnd()
1121 pNew->aAttrSet.SetParent( pAkt ? &pAkt->aAttrSet : 0 ); in AttrGroupEnd()
1275 aAttrSet.SetParent( &rCpy.aAttrSet ); in SvxRTFItemStackType()
/aoo41x/main/sc/inc/
H A Dstlsheet.hxx58 virtual sal_Bool SetParent ( const String& rParentName );
/aoo41x/main/framework/source/uielement/
H A Dpanelwindow.cxx64 m_pContentWindow->SetParent(this); in setContentWindow()
/aoo41x/main/sd/source/ui/func/
H A Dunmovss.cxx75 (*childiter)->SetParent(aParent); in Undo()
/aoo41x/main/accessibility/workben/org/openoffice/accessibility/awb/tree/
H A DAccessibilityTreeModel.java192 aNode.SetParent (aRoot); in AddTopLevelNode()
/aoo41x/main/sc/source/core/data/
H A Dconditio.cxx1212 ppEntries[i]->SetParent(this); in ScConditionalFormat()
1233 pNew->ppEntries[i]->SetParent(pNew); in Clone()
1261 ppNew[nEntryCount]->SetParent(this); in AddEntry()
/aoo41x/main/toolkit/inc/layout/
H A Dlayout.hxx144 void SetParent( ::Window *parent );
146 void SetParent( Window *parent );
/aoo41x/main/connectivity/source/drivers/dbase/
H A Ddindexnode.cxx326 rInsertNode.GetChild()->SetParent(this); in Insert()
327 rNode.GetChild()->SetParent(this); in Insert()
/aoo41x/main/extensions/source/activex/main/
H A DSODispatchInterceptor.h75 void SetParent( CSOActiveX* pParent ) in COM_INTERFACE_ENTRY()

Completed in 185 milliseconds

123456