/trunk/main/sw/source/core/crsr/ |
H A D | findtxt.cxx | 362 sal_Int16 aLoop= bSrchForward ? aStart : aNumberPostits; in Find() local 364 while ( (aLoop>=0) && (aLoop<=aNumberPostits)) in Find() 368 nStartInside = aLoop==0 ? nStart : *(*pHts)[GetPostIt(aLoop+aIgnore-1,pHts)]->GetStart()+1; in Find() 369 … nEndeInside = aLoop==aNumberPostits? nEnde : *(*pHts)[GetPostIt(aLoop+aIgnore,pHts)]->GetStart(); in Find() 374 …nStartInside = aLoop==aNumberPostits ? nStart : *(*pHts)[GetPostIt(aLoop+aIgnore,pHts)]->GetStart… in Find() 375 nEndeInside = aLoop==0 ? nEnde : *(*pHts)[GetPostIt(aLoop+aIgnore-1,pHts)]->GetStart()+1; in Find() 386 …if ( (bSrchForward && (GetPostIt(aLoop + aIgnore,pHts) < pHts->Count()) ) || ( !bSrchForward && (a… in Find() 388 …xtAttr* pTxtAttr = bSrchForward ? (*pHts)[GetPostIt(aLoop+aIgnore,pHts)] : (*pHts)[GetPostIt(aLoo… in Find() 396 aLoop = bSrchForward ? aLoop+1 : aLoop-1; in Find()
|
/trunk/main/svl/source/filepicker/ |
H A D | pickerhistory.cxx | 66 for ( InterfaceArray::const_iterator aLoop = _rHistory.begin(); in implPushBackPicker() local 67 aLoop != _rHistory.end(); in implPushBackPicker() 68 ++aLoop in implPushBackPicker() 71 Reference< XInterface > xCurrent( aLoop->get() ); in implPushBackPicker() 76 aCleanedHistory.reserve( _rHistory.size() - ( aLoop - _rHistory.begin() ) ); in implPushBackPicker() 95 for ( InterfaceArray::const_reverse_iterator aLoop = _rHistory.rbegin(); in implGetTopMostPicker() local 96 ( aLoop != _rHistory.rend() ) && !xTopMostAlive.is(); in implGetTopMostPicker() 97 ++aLoop in implGetTopMostPicker() 100 xTopMostAlive = aLoop->get(); in implGetTopMostPicker()
|
/trunk/main/cui/source/options/ |
H A D | connpoolconfig.cxx | 190 for ( DriverPoolingSettings::const_iterator aLoop = rNewSettings.begin(); in SetOptions() local 191 aLoop != rNewSettings.end(); in SetOptions() 192 ++aLoop in SetOptions() 196 sThisDriverName = aLoop->sName; in SetOptions() 199 if (aDriverSettings.hasByName(aLoop->sName)) in SetOptions() 200 aThisDriverSettings = aDriverSettings.openNode(aLoop->sName); in SetOptions() 202 aThisDriverSettings = aDriverSettings.createNode(aLoop->sName); in SetOptions() 206 …aThisDriverSettings.setNodeValue(getEnableNodeName(), Any(&aLoop->bEnabled, ::getBooleanCppuType()… in SetOptions() 207 aThisDriverSettings.setNodeValue(getTimeoutNodeName(), makeAny(aLoop->nTimeoutSeconds)); in SetOptions()
|
/trunk/main/dbaccess/source/ui/dlg/ |
H A D | dbfindex.cxx | 234 for ( ConstTableInfoListIterator aLoop = m_aTableInfoList.begin(); variable 235 aLoop != m_aTableInfoList.end(); 236 ++aLoop 238 aLoop->WriteInfFile(m_aDSN); 314 aLoop != aTablePos->aIndexList.end(); in IMPL_LINK() 315 ++aLoop in IMPL_LINK() 317 aLB_TableIndexes.InsertEntry( aLoop->GetIndexFileName() ); in IMPL_LINK() 458 for ( ConstTableInfoListIterator aLoop = m_aTableInfoList.begin(); in SetCtrls() local 459 aLoop != m_aTableInfoList.end(); in SetCtrls() 460 ++aLoop in SetCtrls() [all …]
|
H A D | DbAdminImpl.cxx | 894 for ( ConstPropertyValueSetIterator aLoop = aRelevantSettings.begin(); in fillDatasourceInfo() local 895 aLoop != aRelevantEnd; in fillDatasourceInfo() 896 ++aLoop, ++pAppendValues in fillDatasourceInfo() 899 if ( aLoop->Name == INFO_CHARSET ) in fillDatasourceInfo() 902 aLoop->Value >>= sCharSet; in fillDatasourceInfo() 904 *pAppendValues = *aLoop; in fillDatasourceInfo() 907 *pAppendValues = *aLoop; in fillDatasourceInfo()
|
/trunk/main/svx/source/svdraw/ |
H A D | svdotextdecomposition.cxx | 1040 aLoop.append(aStart); in impGetBlinkTextTiming() 1042 aLoop.append(aEnd); in impGetBlinkTextTiming() 1043 rAnimList.append(aLoop); in impGetBlinkTextTiming() 1072 aLoop.append(aThrough); in impCreateScrollTiming() 1073 rAnimList.append(aLoop); in impCreateScrollTiming() 1122 aLoop.append(aTime0); in impCreateAlternateTiming() 1124 aLoop.append(aTime1); in impCreateAlternateTiming() 1126 aLoop.append(aTime2); in impCreateAlternateTiming() 1127 rAnimList.append(aLoop); in impCreateAlternateTiming() 1171 aLoop.append(aTime0); in impCreateSlideTiming() [all …]
|
/trunk/main/svx/source/form/ |
H A D | dataaccessdescriptor.cxx | 274 for ( DescriptorValues::const_iterator aLoop = m_aValues.begin(); in updateSequence() local 275 aLoop != m_aValues.end(); in updateSequence() 276 ++aLoop, ++pValue in updateSequence() 279 *pValue = buildPropertyValue(aLoop); in updateSequence() 300 for ( DescriptorValues::const_iterator aLoop = m_aValues.begin(); in updateSet() local 301 aLoop != m_aValues.end(); in updateSet() 302 ++aLoop, ++pValuesToSet in updateSet() 305 PropertyMapEntry* pMapEntry = getPropertyMapEntry( aLoop ); in updateSet() 308 *pValuesToSet = buildPropertyValue(aLoop); in updateSet()
|
H A D | fmtextcontrolshell.cxx | 1154 for ( FocusListenerAdapters::iterator aLoop = m_aControlObservers.begin(); in stopControllerListening() local 1155 aLoop != m_aControlObservers.end(); in stopControllerListening() 1156 ++aLoop in stopControllerListening() 1159 (*aLoop)->dispose(); in stopControllerListening() 1172 for ( ControlFeatures::iterator aLoop = m_aControlFeatures.begin(); in implClearActiveControlRef() local 1173 aLoop != m_aControlFeatures.end(); in implClearActiveControlRef() 1174 ++aLoop in implClearActiveControlRef() 1177 aLoop->second->dispose(); in implClearActiveControlRef()
|
/trunk/main/fpicker/source/office/ |
H A D | iodlgimp.cxx | 317 ::std::vector< String >::const_iterator aLoop; in FillURLMenu() 318 for ( aLoop = m_aFavourites.begin(); aLoop != m_aFavourites.end(); ++aLoop, ++nItemId ) in FillURLMenu() 320 if ( GetDialogParent()->isUrlAllowed( *aLoop ) ) in FillURLMenu() 323 INetURLObject(*aLoop), bIsHighContrast ); in FillURLMenu() 324 if ( LocalFileHelper::ConvertURLToSystemPath(*aLoop, sDisplayName) ) in FillURLMenu() 327 _pMenu->InsertItem( nItemId, *aLoop, aImage ); in FillURLMenu()
|
H A D | iodlg.cxx | 2035 for ( ::std::set< Control* >::iterator aLoop = m_aDisabledControls.begin(); in EnableUI() 2036 aLoop != m_aDisabledControls.end(); in EnableUI() 2037 ++aLoop in EnableUI() 2040 (*aLoop)->Enable( sal_False ); in EnableUI()
|
/trunk/main/sw/source/ui/misc/ |
H A D | glosdoc.cxx | 581 for ( UnoAutoTextGroups::iterator aLoop = m_aGlossaryGroups.begin(); in RemoveFileFromList() local 582 aLoop != m_aGlossaryGroups.end(); in RemoveFileFromList() 583 ++aLoop in RemoveFileFromList() 586 Reference< container::XNamed > xNamed( aLoop->get(), UNO_QUERY ); in RemoveFileFromList() 592 m_aGlossaryGroups.erase( aLoop ); in RemoveFileFromList() 600 for ( UnoAutoTextEntries::iterator aLoop = m_aGlossaryEntries.begin(); in RemoveFileFromList() local 601 aLoop != m_aGlossaryEntries.end(); in RemoveFileFromList() 604 Reference< lang::XUnoTunnel > xEntryTunnel( aLoop->get(), UNO_QUERY ); in RemoveFileFromList() 614 aLoop = m_aGlossaryEntries.erase( aLoop ); in RemoveFileFromList() 617 ++aLoop; in RemoveFileFromList()
|
/trunk/main/extensions/source/dbpilots/ |
H A D | groupboxwiz.cxx | 383 for ( ConstStringArrayIterator aLoop = rSettings.aLabels.begin(); in initializePage() local 384 aLoop != rSettings.aLabels.end(); in initializePage() 385 ++aLoop in initializePage() 387 m_aDefSelection.InsertEntry(*aLoop); in initializePage() 468 for ( ConstStringArrayIterator aLoop = rSettings.aLabels.begin(); in initializePage() local 469 aLoop != rSettings.aLabels.end(); in initializePage() 470 ++aLoop in initializePage() 472 m_aOptions.InsertEntry(*aLoop); in initializePage()
|
/trunk/main/comphelper/source/property/ |
H A D | propertycontainerhelper.cxx | 515 for ( ConstPropertiesIterator aLoop = m_aProperties.begin(); in describeProperties() local 516 aLoop != m_aProperties.end(); in describeProperties() 517 ++aLoop, ++pOwnProps in describeProperties() 520 pOwnProps->Name = aLoop->aProperty.Name; in describeProperties() 521 pOwnProps->Handle = aLoop->aProperty.Handle; in describeProperties() 522 pOwnProps->Attributes = (sal_Int16)aLoop->aProperty.Attributes; in describeProperties() 523 pOwnProps->Type = aLoop->aProperty.Type; in describeProperties()
|
/trunk/main/connectivity/source/simpledbt/ |
H A D | charset_s.cxx | 55 OCharsetMap::const_iterator aLoop = m_aCharsetInfo.begin(); in getSupportedTextEncodings() local 57 while (aLoop != aLoopEnd) in getSupportedTextEncodings() 59 _rEncs.push_back( (*aLoop).getEncoding() ); in getSupportedTextEncodings() 60 ++aLoop; in getSupportedTextEncodings()
|
/trunk/main/dbaccess/source/ui/browser/ |
H A D | unodatbr.cxx | 1032 ExternalFeaturesMap::iterator aLoop; in statusChanged() local 1034 aLoop != m_aExternalFeatures.end(); in statusChanged() 1035 ++aLoop in statusChanged() 1044 switch ( aLoop->first ) in statusChanged() 1415 ++aLoop; in disposing() 1425 m_aExternalFeatures.erase( aLoop ); in disposing() 1431 aLoop = aNext; in disposing() 1467 aLoop != m_aExternalFeatures.end(); in implRemoveStatusListeners() 1468 ++aLoop in implRemoveStatusListeners() 1471 if ( aLoop->second.xDispatcher.is() ) in implRemoveStatusListeners() [all …]
|
/trunk/main/forms/source/richtext/ |
H A D | richtextengine.cxx | 147 … for ( ::std::vector< IEngineStatusListener* >::const_iterator aLoop = m_aStatusListeners.begin(); in IMPL_LINK() 148 aLoop != m_aStatusListeners.end(); in IMPL_LINK() 149 ++aLoop in IMPL_LINK() 151 (*aLoop)->EditEngineStatusChanged( *_pStatus ); in IMPL_LINK()
|
/trunk/main/forms/source/helper/ |
H A D | formnavigation.cxx | 273 for ( ::std::vector< sal_Int16 >::const_iterator aLoop = aFeatureIds.begin(); in initializeSupportedFeatures() 274 aLoop != aFeatureIds.end(); in initializeSupportedFeatures() 275 ++aLoop in initializeSupportedFeatures() 281 aUrlMapper.getFeatureURL( *aLoop, aFeatureInfo.aURL ); in initializeSupportedFeatures() 286 m_aSupportedFeatures.insert( FeatureMap::value_type( *aLoop, aFeatureInfo ) ); in initializeSupportedFeatures()
|
/trunk/main/dbaccess/source/core/api/ |
H A D | FilteredContainer.cxx | 99 for ( ::std::vector< WildCard >::const_iterator aLoop = _rWCSearch.begin(); in lcl_isElementAllowed() 100 aLoop != _rWCSearch.end() && !bFilterMatch; in lcl_isElementAllowed() 101 ++aLoop in lcl_isElementAllowed() 103 bFilterMatch = aLoop->Matches( _rName ); in lcl_isElementAllowed()
|
/trunk/main/extensions/source/propctrlr/ |
H A D | browserlistbox.cxx | 613 for ( ::std::set< sal_uInt16 >::const_iterator aLoop = m_aOutOfDateLines.begin(); in UpdatePosNSize() 614 aLoop != m_aOutOfDateLines.end(); in UpdatePosNSize() 615 ++aLoop in UpdatePosNSize() 618 …DBG_ASSERT( *aLoop < m_aOrderedLines.size(), "OBrowserListBox::UpdatePosNSize: invalid line index!… in UpdatePosNSize() 619 if ( *aLoop < m_aOrderedLines.size() ) in UpdatePosNSize() 620 PositionLine( *aLoop ); in UpdatePosNSize()
|
H A D | propcontroller.cxx | 1092 …for ( StlSyntaxSequence< ::rtl::OUString >::const_iterator aLoop = aInterestingActuations.begin(… in doInspection() local 1093 aLoop != aInterestingActuations.end(); in doInspection() 1094 ++aLoop in doInspection() 1098 *aLoop, *aHandler ) ); in doInspection()
|
/trunk/main/basegfx/test/ |
H A D | basegfx2d.cxx | 284 B2DCubicBezier aLoop; // identical endpoints, curve goes back to where it started member in basegfx2d::b2dbeziertools 333 aLoop = B2DCubicBezier(a00 + B2DPoint(3.0,0.0), in SetUp() 373 aPlotter.plot( aLoop, in SetUp() 421 aLoop.adaptiveSubdivideByDistance(result, fBound); in TEST_F() 469 aLoop.adaptiveSubdivideByAngle(result, fBound, true); in TEST_F()
|
/trunk/main/basegfx/source/polygon/ |
H A D | b2dtrapezoid.cxx | 754 TrDeEdgeEntries::iterator aLoop(aCurrent); in Subdivide() local 760 TrDeEdgeEntries::reference aCompare(*aLoop++); in Subdivide() 829 && aLoop != maTrDeEdgeEntries.end() in Subdivide() 830 && fTools::less(aLoop->getStart().getY(), aLeftEnd.getY())); in Subdivide()
|
/trunk/main/toolkit/source/controls/ |
H A D | unocontrol.cxx | 694 for ( PropertyValueVectorIterator aLoop = aPeerPropertiesToSet.begin(); in ImplModelPropertiesChanged() local 695 aLoop != aEnd; in ImplModelPropertiesChanged() 696 ++aLoop in ImplModelPropertiesChanged() 699 ImplSetPeerProperty( aLoop->Name, aLoop->Value ); in ImplModelPropertiesChanged()
|
H A D | controlmodelcontainerbase.cxx | 689 UnoControlModelHolderList::const_iterator aLoop = maModels.begin(); in getControlModels() local 690 for ( ; aLoop != maModels.end(); ++aLoop ) in getControlModels() 692 Reference< XControlModel > xModel( aLoop->first ); in getControlModels()
|
/trunk/main/forms/source/misc/ |
H A D | InterfaceContainer.cxx | 309 ::std::vector< Sequence< ScriptEventDescriptor > >::const_iterator aLoop = _rSave.begin(); in lcl_restoreEvents() 311 for ( sal_Int32 i=0; aLoop != aEnd; ++aLoop, ++i ) in lcl_restoreEvents() 314 _rxManager->registerScriptEvents( i, *aLoop ); in lcl_restoreEvents()
|