Home
last modified time | relevance | path

Searched refs:GetParent (Results 1 – 25 of 485) sorted by last modified time

12345678910>>...20

/trunk/main/toolkit/source/awt/
H A Dvclxtoolkit.cxx1731 for (::Window * p = pFocus; p != 0; p = p->GetParent()) in callFocusListeners()
/trunk/main/vcl/source/window/
H A Ddockmgr.cxx141 mpDockWin->GetWindow()->GetParent()->ImplGetFrameWindow()->HideTracking(); in IMPL_LINK()
147 mpDockWin->GetWindow()->GetParent()->ImplGetFrameWindow()->HideTracking(); in IMPL_LINK()
167 mpDockWin->GetWindow()->GetParent()->ImplGetFrameWindow()->HideTracking(); in IMPL_LINK()
184 Window *pDockingArea = mpDockWin->GetWindow()->GetParent(); in IMPL_LINK()
243 mpDockWin->GetWindow()->GetParent()->ImplGetFrameWindow()->HideTracking(); in IMPL_LINK()
811 PointerState aState = GetParent()->GetPointerState(); in MouseButtonDown()
836 PointerState aState = GetParent()->GetPointerState(); in Tracking()
853 mpParent = pWindow->GetParent(); in ImplDockingWindowWrapper()
917 Window *pDockingArea = GetWindow()->GetParent(); in ImplStartDocking()
1094 aPos = GetWindow()->GetParent()->ScreenToOutputPixel( aPos ); in EndDocking()
[all …]
H A Dtoolbox.cxx1283 aPos = pBox->GetParent()->OutputToScreenPixel( aPos ); in FindToolBox()
4622 Point aPos = GetParent()->OutputToScreenPixel( GetPosPixel() ); in MouseButtonDown()
5453 ToolBox *pToolBox = new ToolBox( GetParent(), GetStyle() ); in CalcMinimumWindowSizePixel()
5675 if( ImplCloseLastPopup( GetParent() ) ) in ImplOpenItem()
5684 if( ImplCloseLastPopup( GetParent() ) ) in ImplOpenItem()
5814 if( !pWin->GetParent() ) in KeyInput()
5819 pWin = pWin->GetParent(); in KeyInput()
/trunk/main/accessibility/source/extended/
H A Daccessiblelistboxentry.cxx138 SvLBoxEntry* pParent = getListBox()->GetParent( pEntry ); in GetBoundingBox_Impl()
391 pParentEntry = getListBox()->GetParent(pParentEntry); in implGetParentAccessible()
/trunk/main/l10ntools/source/
H A Dhelpmerge.cxx619 parent = pXMLElement->GetParent();
676 parent = pXMLElement->GetParent();
/trunk/main/vcl/source/control/
H A Dtabctrl.cxx165 Window* pParent = GetParent(); in ImplInitSettings()
253 if ( GetParent()->IsDialog() ) in ~TabControl()
254 GetParent()->RemoveChildEventListener( LINK( this, TabControl, ImplWindowEventListener ) ); in ~TabControl()
560 Window* pCtrlParent = GetParent(); in ImplChangeTabPage()
H A Dmorebtn.cxx144 Window* pParent = GetParent(); in Click()
/trunk/main/sd/source/ui/framework/factories/
H A DFullScreenPane.cxx182 ::Window* pParentWindow = mpWindow->GetParent(); in setAccessible()
/trunk/main/basic/source/comp/
H A Dsbcomp.cxx945 StarBASIC* pBasic = (StarBASIC*)pModule->GetParent(); in dbg_SaveDisassembly()
984 StarBASIC* pBasic = PTR_CAST(StarBASIC,GetParent()); in Compile()
992 SbiParser* pParser = new SbiParser( (StarBASIC*) GetParent(), this ); in Compile()
1022 SbxObject* pParent_ = pBasic->GetParent(); in Compile()
/trunk/main/sw/source/ui/index/
H A Dcnttab.cxx596 InfoBox aInfo(GetParent(), sInfo); in IMPL_LINK()
620 while(pTopmostParent->GetParent()) in IMPL_LINK()
621 pTopmostParent = pTopmostParent->GetParent(); in IMPL_LINK()
3807 GetParent()->GetParent()->GetParent()->SetText(sMessage); in IMPL_LINK()
/trunk/main/dbaccess/source/ui/misc/
H A DUITools.cxx1325 pIter = pIter->GetParent(); in isHiContrast()
/trunk/main/sd/source/ui/view/
H A DViewShellBase.cxx317 && pShell->GetActiveWindow()->GetParent()!=NULL) in ~ViewShellBase()
319 pShell->GetActiveWindow()->GetParent()->Hide(); in ~ViewShellBase()
/trunk/main/dbaccess/source/ui/browser/
H A Dunodatbr.cxx2359 SvLBoxEntry* pParent = m_pTreeView->getListBox().GetParent(_pEntry); in ensureEntryObject()
2572 pCurrentEntry = m_pTreeModel->GetParent(pCurrentEntry); in implGetConnectionEntry()
2595 …OSL_ENSURE(m_pTreeModel->HasParent(m_pTreeModel->GetParent(_pEntry)), "SbaTableQueryBrowser::implS… in implSelect()
2598 SvLBoxEntry* pContainer = m_pTreeModel->GetParent(_pEntry); in implSelect()
2623 while( m_pTreeModel->GetParent(pTemp) != pConnection ) in implSelect()
2629 pTemp = m_pTreeModel->GetParent(pTemp); in implSelect()
2861 && m_pTreeView->getListBox().GetParent(m_pCurrentlyDisplayed) == _pContainer in isCurrentlyDisplayedChanged()
3527 while (pTopLevelSelected && m_pTreeView->getListBox().GetParent(pTopLevelSelected)) in implAdministrate()
3528 pTopLevelSelected = m_pTreeView->getListBox().GetParent(pTopLevelSelected); in implAdministrate()
3755 SvLBoxEntry* pContainer = m_pTreeModel->GetParent(m_pCurrentlyDisplayed); in getPrivateTitle()
/trunk/main/svtools/source/contnr/
H A Dsvimpbox.cxx998 SvLBoxEntry* pParent = pView->GetParent( pEntry ); in MakeVisible()
1009 pParent = pView->GetParent( pParent ); in MakeVisible()
1086 pEntry = pView->GetParent( pEntry ); in DrawNet()
1731 SvLBoxEntry* pParent = (SvLBoxEntry*)(pView->GetModel()->GetParent(pEntry)); in RemovingEntry()
1884 pParent = pTree->GetParent( pParent ); in EntryMoved()
1900 SvLBoxEntry* pParent = (SvLBoxEntry*)pTree->GetParent(pEntry); in EntryInserted()
2401 pNewCursor = pView->GetParent( pCursor ); in KeyInput()
2598 while( pTree->GetParent(pParentToCollapse) && in KeyInput()
2599 pTree->GetDepth( pTree->GetParent(pParentToCollapse)) > 0) in KeyInput()
2601 pParentToCollapse = pTree->GetParent(pParentToCollapse); in KeyInput()
/trunk/main/automation/source/server/
H A DXMLParser.cxx122 NodeRef GetParent();
138 NodeRef Node::GetParent() in GetParent() function in Node
358 xCurrentNode = xCurrentNode->GetParent(); in endElement()
583 … pRet->GenReturn ( RET_Value, nMethodId, pSAXParser->GetCurrentNode()->GetParent().Is() ); in HandleSAXParser()
584 else if ( pSAXParser->GetCurrentNode()->GetParent().Is() ) in HandleSAXParser()
585 pSAXParser->SetCurrentNode( pSAXParser->GetCurrentNode()->GetParent() ); in HandleSAXParser()
/trunk/main/sw/source/filter/ww8/
H A Dww8atr.cxx5288 while ( 0 != ( pSet = pSet->GetParent() ) && !pSet->Count() ) in OutputStyleItemSet()
5296 if ( !bDeep || !pSet->GetParent() ) in OutputStyleItemSet()
5314 ( pSet->GetParent() && *pItem != pSet->GetParent()->Get( nWhich ) ) ) ) in OutputStyleItemSet()
H A Ddocxexport.cxx331 const SwSectionFmt* pParentFmt = rSect.GetFmt()->GetParent(); in OutputEndNode()
/trunk/main/sd/source/ui/slideshow/
H A Dshowwin.cxx86 GetParent()->Show(); in ShowWindow()
/trunk/main/ooxml/source/framework/OOXMLViewer/src/org/apache/openoffice/ooxml/viewer/tokenview/
H A DRun.java181 public Run<TokenType> GetParent () in GetParent() method in Run
H A DTokenView.java221 HighlightGroup(aRun.GetParent()); in UpdateHighlightedLine()
265 final Run<TokenType> aGroup1 = aRun.GetParent(); in HighlightGroup()
270 final Run<TokenType> aGroup2 = aGroup1.GetParent(); in HighlightGroup()
/trunk/main/svx/source/sidebar/insert/
H A DInsertPropertyPanel.cxx77 while (pTopWindow->GetParent() != NULL) in InsertPropertyPanel()
78 pTopWindow = pTopWindow->GetParent(); in InsertPropertyPanel()
89 while (pTopWindow->GetParent() != NULL) in ~InsertPropertyPanel()
90 pTopWindow = pTopWindow->GetParent(); in ~InsertPropertyPanel()
/trunk/main/padmin/source/
H A Dpadialog.cxx162 ErrorBox aBox( GetParent(), WB_OK | WB_DEF_OK, String( PaResId( RID_ERR_NOWRITE ) ) ); in Init()
/trunk/main/vcl/win/source/window/
H A Dsalframe.cxx1266 return ::GetParent( hWnd ); in ImplGetParentHwnd()
1271 return ::GetParent( hWnd ); in ImplGetParentHwnd()
1277 SalFrame* WinSalFrame::GetParent() const in GetParent() function in WinSalFrame
1338 HWND hWndParent = ::GetParent( hWnd ); in ImplSalShow()
1360 !::GetParent( hWnd ) ) in ImplSalShow()
1546 HWND hWndParent = ::GetParent( mhWnd ); in SetPosSize()
1549 hWndParent = ::GetParent( hWndParent ); in SetPosSize()
1650 HWND hWndOldParent = ::GetParent( hWndOld ); in ImplSetParentFrame()
1663 HWND hWndParent = ::GetParent( pFrame->mhWnd ); in ImplSetParentFrame()
1673 HWND hWndParent = ::GetParent( pObject->mhWnd ); in ImplSetParentFrame()
[all …]
/trunk/main/sw/source/ui/docvw/
H A DSidebarWin.cxx443 MapMode aMode = GetParent()->GetMapMode(); in Rescale()
H A Dsrcedtw.cxx387 …SfxBindings& rBindings = ((SwSrcEditWindow*)GetParent())->GetSrcView()->GetViewFrame()->GetBinding… in MouseButtonUp()
416 ((SwSrcEditWindow*)GetParent())->GetSrcView()->GetViewFrame()-> in Command()
426 ((SwSrcEditWindow*)GetParent())->HandleWheelCommand( rCEvt ); in Command()
448 SwSrcEditWindow* pSrcEditWin = (SwSrcEditWindow*)GetParent(); in KeyInput()
453 …SfxBindings& rBindings = ((SwSrcEditWindow*)GetParent())->GetSrcView()->GetViewFrame()->GetBinding… in KeyInput()

Completed in 238 milliseconds

12345678910>>...20