Searched refs:pLoop (Results  1 – 11 of 11) sorted by relevance
| /aoo41x/main/svx/source/form/ | 
| H A D | fmexch.cxx | 253 			SvLBoxEntry* pLoop = pCurrentEntry;  in buildPathFormat()  local 254 			while (pLoop != pRoot)  in buildPathFormat() 256 				aCurrentPath.push_back(pLoop->GetChildListPos());  in buildPathFormat() 257 				pLoop = pTreeBox->GetParent(pLoop);  in buildPathFormat() 258 …DBG_ASSERT((pLoop != NULL) || (pRoot == 0), "OControlTransferData::buildPathFormat: invalid root o…  in buildPathFormat()
  | 
| H A D | navigatortree.cxx | 923 		SvLBoxEntry* pLoop = _pTargetEntry;  in implAcceptDataTransfer()  local 924 		while (pLoop)  in implAcceptDataTransfer() 926 			arrDropAnchestors.Insert(pLoop);  in implAcceptDataTransfer() 927 			pLoop = GetParent(pLoop);  in implAcceptDataTransfer() 2053 			SvLBoxEntry* pLoop = First();  in SynchronizeSelection()  local 2054 			while( pLoop )  in SynchronizeSelection() 2056 				FmEntryData* pCurEntryData = (FmEntryData*)pLoop->GetUserData();  in SynchronizeSelection() 2060 					Select(pLoop, sal_True);  in SynchronizeSelection() 2061 					MakeVisible(pLoop);  in SynchronizeSelection() 2062 					SetCursor(pLoop, sal_True);  in SynchronizeSelection() [all …] 
 | 
| /aoo41x/main/extensions/source/propctrlr/ | 
| H A D | selectlabeldialog.cxx | 163 		SvLBoxEntry* pLoop = m_aControlTree.First();  in ~OSelectLabelDialog()  local 164 		while (pLoop)  in ~OSelectLabelDialog() 166 			void* pData = pLoop->GetUserData();  in ~OSelectLabelDialog() 169 			pLoop = m_aControlTree.Next(pLoop);  in ~OSelectLabelDialog()
  | 
| H A D | xsdvalidationpropertyhandler.cxx | 625             const ::rtl::OUString* pLoop = NULL;  in actuatingPropertyChanged()  local 626             for ( i = 0, pLoop = aFacets;  in actuatingPropertyChanged() 628                   ++i, ++pLoop  in actuatingPropertyChanged() 631 …         showPropertyUI( _rxInspectorUI, *pLoop, xDataType.is() && xDataType->hasFacet( *pLoop ) );  in actuatingPropertyChanged() 632                 _rxInspectorUI->enablePropertyUI( *pLoop, !bIsBasicType );  in actuatingPropertyChanged()
  | 
| /aoo41x/main/forms/source/richtext/ | 
| H A D | richtextmodel.cxx | 279             Property* pLoop = _rSeq.getArray();  in lcl_removeProperty()  local 281             while ( pLoop != pEnd )  in lcl_removeProperty() 283                 if ( pLoop->Name == _rPropertyName )  in lcl_removeProperty() 285                     ::std::copy( pLoop + 1, pEnd, pLoop );  in lcl_removeProperty() 289                 ++pLoop;  in lcl_removeProperty()
  | 
| /aoo41x/main/sc/source/ui/unoobj/ | 
| H A D | celllistsource.cxx | 366         const Any* pLoop = _rArguments.getConstArray();  in initialize()  local 368         for ( ; ( pLoop != pLoopEnd ) && !bFoundAddress; ++pLoop )  in initialize() 371             if ( *pLoop >>= aValue )  in initialize()
  | 
| H A D | cellvaluebinding.cxx | 583         const Any* pLoop = _rArguments.getConstArray();  in initialize()  local 585         for ( ; ( pLoop != pLoopEnd ) && !bFoundAddress; ++pLoop )  in initialize() 588             if ( *pLoop >>= aValue )  in initialize()
  | 
| /aoo41x/main/dbaccess/source/ui/control/ | 
| H A D | RelationControl.cxx | 612 			OTableWindow* pLoop = NULL;  in IMPL_LINK()  local 614 				pLoop = aFind->second;  in IMPL_LINK() 615 			DBG_ASSERT(pLoop != NULL, "ORelationDialog::OnTableChanged : ungueltiger Eintrag in ListBox !");  in IMPL_LINK() 626 				pLeft = pLoop;  in IMPL_LINK() 643 				pRight = pLoop;  in IMPL_LINK()
  | 
| /aoo41x/main/toolkit/source/controls/ | 
| H A D | unocontrolcontainer.cxx | 755 	const uno::Reference< awt::XTabController >* pLoop = maTabControllers.getConstArray();  in removeTabController()  local 756 	for ( sal_uInt32 n = 0; n < nCount; ++n, ++pLoop )  in removeTabController() 758 		if( pLoop->get() == TabController.get() )  in removeTabController()
  | 
| /aoo41x/main/svx/source/fmcomp/ | 
| H A D | fmgridif.cxx | 1940 		DbGridColumn* pLoop = rColumns.First();  in setProperty()  local 1941 		while (pLoop)  in setProperty() 1943 			FmXGridCell* pXCell = pLoop->GetCell();  in setProperty() 1952 			pLoop = rColumns.Next();  in setProperty()
  | 
| /aoo41x/main/dbaccess/source/ui/browser/ | 
| H A D | genericcontroller.cxx | 1307 				const ::rtl::OUString* pLoop = sServiceNames.getConstArray();  in lcl_getModuleHelpModuleName()  local 1308 				for ( sal_Int32 i=0; i<sServiceNames.getLength(); ++i, ++pLoop )  in lcl_getModuleHelpModuleName()
  | 
        Completed in 149 milliseconds