Home
last modified time | relevance | path

Searched refs:aLeft (Results 26 – 49 of 49) sorted by relevance

12

/aoo41x/main/basegfx/source/polygon/
H A Db2dpolygontools.cxx928 B2DCubicBezier aLeft; in getSnippetAbsolute() local
930 aBezierSegment.split(fBezierDistance, &aLeft, 0); in getSnippetAbsolute()
931 aRetval.append(aLeft.getEndPoint()); in getSnippetAbsolute()
932 … aRetval.setPrevControlPoint(aRetval.count() - 1, aLeft.getControlPointB()); in getSnippetAbsolute()
3222 B2DCubicBezier aLeft; in createSimplifiedPolygon() local
3224 aSegment.split(fExtremumPos, &aLeft, &aSegment); in createSimplifiedPolygon()
3225 aLeft.testAndSolveTrivialBezier(); in createSimplifiedPolygon()
3228 if(aLeft.isBezier()) in createSimplifiedPolygon()
3230 …aRetval.appendBezierSegment(aLeft.getControlPointA(), aLeft.getControlPointB(), aLeft.getEndPoint(… in createSimplifiedPolygon()
3234 aRetval.append(aLeft.getEndPoint()); in createSimplifiedPolygon()
H A Db2dpolygontriangulator.cxx296 const B2DVector aLeft(pEdgeA->getEnd() - pEdgeA->getStart()); in Triangulator() local
299 if(ORIENTATION_NEUTRAL == getOrientation(aLeft, aRight)) in Triangulator()
/aoo41x/main/linguistic/source/
H A Dmisc.cxx666 OUString aLeft, aRight; in RebuildHyphensAndControlChars() local
674 aLeft = rOrigWord.copy( 0, nPos ); in RebuildHyphensAndControlChars()
677 aOrigHyphenatedWord = aLeft; in RebuildHyphensAndControlChars()
681 nOrigHyphenPos = sal::static_int_cast< sal_Int16 >(aLeft.getLength() + in RebuildHyphensAndControlChars()
/aoo41x/main/accessibility/source/extended/
H A Dtextwindowaccessibility.cxx974 ::Rectangle aLeft( in retrieveCharacterBounds()
986 ::sal_Int32 nWidth = (aLeft.Top() == aRight.Top() in retrieveCharacterBounds()
987 && aLeft.Bottom() == aRight.Bottom()) in retrieveCharacterBounds()
988 ? static_cast< ::sal_Int32 >(aRight.Left() - aLeft.Left()) in retrieveCharacterBounds()
990 - aLeft.Left()); in retrieveCharacterBounds()
992 aBounds = ::css::awt::Rectangle(static_cast< ::sal_Int32 >(aLeft.Left()), in retrieveCharacterBounds()
993 static_cast< ::sal_Int32 >(aLeft.Top() - m_nViewOffset), in retrieveCharacterBounds()
995 static_cast< ::sal_Int32 >(aLeft.Bottom() in retrieveCharacterBounds()
996 - aLeft.Top())); in retrieveCharacterBounds()
/aoo41x/main/cui/source/dialogs/
H A Dhyphen.cxx340 String aLeft( aSearchRange.Copy( 0, nPos2 ) ); in EraseUnusableHyphens_Impl() local
344 nPos = aLeft.SearchAndReplace( aTmp, aEmpty, nPos + 1 ); in EraseUnusableHyphens_Impl()
348 aTxt.Replace( 0, nPos2, aLeft ); in EraseUnusableHyphens_Impl()
H A Dhangulhanjadlg.cxx1614 OUString aLeft( m_aOriginal ); in IMPL_LINK() local
1622 xDict->addEntry( aLeft, *pRight ); in IMPL_LINK()
/aoo41x/main/drawinglayer/source/primitive3d/
H A Dpolygontubeprimitive3d.cxx65 const basegfx::B3DPoint aLeft(0.0, 0.0, 0.0); in getLineTubeSegments() local
80 aNewPolygon.setNormal(0L, basegfx::B3DVector(aNextLeft - aLeft)); in getLineTubeSegments()
83 aNewPolygon.setNormal(1L, basegfx::B3DVector(aLastLeft - aLeft)); in getLineTubeSegments()
H A Dsdrextrudelathetools3d.cxx251 basegfx::B3DVector aLeft(bFirstAndNotClosed ? aCurrA - aNextA : aPrevA - aCurrA); in impCreateInBetweenNormals() local
252 aLeft.normalize(); in impCreateInBetweenNormals()
255 const basegfx::B3DVector aNormalLeft(aDepth.getPerpendicular(aLeft)); in impCreateInBetweenNormals()
/aoo41x/main/sd/source/ui/annotations/
H A Dannotationwindow.cxx464 Point aLeft = PixelToLogic( Point( aBase.X() - (METABUTTON_WIDTH+5), aBase.Y()+17 ) ); in DoResize() local
469 maPopupTriangle.append(basegfx::B2DPoint(aLeft.X(),aLeft.Y())); in DoResize()
/aoo41x/main/sw/source/core/objectpositioning/
H A Danchoredobjectposition.cxx1132 static sal_uInt16 __READONLY_DATA aLeft[ 10 ] = in _Minor() local
1141 bRetVal = aLeft[ _eRelOrient1 ] >= aLeft[ _eRelOrient2 ]; in _Minor()
/aoo41x/main/sw/source/core/layout/
H A Dpaintfrm.cxx2574 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert() local
2579 Insert( aLeft, false ); in Insert()
2631 const SwLineEntry aLeft( nKey, rOld.mnStartPos, rNew.mnStartPos, rOldAttr ); in Insert()
2641 if ( aLeft.mnStartPos < aLeft.mnEndPos ) pLineSet->insert( aLeft ); in Insert()
2651 const SwLineEntry aLeft( nKey, rOld.mnStartPos, rNew.mnStartPos, rOldAttr ); in Insert() local
2661 if ( aLeft.mnStartPos < aLeft.mnEndPos ) pLineSet->insert( aLeft ); in Insert()
2672 const SwLineEntry aLeft( nKey, rNew.mnStartPos, rOld.mnStartPos, rNewAttr ); in Insert() local
2682 if ( aLeft.mnStartPos < aLeft.mnEndPos ) pLineSet->insert( aLeft ); in Insert()
/aoo41x/main/sw/source/core/view/
H A Dviewsh.cxx1655 SwRect aLeft( rRect ), aRight( rRect ); in PaintDesktop() local
1659 if ( nTmp < aLeft.Right() ) in PaintDesktop()
1660 aLeft.Right( nTmp ); in PaintDesktop()
1669 if ( aLeft.HasArea() ) in PaintDesktop()
1670 aRegion.Insert( aLeft, 0 ); in PaintDesktop()
/aoo41x/main/starmath/source/
H A Ddialog.cxx1079 aLeft (this, SmResId(1)), in SmAlignDialog()
1099 aLeft .Check(sal_True); in ReadFrom()
1105 aLeft .Check(sal_False); in ReadFrom()
1111 aLeft .Check(sal_False); in ReadFrom()
1121 if (aLeft.IsChecked()) in WriteTo()
/aoo41x/main/svx/source/unodraw/
H A Dunoshap2.cxx2141 Point aLeft( aRect.Left(), ( aRect.Top() + aRect.Bottom() ) >> 1 ); in setPropertyValue() local
2142 Point aRight( aLeft.X() + 1000, aLeft.Y() ); in setPropertyValue()
2143 pObject->NbcMirror( aLeft, aRight ); in setPropertyValue()
/aoo41x/main/filter/source/msfilter/
H A Dmsdffimp.cxx4262 Point aLeft( aClientRect.Left(), ( aClientRect.Top() + aClientRect.Bottom() ) >> 1 ); in ImportGroup() local
4263 Point aRight( aLeft.X() + 1000, aLeft.Y() ); in ImportGroup()
4264 pRet->NbcMirror( aLeft, aRight ); in ImportGroup()
4807 Point aLeft( aBndRect.Left(), ( aBndRect.Top() + aBndRect.Bottom() ) >> 1 ); in ImportShape() local
4808 Point aRight( aLeft.X() + 1000, aLeft.Y() ); in ImportShape()
4809 pRet->NbcMirror( aLeft, aRight ); in ImportShape()
4918 Point aLeft( aBndRect.Left(), ( aBndRect.Top() + aBndRect.Bottom() ) >> 1 ); in ImportShape() local
4919 Point aRight( aLeft.X() + 1000, aLeft.Y() ); in ImportShape()
4920 pRet->NbcMirror( aLeft, aRight ); in ImportShape()
/aoo41x/main/cui/source/inc/
H A Dparagrph.hxx150 RadioButton aLeft; member in SvxParaAlignTabPage
/aoo41x/main/svx/source/svdraw/
H A Dsvdhdl.cxx1242 Point aLeft(aMidPoint.X() + (sal_Int32)(aPerpend.getX() * fHalfArrowWidth), in CreateB2dIAObject() local
1247 basegfx::B2DPoint aPositionLeft(aLeft.X(), aLeft.Y()); in CreateB2dIAObject()
H A Dsvdoashp.cxx2301 …Point aLeft( pObj->GetSnapRect().Left(), ( pObj->GetSnapRect().Top() + pObj->GetSnapRect().Bottom(… in DragResizeCustomShape() local
2302 Point aRight( aLeft.X() + 1000, aLeft.Y() ); in DragResizeCustomShape()
2303 pObj->NbcMirror( aLeft, aRight ); in DragResizeCustomShape()
/aoo41x/main/starmath/inc/
H A Ddialog.hxx277 RadioButton aLeft; member in SmAlignDialog
/aoo41x/main/svx/inc/svx/
H A Dgridctrl.hxx51 sal_Bool CompareBookmark(const ::com::sun::star::uno::Any& aLeft, const ::com::sun::star::uno::Any&…
/aoo41x/main/sc/source/ui/unoobj/
H A Dchart2uno.cxx1906 RangeAnalyzer aTop,aLeft; in detectArguments() local
1910 aLeft.initRangeAnalyzer(aAllCategoriesValuesTokens); in detectArguments()
1915 aLeft.initRangeAnalyzer(aAllSeriesLabelTokens); in detectArguments()
1917 …lcl_addUpperLeftCornerIfMissing(aAllTokens, aTop.getRowCount(), aLeft.getColumnCount());//e.g. #i9… in detectArguments()
/aoo41x/main/svtools/source/contnr/
H A Dsvtreebx.cxx2430 String aLeft( ((SvLBoxString*)(pLeft->GetFirstItem(SV_ITEM_ID_LBOXSTRING)))->GetText()); in IMPL_LINK() local
2434 return pImp->pIntlWrapper->getCaseCollator()->compareString( aLeft, aRight ); in IMPL_LINK()
/aoo41x/main/svx/source/fmcomp/
H A Dgridctrl.cxx281 sal_Bool CompareBookmark(const Any& aLeft, const Any& aRight) in CompareBookmark() argument
283 return ::comphelper::compare(aLeft, aRight); in CompareBookmark()
/aoo41x/main/vcl/source/gdi/
H A Dbitmap3.cxx2207 const sal_Int32 aLeft(static_cast< sal_Int32 >(floor(aCenter - fScaledRadius))); in ImplCalculateContributions() local
2211 for(sal_Int32 j(aLeft); j <= aRight; j++) in ImplCalculateContributions()

Completed in 2129 milliseconds

12