Home
last modified time | relevance | path

Searched refs:aBound (Results 1 – 25 of 40) sorted by path

12

/trunk/main/filter/source/msfilter/
H A Deschesdo.cxx266 Rectangle aBound = pObj->GetCurrentBoundRect(); in ImplWriteShape() local
267 Point aPosition( ImplMapPoint( aBound.TopLeft() ) ); in ImplWriteShape()
268 Size aSize( ImplMapSize( aBound.GetSize() ) ); in ImplWriteShape()
/trunk/main/reportdesign/source/ui/report/
H A DViewsWindow.cxx800 Rectangle aBound; in alignMarkedObjects() local
802 …oundResizeRect(aSortRectangles,_nControlModification,_bAlignAtSection,_bBoundRects,aBound,aResize); in alignMarkedObjects()
815 Point aCenter(aBound.Center()); in alignMarkedObjects()
858 aGetFun(&aTest) = aGetFun(&aBound); in alignMarkedObjects()
874 *pValue = aGetFun(&aBound) - aGetFun(&aObjRect); in alignMarkedObjects()
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocument.cxx1751 Rectangle aBound(VCLRectangle(xComp->getBounds())); in getAccessibleAtPoint() local
1752 if (aBound.IsInside(VCLPoint(rPoint))) in getAccessibleAtPoint()
/trunk/main/sc/source/ui/app/
H A Dtransobj.cxx112 Rectangle aBound( aPoint, pDev->GetOutputSize() ); //! use size from clip area? in PaintToDev() local
121 ScPrintFunc::DrawToDev( pDoc, pDev, nPrintFactor, aBound, &aViewData, bMetaFile ); in PaintToDev()
/trunk/main/sd/source/filter/eppt/
H A Depptso.cxx4405 Rectangle aBound = pObj->GetCurrentBoundRect(); in ImplWritePage() local
4406 maPosition = ImplMapPoint( ::com::sun::star::awt::Point( aBound.Left(), aBound.Top() ) ); in ImplWritePage()
4407 … maSize = ImplMapSize( ::com::sun::star::awt::Size ( aBound.GetWidth(), aBound.GetHeight() ) ); in ImplWritePage()
/trunk/main/svtools/source/contnr/
H A Dimivctl1.cxx2237 Rectangle aBound = GetEntryBoundRect( pEntry ); in CalcBmpRect() local
2239 aBound.SetPos( *pPos ); in CalcBmpRect()
2240 Point aPos( aBound.TopLeft() ); in CalcBmpRect()
2246 aPos.X() += ( aBound.GetWidth() - aImageSize.Width() ) / 2; in CalcBmpRect()
2252 aPos.Y() += ( aBound.GetHeight() - aImageSize.Height() ) / 2; in CalcBmpRect()
2258 return aBound; in CalcBmpRect()
2272 Rectangle aBound( GetEntryBoundRect( pEntry ) ); in CalcTextRect() local
2274 aBound.SetPos( *pEntryPos ); in CalcTextRect()
2282 Point aPos( aBound.TopLeft() ); in CalcTextRect()
2283 long nBoundWidth = aBound.GetWidth(); in CalcTextRect()
[all …]
H A Dsvimpicn.cxx2317 Rectangle aBound = GetBoundingRect( pEntry, pViewData ); in CalcBmpRect() local
2319 aBound.SetPos( *pPos ); in CalcBmpRect()
2320 Point aPos( aBound.TopLeft() ); in CalcBmpRect()
2326 aPos.X() += ( aBound.GetWidth() - nMaxBmpWidth ) / 2; in CalcBmpRect()
2335 Size( nMaxBmpWidth, aBound.GetHeight() )); in CalcBmpRect()
2338 return Rectangle( aPos, aBound.GetSize() ); in CalcBmpRect()
2364 Rectangle aBound = GetBoundingRect( pEntry, pViewData ); in CalcTextRect() local
2366 aBound.SetPos( *pPos ); in CalcTextRect()
2367 Point aPos( aBound.TopLeft() ); in CalcTextRect()
2383 if( nMinWidth > aBound.GetWidth() ) in CalcTextRect()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdcrtv.cxx615 Rectangle aBound; in MovCreateObj() local
H A Dsvddrgmt.cxx1721 Rectangle aBound(pObj->GetCurrentBoundRect()); in MoveSdrDrag() local
1732 if (aPt.X()<aBound.Left() ) aPt1.X()-=aPt.X()-aBound.Left() ; in MoveSdrDrag()
1733 if (aPt.X()>aBound.Right() ) aPt1.X()-=aPt.X()-aBound.Right() ; in MoveSdrDrag()
1734 if (aPt.Y()<aBound.Top() ) aPt1.Y()-=aPt.Y()-aBound.Top() ; in MoveSdrDrag()
1735 if (aPt.Y()>aBound.Bottom()) aPt1.Y()-=aPt.Y()-aBound.Bottom(); in MoveSdrDrag()
3037 Rectangle aBound(aTempPolyPoly[n1st].GetBoundRect()); in _MovAllPoints() local
3042 aBound.Union(aTempPolyPoly[n1st].GetBoundRect()); in _MovAllPoints()
3045 Point aCtr0(aBound.Center()); in _MovAllPoints()
H A Dsvdedtv1.cxx1827 Rectangle aBound; in AlignMarkedObjects() local
1840 aBound.Union(aObjRect); in AlignMarkedObjects()
1859 aBound=pFrame->GetUserArea(); in AlignMarkedObjects()
1863 aBound=Rectangle(pPage->GetLftBorder(),pPage->GetUppBorder(), in AlignMarkedObjects()
1871 aBound=GetMarkedObjBoundRect(); in AlignMarkedObjects()
1873 aBound=GetMarkedObjRect(); in AlignMarkedObjects()
1876 Point aCenter(aBound.Center()); in AlignMarkedObjects()
1891 case SDRVALIGN_TOP : nYMov=aBound.Top() -aObjRect.Top() ; break; in AlignMarkedObjects()
1892 case SDRVALIGN_BOTTOM: nYMov=aBound.Bottom()-aObjRect.Bottom() ; break; in AlignMarkedObjects()
1898 case SDRHALIGN_LEFT : nXMov=aBound.Left() -aObjRect.Left() ; break; in AlignMarkedObjects()
[all …]
H A Dsvdglue.cxx55 Rectangle aBound(rObj.GetSnapRect()); in GetAbsolutePos() local
83 if (aPt.X()<aBound.Left ()) aPt.X()=aBound.Left (); in GetAbsolutePos()
84 if (aPt.X()>aBound.Right ()) aPt.X()=aBound.Right (); in GetAbsolutePos()
85 if (aPt.Y()<aBound.Top ()) aPt.Y()=aBound.Top (); in GetAbsolutePos()
86 if (aPt.Y()>aBound.Bottom()) aPt.Y()=aBound.Bottom(); in GetAbsolutePos()
H A Dsvdxcgv.cxx621 Rectangle aBound( GetMarkedObjBoundRect() ); in GetMarkedObjMetaFile() local
622 Size aBoundSize( aBound.GetWidth(), aBound.GetHeight() ); in GetMarkedObjMetaFile()
660 aMtf.Move(-aBound.Left(), -aBound.Top()); in GetMarkedObjMetaFile()
/trunk/main/svx/source/unodraw/
H A DUnoGraphicExporter.cxx970 Rectangle aBound; in GetGraphic() local
980 if (aBound.IsEmpty()) in GetGraphic()
981 aBound=aR1; in GetGraphic()
983 aBound.Union(aR1); in GetGraphic()
997 aOutMap.SetOrigin( Point( -aBound.TopLeft().X(), -aBound.TopLeft().Y() ) ); in GetGraphic()
1027 Size aBoundSize( aBound.GetWidth() + ( aExtSize.Width() ), in GetGraphic()
1028 aBound.GetHeight() + ( aExtSize.Height() ) ); in GetGraphic()
/trunk/main/sw/source/core/access/
H A Daccfrmobj.cxx315 SwRect aBound; in GetBounds() local
322 aBound = SwRect( mpFrm->Frm().Left(), mpFrm->Frm().Top()-1, 0, 0 ); in GetBounds()
325 aBound = mpFrm->PaintArea(); in GetBounds()
329 aBound = GetBox( rAccMap ); in GetBounds()
333 aBound = GetBox( rAccMap ); in GetBounds()
336 return aBound; in GetBounds()
H A Daccpara.cxx2919 i18n::Boundary aBound; in getTextAtIndex() local
2923 DBG_ASSERT( aBound.startPos <= aBound.endPos, "illegal boundary" ); in getTextAtIndex()
2928 aResult.SegmentText = rText.copy( aBound.startPos, aBound.endPos - aBound.startPos ); in getTextAtIndex()
2953 i18n::Boundary aBound; in getTextBeforeIndex() local
2955 aBound.startPos = aBound.endPos = nIndex; in getTextBeforeIndex()
2961 aBound.startPos = aBound.endPos = nIndex; in getTextBeforeIndex()
2999 aResult.SegmentText = rText.copy( aBound.startPos, aBound.endPos - aBound.startPos ); in getTextBeforeIndex()
3026 i18n::Boundary aBound; in getTextBehindIndex() local
3040 aResult.SegmentText = rText.copy( aBound.startPos, aBound.endPos - aBound.startPos ); in getTextBehindIndex()
4283 if(aBound.startPos>nIndex) in tabCharInWord()
[all …]
H A Daccpara.hxx456 sal_Bool tabCharInWord(sal_Int32 nIndex, com::sun::star::i18n::Boundary& aBound);
/trunk/main/sw/source/core/frmedt/
H A Dfeshview.cxx1710 SwRect aBound( rBound ); in ImpEndCreate() local
1713 if( pTmp->Frm().IsInside( aBound ) ) in ImpEndCreate()
H A Dfews.cxx1321 SwRect aBound; in GetGraphicDefaultSize() local
1322 CalcBoundRect( aBound, pFly->GetFmt()->GetAnchor().GetAnchorId()); in GetGraphicDefaultSize()
1324 aRet.Width() = aBound.Width(); in GetGraphicDefaultSize()
1326 aRet.Height() = aBound.Height(); in GetGraphicDefaultSize()
/trunk/main/sw/source/core/layout/
H A Dwsfrm.cxx2101 const SwRect aBound( pAnchoredObj->GetObjRectWithSpaces() ); in ShrinkFrm() local
2103 if( aBound.Left() > aRect.Right() ) in ShrinkFrm()
2106 if( aBound.IsOver( aRect ) ) in ShrinkFrm()
/trunk/main/sw/source/core/text/
H A Dguess.cxx544 Boundary aBound = in AlternativeSpelling() local
548 nBreakStart = (xub_StrLen)aBound.startPos; in AlternativeSpelling()
549 nWordLen = static_cast<xub_StrLen>(aBound.endPos - nBreakStart); in AlternativeSpelling()
H A Ditratr.cxx859 Boundary aBound = in GetScalingOfSelectedText() local
864 if ( nStt == aBound.startPos ) in GetScalingOfSelectedText()
871 nStt = (xub_StrLen)aBound.startPos; in GetScalingOfSelectedText()
872 nEnd = (xub_StrLen)aBound.endPos; in GetScalingOfSelectedText()
H A Dtxtdrop.cxx183 Boundary aBound = in GetDropLen() local
187 nEnd = (xub_StrLen)aBound.endPos; in GetDropLen()
H A Dtxtfly.cxx883 const SwRect aBound( pObj->GetObjRectWithSpaces() ); in IsAnyObj() local
890 if( mpCurrAnchoredObj != pObj && aBound.IsOver( aRect ) ) in IsAnyObj()
1504 const SwRect aBound( pAnchoredObj->GetObjRectWithSpaces() ); in InitAnchoredObjList() local
1505 if ( nRight < (aBound.*fnRect->fnGetLeft)() || in InitAnchoredObjList()
1507 (aBound.*fnRect->fnGetBottom)() ) > 0 || in InitAnchoredObjList()
1508 nLeft > (aBound.*fnRect->fnGetRight)() || in InitAnchoredObjList()
1509 (aBound.*fnRect->fnGetHeight)() > in InitAnchoredObjList()
1594 Min( nMinBottom, aBound.Left() ) : in InitAnchoredObjList()
1641 const SwRect aBound( pAnchoredObj->GetObjRectWithSpaces() ); in CalcMinBottom() local
1642 if( aBound.Top() < nEndOfFrm ) in CalcMinBottom()
[all …]
H A Dtxthyph.cxx249 Boundary aBound = in Hyphenate() local
252 nWrdStart = static_cast<xub_StrLen>(aBound.startPos); in Hyphenate()
253 nLen = static_cast<xub_StrLen>(aBound.endPos - nWrdStart); in Hyphenate()
/trunk/main/sw/source/core/txtnode/
H A Dtxtedt.cxx744 Boundary aBound; in NextWord() local
782 ASSERT( aBound.endPos >= aBound.startPos, "broken aBound result" ); in NextWord()
785 if(aBound.endPos == aBound.startPos) in NextWord()
789 if(aBound.endPos == nBegin) in NextWord()
808 if ( aBound.startPos <= nBegin ) in NextWord()
821 if ( aBound.startPos < nBegin ) in NextWord()
838 … static_cast<xub_StrLen>(aBound.endPos - aBound.startPos) ); in NextWord()
850 aBound.startPos = Max( (xub_StrLen)aBound.startPos, nStartPos ); in NextWord()
851 aBound.endPos = Min( (xub_StrLen)aBound.endPos, nEndPos ); in NextWord()
852 nBegin = (xub_StrLen)aBound.startPos; in NextWord()
[all …]

Completed in 277 milliseconds

12