/aoo41x/main/basegfx/source/polygon/ |
H A D | b2dtrapezoid.cxx | 266 &aEdge.getEnd(), in splitEdgeAtGivenPoint() 299 if(aEdgeA.getEnd().equal(aEdgeB.getEnd(), fTools::getSmallValue())) in testAndCorrectEdgeIntersection() 1048 aLeft.getEnd().getX(), in createLineTrapezoidFromEdge() 1049 aRight.getEnd().getX(), in createLineTrapezoidFromEdge() 1050 aLeft.getEnd().getY())); in createLineTrapezoidFromEdge() 1060 aLeft2.getEnd().getX(), in createLineTrapezoidFromEdge() 1061 aRight2.getEnd().getX(), in createLineTrapezoidFromEdge() 1068 const bool bLeftIsLonger(fTools::more(aLeft.getEnd().getY(), aRight.getEnd().getY())); in createLineTrapezoidFromEdge() 1116 aLeft.getEnd().getX(), in createLineTrapezoidFromEdge() 1122 aLeft.getEnd().getX(), in createLineTrapezoidFromEdge() [all …]
|
H A D | b2dpolygontriangulator.cxx | 113 const B2DPoint& getEnd() const { return maEnd; } in getEnd() function in basegfx::__anond78b7df90111::EdgeEntry 201 …if(tools::isPointInTriangle(pEdgeA->getStart(), pEdgeA->getEnd(), pEdgeB->getEnd(), rTestPoint, tr… in CheckPointInTriangle() 204 if(!rTestPoint.equal(pEdgeA->getEnd()) && !rTestPoint.equal(pEdgeB->getEnd())) in CheckPointInTriangle() 289 if( pEdgeA->getEnd().equal(pEdgeB->getEnd()) ) in Triangulator() 304 handleClosingEdge(pEdgeA->getEnd(), pEdgeB->getEnd()); in Triangulator() 309 B2DRange aRange(pEdgeA->getStart(), pEdgeA->getEnd()); in Triangulator() 310 aRange.expand(pEdgeB->getEnd()); in Triangulator() 353 if(!pTestEdge->getEnd().equal(pEdgeA->getStart())) in Triangulator() 355 if(aRange.isInside(pTestEdge->getEnd())) in Triangulator() 371 createTriangle(pEdgeA->getStart(), pEdgeB->getEnd(), pEdgeA->getEnd()); in Triangulator() [all …]
|
/aoo41x/main/drawinglayer/source/primitive2d/ |
H A D | borderlineprimitive2d.cxx | 44 if(!getStart().equal(getEnd()) && (getCreateInside() || getCreateOutside())) in create2DDecomposition() 50 basegfx::B2DVector aVector(getEnd() - getStart()); in create2DDecomposition() 65 const basegfx::B2DPoint aTmpEnd(getEnd() + aLeftOff + (getExtendInnerEnd() * aVector)); in create2DDecomposition() 102 const basegfx::B2DPoint aTmpEnd(getEnd() + aRightOff + (getExtendOuterEnd() * aVector)); in create2DDecomposition() 138 const basegfx::B2DPoint aTmpEnd(getEnd() + (fMaxExtEnd * aVector)); in create2DDecomposition() 208 && getEnd() == rCompare.getEnd() in operator ==()
|
H A D | polygonprimitive2d.cxx | 554 if(!getEnd().isDefault() && getEnd().isActive()) in create2DDecomposition() 558 aLocalPolygon, getEnd().getB2DPolyPolygon(), false, getEnd().getWidth(), in create2DDecomposition() 559 fPolyLength, getEnd().isCentered() ? 0.5 : 0.0, &fEnd); in create2DDecomposition() 562 fEndOverlap = getEnd().getWidth() / 15.0; in create2DDecomposition() 631 && getEnd() == rCompare.getEnd()); in operator ==() 641 if(getStart().isActive() || getEnd().isActive()) in getB2DRange()
|
H A D | polypolygonprimitive2d.cxx | 293 getStrokeAttribute(), getStart(), getEnd())); in create2DDecomposition() 335 && getEnd() == rCompare.getEnd()); in operator ==() 345 if(getStart().isActive() || getEnd().isActive()) in getB2DRange()
|
H A D | svggradientprimitive2d.cxx | 340 const basegfx::B2DVector aVector(getEnd() - getStart()); in checkPreconditions() 418 const basegfx::B2DVector aVector(getEnd() - getStart()); in create2DDecomposition() 438 const basegfx::B2DPoint aEnd(aObjectTransform * getEnd()); in create2DDecomposition() 594 return (getEnd() == rCompare.getEnd()); in operator ==()
|
/aoo41x/main/sd/source/core/ |
H A D | EffectMigration.cxx | 426 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in ImplFindEffect() 472 const EffectSequence::iterator aEnd( pMainSequence->getEnd() ); in SetAnimationEffect() 577 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetAnimationEffect() 647 const EffectSequence::iterator aEnd( pMainSequence->getEnd() ); in SetTextAnimationEffect() 763 if( aIter != pMainSequence->getEnd() ) in GetTextAnimationEffect() 866 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetAnimationSpeed() 894 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in GetAnimationSpeed() 946 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetDimColor() 1017 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetDimHide() 1091 for( aIter = pMainSequence->getBegin(); aIter != pMainSequence->getEnd(); aIter++ ) in SetDimPrevious() [all …]
|
/aoo41x/main/dbaccess/source/core/api/ |
H A D | RowSetBase.cxx | 251 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… in impl_getValue() 260 …bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentR… in impl_getValue() 268 aCacheEnd = m_pCache->getEnd(); in impl_getValue() 275 for (; k != m_pCache->getEnd(); ++k) in impl_getValue() 394 …bool bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCur… in getBinaryStream() 402 …bValidCurrentRow = ( !m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd() && m_aCurrentR… in getBinaryStream() 1126 …OSL_ENSURE(!m_aCurrentRow.isNull() && m_aCurrentRow != m_pCache->getEnd(),"Position of matrix iter… in setCurrentRow() 1158 m_aCurrentRow = m_pCache->getEnd(); in setCurrentRow() 1169 …ast) && !m_aCurrentRow.isNull() && m_aCurrentRow->isValid() && m_aCurrentRow != m_pCache->getEnd()) in setCurrentRow() 1412 m_aCurrentRow = m_pCache->getEnd(); in movementFailed() [all …]
|
/aoo41x/main/sw/source/ui/vba/ |
H A D | vbarange.cxx | 87 mxTextCursor->gotoRange( xRange->getEnd(), sal_True ); in setXTextRange() 113 uno::Reference< text::XTextRange > xEnd = mxTextCursor->getEnd(); in getText() 190 xTextViewCursor->gotoRange( mxTextCursor->getEnd(), sal_True ); in Select() 211 uno::Reference< text::XTextRange > xTextRange = mxTextCursor->getEnd(); in InsertParagraphAfter() 302 uno::Reference< text::XTextRange > xEnd = mxTextCursor->getEnd(); in setStart() 308 ::sal_Int32 SAL_CALL SwVbaRange::getEnd() throw (uno::RuntimeException) in getEnd() function in SwVbaRange 311 return SwVbaRangeHelper::getPosition( xText, mxTextCursor->getEnd() ); in getEnd()
|
H A D | vbarangehelper.cxx | 75 xRange = xRange->getEnd(); in insertString() 79 xRange = xRange->getEnd(); in insertString() 88 xRange = xRange->getEnd(); in insertString()
|
H A D | vbaselection.cxx | 93 …baRange( this, mxContext, xDocument, xTextRange->getStart(), xTextRange->getEnd(), mxTextViewCurso… in getRange() 647 ::sal_Int32 SAL_CALL SwVbaSelection::getEnd() throw (uno::RuntimeException) in getEnd() function in SwVbaSelection 649 return getRange()->getEnd(); in getEnd()
|
/aoo41x/main/svx/source/sdr/primitive2d/ |
H A D | sdrmeasureprimitive2d.cxx | 94 double fTextX((getStart().getX() + getEnd().getX()) * 0.5); in create2DDecomposition() 95 double fTextY((getStart().getX() + getEnd().getX()) * 0.5); in create2DDecomposition() 96 const basegfx::B2DVector aLine(getEnd() - getStart()); in create2DDecomposition() 482 && getEnd() == rCompare.getEnd() in operator ==()
|
/aoo41x/main/sc/inc/ |
H A D | textuno.hxx | 206 getEnd() throw(::com::sun::star::uno::RuntimeException); 263 getEnd() throw(::com::sun::star::uno::RuntimeException); 291 getEnd() throw(::com::sun::star::uno::RuntimeException); 321 getEnd() throw(::com::sun::star::uno::RuntimeException);
|
/aoo41x/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 385 if ( col->getEnd() < col->getStart() ) in impl_checkInvariants() 390 if ( col->getEnd() != nextCol->getStart() ) in impl_checkInvariants() 760 …nst long nScrolledOutLeft = m_nLeftColumn == 0 ? 0 : m_aColumnWidths[ m_nLeftColumn - 1 ].getEnd(); in impl_getAllVisibleCellsArea() 765 aArea.Right() = loop->getEnd() - nScrolledOutLeft + m_nRowHeaderWidthPixel; in impl_getAllVisibleCellsArea() 769 && ( loop->getEnd() - nScrolledOutLeft >= aArea.Right() ) in impl_getAllVisibleCellsArea() 1374 …if ( m_aColumnWidths[ nRange - 1 ].getStart() - m_aColumnWidths[ m_nLeftColumn ].getEnd() + m_aCol… in impl_ni_positionChildWindows() 1996 if ( ( rColInfo.getEnd() - 3 <= i_point.X() ) in hitTest() 1997 && ( rColInfo.getEnd() >= i_point.X() ) in hitTest() 2523 if ( i_ordinate < m_aColumnWidths.rbegin()->getEnd() ) in impl_getColumnForOrdinate()
|
H A D | tablecontrol_impl.hxx | 59 long getEnd() const { return nEndPixel; } in getEnd() function 73 return i_colInfo.getEnd() < i_position; in operator ()()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | textuno.cxx | 555 uno::Reference<text::XTextRange> SAL_CALL ScHeaderFooterTextObj::getEnd() throw(uno::RuntimeExcepti… in getEnd() function in ScHeaderFooterTextObj 560 return pUnoText->getEnd(); in getEnd() 668 uno::Reference<text::XTextRange> SAL_CALL ScCellTextCursor::getEnd() throw(uno::RuntimeException) in getEnd() function in ScCellTextCursor 772 uno::Reference<text::XTextRange> SAL_CALL ScHeaderFooterTextCursor::getEnd() throw(uno::RuntimeExce… in getEnd() function in ScHeaderFooterTextCursor 876 uno::Reference<text::XTextRange> SAL_CALL ScDrawTextCursor::getEnd() throw(uno::RuntimeException) in getEnd() function in ScDrawTextCursor
|
H A D | notesuno.cxx | 184 uno::Reference<text::XTextRange> SAL_CALL ScAnnotationObj::getEnd() throw(uno::RuntimeException) in getEnd() function in ScAnnotationObj 187 return GetUnoText().getEnd(); in getEnd()
|
/aoo41x/main/odk/examples/DevelopersGuide/Text/ |
H A D | TextDocuments.java | 538 XTextRange xEnd = mxDocText.getEnd(); in TextRangeExample() 607 mxDocText.insertTextContent ( mxDocText.getEnd(), xDateField, false ); in TextFieldExample() 636 mxDocText.insertTextContent ( mxDocText.getEnd(), xUserField, false ); in TextFieldExample() 1228 mxDocText.insertString(mxDocText.getEnd(), "The table ", false); in ReferenceExample() 1231 mxDocText.insertTextContent(mxDocText.getEnd(), xRefContent, false); in ReferenceExample() 1234 mxDocText.insertString(mxDocText.getEnd(), in ReferenceExample()
|
/aoo41x/main/tools/source/fsys/ |
H A D | urlobj.cxx | 2238 sal_Int32 nEnd = m_aPort.isPresent() ? m_aPort.getEnd() : in getAuthority() 2239 m_aHost.isPresent() ? m_aHost.getEnd() : in getAuthority() 2240 m_aAuth.isPresent() ? m_aAuth.getEnd() : in getAuthority() 2241 m_aUser.isPresent() ? m_aUser.getEnd() : in getAuthority() 2333 m_aAbsURIRef.insert(m_aUser.getEnd(), sal_Unicode(':')); in setPassword() 3617 m_aAbsURIRef.insert(m_aPath.getEnd(), sal_Unicode('?')); in setQuery() 3666 switch (m_aAbsURIRef.charAt(m_aPath.getEnd())) in getFTPType() 4381 m_aAbsURIRef.insert(m_aHost.getEnd(), sal_Unicode(':')); in SetPort() 4447 if (bIgnoreFinalSlash && aSegment.getEnd() == m_aPath.getEnd()) in removeSegment() 4451 m_aPath.getEnd() - aSegment.getEnd()); in removeSegment() [all …]
|
/aoo41x/main/writerfilter/inc/resourcemodel/ |
H A D | TableData.hxx | 112 const T & getEnd() { return mEnd; } in getEnd() function in writerfilter::CellData 240 return mCells[i]->getEnd(); in getCellEnd()
|
/aoo41x/main/sd/source/ui/animations/ |
H A D | CustomAnimationPane.cxx | 895 if( aIter == mpMainSequence->getEnd() ) in updateControls() 905 while( (aIter != mpMainSequence->getEnd()) && !(mpCustomAnimationList->isExpanded((*aIter)) ) ); in updateControls() 907 if( aIter == mpMainSequence->getEnd() ) in updateControls() 1009 …tionPathImpl( *this, *pView, mpMainSequence->getBegin(), mpMainSequence->getEnd(), aTags, maMotion… in updateMotionPathTags() 1016 …bChanges |= updateMotionPathImpl( *this, *pView, pIS->getBegin(), pIS->getEnd(), aTags, maMotionPa… in updateMotionPathTags() 1373 addValue( pSet, nHandleEnd, pEffect->getEnd() ); in createSelectionSet() 1548 if( pEffect->getEnd() != aEndValue ) in changeSelection() 1899 Reference< XTextRange > xEnd( xSelectedText->getEnd() ); in getTextSelection()
|
/aoo41x/main/offapi/com/sun/star/text/ |
H A D | XTextRange.idl | 67 // DocMerge from idl: method com::sun::star::text::XTextRange::getEnd 71 XTextRange getEnd();
|
/aoo41x/test/testuno/source/fvt/uno/sw/field/ |
H A D | CheckDateTimeField.java | 132 document.getText().insertTextContent(document.getText().getEnd(), dateFiled, false); in createTimeFiled() 200 document.getText().insertTextContent(document.getText().getEnd(), dateFiled, false); in createDateFiled()
|
/aoo41x/main/xmloff/source/text/ |
H A D | txtparae.cxx | 146 const_iterator_t getEnd() const in getEnd() function in __anon49cfb1ef0111::TextContentSet 1408 it != pTexts->getEnd(); in exportPageFrames() 1412 it != pGraphics->getEnd(); in exportPageFrames() 1416 it != pEmbeddeds->getEnd(); in exportPageFrames() 1420 it != pShapes->getEnd(); in exportPageFrames() 1433 it != pTexts->getEnd(); in exportFrameFrames() 1439 it != pGraphics->getEnd(); in exportFrameFrames() 1445 it != pEmbeddeds->getEnd(); in exportFrameFrames() 1451 it != pShapes->getEnd(); in exportFrameFrames()
|
/aoo41x/main/writerfilter/source/dmapper/ |
H A D | DomainMapper_Impl.cxx | 266 pSectionContext_->SetStart( xTextAppend->getEnd() ); in PushProperties() 594 xTextAppend->createTextCursorByRange( xTextAppend->getEnd()), uno::UNO_QUERY_THROW ); in lcl_AddRangeAndStyle() 660 … xTextAppend->createTextCursorByRange(xTextAppend->getEnd()), uno::UNO_QUERY_THROW); in finishParagraph() 688 rAppendContext.pLastParagraphProperties->SetEndingRange(xTextAppend->getEnd()); in finishParagraph() 2322 …ference< text::XTextCursor > xCrsr = xTextAppend->createTextCursorByRange( xTextAppend->getEnd() ); in PushFieldContext() 2933 …Reference<text::XTextCursor> xCursor = xTextAppend->createTextCursorByRange(xTextAppend->getEnd()); in AddAnnotationPosition() 3569 xCursor->gotoRange( xTextAppend->getEnd(), true ); in AddBookmark() 3579 …rence< text::XTextCursor > xCursor = xTextAppend->createTextCursorByRange( xTextAppend->getEnd() ); in AddBookmark()
|