| /aoo4110/main/svtools/source/contnr/ | 
| H A D | treelist.cxx | 232 		pEntry = pEntry->pParent;  in IsEntryVisible()244 		pEntry = pEntry->pParent;  in GetDepth()
 1188 	pEntry = Next( pEntry );  in NextSelected()
 1190 		pEntry = Next( pEntry );  in NextSelected()
 1207 	pEntry = Prev( pEntry );  in PrevSelected()
 1209 		pEntry = Prev( pEntry );  in PrevSelected()
 1229 		pEntry = Prev( pEntry );  in LastSelected()
 1313 		pEntry = Next( pEntry );  in SetAbsolutePositions()
 1542 		pEntry = Next( pEntry );  in SelectAll()
 1559 		pEntry = Next( pEntry );  in GetEntryAtAbsPos()
 [all …]
 
 | 
| H A D | svimpbox.cxx | 854 		if( pEntry && pEntry != pCursor )  in MakePointVisible()1086 		pEntry = pView->GetParent( pEntry );  in DrawNet()
 2716 			pEntry = pView->NextSelected( pEntry );  in GetFocus()
 2751 			pEntry = pView->NextSelected( pEntry );  in LoseFocus()
 2874 			while( pEntry && pEntry != pNewCursor )  in SetAnchorSelection()
 2887 			while( pEntry && pEntry != pOldCursor )  in SetAnchorSelection()
 2896 			while( pEntry && pEntry != pAnchor )  in SetAnchorSelection()
 2910 			while( pEntry && pEntry != pOldCursor )  in SetAnchorSelection()
 2925 			while( pEntry && pEntry != pOldCursor )  in SetAnchorSelection()
 2938 			while( pEntry && pEntry != pAnchor )  in SetAnchorSelection()
 [all …]
 
 | 
| H A D | imivctl1.cxx | 893 	if( pEntry )  in MouseButtonDown()2403 			pEntry = pEntry->pflink;  in RecalcAllBoundingRects()
 2451 			pEntry = pEntry->pflink;  in RecalcAllBoundingRectsSmart()
 2982 		if( pEntry != pThisEntryNot && pEntry->IsSelected() )  in DeselectAllBut()
 3102 	pEntry->aRect = pEntry->aGridRect;  in Center()
 3817 			pEntry = pEntry->pflink;  in GetFirstSelectedEntry()
 3849 		pEntry = pEntry->pflink;  in GetNextSelectedEntry()
 3857 			pEntry = pEntry->pflink;  in GetNextSelectedEntry()
 4210 				pEntry = pEntry->pflink;  in SetPositionMode()
 4228 						pEntry, GetEntryBoundRect( pEntry ));  in SetPositionMode()
 [all …]
 
 | 
| H A D | svicnvw.cxx | 94 	return pEntry;  in CreateEntry()115 	return pEntry;  in InsertEntry()
 131 	return pEntry;  in InsertEntry()
 213 	return pEntry;  in CloneEntry()
 446 		pHdlEntry = pEntry;  in Select()
 455 	pEntry = FirstChild( pEntry );  in SelectAll()
 456 	while( pEntry )  in SelectAll()
 459 		pEntry = NextSibling( pEntry );  in SelectAll()
 568 	if( !pEntry )  in EditEntry()
 570 	if( pEntry )  in EditEntry()
 [all …]
 
 | 
| H A D | svtreebx.cxx | 515 	return pEntry;  in IMPL_LINK_INLINE_END()545 	return pEntry;  in InsertEntry()
 867 			pEntry = NextVisible( pEntry );  in KeyInput()
 909 	if ( pEntry )  in GetFocus()
 1466 	if( !pEntry )  in ImplEditEntry()
 1468 	if( pEntry )  in ImplEditEntry()
 1638 	if( pEntry )  in PaintEntry()
 1646 	if( pEntry )  in InvalidateEntry()
 1888 		( pEntry->HasChilds() || pEntry->HasChildsOnDemand() ) )  in PaintEntry1()
 2336 	if( pEntry )  in GetDragRegion()
 [all …]
 
 | 
