Home
last modified time | relevance | path

Searched refs:pLoop (Results 1 – 11 of 11) sorted by relevance

/trunk/main/svx/source/form/
H A Dfmexch.cxx253 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 Dnavigatortree.cxx923 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 …]
/trunk/main/extensions/source/propctrlr/
H A Dselectlabeldialog.cxx163 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 Dxsdvalidationpropertyhandler.cxx625 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()
/trunk/main/forms/source/richtext/
H A Drichtextmodel.cxx279 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()
/trunk/main/sc/source/ui/unoobj/
H A Dcelllistsource.cxx366 const Any* pLoop = _rArguments.getConstArray(); in initialize() local
368 for ( ; ( pLoop != pLoopEnd ) && !bFoundAddress; ++pLoop ) in initialize()
371 if ( *pLoop >>= aValue ) in initialize()
H A Dcellvaluebinding.cxx583 const Any* pLoop = _rArguments.getConstArray(); in initialize() local
585 for ( ; ( pLoop != pLoopEnd ) && !bFoundAddress; ++pLoop ) in initialize()
588 if ( *pLoop >>= aValue ) in initialize()
/trunk/main/dbaccess/source/ui/control/
H A DRelationControl.cxx612 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()
/trunk/main/toolkit/source/controls/
H A Dunocontrolcontainer.cxx755 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()
/trunk/main/svx/source/fmcomp/
H A Dfmgridif.cxx1940 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()
/trunk/main/dbaccess/source/ui/browser/
H A Dgenericcontroller.cxx1307 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 81 milliseconds