Searched refs:pCurParent (Results 1 – 8 of 8) sorted by relevance
778 [pCurParent addSubview: [pBox autorelease]];821 [pCurParent addSubview: [pBtn autorelease]];892 [pCurParent addSubview: [pMatrix autorelease]];913 [pCurParent addSubview: [pTextView autorelease]];941 [pCurParent addSubview: [pBtn autorelease]];1001 [pCurParent addSubview: [pFieldView autorelease]];1026 [pCurParent addSubview: [pStep autorelease]];1093 NSView* pCurParent = 0;1235 || ! pCurParent1243 if( pCurParent )[all …]
1184 Window* pCurParent = 0, *pDynamicPageParent = 0; in setupOptionalUI() local1312 pCurParent = pDynamicPageParent; in setupOptionalUI()1358 pDynamicPageParent = pCurParent = pNewGroup; in setupOptionalUI()1387 pNewSub = new FixedText( pCurParent, WB_VCENTER ); in setupOptionalUI()1389 pNewSub = new FixedLine( pCurParent ); in setupOptionalUI()1456 if( aCtrlType.equalsAscii( "Bool" ) && pCurParent ) in setupOptionalUI()1459 CheckBox* pNewBox = new CheckBox( pCurParent ); in setupOptionalUI()1486 else if( aCtrlType.equalsAscii( "Radio" ) && pCurParent ) in setupOptionalUI()1492 FixedText* pHeading = new FixedText( pCurParent ); in setupOptionalUI()1548 ) && pCurParent ) in setupOptionalUI()[all …]
713 pCurParent = 0; in SvImpIconView()872 if( pModel->GetParent(pEntry) == pCurParent ) in EntryInserted()895 if( pModel->GetParent(pEntry) == pCurParent) in RemovingEntry()939 if( pModel->GetParent(pEntry) == pCurParent ) in MovingEntry()959 if( pModel->GetParent(pEntry)==pCurParent ) in EntryMoved()1243 if( !(pModel->HasChilds( pCurParent ) )) in Paint()1246 pCursor = pModel->FirstChild( pCurParent ); in Paint()2219 pTarget = pCurParent; in GetDropTarget()2777 if( pEntry != pCurParent && in ShowTargetEmphasis()2796 if( pTarget == pCurParent && pModel->GetParent(pEntry) == pCurParent ) in NotifyMoving()[all …]
1647 SvListEntry* pCurParent = 0; in GetRootLevelParent() local1650 pCurParent = pEntry->pParent; in GetRootLevelParent()1651 if ( pCurParent == pRootItem ) in GetRootLevelParent()1653 while( pCurParent && pCurParent->pParent != pRootItem ) in GetRootLevelParent()1654 pCurParent = pCurParent->pParent; in GetRootLevelParent()1656 return pCurParent; in GetRootLevelParent()
53 pCurParent(&i_rCurInterface), in PE_Function()74 pCurParent(&i_rCurService), in PE_Function()143 *pCurParent, in Process_Identifier()151 *pCurParent, in Process_Identifier()
104 SvLBoxEntry* pCurParent; member in SvImpIconView275 SvLBoxEntry* GetCurParent() const { return pCurParent; } in GetCurParent()
204 SbxObject* pCurParent = pModule; in lclGetDocBasicForModule() local205 while( pCurParent->GetParent() != NULL ) in lclGetDocBasicForModule()207 pCurParent = pCurParent->GetParent(); in lclGetDocBasicForModule()208 StarBASIC* pDocBasic = PTR_CAST( StarBASIC, pCurParent ); in lclGetDocBasicForModule()
141 const RParent * pCurParent; member in csi::uidl::PE_Function
Completed in 80 milliseconds