/aoo42x/main/uui/source/ |
H A D | passwordcontainer.cxx | 47 const task::UrlRecord & aRec, in fillContinuation() argument 66 else if (aRec.UserList.getLength() != 0) in fillContinuation() 68 if (aRec.UserList[0].Passwords.getLength() == 0) in fillContinuation() 199 task::UrlRecord aRec; in handleAuthenticationRequest() local 203 if ( aRec.UserList.getLength() == 0 ) in handleAuthenticationRequest() 211 aRec, in handleAuthenticationRequest() 222 task::UrlRecord aRec; in handleAuthenticationRequest() local 224 aRec = xContainer->findForName( in handleAuthenticationRequest() 227 if ( aRec.UserList.getLength() == 0 ) in handleAuthenticationRequest() 230 aRec = xContainer->findForName( in handleAuthenticationRequest() [all …]
|
/aoo42x/main/sc/source/filter/xml/ |
H A D | XMLTableShapeResizer.cxx | 269 aPoint.X = aRec.Left() + aEndPoint.X; in ResizeShapes() 270 aPoint.Y = aRec.Top() + aEndPoint.Y; in ResizeShapes() 323 aRectangle += aRec.TopLeft(); in ResizeShapes() 324 if (aRectangle.Left() > aRec.Right()) in ResizeShapes() 325 aRectangle -= (Point(aRectangle.Left() - aRec.Right() + 2, 0)); in ResizeShapes() 326 if (aRectangle.Top() > aRec.Bottom()) in ResizeShapes() 327 aRectangle -= (Point(0, aRectangle.Top() - aRec.Bottom() + 2)); in ResizeShapes() 341 aRefPoint.X = aRec.Left(); in ResizeShapes() 342 aRefPoint.Y = aRec.Top(); in ResizeShapes() 344 if (aPoint.X > aRec.Right()) in ResizeShapes() [all …]
|
H A D | xmlexprt.cxx | 3213 …Rectangle aRec = pDoc->GetMMRect(static_cast<SCCOL>(rMyCell.aCellAddress.Column), static_cast<SCRO… in WriteShapes() local 3217 aPoint.X = aRec.Right(); in WriteShapes() 3219 aPoint.X = aRec.Left(); in WriteShapes() 3220 aPoint.Y = aRec.Top(); in WriteShapes()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdomeas.cxx | 642 ImpMeasureRec aRec; in TakeUnrotatedSnapRect() local 644 ImpTakeAttr(aRec); in TakeUnrotatedSnapRect() 762 ImpMeasureRec aRec; in TakeXorPoly() local 764 ImpTakeAttr(aRec); in TakeXorPoly() 776 ImpMeasureRec aRec; in GetHdl() local 778 ImpTakeAttr(aRec); in GetHdl() 1013 ImpMeasureRec aRec; in TakeCreatePoly() local 1016 ImpTakeAttr(aRec); in TakeCreatePoly() 1090 ImpMeasureRec aRec; in RecalcSnapRect() local 1094 ImpTakeAttr(aRec); in RecalcSnapRect() [all …]
|
/aoo42x/main/sw/source/ui/envelp/ |
H A D | labfmt.cxx | 598 SwLabRec aRec; in IMPL_LINK() local 599 aRec.lHDist = static_cast< long >(GETFLDVAL(aHDistField )); in IMPL_LINK() 600 aRec.lVDist = static_cast< long >(GETFLDVAL(aVDistField )); in IMPL_LINK() 601 aRec.lWidth = static_cast< long >(GETFLDVAL(aWidthField )); in IMPL_LINK() 602 aRec.lHeight = static_cast< long >(GETFLDVAL(aHeightField)); in IMPL_LINK() 603 aRec.lLeft = static_cast< long >(GETFLDVAL(aLeftField )); in IMPL_LINK() 604 aRec.lUpper = static_cast< long >(GETFLDVAL(aUpperField )); in IMPL_LINK() 605 aRec.nCols = (sal_uInt16) aColsField.GetValue(); in IMPL_LINK() 606 aRec.nRows = (sal_uInt16) aRowsField.GetValue(); in IMPL_LINK() 609 aRec.bCont = aItem.bCont; in IMPL_LINK() [all …]
|
/aoo42x/main/swext/mediawiki/src/com/sun/star/wiki/ |
H A D | Helper.java | 926 …UrlRecord aRec = GetPasswordContainer( xContext ).findForName( sURL, sUserName, GetInteractionHand… in GetPasswordsForURLAndUser() local 927 if ( aRec != null && aRec.UserList != null && aRec.UserList.length > 0 in GetPasswordsForURLAndUser() 928 && aRec.UserList[0].UserName.equals( sUserName ) ) in GetPasswordsForURLAndUser() 929 aResult = aRec.UserList[0].Passwords; in GetPasswordsForURLAndUser()
|
/aoo42x/main/svl/source/passwordcontainer/ |
H A D | passwordcontainer.cxx | 915 UrlRecord aRec; in find() local 916 if ( createUrlRecord( rPairUrlRecord, bName, aName, aHandler, aRec ) ) in find() 917 return aRec; in find() 929 UrlRecord aRec; in find() local 930 if ( createUrlRecord( rPairUrlRecord, bName, aName, aHandler, aRec ) ) in find() 931 return aRec; in find()
|
/aoo42x/main/sc/source/ui/view/ |
H A D | gridwin2.cxx | 151 Rectangle aRec(aPopupPos, aPopupSize); in DoAutoFilterButton() local 152 if (aRec.IsInside(rMEvt.GetPosPixel())) in DoAutoFilterButton() 388 Rectangle aRec(aPopupPos, aPopupSize); in DPTestFieldPopupArrow() local 389 if (aRec.IsInside(rMEvt.GetPosPixel())) in DPTestFieldPopupArrow()
|
/aoo42x/main/sfx2/source/bastyp/ |
H A D | sfxhtml.cxx | 200 Rectangle aRec( aCoords[0], aCoords[1], in ParseAreaOptions() local 202 IMapRectangleObject aMapRObj( aRec, aHRef, aAlt, String(), aTarget, aName, in ParseAreaOptions()
|
/aoo42x/main/svtools/source/edit/ |
H A D | textview.cxx | 1751 Rectangle aRec = mpImpl->mpTextEngine->PaMtoEditCursor( rPaM ); in PageUp() local 1752 Point aTopLeft = aRec.TopLeft(); in PageUp() 1764 Rectangle aRec = mpImpl->mpTextEngine->PaMtoEditCursor( rPaM ); in PageDown() local 1765 Point aBottomRight = aRec.BottomRight(); in PageDown()
|
/aoo42x/main/sw/source/core/text/ |
H A D | txtfrm.cxx | 2795 SwRect aRec( pFrm->PaintArea() ); in repaintTextFrames() local 2799 pCurShell->InvalidateWindows( aRec ); in repaintTextFrames()
|
/aoo42x/main/editeng/source/editeng/ |
H A D | impedit2.cxx | 1505 Rectangle aRec = PaMtoEditCursor( rPaM ); in PageUp() local 1506 Point aTopLeft = aRec.TopLeft(); in PageUp() 1518 Rectangle aRec = PaMtoEditCursor( rPaM ); in PageDown() local 1519 Point aBottomRight = aRec.BottomRight(); in PageDown()
|
H A D | impedit.cxx | 984 Rectangle aRec( aOutArea ); in Scroll() local 985 pOutWin->Scroll( nRealDiffX, nRealDiffY, aRec, sal_True ); in Scroll()
|
/aoo42x/main/sc/source/filter/excel/ |
H A D | xelink.cxx | 1479 XclExpXctRef aRec = maXctList.GetRecord(i); in GetTabIndex() local 1480 if (aXclName == aRec->GetTabName()) in GetTabIndex()
|