| H A D | svimpicn.cxx | 826 		pEntry = pModel->Next( pEntry );  in CheckAllSizes()1449 	if( pEntry )  in MouseButtonUp()
 2500 		pEntry = pModel->NextSibling( pEntry );  in RecalcAllBoundingRects()
 2526 		pEntry = pModel->NextSibling( pEntry );  in RecalcAllBoundingRectsSmart()
 2537 		pEntry = pModel->NextSibling( pEntry );  in UpdateBoundingRects()
 3007 		pEntry = pModel->NextSibling( pEntry );  in GetSelectionCount()
 3031 		pEntry = pModel->NextSibling( pEntry );  in DeselectAllBut()
 3124 		pEntry = pModel->NextSibling( pEntry );  in ImplCreate()
 3177 		pEntry = pModel->NextSibling( pEntry );  in CreateGridMap()
 3620 			pEntry = pView->pModel->NextSibling( pEntry );  in CreateGridAjustData()
 [all …]
 
 | 
| H A D | svlbox.cxx | 766 	while( pEntry )  in SetModel()769 		pEntry = Next( pEntry );  in SetModel()
 1003 	return pEntry;  in CloneEntry()
 1149 		pEntry = NextSelected( pEntry );  in RemoveSelection()
 1190 		pEntry = Next( pEntry );  in RecalcViewData()
 1275 	return pEntry;  in GetEntryFromPath()
 1282 	if ( pEntry )  in FillEntryPath()
 1326 		pEntry = NextSibling( pEntry );  in GetLevelChildCount()
 1568         pEntry = NextSibling( pEntry );  in NextSearchEntry()
 1572         pEntry = Next( pEntry );  in NextSearchEntry()
 [all …]
 
 | 
