/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dtrapezoid.cxx | 213 TrDeEdgeEntries::iterator aCurrent, in addEdgeSorted() argument 217 while(aCurrent != maTrDeEdgeEntries.end() && (*aCurrent) < rNewEdge) in addEdgeSorted() 219 aCurrent++; in addEdgeSorted() 229 TrDeEdgeEntries::iterator aCurrent) in splitEdgeAtGivenPoint() argument 273 addEdgeSorted(aCurrent, aNewEdge); in splitEdgeAtGivenPoint() 281 TrDeEdgeEntries::iterator aCurrent) in testAndCorrectEdgeIntersection() argument 442 while(aCurrent != maTrDeEdgeEntries.end() in solveHorizontalEdges() 614 if(aCurrent == maTrDeEdgeEntries.end()) in Subdivide() 738 if(aCurrent != maTrDeEdgeEntries.end() in Subdivide() 1169 B2DPoint aCurrent(aSource.getB2DPoint(0)); in createLineTrapezoidFromB2DPolygon() local [all …]
|
H A D | b2dpolygontools.cxx | 1656 aCurrent = aNext; in isInEpsilonRange() 1663 if(isInEpsilonRange(aCurrent, aCurrent, rTestPosition, fDistance)) in isInEpsilonRange() 2348 rTarget.append(aCurrent); in addTriangleFan() 2351 aLast = aCurrent; in addTriangleFan() 2978 aPrev = aCurrent; in growInNormalDirection() 2979 aCurrent = aNext; in growInNormalDirection() 3433 aCurrent = aNext; in createEdgesOfGivenLength() 3484 aRetval.append(aCurrent); in createWaveline() 3496 aCurrent + aControlOffset, in createWaveline() 3501 aCurrent = aNext; in createWaveline() [all …]
|
H A D | b3dpolygonclipper.cxx | 198 B3DPoint aCurrent(rCandidate.getB3DPoint(0L)); in clipPolygonOnOrthogonalPlane() local 201 bool bCurrentInside(impIsInside(aCurrent, fPlaneOffset, ePlaneOrthogonal) == bClipPositive); in clipPolygonOnOrthogonalPlane() 233 const double fCut(impGetCut(aCurrent, aNext, fPlaneOffset, ePlaneOrthogonal)); in clipPolygonOnOrthogonalPlane() 246 aCurrent = aNext; in clipPolygonOnOrthogonalPlane() 267 const double fCut(impGetCut(aCurrent, aNext, fPlaneOffset, ePlaneOrthogonal)); in clipPolygonOnOrthogonalPlane() 280 aCurrent = aNext; in clipPolygonOnOrthogonalPlane()
|
H A D | b3dpolygontools.cxx | 833 B3DPoint aCurrent(rCandidate.getB3DPoint(0)); in isInEpsilonRange() local 843 if(isInEpsilonRange(aCurrent, aNext, rTestPosition, fDistance)) in isInEpsilonRange() 849 aCurrent = aNext; in isInEpsilonRange() 856 if(isInEpsilonRange(aCurrent, aCurrent, rTestPosition, fDistance)) in isInEpsilonRange()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtsecte.cxx | 163 Reference<XTextSection> aCurrent(rPrevSection); in exportListAndSectionChange() local 164 while(aCurrent.is()) in exportListAndSectionChange() 168 if (pSectionExport->IsMuteSection(aCurrent)) in exportListAndSectionChange() 171 aOldStack.push_back(aCurrent); in exportListAndSectionChange() 172 aCurrent.set(aCurrent->getParentSection()); in exportListAndSectionChange() 176 aCurrent.set(rNextSection); in exportListAndSectionChange() 178 while(aCurrent.is()) in exportListAndSectionChange() 182 if (pSectionExport->IsMuteSection(aCurrent)) in exportListAndSectionChange() 188 aNewStack.push_back(aCurrent); in exportListAndSectionChange() 189 aCurrent.set(aCurrent->getParentSection()); in exportListAndSectionChange()
|
/aoo41x/main/reportdesign/source/ui/report/ |
H A D | ReportSection.cxx | 837 uno::Sequence<beans::PropertyValue> aCurrent; in ExecuteDrop() local 838 pIter->Value >>= aCurrent; in ExecuteDrop() 839 sal_Int32 nLength = aCurrent.getLength(); in ExecuteDrop() 842 aCurrent.realloc(nLength + 3); in ExecuteDrop() 843 aCurrent[nLength].Name = PROPERTY_POSITION; in ExecuteDrop() 844 aCurrent[nLength++].Value <<= AWTPoint(aDropPos); in ExecuteDrop() 846 aCurrent[nLength].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("DNDAction")); in ExecuteDrop() 847 aCurrent[nLength++].Value <<= _rEvt.mnAction; in ExecuteDrop() 849 aCurrent[nLength].Name = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("Section")); in ExecuteDrop() 850 aCurrent[nLength++].Value <<= getSection(); in ExecuteDrop() [all …]
|
/aoo41x/main/xmloff/source/style/ |
H A D | xmlexppr.cxx | 305 FilterPropertyInfoList_Impl::iterator aCurrent = aOld; in GetApiNames() local 306 aCurrent++; in GetApiNames() 308 while ( aCurrent != aEnd ) in GetApiNames() 311 if ( aOld->GetApiName().equals( aCurrent->GetApiName() ) ) in GetApiNames() 314 aOld->GetIndexes().merge( aCurrent->GetIndexes() ); in GetApiNames() 316 aCurrent = aPropInfos.erase( aCurrent ); in GetApiNames() 322 aOld = aCurrent; in GetApiNames() 323 aCurrent++; in GetApiNames()
|
/aoo41x/main/svtools/source/config/ |
H A D | colorcfg.cxx | 236 uno::Sequence < ::rtl::OUString > aCurrent(1); in Load() local 237 aCurrent.getArray()[0] = C2U("CurrentColorScheme"); in Load() 238 uno::Sequence< uno::Any > aCurrentVal = GetProperties( aCurrent ); in Load() 311 uno::Sequence < ::rtl::OUString > aCurrent(1); in CommitCurrentSchemeName() local 312 aCurrent.getArray()[0] = C2U("CurrentColorScheme"); in CommitCurrentSchemeName() 315 PutProperties(aCurrent, aCurrentVal); in CommitCurrentSchemeName()
|
H A D | extcolorcfg.cxx | 322 uno::Sequence < ::rtl::OUString > aCurrent(1); in Load() local 323 …aCurrent.getArray()[0] = ::rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ExtendedColorScheme/CurrentC… in Load() 324 uno::Sequence< uno::Any > aCurrentVal = GetProperties( aCurrent ); in Load() 495 uno::Sequence < ::rtl::OUString > aCurrent(1); in CommitCurrentSchemeName() local 496 aCurrent.getArray()[0] = C2U("ExtendedColorScheme/CurrentColorScheme"); in CommitCurrentSchemeName() 499 PutProperties(aCurrent, aCurrentVal); in CommitCurrentSchemeName()
|
/aoo41x/main/linguistic/source/ |
H A D | lngsvcmgr.cxx | 874 uno::Any aCurrent = xEnum->nextElement(); in GetAvailableSpellSvcs_Impl() local 879 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableSpellSvcs_Impl() 940 uno::Any aCurrent = xEnum->nextElement(); in GetAvailableGrammarSvcs_Impl() local 945 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableGrammarSvcs_Impl() 1004 uno::Any aCurrent = xEnum->nextElement(); in GetAvailableHyphSvcs_Impl() local 1009 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableHyphSvcs_Impl() 1071 uno::Any aCurrent = xEnum->nextElement(); in GetAvailableThesSvcs_Impl() local 1077 …if ( cppu::extractInterface( xCompFactory, aCurrent ) || ::cppu::extractInterface( xFactory, aCurr… in GetAvailableThesSvcs_Impl()
|
/aoo41x/main/basegfx/source/curve/ |
H A D | b2dbeziertools.cxx | 58 B2DPoint aCurrent(rBase.getStartPoint()); in B2DCubicBezierHelper() local 64 const B2DVector aEdge(aNext - aCurrent); in B2DCubicBezierHelper() 71 aCurrent = aNext; in B2DCubicBezierHelper()
|
/aoo41x/main/svx/source/customshapes/ |
H A D | EnhancedCustomShape2d.cxx | 1752 Point aCurrent( GetPoint( seqCoordinates[ rSrcPt ], sal_True, sal_True ) ); in CreateSubPath() local 1758 nX = aCurrent.X() - aPrev.X(); in CreateSubPath() 1759 nY = aCurrent.Y() - aPrev.Y(); in CreateSubPath() 1776 nX = aCurrent.X(); in CreateSubPath() 1782 nY = aCurrent.Y(); in CreateSubPath() 1790 nXVec = ( nX - aCurrent.X() ) >> 1; in CreateSubPath() 1791 nYVec = ( nY - aCurrent.Y() ) >> 1; in CreateSubPath() 1792 Point aControl2( aCurrent.X() + nXVec, aCurrent.Y() + nYVec ); in CreateSubPath() 1799 basegfx::B2DPoint(aCurrent.X(), aCurrent.Y())); in CreateSubPath() 1803 aNewB2DPolygon.append(basegfx::B2DPoint(aCurrent.X(), aCurrent.Y())); in CreateSubPath()
|
/aoo41x/main/chart2/source/tools/ |
H A D | ExplicitCategoriesProvider.cxx | 293 OUString aCurrent = rStrings[nN]; in lcl_DataSequenceToComplexCategoryVector() local 298 aPrevious = aCurrent; in lcl_DataSequenceToComplexCategoryVector() 302 if( !aCurrent.isEmpty() && aPrevious != aCurrent ) in lcl_DataSequenceToComplexCategoryVector() 306 aPrevious = aCurrent; in lcl_DataSequenceToComplexCategoryVector()
|
/aoo41x/main/cui/source/options/ |
H A D | connpooloptions.cxx | 130 DriverPoolingSettings::const_iterator aCurrent = m_aSettings.begin(); in isModified() local 133 for (;aCurrent != aCurrentEnd; ++aCurrent, ++aSaved) in isModified() 135 if (*aCurrent != *aSaved) in isModified()
|
/aoo41x/main/xmlhelp/source/cxxhelp/provider/ |
H A D | resultsetforquery.cxx | 157 set< rtl::OUString > aSet,aCurrent,aResultSet; in ResultSetForQuery() local 253 aCurrent = aResultSet; in ResultSetForQuery() 256 aCurrent.begin(),aCurrent.end(), in ResultSetForQuery()
|
/aoo41x/main/svtools/source/dialogs/ |
H A D | filedlg2.cxx | 443 DirEntry aCurrent; in UpdateEntries() local 444 aCurrent.ToAbs(); in UpdateEntries() 446 Dir aDir( aCurrent, FSYS_KIND_DIR|FSYS_KIND_FILE ); in UpdateEntries() 1001 DirEntry aCurrent; in UpdateEntries() local 1002 aCurrent.ToAbs(); in UpdateEntries() 1003 Dir aDir( aCurrent, FSYS_KIND_DIR|FSYS_KIND_FILE ); in UpdateEntries()
|
/aoo41x/main/vcl/unx/generic/app/ |
H A D | i18n_ic.cxx | 406 String aCurrent( ByteString( pSubset->name ), RTL_TEXTENCODING_UTF8 ); in SalI18N_InputContext() local 407 ::vcl::I18NStatus::get().changeIM( aCurrent ); in SalI18N_InputContext() 408 ::vcl::I18NStatus::get().setStatusText( aCurrent ); in SalI18N_InputContext()
|
/aoo41x/main/drawinglayer/source/primitive3d/ |
H A D | sdrextrudelathetools3d.cxx | 329 basegfx::B2DPoint aCurrent(rPoly.getB2DPoint(0)); in impHasCutWith() local 336 const basegfx::B2DVector aEdgeVector(aNext - aCurrent); in impHasCutWith() 340 aCurrent, aEdgeVector)) in impHasCutWith() 345 aCurrent = aNext; in impHasCutWith()
|
/aoo41x/main/sc/source/ui/navipi/ |
H A D | content.cxx | 1611 String aCurrent; in ActiveDocChanged() local 1613 aCurrent = aHiddenTitle; in ActiveDocChanged() 1618 aCurrent = pSh->GetTitle(); in ActiveDocChanged() 1627 aCurrent = pSh->GetTitle(); in ActiveDocChanged() 1630 pParentWindow->GetDocNames( &aCurrent ); // selektieren in ActiveDocChanged()
|
/aoo41x/main/sd/source/ui/dlg/ |
H A D | animobjs.cxx | 701 clock_t aCurrent = Time::GetSystemTicks(); in WaitInEffect() local 702 while (aCurrent < aEnd) in WaitInEffect() 704 aCurrent = Time::GetSystemTicks(); in WaitInEffect() 707 pProgress->SetState( nTime + nMilliSeconds + aCurrent - aEnd ); in WaitInEffect()
|
/aoo41x/main/sc/source/ui/view/ |
H A D | tabvwsh3.cxx | 361 ScRange aCurrent = aScRange; in Execute() local 362 aCurrent.Justify(); in Execute() 363 bNothing = ( aCurrent == aOldMark ); in Execute()
|
H A D | gridwin4.cxx | 244 String aCurrent; in lcl_DrawScenarioFrames() local 251 pDoc->GetName( nAct, aCurrent ); in lcl_DrawScenarioFrames() 255 if (!aCurrent.Len()) in lcl_DrawScenarioFrames() 256 aCurrent = ScGlobal::GetRscString( STR_EMPTYDATA ); in lcl_DrawScenarioFrames() 261 aCurrent, aColor, bTextBelow, in lcl_DrawScenarioFrames()
|
/aoo41x/main/chart2/source/view/charttypes/ |
H A D | VSeriesPlotter.cxx | 1207 … Date aCurrent(aNullDate); aCurrent+=static_cast<long>(rtl::math::approxFloor(aIt->fValue)); in calculateTimeResolutionOnXAxis() local 1210 if( DateHelper::IsInSameYear( aPrevious, aCurrent ) ) in calculateTimeResolutionOnXAxis() 1215 if( DateHelper::IsInSameMonth( aPrevious, aCurrent ) ) in calculateTimeResolutionOnXAxis() 1220 aPrevious=aCurrent; in calculateTimeResolutionOnXAxis()
|
/aoo41x/main/soldep/source/ |
H A D | soldep.cxx | 628 DirEntry aCurrent( getenv( SOURCEROOT ) ); in GetPrjListFromDir() local 630 aCurrent.ToAbs(); in GetPrjListFromDir() 631 Dir aDir( aCurrent, FSYS_KIND_DIR ); in GetPrjListFromDir()
|
/aoo41x/main/vcl/source/control/ |
H A D | combobox.cxx | 950 XubString aCurrent = mpImplLB->GetEntryList()->GetEntryText( mpImplLB->GetCurrentPos() ); in ImplUpdateFloatSelection() local 951 if ( aCurrent == aSearchStr ) in ImplUpdateFloatSelection()
|