Home
last modified time | relevance | path

Searched refs:getEnd (Results 1 – 25 of 153) sorted by relevance

1234567

/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx266 &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 Db2dpolygontriangulator.cxx113 const B2DPoint& getEnd() const { return maEnd; } in getEnd() function in basegfx::__anone2fd9f110111::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 …]
/trunk/main/drawinglayer/source/primitive2d/
H A Dborderlineprimitive2d.cxx44 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 Dpolygonprimitive2d.cxx554 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 Dpolypolygonprimitive2d.cxx293 getStrokeAttribute(), getStart(), getEnd())); in create2DDecomposition()
335 && getEnd() == rCompare.getEnd()); in operator ==()
345 if(getStart().isActive() || getEnd().isActive()) in getB2DRange()
H A Dsvggradientprimitive2d.cxx340 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 ==()
/trunk/main/sd/source/core/
H A DEffectMigration.cxx426 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 …]
/trunk/main/dbaccess/source/core/api/
H A DRowSetBase.cxx251 …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 …]
/trunk/main/sw/source/ui/vba/
H A Dvbarange.cxx87 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 Dvbarangehelper.cxx75 xRange = xRange->getEnd(); in insertString()
79 xRange = xRange->getEnd(); in insertString()
88 xRange = xRange->getEnd(); in insertString()
H A Dvbaselection.cxx93 …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()
/trunk/main/svx/source/sdr/primitive2d/
H A Dsdrmeasureprimitive2d.cxx96 double fTextX((getStart().getX() + getEnd().getX()) * 0.5); in create2DDecomposition()
97 double fTextY((getStart().getX() + getEnd().getX()) * 0.5); in create2DDecomposition()
98 const basegfx::B2DVector aLine(getEnd() - getStart()); in create2DDecomposition()
484 && getEnd() == rCompare.getEnd() in operator ==()
/trunk/main/sc/inc/
H A Dtextuno.hxx206 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);
/trunk/main/svtools/source/table/
H A Dtablecontrol_impl.cxx385 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 Dtablecontrol_impl.hxx59 long getEnd() const { return nEndPixel; } in getEnd() function
73 return i_colInfo.getEnd() < i_position; in operator ()()
/trunk/main/sc/source/ui/unoobj/
H A Dtextuno.cxx555 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 Dnotesuno.cxx184 uno::Reference<text::XTextRange> SAL_CALL ScAnnotationObj::getEnd() throw(uno::RuntimeException) in getEnd() function in ScAnnotationObj
187 return GetUnoText().getEnd(); in getEnd()
/trunk/main/odk/examples/DevelopersGuide/Text/
H A DTextDocuments.java538 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()
/trunk/main/tools/source/fsys/
H A Durlobj.cxx2238 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 …]
/trunk/main/sd/source/ui/animations/
H A DCustomAnimationPane.cxx895 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()
1902 Reference< XTextRange > xEnd( xSelectedText->getEnd() ); in getTextSelection()
/trunk/main/writerfilter/inc/resourcemodel/
H A DTableData.hxx112 const T & getEnd() { return mEnd; } in getEnd() function in writerfilter::CellData
240 return mCells[i]->getEnd(); in getCellEnd()
/trunk/main/offapi/com/sun/star/text/
H A DXTextRange.idl67 // DocMerge from idl: method com::sun::star::text::XTextRange::getEnd
71 XTextRange getEnd();
/trunk/main/scripting/java/com/sun/star/script/framework/provider/beanshell/
H A Dtemplate.bsh65 xTextRange = xText.getEnd();
86 xText.getEnd().setString( sb.toString() );
/trunk/main/xmloff/source/text/
H A Dtxtparae.cxx148 const_iterator_t getEnd() const in getEnd() function in __anon56f37d070111::TextContentSet
1410 it != pTexts->getEnd(); in exportPageFrames()
1414 it != pGraphics->getEnd(); in exportPageFrames()
1418 it != pEmbeddeds->getEnd(); in exportPageFrames()
1422 it != pShapes->getEnd(); in exportPageFrames()
1435 it != pTexts->getEnd(); in exportFrameFrames()
1441 it != pGraphics->getEnd(); in exportFrameFrames()
1447 it != pEmbeddeds->getEnd(); in exportFrameFrames()
1453 it != pShapes->getEnd(); in exportFrameFrames()
/trunk/test/testuno/source/fvt/uno/sw/field/
H A DCheckDateTimeField.java132 document.getText().insertTextContent(document.getText().getEnd(), dateFiled, false); in createTimeFiled()
200 document.getText().insertTextContent(document.getText().getEnd(), dateFiled, false); in createDateFiled()

Completed in 175 milliseconds

1234567