/aoo4110/main/sc/source/ui/docshell/ |
H A D | docsh6.cxx | 88 Rectangle aArea = rVisArea; in SetVisAreaOrSize() local 95 if ( ( bNegativePage ? (aArea.Right() > 0) : (aArea.Left() < 0) ) || aArea.Top() < 0 ) in SetVisAreaOrSize() 101 Point aNewPos( 0, Max( aArea.Top(), (long) 0 ) ); in SetVisAreaOrSize() 105 lcl_SetTopRight( aArea, aNewPos ); in SetVisAreaOrSize() 109 aNewPos.X() = Max( aArea.Left(), (long) 0 ); in SetVisAreaOrSize() 110 aArea.SetPos( aNewPos ); in SetVisAreaOrSize() 119 lcl_SetTopRight( aArea, aOldVisArea.TopRight() ); in SetVisAreaOrSize() 121 aArea.SetPos( aOldVisArea.TopLeft() ); in SetVisAreaOrSize() 129 aDocument.SnapVisArea( aArea ); in SetVisAreaOrSize() 142 SfxObjectShell::SetVisArea( aArea ); in SetVisAreaOrSize() [all …]
|
H A D | arealink.cxx | 131 String aArea; in DataChanged() local 132 pLinkManager->GetDisplayNames( this,0,&aFile,&aArea,&aFilter); in DataChanged() 139 if ( !aArea.Len() ) in DataChanged() 141 aArea = aSourceArea; in DataChanged() 145 sfx2::MakeLnkName( aNewLinkName, NULL, aFile, aArea, &aFilter ); in DataChanged() 149 Refresh( aFile, aFilter, aArea, GetRefreshDelay() ); in DataChanged()
|
/aoo4110/main/autodoc/source/display/html/ |
H A D | hd_chlst.cxx | 65 ProtectionArea aArea; member 520 return pSglArea->aArea; in GetArea() 529 return aMemberAreas[ixPublic]->aArea; in GetArea() 535 return pSglArea->aArea; in GetArea() 546 : aArea(i_sLabel, i_sTitle), in S_AreaCo() 560 bool bUsed = aArea.WasUsed_Area(); in PerformResult() 564 Create_ChildListLabel( Out(), aArea.Label() ); in PerformResult() 566 if ( aArea.Size() == 1 ) in PerformResult() 568 Out() << aArea.ReleaseTable(); in PerformResult() 575 pTable = aArea.ReleaseTable( ary::cpp::CK_struct ); in PerformResult() [all …]
|
/aoo4110/main/sw/source/ui/wrtsh/ |
H A D | wrtsh1.cxx | 469 aArea.Width( aSize.Width() ); in InsertObject() 470 aArea.Height( aSize.Height() ); in InsertObject() 668 aArea += rOffset; in MoveObjectIfActive() 669 pCli->SetObjArea( aArea ); in MoveObjectIfActive() 865 SwRect aArea; in CalcAndSetScale() local 868 aArea = *pFlyPrtRect; in CalcAndSetScale() 869 aArea += pFlyFrmRect->Pos(); in CalcAndSetScale() 890 aArea.Width ( _aVisArea.Width() ); in CalcAndSetScale() 891 aArea.Height( _aVisArea.Height() ); in CalcAndSetScale() 896 aArea.Width ( Fraction( aArea.Width() ) / pCli->GetScaleWidth() ); in CalcAndSetScale() [all …]
|
/aoo4110/main/sc/source/ui/view/ |
H A D | viewdata.cxx | 1235 if ( aArea.Right() > aArea.Left() + aSize.Width() - 1 ) in EditGrowX() 1237 long nCenter = ( aArea.Left() + aArea.Right() ) / 2; in EditGrowX() 1260 if ( aArea.Right() > aArea.Left() + aSize.Width() - 1 ) in EditGrowX() 1263 aArea.Left() = aArea.Right() - aSize.Width() + 1; in EditGrowX() 1265 aArea.Right() = aArea.Left() + aSize.Width() - 1; in EditGrowX() 1283 if ( aArea.Right() > aArea.Left() + aSize.Width() - 1 ) in EditGrowX() 1286 aArea.Left() = aArea.Right() - aSize.Width() + 1; in EditGrowX() 1288 aArea.Right() = aArea.Left() + aSize.Width() - 1; in EditGrowX() 1348 pWin->Invalidate(aArea); in EditGrowX() 1407 if ( aArea.Bottom() > aArea.Top() + aSize.Height() - 1 ) in EditGrowY() [all …]
|
/aoo4110/main/soldep/source/ |
H A D | graphwin.cxx | 47 Rectangle aArea( GetVisibleArea()); in EndScroll() local 48 long nX = aArea.Right(); in EndScroll() 49 long nY = aArea.Bottom(); in EndScroll() 61 Rectangle aArea( GetVisibleArea()); in Resize() local 62 long nX = aArea.Right(); in Resize() 63 long nY = aArea.Bottom(); in Resize()
|
/aoo4110/main/sfx2/source/appl/ |
H A D | workwin.cxx | 2842 if ( nLeft > aArea.Left() ) in ArrangeAutoHideWindows() 2843 aArea.Left() = nLeft; in ArrangeAutoHideWindows() 2862 aPos.X() = aArea.Left(); in ArrangeAutoHideWindows() 2869 if ( nRight < aArea.Right() ) in ArrangeAutoHideWindows() 2870 aArea.Right() = nRight; in ArrangeAutoHideWindows() 2882 aPos.X() = aArea.Left(); in ArrangeAutoHideWindows() 2888 if ( nTop > aArea.Top() ) in ArrangeAutoHideWindows() 2889 aArea.Top() = nTop; in ArrangeAutoHideWindows() 2906 aPos.X() = aArea.Left(); in ArrangeAutoHideWindows() 2913 aPos.Y() = aArea.Top(); in ArrangeAutoHideWindows() [all …]
|
/aoo4110/main/sd/source/ui/slidesorter/controller/ |
H A D | SlsScrollBarManager.cxx | 182 void ScrollBarManager::PlaceVerticalScrollBar (const Rectangle& aArea) in PlaceVerticalScrollBar() argument 188 Point aPosition (aArea.Right()-aScrollBarSize.Width()+1, aArea.Top()); in PlaceVerticalScrollBar() 189 Size aSize (aScrollBarSize.Width(), aArea.GetHeight() - GetHorizontalScrollBarHeight()); in PlaceVerticalScrollBar() 200 void ScrollBarManager::PlaceFiller (const Rectangle& aArea) in PlaceFiller() argument 204 aArea.Right()-mpVerticalScrollBar->GetSizePixel().Width()+1, in PlaceFiller() 205 aArea.Bottom()-mpHorizontalScrollBar->GetSizePixel().Height()+1), in PlaceFiller()
|
/aoo4110/main/vcl/unx/generic/printer/ |
H A D | ppdparser.cxx | 1312 String aArea = m_pImageableAreas->getValue( nImArea )->m_aValue; in getMargins() local 1313 ImLLx = StringToDouble( GetCommandLineToken( 0, aArea ) ); in getMargins() 1314 ImLLy = StringToDouble( GetCommandLineToken( 1, aArea ) ); in getMargins() 1315 ImURx = StringToDouble( GetCommandLineToken( 2, aArea ) ); in getMargins() 1316 ImURy = StringToDouble( GetCommandLineToken( 3, aArea ) ); in getMargins() 1319 aArea = m_pPaperDimensions->getValue( nPDim )->m_aValue; in getMargins() 1320 PDWidth = StringToDouble( GetCommandLineToken( 0, aArea ) ); in getMargins() 1321 PDHeight = StringToDouble( GetCommandLineToken( 1, aArea ) ); in getMargins() 1347 String aArea = m_pPaperDimensions->getValue( nPDim )->m_aValue; in getPaperDimension() local 1348 PDWidth = StringToDouble( GetCommandLineToken( 0, aArea ) ); in getPaperDimension() [all …]
|
/aoo4110/main/sd/source/ui/slidesorter/inc/controller/ |
H A D | SlsScrollBarManager.hxx | 272 void PlaceHorizontalScrollBar (const Rectangle& aArea); 273 void PlaceVerticalScrollBar (const Rectangle& aArea); 274 void PlaceFiller (const Rectangle& aArea);
|
/aoo4110/main/odk/examples/DevelopersGuide/Charts/ |
H A D | ChartInDraw.java | 145 XPropertySet aArea = maChartDocument.getArea(); in testArea() local 147 if( aArea != null ) in testArea() 150 aArea.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testArea() 151 aArea.setPropertyValue( "FillColor", new Integer( 0xeeeeee )); in testArea()
|
H A D | ChartInCalc.java | 277 XPropertySet aArea = maChartDocument.getArea(); in testArea() local 279 if( aArea != null ) in testArea() 282 aArea.setPropertyValue( "FillStyle", FillStyle.SOLID ); in testArea() 283 aArea.setPropertyValue( "FillColor", new Integer( 0xeeeeee )); in testArea()
|
/aoo4110/main/vcl/source/window/ |
H A D | arrange.cxx | 223 …awt::Rectangle aArea( m_aManagedArea.getX(), m_aManagedArea.getY(), m_aManagedArea.getWidth(), m_a… in getProperties() local 224 aRet[1].Value = uno::makeAny( aArea ); in getProperties() 250 awt::Rectangle aArea( 0, 0, 0, 0 ); in setProperties() local 251 if( pProps[i].Value >>= aArea ) in setProperties() 253 m_aManagedArea.setX( aArea.X ); in setProperties() 254 m_aManagedArea.setY( aArea.Y ); in setProperties() 255 m_aManagedArea.setWidth( aArea.Width ); in setProperties() 256 m_aManagedArea.setHeight( aArea.Height ); in setProperties()
|
H A D | seleng.cxx | 93 if ( !aArea.IsInside( aLastMove.GetPosPixel() ) ) in IMPL_LINK() 396 if( aWTimer.IsActive() && !aArea.IsInside( rMEvt.GetPosPixel() )) in SelMouseMove()
|
/aoo4110/main/vcl/inc/vcl/ |
H A D | seleng.hxx | 82 Rectangle aArea; member in SelectionEngine 113 { aArea = rNewArea; } in SetVisibleArea() 114 const Rectangle& GetVisibleArea() const { return aArea; } in GetVisibleArea()
|
/aoo4110/main/svtools/source/table/ |
H A D | tablecontrol_impl.cxx | 751 Rectangle aArea( Point( 0, 0 ), Size( 0, 0 ) ); in impl_getAllVisibleCellsArea() local 755 aArea.Right() = m_nRowHeaderWidthPixel; in impl_getAllVisibleCellsArea() 765 aArea.Right() = loop->getEnd() - nScrolledOutLeft + m_nRowHeaderWidthPixel; in impl_getAllVisibleCellsArea() 769 && ( loop->getEnd() - nScrolledOutLeft >= aArea.Right() ) in impl_getAllVisibleCellsArea() 773 --aArea.Right(); in impl_getAllVisibleCellsArea() 776 aArea.Bottom() = in impl_getAllVisibleCellsArea() 781 return aArea; in impl_getAllVisibleCellsArea() 789 Rectangle aArea( impl_getAllVisibleCellsArea() ); in impl_getAllVisibleDataCellArea() local 790 aArea.Left() = m_nRowHeaderWidthPixel; in impl_getAllVisibleDataCellArea() 791 aArea.Top() = m_nColHeaderHeightPixel; in impl_getAllVisibleDataCellArea() [all …]
|
/aoo4110/main/sd/source/filter/html/ |
H A D | htmlex.cxx | 1699 Rectangle aArea(((IMapRectangleObject*)pArea)-> in CreateHtmlForPresPages() local 1703 aArea.Move(aLogPos.X() - pPage->GetLftBorder(), in CreateHtmlForPresPages() 1705 aArea.Left() = (long)(aArea.Left() * fLogicToPixel); in CreateHtmlForPresPages() 1706 aArea.Top() = (long)(aArea.Top() * fLogicToPixel); in CreateHtmlForPresPages() 1707 aArea.Right() = (long)(aArea.Right() * fLogicToPixel); in CreateHtmlForPresPages() 1708 aArea.Bottom() = (long)(aArea.Bottom() * fLogicToPixel); in CreateHtmlForPresPages() 1710 aStr += CreateHTMLRectArea(aArea, aURL); in CreateHtmlForPresPages() 1734 Polygon aArea(((IMapPolygonObject*)pArea)->GetPolygon(false)); in CreateHtmlForPresPages() local 1735 …aStr += CreateHTMLPolygonArea(::basegfx::B2DPolyPolygon(aArea.getB2DPolygon()), Size(aLogPos.X() -… in CreateHtmlForPresPages()
|
/aoo4110/main/sc/source/filter/xml/ |
H A D | XMLExportDatabaseRanges.cxx | 106 table::CellRangeAddress aArea = xDatabaseRange->getDataArea(); in GetEmptyDatabaseRanges() local 107 aSkipRanges.AddNewEmptyDatabaseRange(aArea); in GetEmptyDatabaseRanges() 110 … rExport.GetSharedData()->SetLastColumn(aArea.Sheet, aArea.EndColumn); in GetEmptyDatabaseRanges() 111 rExport.GetSharedData()->SetLastRow(aArea.Sheet, aArea.EndRow); in GetEmptyDatabaseRanges()
|
/aoo4110/main/vcl/source/control/ |
H A D | spinfld.cxx | 717 Rectangle aArea( aPoint, pBorder->GetOutputSizePixel() ); in ImplCalcButtonAreas() local 721 aArea, 0, aControlValue, rtl::OUString(), aBound, aContentUp) && in ImplCalcButtonAreas() 723 aArea, 0, aControlValue, rtl::OUString(), aBound, aContentDown); in ImplCalcButtonAreas() 774 Rectangle aArea( aPoint, pBorder->GetOutputSizePixel() ); in Resize() local 778 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in Resize()
|
H A D | lstbox.cxx | 697 Rectangle aArea( aPoint, pBorder->GetOutputSizePixel() ); in Resize() local 700 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in Resize() 712 aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in Resize() 1384 Rectangle aArea( aPoint, aTestSize ); in CalcMinimumSize() local 1386 … CTRL_LISTBOX, PART_SUB_EDIT, aArea, 0, aControlValue, rtl::OUString(), aBound, aContent) ) in CalcMinimumSize()
|
/aoo4110/main/sw/source/core/access/ |
H A D | acctable.cxx | 457 SwRect aArea( mpTabFrm->Frm() ); in GetSelection() local 458 Point aPos( aArea.Pos() ); in GetSelection() 467 aArea.Left( *aStt + aPos.X() ); in GetSelection() 469 aArea.Top( *aStt + aPos.Y() ); in GetSelection() 477 aArea.Right( *aEnd + aPos.X() - 1 ); in GetSelection() 479 aArea.Bottom( *aEnd + aPos.Y() - 1 ); in GetSelection() 482 GetSelection( aPos, aArea, rSelBoxes, mpTabFrm, rSelHdl, bColumns ); in GetSelection()
|
/aoo4110/main/svtools/source/contnr/ |
H A D | svimpbox.cxx | 373 Rectangle aArea( GetVisibleArea() ); in CursorDown() local 374 pView->Scroll( 0, -(pView->GetEntryHeight()), aArea, SCROLL_NOCHILDREN ); in CursorDown() 392 Rectangle aArea( GetVisibleArea() ); in CursorUp() local 393 aArea.Bottom() -= nEntryHeight; in CursorUp() 394 pView->Scroll( 0, nEntryHeight, aArea, SCROLL_NOCHILDREN ); in CursorUp() 428 Rectangle aArea( GetVisibleArea() ); in PageDown() local 432 pView->Scroll( 0, nScroll, aArea, SCROLL_NOCHILDREN ); in PageDown() 464 Rectangle aArea( GetVisibleArea() ); in PageUp() local 466 pView->Scroll( 0, nEntryHeight*nRealDelta, aArea, SCROLL_NOCHILDREN ); in PageUp()
|
/aoo4110/main/sd/source/core/ |
H A D | sdpage.cxx | 3017 Size aArea = rHandoutMaster.GetSize(); in CalculateHandoutAreas() local 3027 …const long nHeaderFooterHeight = static_cast< long >( (aArea.Height() - nTopBorder - nLeftBorder) … in CalculateHandoutAreas() 3035 aArea.Width() -= nGapW * 2 + nLeftBorder + nRightBorder; in CalculateHandoutAreas() 3036 aArea.Height() -= nGapH * 2 + nTopBorder + nBottomBorder; in CalculateHandoutAreas() 3038 const bool bLandscape = aArea.Width() > aArea.Height(); in CalculateHandoutAreas() 3110 aPartArea.Width() = ((aArea.Width() - ((nColCnt-1) * nGapW) ) / nColCnt); in CalculateHandoutAreas() 3111 aPartArea.Height() = ((aArea.Height() - ((nRowCnt-1) * nGapH) ) / nRowCnt); in CalculateHandoutAreas()
|
/aoo4110/main/sc/source/ui/dbgui/ |
H A D | dbnamdlg.cxx | 88 ScRange aArea; member in DBSaveData 102 aArea = rCurArea; in Save() 118 rCurArea = aArea; in Restore()
|
/aoo4110/main/sw/source/core/ole/ |
H A D | ndole.cxx | 822 Rectangle aArea; in GetOleRef() local 830 aArea.SetSize( aSz ); in GetOleRef() 833 aArea.SetSize( Size( 5000, 5000 ) ); in GetOleRef()
|