| /aoo4110/main/svtools/inc/svtools/ | 
| H A D | treelist.hxx | 279 …sal_Bool			HasParent( SvListEntry* pEntry ) const 	{ return (sal_Bool)(pEntry->pParent!=pRootItem)…  in HasParent()293 …sal_Bool			IsAtRootDepth( SvListEntry* pEntry ) const { return (sal_Bool)(pEntry->pParent==pRootIt…  in IsAtRootDepth()
 367 …SvListEntry*    NextSelected( SvListEntry* pEntry ) const { return pModel->NextSelected(this,pEntr…  in NextSelected()
 368 …SvListEntry*	PrevSelected( SvListEntry* pEntry ) const { return pModel->PrevSelected(this,pEntry);…  in PrevSelected()
 404 	DBG_ASSERT(pEntry,"IsExpanded:No Entry");  in IsExpanded()
 411 	DBG_ASSERT(pEntry,"IsExpanded:No Entry");  in IsSelected()
 418 	DBG_ASSERT(pEntry,"IsExpanded:No Entry");  in HasEntryFocus()
 444 	if ( !pEntry )  in HasChilds()
 445 		pEntry = pRootItem;  in HasChilds()
 446 	return (sal_Bool)(pEntry->pChilds != 0);  in HasChilds()
 [all …]
 
 | 
| /aoo4110/main/svtools/source/control/ | 
| H A D | toolbarmenu.cxx | 408 		if( pEntry && pEntry->mbEnabled && (pEntry->mnEntryId != TITLE_ID) )  in notifyHighlightedEntry()520 	return pEntry ? pEntry->mnEntryId : -1;  in getSelectedEntryId()
 528 	return pEntry ? pEntry->mnEntryId : -1;  in getHighlightedEntryId()
 548 	return pEntry && pEntry->mbChecked;  in isEntryChecked()
 556 	if( pEntry && pEntry->mbEnabled != bEnable )  in enableEntry()
 575 	return pEntry && pEntry->mbEnabled;  in isEntryEnabled()
 583 	if( pEntry && pEntry->maText != rStr )  in setEntryText()
 611 	if( pEntry && pEntry->maImage != rImage )  in setEntryImage()
 674 			if( pEntry && pEntry->mbHasImage )  in implCalcSize()
 1276 			if ( pEntry && pEntry->mbEnabled && (pEntry->mnEntryId != TITLE_ID) )  in KeyInput()
 [all …]
 
 | 
| /aoo4110/main/vcl/source/window/ | 
| H A D | accel.cxx | 176 		pEntry = new ImplAccelEntry( *pEntry );  in ImplCopyData()181 			pEntry->mpAccel = new Accelerator( *(pEntry->mpAccel) );  in ImplCopyData()
 182 			pEntry->mpAutoAccel = pEntry->mpAccel;  in ImplCopyData()
 411             if ( pEntry && pEntry->mnId == nItemId )  in RemoveItem()
 436 	if ( pEntry )  in RemoveItem()
 487 	if ( pEntry )  in GetItemId()
 500 	if ( pEntry )  in GetItemKeyCode()
 513 	if ( pEntry )  in GetItemId()
 559 	if ( pEntry )  in Call()
 626 	if ( pEntry )  in SetAccel()
 [all …]
 
 | 
| /aoo4110/main/svtools/source/uno/ | 
| H A D | treecontrolpeer.cxx | 189 	if( pEntry && pEntry->mxNode.is() )  in addEntry()196 		(*mpTreeNodeMap)[ pEntry->mxNode ] = pEntry;  in addEntry()
 204 	if( mpTreeNodeMap && pEntry && pEntry->mxNode.is() )  in removeEntry()
 300 	if( pEntry && pEntry->mxNode.is() && mpTreeImpl )  in updateEntry()
 566 		if( pEntry && pEntry->mxNode.is() )  in getSelection()
 754 			pEntry = rTree.Next( pEntry );  in setDefaultExpandedGraphicURL()
 792 			pEntry = rTree.Next( pEntry );  in setDefaultCollapsedGraphicURL()
 826 	if( pEntry )  in makeNodeVisible()
 849 	if( pEntry )  in expandNode()
 1008 	if( mpTreeImpl && pEntry && pEntry->mxNode.is() ) try  in onEditedEntry()
 [all …]
 
 | 
| /aoo4110/main/sd/source/ui/dlg/ | 
| H A D | sdtreelb.cxx | 354 		       for( pEntry = First(); pEntry ; pEntry = Next( pEntry ) )  in MarkCurEntry()369 	              for( pEntry = First(); pEntry ; pEntry = Next( pEntry ) )  in MarkCurEntry()
 389        for( pEntry = First(); pEntry ; pEntry = Next( pEntry ) )  in FreshCurEntry()
 444 	if (pEntry)  in SaveExpandedTreeItemState()
 521 		for( pEntry = First(); pEntry && !bFound; pEntry = Next( pEntry ) )  in SelectEntry()
 550 		for( pEntry = First(); pEntry && !bFound; pEntry = Next( pEntry ) )  in HasSelectedChilds()
 949 			pEntry = Next( pEntry );  in IsEqualToDoc()
 972 					pEntry = Next( pEntry );  in IsEqualToDoc()
 1018 		pEntry = NextSelected( pEntry );  in GetSelectEntryList()
 1229 		pEntry = NextSelected( pEntry );  in SelectHdl()
 [all …]
 
 | 
| H A D | dlgassim.cxx | 65 	while( pEntry )  in IMPL_LINK()69 		pEntry = pTreeModel->Next( pEntry );  in IMPL_LINK()
 92 	pEntry->AddItem( new SvLBoxButton( pEntry, SvLBoxButtonKind_enabledCheckbox,  in InsertPage()
 94 	pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, Image(), Image(), 0));	// Sonst Puff!  in InsertPage()
 95 	pEntry->AddItem( new SvLBoxString( pEntry, 0, rPageName ) );  in InsertPage()
 99 	return pEntry;  in InsertPage()
 105 	pEntry->AddItem( new SvLBoxString( pEntry, 0, String() ) );  in InsertTitle()
 106 	pEntry->AddItem( new SvLBoxContextBmp( pEntry, 0, Image(), Image(), 0));	// Sonst Puff!  in InsertTitle()
 107 	pEntry->AddItem( new SvLBoxString( pEntry, 0, rTitle ) );  in InsertTitle()
 182 		while( pEntry && pEntry != pSelEntry )  in GetSelectedPage()
 [all …]
 
 | 
| /aoo4110/main/dbaccess/source/ui/querydesign/ | 
| H A D | SelectionBrowseBox.cxx | 501 	if (!pEntry.isValid())  in GetController()608 			setTextCellContext(pEntry,pEntry->GetFieldAlias(),HID_QRYDGN_ROW_ALIAS);  in InitController()
 971 	sal_Bool bWasEmpty = pEntry.isValid() ? pEntry->IsEmpty() : sal_False;  in SaveModified()
 1268 	if ( pEntry.isValid() && bWasEmpty && !pEntry->IsEmpty() && !bError )  in SaveModified()
 1546 			pEntry = *aIter;  in DeleteFields()
 1711 	return pEntry;  in InsertField()
 1744 		if ( pEntry.isValid() && pEntry->IsEmpty() )  in FindFirstFreeCol()
 1745 			return pEntry;  in FindFirstFreeCol()
 1781 		pEntry = *aIter;  in AddGroupBy()
 1957 		pEntry = *aIter;  in AddOrder()
 [all …]
 
 | 
| /aoo4110/main/sc/source/core/data/ | 
| H A D | olinetab.cxx | 171             if ( pEntry->GetStart() <= nSearchPos && pEntry->GetEnd() >= nSearchPos )  in FindEntry()454     ScOutlineEntry* pEntry;  in GetEntryByPos()  local
 459         if ((pEntry->GetStart() <= nPos) && (nPos <= pEntry->GetEnd()))  in GetEntryByPos()
 460             return pEntry;  in GetEntryByPos()
 472         if ( (pEntry->GetStart() <= nPos) && (nPos <= pEntry->GetEnd()) )  in GetEntryIndex()
 495     if( pEntry )  in SetVisibleBelow()
 504             while (pEntry)  in SetVisibleBelow()
 506                 if (pEntry->GetStart() >= nStart && pEntry->GetEnd() <= nEnd)  in SetVisibleBelow()
 543     ScOutlineEntry* pEntry;  in ExtendBlock()  local
 754         if (!pEntry)  in GetNext()
 [all …]
 
 | 
| /aoo4110/main/sot/source/sdstor/ | 
| H A D | stg.cxx | 114 	if( pEntry )  in ~OLEStorageBase()142         && pEntry  in Validate_Impl()
 202 	if( pEntry && pEntry->nRefCnt && pEntry->bDirect && (m_nMode & STREAM_WRITE) )  in ~StorageStream()
 209     return pOther && ( pOther->pEntry == pEntry );  in Equals()
 396 		if( pEntry )  in Storage()
 425 		if( pEntry )  in Storage()
 470 	if( pEntry )  in Storage()
 484 	pEntry = NULL;  in Init()
 536 	if( pEntry )  in ~Storage()
 548 	if( bIsRoot && pEntry && pEntry->bTemp )  in ~Storage()
 [all …]
 
 | 
| /aoo4110/main/registry/source/ | 
| H A D | reflread.cxx | 1199     if (pEntry != NULL)  in typereg_reader_acquire()1207     if (pEntry != NULL)  in typereg_reader_release()
 1260     if (pEntry == NULL)  in typereg_reader_getTypeName()
 1299     if (pEntry != NULL)  in getUik()
 1301         pEntry->m_pCP->readUIK(pEntry->readUINT16(OFFSET_UIK), uik);  in getUik()
 1310     if (pEntry == NULL)  in typereg_reader_getDocumentation()
 1327     if (pEntry == NULL)  in typereg_reader_getFileName()
 1359     if (pEntry == NULL)  in typereg_reader_getFieldName()
 1375     if (pEntry == NULL)  in typereg_reader_getFieldTypeName()
 1429     if (pEntry == NULL)  in typereg_reader_getFieldDocumentation()
 [all …]
 
 | 
| /aoo4110/main/sc/source/ui/view/ | 
| H A D | prevloc.cxx | 192 	while ( pEntry )  in Clear()195 		pEntry = aEntries.Next();  in Clear()
 287 		if ( pEntry->eType == eType && pEntry->aCellRange.In( rPos ) )  in lcl_GetEntryByAddress()
 288 			return pEntry;  in lcl_GetEntryByAddress()
 364 	if ( pEntry )  in GetCellPosition()
 396 		if ( pEntry->eType == SC_PLOC_LEFTHEADER || pEntry->eType == SC_PLOC_RIGHTHEADER )  in GetHeaderPosition()
 411 		if ( pEntry->eType == SC_PLOC_LEFTFOOTER || pEntry->eType == SC_PLOC_RIGHTFOOTER )  in GetFooterPosition()
 457 		if ( pEntry->eType == eType && pEntry->aPixelRect.IsOver( rVisiblePixel ) )  in GetNoteCountInRange()
 473 		if ( pEntry->eType == eType && pEntry->aPixelRect.IsOver( rVisiblePixel ) )  in GetNoteInRange()
 496 		if ( pEntry->eType == eType && pEntry->aPixelRect.IsOver( rVisiblePixel ) )  in GetNoteInRangeOutputRect()
 [all …]
 
 | 
| /aoo4110/main/sd/source/ui/animations/ | 
| H A D | CustomAnimationList.cxx | 541 	while( pEntry )  in select()612 		if( pEntry )  in update()
 617 		while( pEntry )  in update()
 670 		while( pEntry )  in update()
 799 	while( pEntry )  in selectShape()
 864 	while( pEntry )  in isExpanded()
 869 		pEntry = static_cast<CustomAnimationListEntry*>(Next( pEntry ));  in isExpanded()
 872 	if( pEntry )  in isExpanded()
 875 	return (pEntry == 0) || IsExpanded( pEntry );  in isExpanded()
 884 	while( pEntry )  in getSelection()
 [all …]
 
 | 
| /aoo4110/main/cui/source/options/ | 
| H A D | optlingu.cxx | 955             if (pEntry  &&  !pEntry->bConfigured)  in SetChecked()1481     if (pEntry)  in AddDicBoxEntry()
 1784 		if (pEntry)  in IMPL_LINK()
 1815 		if (pEntry)  in IMPL_LINK()
 1875 		if (pEntry)  in IMPL_LINK()
 1924 		if (pEntry)  in IMPL_LINK()
 1936 		if (pEntry)  in IMPL_LINK()
 1965 	pEntry->AddItem( new BrwString_Impl( pEntry, 0, rTxt ) );  in CreateEntry()
 1967 	return pEntry;  in CreateEntry()
 2147 		if (pEntry)  in IMPL_LINK()
 [all …]
 
 | 
| H A D | fontsubs.cxx | 171 	pEntry->AddItem( new SvLBoxButton( pEntry,  in CreateEntry()174 	pEntry->AddItem( new SvLBoxButton( pEntry,  in CreateEntry()
 178 	pEntry->AddItem( new SvLBoxString( pEntry, 0, rFont1 ) );  in CreateEntry()
 179 	pEntry->AddItem( new SvLBoxString( pEntry, 0, rFont2 ) );  in CreateEntry()
 181 	return pEntry;  in CreateEntry()
 218 	while (pEntry)  in FillItemSet()
 226 		pEntry = aCheckLB.Next(pEntry);  in FillItemSet()
 335 						pEntry = aCheckLB.NextSelected(pEntry);  in IMPL_LINK()
 428 		else if(pEntry != 0 && aCheckLB.NextSelected(pEntry) != 0)  in CheckEnable()
 533 	if ( pEntry )  in CheckEntry()
 [all …]
 
 | 
| /aoo4110/main/svx/source/form/ | 
| H A D | filtnav.cxx | 1222 	if (pEntry && !IsExpanded(pEntry))  in UpdateContent()1557 			 pEntry = Next(pEntry))  in Notify()
 1568 		for (pEntry = First(); pEntry != NULL; pEntry = Next( pEntry ))  in FindEntry()
 1618 		 pEntry = NextSelected(pEntry))  in getSelectedFilterItems()
 1726 				 pEntry = NextSelected(pEntry))  in Command()
 1796 	pEntry = Next(pEntry);  in getNextEntry()
 1798 	while( pEntry && GetChildCount( pEntry ) == 0 && pEntry != Last() )  in getNextEntry()
 1799 		pEntry = Next(pEntry);  in getNextEntry()
 1806 	pEntry = Prev(pEntry);  in getPrevEntry()
 1810 		pEntry = Prev(pEntry);  in getPrevEntry()
 [all …]
 
 | 
| /aoo4110/main/sw/source/ui/utlui/ | 
| H A D | content.cxx | 1517 	if(pEntry)  in IMPL_LINK()1680 				while( 0 != (pEntry = Next(pEntry)) )  in Display()
 1991 							pEntry = Next(pEntry);  in HasContentChanged()
 2059 							pEntry = Next(pEntry);  in HasContentChanged()
 2126 			while( pEntry && (bNext || GetParent(pEntry ) ))  in HasContentChanged()
 2128 				pEntry = Next(pEntry);  in HasContentChanged()
 2162 		pEntry = Next(pEntry);  in FindActiveTypeAndRemoveUserData()
 2297 						pEntry = Next(pEntry);  in ExecCommand()
 2304 							pEntry = Next(pEntry);  in ExecCommand()
 2324 									pEntry = Next(pEntry);  in ExecCommand()
 [all …]
 
 | 
| /aoo4110/main/accessibility/source/extended/ | 
| H A D | accessiblelistbox.cxx | 129 							if (pEntry)  in ProcessWindowEvent()159 							if ( pEntry )  in ProcessWindowEvent()
 200 						if ( pEntry )  in ProcessWindowEvent()
 256 		if ( !pEntry )  in GetCurEventEntry()
 260 		if (pEntryFocus && pEntry && pEntry != pEntryFocus->GetSvLBoxEntry())  in GetCurEventEntry()
 409 		if ( !pEntry )  in getAccessibleChild()
 429 		if ( pEntry )  in getRoleType()
 431 			if( pEntry->HasChildsOnDemand() || getListBox()->GetChildCount(pEntry) > 0  )  in getRoleType()
 500 		if ( !pEntry )  in selectAccessibleChild()
 513 		if ( !pEntry )  in isAccessibleChildSelected()
 [all …]
 
 | 
| H A D | accessiblelistboxentry.cxx | 135 		if ( pEntry )  in GetBoundingBox_Impl()155 		if ( pEntry )  in GetBoundingBoxOnScreen_Impl()
 216 		if ( pEntry )  in implGetText()
 345 		if ( pEntry )  in getAccessibleChildCount()
 360 		if ( !pEntry )  in getAccessibleChild()
 425 		if ( pEntry )  in getRoleType()
 623 		if ( !pEntry )  in getAccessibleAtPoint()
 708 		if ( pEntry )  in getCharacterBounds()
 730 		if ( pEntry )  in getIndexAtPoint()
 840 			if ( pEntry )  in doAccessibleAction()
 [all …]
 
 |