Home
last modified time | relevance | path

Searched refs:aLeft (Results 1 – 25 of 50) sorted by last modified time

12

/trunk/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()
/trunk/main/sw/source/core/layout/
H A Dpaintfrm.cxx2665 SwLineEntry aLeft ( nLeft, nTop, nBottom, bVert ? aB : ( bR2L ? aR : aL ) ); in Insert() local
2670 Insert( aLeft, false ); in Insert()
2722 const SwLineEntry aLeft( nKey, rOld.mnStartPos, rNew.mnStartPos, rOldAttr ); in Insert()
2732 if ( aLeft.mnStartPos < aLeft.mnEndPos ) pLineSet->insert( aLeft ); in Insert()
2742 const SwLineEntry aLeft( nKey, rOld.mnStartPos, rNew.mnStartPos, rOldAttr ); in Insert() local
2752 if ( aLeft.mnStartPos < aLeft.mnEndPos ) pLineSet->insert( aLeft ); in Insert()
2763 const SwLineEntry aLeft( nKey, rNew.mnStartPos, rOld.mnStartPos, rNewAttr ); in Insert() local
2773 if ( aLeft.mnStartPos < aLeft.mnEndPos ) pLineSet->insert( aLeft ); in Insert()
H A Dpagedesc.cxx66 aLeft( pDc->GetAttrPool(), rName, pFmt ), in SwPageDesc()
82 aLeft( rCpy.GetLeft() ), in SwPageDesc()
98 aLeft = rSrc.aLeft; in operator =()
149 aLeft.SetFmtAttr( aSet ); in Mirror()
181 return aLeft.GetInfo( rInfo ); in GetInfo()
/trunk/main/svx/source/svdraw/
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()
H A Dsvdhdl.cxx1239 Point aLeft(aMidPoint.X() + (sal_Int32)(aPerpend.getX() * fHalfArrowWidth), in CreateB2dIAObject() local
1244 basegfx::B2DPoint aPositionLeft(aLeft.X(), aLeft.Y()); in CreateB2dIAObject()
/trunk/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()
/trunk/main/svx/source/stbctrls/
H A Dzoomsliderctrl.cxx307 Rectangle aLeft( aSlider ); in Paint() local
308 aLeft.Right() = aLeft.Left(); in Paint()
321 pDev->DrawRect( aLeft ); in Paint()
/trunk/main/dbaccess/source/ui/dlg/
H A Dindexdialog.cxx97 ConstIndexFieldsIterator aLeft = _rLHS.begin(); in operator ==() local
100 for (; aLeft != aLeftEnd; ++aLeft, ++aRight) in operator ==()
102 if (*aLeft != *aRight) in operator ==()
/trunk/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()
/trunk/main/sw/source/ui/sidebar/
H A DPageMarginControl.cxx177 const XubString aLeft = SW_RES(STR_MARGIN_TOOLTIP_LEFT); in FillValueSet() local
184 XubString aHelpText = aLeft; in FillValueSet()
198 aHelpText = aLeft; in FillValueSet()
214 aHelpText = aLeft; in FillValueSet()
245 aHelpText = mbUserCustomMirrored ? aInner : aLeft; in FillValueSet()
/trunk/main/filter/source/msfilter/
H A Dmsdffimp.cxx4275 Point aLeft( aClientRect.Left(), ( aClientRect.Top() + aClientRect.Bottom() ) >> 1 ); in ImportGroup() local
4276 Point aRight( aLeft.X() + 1000, aLeft.Y() ); in ImportGroup()
4277 pRet->NbcMirror( aLeft, aRight ); in ImportGroup()
4820 Point aLeft( aBndRect.Left(), ( aBndRect.Top() + aBndRect.Bottom() ) >> 1 ); in ImportShape() local
4821 Point aRight( aLeft.X() + 1000, aLeft.Y() ); in ImportShape()
4822 pRet->NbcMirror( aLeft, aRight ); in ImportShape()
4931 Point aLeft( aBndRect.Left(), ( aBndRect.Top() + aBndRect.Bottom() ) >> 1 ); in ImportShape() local
4932 Point aRight( aLeft.X() + 1000, aLeft.Y() ); in ImportShape()
4933 pRet->NbcMirror( aLeft, aRight ); in ImportShape()
/trunk/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()
/trunk/main/basegfx/source/polygon/
H A Db2dtrapezoid.cxx877 aLeft.getStart().getX(), in Subdivide()
879 aLeft.getStart().getY(), in Subdivide()
1045 aLeft.getStart().getX(), in createLineTrapezoidFromEdge()
1047 aLeft.getStart().getY(), in createLineTrapezoidFromEdge()
1048 aLeft.getEnd().getX(), in createLineTrapezoidFromEdge()
1050 aLeft.getEnd().getY())); in createLineTrapezoidFromEdge()
1079 aLeft.getStart().getX(), in createLineTrapezoidFromEdge()
1081 aLeft.getStart().getY(), in createLineTrapezoidFromEdge()
1116 aLeft.getEnd().getX(), in createLineTrapezoidFromEdge()
1122 aLeft.getEnd().getX(), in createLineTrapezoidFromEdge()
[all …]
/trunk/main/svx/source/sdr/contact/
H A Dviewcontactofsdrpage.cxx358 basegfx::B2DPolygon aLeft, aRight; in createViewIndependentPrimitive2DSequence() local
360 aLeft.append(basegfx::B2DPoint(aPageBorderRange.getMinX(), aPageBorderRange.getMinY())); in createViewIndependentPrimitive2DSequence()
361 aLeft.append(basegfx::B2DPoint(aPageBorderRange.getMinX(), aPageBorderRange.getMaxY())); in createViewIndependentPrimitive2DSequence()
367 …tive2DReference(new drawinglayer::primitive2d::PolygonHairlinePrimitive2D(aLeft, aRGBBorderColor)); in createViewIndependentPrimitive2DSequence()
/trunk/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()
/trunk/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()
/trunk/main/drawinglayer/source/processor2d/
H A Dvclmetafileprocessor2d.cxx169 const basegfx::B2DPolyPolygon aLeft( in fillPolyPolygonNeededToBeSplit() local
184 aSplitted.append(aLeft); in fillPolyPolygonNeededToBeSplit()
1165 basegfx::B2DPolygon aLeft, aRight; in processBasePrimitive2D() local
1166 splitLinePolygon(rBasePolygon, aLeft, aRight); in processBasePrimitive2D()
1167 … const primitive2d::PolygonHairlinePrimitive2D aPLeft(aLeft, rHairlinePrimitive.getBColor()); in processBasePrimitive2D()
1213 basegfx::B2DPolygon aLeft, aRight; in processBasePrimitive2D() local
1214 splitLinePolygon(rBasePolygon, aLeft, aRight); in processBasePrimitive2D()
1216aLeft, rStrokePrimitive.getLineAttribute(), rStrokePrimitive.getStrokeAttribute()); in processBasePrimitive2D()
1296 basegfx::B2DPolygon aLeft, aRight; in processBasePrimitive2D() local
1297 splitLinePolygon(rBasePolygon, aLeft, aRight); in processBasePrimitive2D()
[all …]
/trunk/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()
/trunk/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()
/trunk/main/sc/source/ui/cctrl/
H A Dtbzoomsliderctrl.cxx465 Rectangle aLeft( aSlider ); in DoPaint() local
466 aLeft.Right() = aLeft.Left(); in DoPaint()
493 pVDev->DrawRect( aLeft ); in DoPaint()
/trunk/main/xmloff/source/text/
H A Dtxtexppr.cxx702 if( aLeft.Color == aRight.Color && aLeft.InnerLineWidth == aRight.InnerLineWidth && in ContextFilter()
703 aLeft.OuterLineWidth == aRight.OuterLineWidth && aLeft.LineDistance == aRight.LineDistance && in ContextFilter()
704 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter()
705 aLeft.OuterLineWidth == aTop.OuterLineWidth && aLeft.LineDistance == aTop.LineDistance && in ContextFilter()
706 aLeft.Color == aBottom.Color && aLeft.InnerLineWidth == aBottom.InnerLineWidth && in ContextFilter()
741 if( aLeft == aRight && aLeft == aTop && aLeft == aBottom ) in ContextFilter()
775 if( aLeft.Color == aRight.Color && aLeft.InnerLineWidth == aRight.InnerLineWidth && in ContextFilter()
776 aLeft.OuterLineWidth == aRight.OuterLineWidth && aLeft.LineDistance == aRight.LineDistance && in ContextFilter()
777 aLeft.Color == aTop.Color && aLeft.InnerLineWidth == aTop.InnerLineWidth && in ContextFilter()
778 aLeft.OuterLineWidth == aTop.OuterLineWidth && aLeft.LineDistance == aTop.LineDistance && in ContextFilter()
[all …]
/trunk/main/xmloff/source/draw/
H A Dsdxmlexp.cxx974 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos()
975 Rectangle aRight(aLeft); in ImpWriteAutoLayoutInfos()
986 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos()
987 Rectangle aRight(aLeft); in ImpWriteAutoLayoutInfos()
998 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos()
1010 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos()
1028 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos()
1040 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos()
1058 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos()
1074 aLeft.setWidth(long(aLeft.GetWidth() * 0.488)); in ImpWriteAutoLayoutInfos()
[all …]
/trunk/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()
/trunk/main/sw/inc/
H A Dpagedesc.hxx140 SwFrmFmt aLeft; member in SwPageDesc
188 SwFrmFmt &GetLeft() { return aLeft; } in GetLeft()
190 const SwFrmFmt &GetLeft() const { return aLeft; } in GetLeft()
314 return nsUseOnPage::PD_LEFT & eUse ? &aLeft : 0; in GetLeftFmt()
318 return nsUseOnPage::PD_LEFT & eUse ? &aLeft : 0; in GetLeftFmt()
/trunk/main/svx/source/unodialogs/textconversiondlgs/
H A Dchinese_dictionarydialog.cxx188 rtl::OUString aLeft, aRight; in refillFromDictionary() local
193 aLeft = aLeftList[nN]; in refillFromDictionary()
195 aLeft, 0, aLeft.getLength() in refillFromDictionary()
207 nConversionPropertyType = xPropertyType->getPropertyType(aLeft, aRight); in refillFromDictionary()
209 DictionaryEntry* pEntry = new DictionaryEntry( aLeft, aRight, nConversionPropertyType ); in refillFromDictionary()

Completed in 230 milliseconds

12