/aoo41x/main/vcl/source/window/ |
H A D | winproc.cxx | 445 if ( pChild ) in ImplHandleMouseEvent() 459 …if ( pSVData->maWinData.mpCaptureWin != pChild && (!pChild->IsEnabled() || !pChild->IsInputEnabled… in ImplHandleMouseEvent() 929 …if( !pChild || ( pChild->ImplGetWindowImpl()->mbFloatWin && !((FloatingWindow *)pChild)->GrabsFocu… in ImplGetKeyInputWindow() 934 pChild = pChild->GetPreferredKeyInputWindow(); in ImplGetKeyInputWindow() 938 if ( !pChild ) in ImplGetKeyInputWindow() 949 if ( !pChild->IsEnabled() || !pChild->IsInputEnabled() || pChild->IsInModalMode() ) in ImplGetKeyInputWindow() 952 return pChild; in ImplGetKeyInputWindow() 1351 if ( pChild ) in ImplHandleEndExtTextInput() 1390 if ( pChild ) in ImplHandleExtTextInputPos() 2344 if( pChild ) in ImplHandleSurroundingTextSelectionChange() [all …]
|
H A D | dialog.cxx | 113 Window* pChild; in ImplWindowAutoMnemonic() local 152 pChild->SetText( aText ); in ImplWindowAutoMnemonic() 164 while ( pChild ) in ImplGetDefaultButton() 166 if ( pChild->ImplIsPushButton() ) in ImplGetDefaultButton() 173 pChild = pChild->GetWindow( WINDOW_NEXT ); in ImplGetDefaultButton() 184 while ( pChild ) in ImplGetOKButton() 187 return (PushButton*)pChild; in ImplGetOKButton() 189 pChild = pChild->GetWindow( WINDOW_NEXT ); in ImplGetOKButton() 200 while ( pChild ) in ImplGetCancelButton() 203 return (PushButton*)pChild; in ImplGetCancelButton() [all …]
|
H A D | window.cxx | 335 pChild = pChild->mpWindowImpl->mpNext; in ImplDbgCheckWindow() 3141 pChild = pChild->mpWindowImpl->mpNext; in ImplUpdateWindowPtr() 3153 pChild = pChild->mpWindowImpl->mpNext; in ImplUpdateWindowPtr() 3210 pChild = pChild->mpWindowImpl->mpNext; in ImplUpdatePos() 3230 pChild = pChild->mpWindowImpl->mpNext; in ImplUpdateSysObjPos() 5995 pChild = pChild->mpWindowImpl->mpNext; in NotifyAllChilds() 6828 pChild = pChild->mpWindowImpl->mpNext; in SetCallHandlersOnInputDisabled() 8250 pChild = pChild->mpWindowImpl->mpNext; in GetChildCount() 9037 do pChild = pChild->mpWindowImpl->mpNext; while( pChild && ! pChild->IsVisible() ); in GetAccessibleChildWindow() 9064 pChild = pChild->GetChild( 0 ); in GetAccessibleChildWindow() [all …]
|
H A D | tabdlg.cxx | 54 Window* pChild = GetWindow( WINDOW_FIRSTCHILD ); in ImplPosControls() local 55 while ( pChild ) in ImplPosControls() 57 if ( pChild->IsVisible() && (pChild != mpViewWindow) ) in ImplPosControls() 59 if ( pChild->GetType() == WINDOW_TABCONTROL ) in ImplPosControls() 60 pTabControl = (TabControl*)pChild; in ImplPosControls() 63 long nTxtWidth = pChild->GetCtrlTextWidth( pChild->GetText() ); in ImplPosControls() 67 long nTxtHeight = pChild->GetTextHeight(); in ImplPosControls() 75 long nHeight = pChild->GetSizePixel().Height(); in ImplPosControls() 81 pChild = pChild->GetWindow( WINDOW_NEXT ); in ImplPosControls()
|
H A D | window4.cxx | 58 Window* pChild = mpWindowImpl->mpFirstChild; in ImplDeleteOwnedChildren() local 59 while ( pChild ) in ImplDeleteOwnedChildren() 61 Window* pDeleteCandidate = pChild; in ImplDeleteOwnedChildren() 62 pChild = pChild->mpWindowImpl->mpNext; in ImplDeleteOwnedChildren() 158 Window* pChild = mpWindowImpl->mpFirstChild; in findWindow() local 159 while ( pChild ) in findWindow() 161 Window* pResult = pChild->findWindow( i_rIdentifier ); in findWindow() 164 pChild = pChild->mpWindowImpl->mpNext; in findWindow()
|
H A D | dockingarea.cxx | 177 Window* pChild = GetChild( n ); in Paint() local 178 if ( pChild->IsVisible() ) in Paint() 180 Point aPos = pChild->GetPosPixel(); in Paint() 181 Size aSize = pChild->GetSizePixel(); in Paint() 202 Window* pChild = GetChild( n ); in Paint() local 203 Point aPos = pChild->GetPosPixel(); in Paint() 204 Size aSize = pChild->GetSizePixel(); in Paint()
|
/aoo41x/main/vcl/source/app/ |
H A D | dbggui.cxx | 1420 Window* pChild; in DbgDialogTest() local 1440 if ( pChild->ImplIsPushButton() ) in DbgDialogTest() 1443 … if ( (pChild->GetType() == WINDOW_OKBUTTON) || (pChild->GetType() == WINDOW_CANCELBUTTON) ) in DbgDialogTest() 1465 pChild = pGetChild->ImplGetWindow(); in DbgDialogTest() 1528 switch( pChild->GetType() ) in DbgDialogTest() 1543 if( pChild->IsVisible() && pChild->GetSizePixel().Width() < aWidth ) in DbgDialogTest() 1553 if ( pChild->GetSizePixel().Width() < pChild->GetTextWidth( aText ) ) in DbgDialogTest() 1561 if ( (pChild->GetSizePixel().Height() >= pChild->GetTextHeight()*2) && in DbgDialogTest() 1569 if ( pChild->IsVisible() ) in DbgDialogTest() 1580 if ( pChild->GetSizePixel().Width() < aWidth && !(pChild->GetStyle() & WB_WORDBREAK) ) in DbgDialogTest() [all …]
|
/aoo41x/main/vcl/unx/gtk/a11y/ |
H A D | atklistener.cxx | 133 if( pChild ) in handleChildAdded() 140 g_object_unref( pChild ); in handleChildAdded() 177 if( pChild ) in handleChildRemoved() 180 g_object_unref( pChild ); in handleChildRemoved() 197 if( pChild ) in handleInvalidateChildren() 200 g_object_unref( pChild ); in handleInvalidateChildren() 215 if( pChild ) in handleInvalidateChildren() 218 g_object_unref( pChild ); in handleInvalidateChildren() 348 if( pChild ) in notifyEvent() 360 if( pChild ) in notifyEvent() [all …]
|
H A D | atkwindow.cxx | 96 Window *pChild = pWindow->GetChild( 0 ); in init_from_window() local 97 if( pChild ) in init_from_window() 99 if( WINDOW_HELPTEXTWINDOW == pChild->GetType() ) in init_from_window() 102 pChild->SetAccessibleRole( AccessibleRole::LABEL ); in init_from_window() 105 …else if ( pWindow->GetType() == WINDOW_BORDERWINDOW && pChild->GetType() == WINDOW_FLOATINGWINDOW ) in init_from_window() 107 PopupMenuFloatingWindow* p = dynamic_cast<PopupMenuFloatingWindow*>(pChild); in init_from_window() 112 pChild->SetAccessibleRole( AccessibleRole::POPUP_MENU ); in init_from_window() 163 Window* pChild = pWindow->GetAccessibleChildWindow(0); in isChildPopupMenu() local 164 if (!pChild) in isChildPopupMenu() 167 if (WINDOW_FLOATINGWINDOW != pChild->GetType()) in isChildPopupMenu() [all …]
|
/aoo41x/main/sfx2/source/appl/ |
H A D | workwin.cxx | 693 if (pChild) in SaveStatus_Impl() 729 if (pChild) in DeleteControllers_Impl() 1015 if (pChild) in Close_Impl() 1031 if ( pChild && !pChild->QueryClose() ) in PrepareClose_Impl() 1073 if ( pChild ) in AlignChild_Impl() 1099 if ( pChild ) in ReleaseChild_Impl() 1109 delete pChild; in ReleaseChild_Impl() 1127 if ( pChild ) in FindChild_Impl() 1129 return pChild; in FindChild_Impl() 1216 if (pChild && pChild->pWin) in HideChilds_Impl() [all …]
|
/aoo41x/main/sal/osl/unx/ |
H A D | process.c | 617 pChild = ChildList; in ChildStatusProc() 632 pChild = pChild->m_pnext; in ChildStatusProc() 998 pChild = ChildList; in osl_getProcess() 1006 pChild = pChild->m_pnext; in osl_getProcess() 1013 if (pChild != NULL) in osl_getProcess() 1054 pChild = ChildList; in osl_freeProcessHandle() 1069 pPrev = pChild; in osl_freeProcessHandle() 1070 pChild = pChild->m_pnext; in osl_freeProcessHandle() 1477 while (pChild != NULL) in osl_joinProcessWithTimeout() 1482 pChild = pChild->m_pnext; in osl_joinProcessWithTimeout() [all …]
|
/aoo41x/main/sw/source/core/SwNumberTree/ |
H A D | SwNumberTree.cxx | 543 if ( pChild->GetParent() != NULL || pChild->GetChildCount() > 0 ) in AddChild() 552 mChildren.upper_bound(pChild); in AddChild() 565 pNew->AddChild(pChild, nDepth - 1); in AddChild() 577 pChild->PreAdd(); in AddChild() 580 mChildren.insert(pChild); in AddChild() 584 pChild->mpParent = this; in AddChild() 635 pChild->ClearObsoletePhantoms(); in AddChild() 680 if (pChild->IsPhantom()) in RemoveChild() 746 pChild->PostRemove(); in RemoveChild() 809 if (pChild && pChild->mpParent == this) in IsValid() [all …]
|
/aoo41x/main/xmlsecurity/source/framework/ |
H A D | buffernode.cxx | 452 m_vChildren.push_back( pChild ); in addChild() 458 m_vChildren.insert(ii, pChild); in addChild() 491 addChild(pChild, -1); in addChild() 524 if( *ii == pChild ) in removeChild() 566 if( *ii == pChild ) in indexOfChild() 703 if (pChild == pDescendant) in isAncestor() 705 rc = pChild; in isAncestor() 711 rc = pChild; in isAncestor() 1230 if( *ii == pChild ) in getNextChild() 1270 pChild->freeAllChildren(); in freeAllChildren() [all …]
|
/aoo41x/main/sd/source/filter/ppt/ |
H A D | pptatom.cpp | 80 Atom* pChild = mpFirstChild; in ~Atom() local 81 while( pChild ) in ~Atom() 83 Atom* pNextChild = pChild->mpNextAtom; in ~Atom() 84 delete pChild; in ~Atom() 85 pChild = pNextChild; in ~Atom() 108 Atom* pChild = pLast != NULL ? pLast->mpNextAtom : mpFirstChild; in findNextChildAtom() local 109 while( pChild && pChild->maRecordHeader.nRecType != nRecType ) in findNextChildAtom() 111 pChild = pChild->mpNextAtom; in findNextChildAtom() 114 return pChild; in findNextChildAtom()
|
/aoo41x/main/vcl/source/gdi/ |
H A D | octree.cxx | 170 if ( (*ppNode)->pChild[ i ] ) in ImplDeleteOctree() 213 ImplAdd( &(*ppNode)->pChild[ nIndex ] ); in ImplAdd() 235 if ( pNode->pChild[ i ] ) in ImplReduce() 237 PNODE pChild = pNode->pChild[ i ]; in ImplReduce() local 239 nRedSum += pChild->nRed; in ImplReduce() 240 nGreenSum += pChild->nGreen; in ImplReduce() 241 nBlueSum += pChild->nBlue; in ImplReduce() 242 pNode->nCount += pChild->nCount; in ImplReduce() 245 pNode->pChild[ i ] = NULL; in ImplReduce() 269 if( pNode->pChild[ i ] ) in CreatePalette() [all …]
|
/aoo41x/main/toolkit/workben/layout/ |
H A D | editor.cxx | 169 pChild->mpParent = this; in Widget() 335 pChild->mpParent = this; in addChild() 359 bool removeChild( Widget *pChild ) in removeChild() argument 369 pChild->mpParent = NULL; in removeChild() 374 bool swapWithChild( Widget *pChild ) in swapWithChild() argument 376 if ( !pChild->isContainer() ) in swapWithChild() 380 removeChild( pChild ); in swapWithChild() 388 pChild->removeChild( *it ); in swapWithChild() 410 pChild->addChild( this ); in swapWithChild() 419 if ( *it == pChild ) in getChildPos() [all …]
|
/aoo41x/main/toolkit/source/layout/vcl/ |
H A D | wcontainer.cxx | 55 void Container::Add( Window *pChild ) in Add() argument 57 if ( pChild ) in Add() 59 uno::Reference< awt::XLayoutConstrains > xChild( pChild->GetPeer(), uno::UNO_QUERY ); in Add() 64 void Container::Add( Container *pChild ) in Add() argument 66 if ( pChild ) in Add() 68 uno::Reference< awt::XLayoutConstrains > xChild( pChild->getImpl(), uno::UNO_QUERY ); in Add() 73 void Container::Remove( Window *pChild ) in Remove() argument 75 if ( pChild ) in Remove() 77 uno::Reference< awt::XLayoutConstrains > xChild( pChild->GetPeer(), uno::UNO_QUERY ); in Remove() 82 void Container::Remove( Container *pChild ) in Remove() argument [all …]
|
/aoo41x/main/winaccessibility/source/UAccCOM/ |
H A D | MAccessible.cpp | 396 if(!pChild) in get_accName() 441 if(!pChild) in get_accValue() 480 if(!pChild) in get_accDescription() 531 if(!pChild) in get_accRole() 590 if(!pChild) in get_accState() 788 if(!pChild) in get_accKeyboardShortcut() 1083 if(!pChild) in put_accName() 1116 if(!pChild) in put_accValue() 2116 if(pChild) in get_windowHandle() 2443 if(!pChild) in get_accDefaultAction() [all …]
|
/aoo41x/main/svl/source/items/ |
H A D | stylepool.cxx | 243 Node* pChild = *aIter; in hasIgnorableChildren() local 244 if ( pChild->mbIsItemIgnorable ) in hasIgnorableChildren() 248 ( pChild->hasItemSet( bCheckUsage /* == true */ ) || in hasIgnorableChildren() 249 pChild->hasIgnorableChildren( bCheckUsage /* == true */ ) ); in hasIgnorableChildren() 266 Node* pChild = *aIter; in getItemSetOfIgnorableChild() local 267 if ( pChild->mbIsItemIgnorable ) in getItemSetOfIgnorableChild() 269 if ( pChild->hasItemSet( bSkipUnusedItemSets ) ) in getItemSetOfIgnorableChild() 271 return pChild->getUsedOrLastAddedItemSet(); in getItemSetOfIgnorableChild() 275 pChild = pChild->nextItemSet( 0, bSkipUnusedItemSets, false ); in getItemSetOfIgnorableChild() 276 if ( pChild ) in getItemSetOfIgnorableChild() [all …]
|
/aoo41x/main/extensions/source/bibliography/ |
H A D | framectr.cxx | 425 if(pChild->HasFocus()) in lcl_GetFocusChild() 426 return pChild; in lcl_GetFocusChild() 670 if(pChild) in dispatch() 673 pChild->KeyInput( aEvent ); in dispatch() 679 if(pChild) in dispatch() 682 pChild->KeyInput( aEvent ); in dispatch() 688 if(pChild) in dispatch() 691 pChild->KeyInput( aEvent ); in dispatch() 765 Edit* pEdit = dynamic_cast<Edit*>( pChild ); in addStatusListener() 772 Edit* pEdit = dynamic_cast<Edit*>( pChild ); in addStatusListener() [all …]
|
H A D | bibcont.cxx | 95 pChild( pChildWin ) in BibWindowContainer() 97 if(pChild!=NULL) in BibWindowContainer() 108 if( pChild ) in ~BibWindowContainer() 111 pChild = NULL; // prevents GetFocus for child while deleting! in ~BibWindowContainer() 118 if( pChild ) in Resize() 124 if( pChild ) in GetFocus() 130 return pChild? pChild->HandleShortCutKey( rKeyEvent ) : sal_False; in HandleShortCutKey()
|
/aoo41x/main/sw/source/ui/dbui/ |
H A D | dbtree.cxx | 325 SvLBoxEntry* pChild; in ShowColumns() local 326 while ((pChild = FirstChild(pEntry)) != 0L) in ShowColumns() 327 GetModel()->Remove(pChild); in ShowColumns() 525 SvLBoxEntry* pChild; in Select() local 537 if (rTableName == GetEntryText(pChild)) in Select() 539 pParent = pChild; in Select() 549 if (rColumnName == GetEntryText(pChild)) in Select() 552 if (!pChild) in Select() 553 pChild = pParent; in Select() 555 MakeVisible(pChild); in Select() [all …]
|
/aoo41x/main/svx/workben/msview/ |
H A D | msview.cxx | 318 Atom* pChild = mpFirstChild; in ~Atom() local 319 while( pChild ) in ~Atom() 321 Atom* pNextChild = pChild->mpNextAtom; in ~Atom() 322 delete pChild; in ~Atom() 323 pChild = pNextChild; in ~Atom() 365 while( pChild && pChild->maRecordHeader.nRecType != nRecType ) in findNextChildAtom() 367 pChild = pChild->mpNextAtom; in findNextChildAtom() 370 return pChild; in findNextChildAtom() 377 …while( pChild && (pChild->maRecordHeader.nRecType != nRecType) && (pChild->maRecordHeader.nRecInst… in findNextChildAtom() 379 pChild = findNextChildAtom( pChild ); in findNextChildAtom() [all …]
|
/aoo41x/main/svx/source/accessibility/ |
H A D | svxrectctaccessiblecontext.cxx | 318 xChild = mpChilds[ nIndex ] = pChild; in getAccessibleChild() 319 pChild->acquire(); in getAccessibleChild() 682 pChild = mpChilds[ nNew ]; in FireChildFocus() 683 if( pChild ) in FireChildFocus() 685 pChild->FireFocusEvent(); in FireChildFocus() 712 if( pChild ) in selectChild() 721 pChild = mpChilds[ nNew ]; in selectChild() 722 if( pChild ) in selectChild() 786 if( pChild ) in disposing() 788 pChild->dispose(); in disposing() [all …]
|
/aoo41x/main/sd/source/ui/accessibility/ |
H A D | AccessibleSlideSorterView.cxx | 597 AccessibleSlideSorterObject* pChild = mpImpl->GetAccessibleChild(nChildIndex); in selectAccessibleChild() local 598 if (pChild != NULL) in selectAccessibleChild() 599 mrSlideSorter.GetController().GetPageSelector().SelectPage(pChild->GetPageNumber()); in selectAccessibleChild() 615 AccessibleSlideSorterObject* pChild = mpImpl->GetAccessibleChild(nChildIndex); in isAccessibleChildSelected() local 616 if (pChild != NULL) in isAccessibleChildSelected() 618 pChild->GetPageNumber()); in isAccessibleChildSelected() 703 AccessibleSlideSorterObject* pChild = mpImpl->GetAccessibleChild(nChildIndex); in deselectAccessibleChild() local 704 if (pChild != NULL) in deselectAccessibleChild() 913 AccessibleSlideSorterObject* pChild = NULL; in GetAccessibleChild() local 936 pChild = maPageObjects[nIndex].get(); in GetAccessibleChild() [all …]
|