Home
last modified time | relevance | path

Searched refs:aBox (Results 26 – 50 of 134) sorted by relevance

123456

/trunk/main/sd/source/ui/slidesorter/view/
H A DSlsInsertionIndicatorOverlay.cxx257 Rectangle aBox ( in PaintRepresentatives() local
266 ::basegfx::B2DRectangle(aBox.Left(), aBox.Top(), aBox.Right()+1, aBox.Bottom()+1), in PaintRepresentatives()
272 Rectangle aBorderBox (GrowRectangle(aBox, 1)); in PaintRepresentatives()
H A DSlsButtonBar.cxx605 Rectangle aBox (maButtonBoundingBox); in LayoutButtons() local
606 aBox.Right() -= nBorder; in LayoutButtons()
609 maRegularButtons[nIndex]->Place(aBox); in LayoutButtons()
610 aBox.Right() = maRegularButtons[nIndex]->GetBoundingBox().Left() - nGap; in LayoutButtons()
617 aBox = maRegularButtons[1]->GetBoundingBox(); in LayoutButtons()
618 maExcludedButtons[0]->Place(aBox); in LayoutButtons()
1222 Rectangle aBox (maBoundingBox); in Paint() local
1223 aBox += aOffset; in Paint()
1224 rDevice.DrawText(aBox, msText, TEXT_DRAW_CENTER | TEXT_DRAW_VCENTER); in Paint()
/trunk/main/sc/source/core/tool/
H A Dautoform.cxx246 aBox( ATTR_BORDER ), in ScAutoFormatDataField()
279 aBox( rCopy.aBox ), in ScAutoFormatDataField()
341 READ( aBox, SvxBoxItem, rVersions.nBoxVersion) in Load()
418 READ( aBox, SvxBoxItem, rVersions.nBoxVersion) in LoadOld()
453 aBox.Store ( rStream, aBox.GetVersion( SOFFICE_FILEFORMAT_40 ) ); in Save()
944 SvxBoxItem aBox( ATTR_BORDER ); in ScAutoFormat() local
945 aBox.SetLine(&aLine, BOX_LINE_LEFT); in ScAutoFormat()
946 aBox.SetLine(&aLine, BOX_LINE_TOP); in ScAutoFormat()
947 aBox.SetLine(&aLine, BOX_LINE_RIGHT); in ScAutoFormat()
948 aBox.SetLine(&aLine, BOX_LINE_BOTTOM); in ScAutoFormat()
[all …]
/trunk/main/vcl/source/app/
H A Dstdtext.cxx54 ErrorBox aBox( pParent, WB_OK | WB_DEF_OK, aText ); in ShowServiceNotAvailableError() local
55 aBox.Execute(); in ShowServiceNotAvailableError()
59 WarningBox aBox( pParent, WB_OK | WB_DEF_OK, aText ); in ShowServiceNotAvailableError() local
60 aBox.Execute(); in ShowServiceNotAvailableError()
/trunk/main/sfx2/source/dialog/
H A Dmgetempl.cxx627 InfoBox aBox( this, SfxResId( MSG_TABPAGE_INVALIDNAME ) ); in DeactivatePage() local
628 aBox.Execute(); in DeactivatePage()
644 InfoBox aBox( this, SfxResId( MSG_TABPAGE_INVALIDSTYLE ) ); in DeactivatePage() local
645 aBox.Execute(); in DeactivatePage()
664 InfoBox aBox( this, SfxResId( MSG_TABPAGE_INVALIDPARENT ) ); in DeactivatePage() local
665 aBox.Execute(); in DeactivatePage()
/trunk/main/sd/source/ui/presenter/
H A DPresenterHelper.cxx330 Rectangle aBox (pChildWindow->GetWindowExtentsRelative(pParentWindow)); in getWindowExtentsRelative() local
331 return awt::Rectangle(aBox.Left(),aBox.Top(),aBox.GetWidth(),aBox.GetHeight()); in getWindowExtentsRelative()
/trunk/main/sfx2/source/sidebar/
H A DGridLayouter.cxx581 Rectangle aBox ( in Paint() local
584 --aBox.Left(); in Paint()
585 --aBox.Top(); in Paint()
586 ++aBox.Right(); in Paint()
587 ++aBox.Bottom(); in Paint()
588 mrParent.DrawRect(aBox); in Paint()
H A DTheme.cxx1101 awt::Rectangle aBox; in ProcessNewValue() local
1102 if (rValue >>= aBox) in ProcessNewValue()
1105 aBox.X, in ProcessNewValue()
1106 aBox.Y, in ProcessNewValue()
1107 aBox.Width, in ProcessNewValue()
1108 aBox.Height); in ProcessNewValue()
/trunk/main/padmin/source/
H A Dfontentry.cxx360 ErrorBox aBox( this, WB_OK | WB_DEF_OK, aErrorText ); in IMPL_LINK() local
361 aBox.Execute(); in IMPL_LINK()
477 ErrorBox aBox( m_pProgress ? (Window*)m_pProgress : (Window*)this, WB_OK | WB_DEF_OK, aText ); in importFontsFailed() local
478 aBox.Execute(); in importFontsFailed()
533 ErrorBox aBox( m_pProgress ? (Window*)m_pProgress : (Window*)this, WB_OK | WB_DEF_OK, aText ); in importFontFailed() local
534 aBox.Execute(); in importFontFailed()
626 InfoBox aBox( this, aText ); in copyFonts() local
627 aBox.Execute(); in copyFonts()
/trunk/main/sc/source/core/data/
H A Dtable4.cxx1806 SvxBoxItem aBox( ATTR_BORDER ); in GetAutoFormatFrame() local
1812 aBox.SetLine(pTheBox->GetLeft(), BOX_LINE_LEFT); in GetAutoFormatFrame()
1814 aBox.SetLine(pLeftBox->GetRight(), BOX_LINE_LEFT); in GetAutoFormatFrame()
1817 aBox.SetLine(pTheBox->GetLeft(), BOX_LINE_LEFT); in GetAutoFormatFrame()
1824 aBox.SetLine(pTheBox->GetTop(), BOX_LINE_TOP); in GetAutoFormatFrame()
1826 aBox.SetLine(pTopBox->GetBottom(), BOX_LINE_TOP); in GetAutoFormatFrame()
1829 aBox.SetLine(pTheBox->GetTop(), BOX_LINE_TOP); in GetAutoFormatFrame()
1836 aBox.SetLine(pTheBox->GetRight(), BOX_LINE_RIGHT); in GetAutoFormatFrame()
1838 aBox.SetLine(pRightBox->GetLeft(), BOX_LINE_RIGHT); in GetAutoFormatFrame()
1841 aBox.SetLine(pTheBox->GetRight(), BOX_LINE_RIGHT); in GetAutoFormatFrame()
[all …]
H A Dvalidat.cxx262 ErrorBox aBox( pParent, WinBits(WB_OK), in DoScript() local
264 aBox.Execute(); in DoScript()
382 ErrorBox aBox( pParent, WinBits(WB_OK), in DoMacro() local
384 aBox.Execute(); in DoMacro()
434 MessBox aBox( pParent, WinBits(nStyle), aTitle, aMessage ); in DoError() local
435 sal_uInt16 nRet = aBox.Execute(); in DoError()
/trunk/main/sc/source/filter/starcalc/
H A Dscflt.cxx877 aBox.SetLine(&aLine, BOX_LINE_LEFT); in PutToDoc()
880 aBox.SetLine(&aLine, BOX_LINE_TOP); in PutToDoc()
883 aBox.SetLine(&aLine, BOX_LINE_RIGHT); in PutToDoc()
886 aBox.SetLine(&aLine, BOX_LINE_BOTTOM); in PutToDoc()
888 aSetItemItemSet.Put(aBox); in PutToDoc()
1322 aBox.SetLine( &aLine, BOX_LINE_LEFT ); in LoadPatternCollection()
1325 aBox.SetLine( &aLine, BOX_LINE_TOP ); in LoadPatternCollection()
1332 rItemSet.Put( aBox ); in LoadPatternCollection()
1995 aBox.SetLine( &aLine, BOX_LINE_LEFT ); in LoadColAttr()
1999 aBox.SetLine( &aLine, BOX_LINE_TOP ); in LoadColAttr()
[all …]
/trunk/main/sc/source/ui/docshell/
H A Ddocsh5.cxx90 InfoBox aBox( pParent, ScGlobal::GetRscString( nGlobStrId ) ); in ErrorMessage() local
91 aBox.Execute(); in ErrorMessage()
574 InfoBox aBox( GetActiveDialogParent(), in DoConsolidate() local
576 aBox.Execute(); in DoConsolidate()
782 InfoBox aBox(GetActiveDialogParent(), in UseScenario() local
784 aBox.Execute(); in UseScenario()
789 InfoBox aBox(GetActiveDialogParent(), in UseScenario() local
791 aBox.Execute(); in UseScenario()
/trunk/main/odk/examples/DevelopersGuide/OfficeDev/DesktopEnvironment/
H A DStatusListener.java260 JCheckBox aBox = (JCheckBox)m_rControl; in statusChanged() local
268 aBox.setSelected(bState); in statusChanged()
270 aBox.setText(m_sTrueText); in statusChanged()
272 aBox.setText(m_sFalseText); in statusChanged()
/trunk/main/svtools/source/dialogs/
H A Dfiledlg2.cxx410 ErrorBox aBox( GetPathDialog(), in IMPL_LINK() local
413 if( aBox.Execute() == RET_CANCEL ) in IMPL_LINK()
526 InfoBox aBox( GetPathDialog(), aBoxText ); in IsFileOk() local
527 aBox.Execute(); in IsFileOk()
1111 InfoBox aBox( GetFileDialog(), in IsFileOk() local
1113 aBox.Execute(); in IsFileOk()
1126 QueryBox aBox( GetFileDialog(), in IsFileOk() local
1129 if( aBox.Execute() != RET_YES ) in IsFileOk()
/trunk/main/svtools/source/control/
H A Dscrwin.cxx440 Rectangle aBox( aTarget.GetUnion(aVisArea) ); in MakeVisible() local
441 long nDeltaX = ( aBox.Right() - aVisArea.Right() ) + in MakeVisible()
442 ( aBox.Left() - aVisArea.Left() ); in MakeVisible()
443 long nDeltaY = ( aBox.Top() - aVisArea.Top() ) + in MakeVisible()
444 ( aBox.Bottom() - aVisArea.Bottom() ); in MakeVisible()
/trunk/main/sdext/source/presenter/
H A DPresenterToolBar.cxx1124 awt::Rectangle aBox ((*iElement)->GetBoundingBox()); in CheckMouseOver() local
1126 && aBox.X <= rEvent.X in CheckMouseOver()
1127 && aBox.Width+aBox.X-1 >= rEvent.X in CheckMouseOver()
1128 && aBox.Y <= rEvent.Y in CheckMouseOver()
1129 && aBox.Height+aBox.Y-1 >= rEvent.Y; in CheckMouseOver()
2016 geometry::RealRectangle2D aBox (xLayout->queryTextBounds()); in Paint() local
2017 const double nTextWidth = aBox.X2 - aBox.X1; in Paint()
2018 const double nY = rBoundingBox.Y + rBoundingBox.Height - aBox.Y2; in Paint()
H A DPresenterAccessibility.cxx1159 const awt::Rectangle aBox (getBounds()); in containsPoint() local
1160 return rPoint.X>=aBox.X in containsPoint()
1161 && rPoint.Y>=aBox.Y in containsPoint()
1162 && rPoint.X<aBox.X+aBox.Width in containsPoint()
1163 && rPoint.Y<aBox.Y+aBox.Height; in containsPoint()
1190 awt::Rectangle aBox; in getBounds() local
1563 const awt::Rectangle aBox (mxContentWindow->getPosSize()); in GetSize() local
1564 return awt::Size(aBox.Width, aBox.Height); in GetSize()
H A DPresenterNotesView.cxx640 const awt::Rectangle aBox (PresenterGeometryHelper::Intersection(rUpdateBox, in PaintText() local
643 if (aBox.Width <= 0 || aBox.Height <= 0) in PaintText()
648 PresenterGeometryHelper::CreatePolygon(aBox, mxCanvas->getDevice())); in PaintText()
662 aBox, in PaintText()
H A DPresenterPaneAnimator.cxx1170 awt::Rectangle aBox (iPane->mpPaneDescriptor->mxBorderWindow->getPosSize()); in MovePanes() local
1171 aBox.X += sal_Int32(nXOffset); in MovePanes()
1172 aBox.Y += sal_Int32(nYOffset); in MovePanes()
1175 aBox.X, in MovePanes()
1176 aBox.Y, in MovePanes()
1177 aBox.Width, in MovePanes()
1178 aBox.Height); in MovePanes()
1179 aBBox = PresenterGeometryHelper::Union(aBBox, aBox); in MovePanes()
H A DPresenterSpritePane.cxx128 awt::Rectangle aBox ( in windowMoved() local
130 mpSprite->MoveTo(geometry::RealPoint2D(aBox.X, aBox.Y)); in windowMoved()
H A DPresenterPaneBorderPainter.cxx611 geometry::RealRectangle2D aBox (xLayout->queryTextBounds()); in PaintTitle() local
612 const double nTextHeight = aBox.Y2 - aBox.Y1; in PaintTitle()
613 const double nTextWidth = aBox.X2 - aBox.X1; in PaintTitle()
616 double nY = rOuterBox.Y + (nTitleBarHeight - nTextHeight) / 2 - aBox.Y1; in PaintTitle()
/trunk/main/cui/source/tabpages/
H A Dtplnedef.cxx654 …WarningBox aBox( DLGWIN, WinBits( WB_OK ),String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) ) … in IMPL_LINK() local
655 aBox.SetHelpId( HID_WARN_NAME_DUPLICATE ); in IMPL_LINK()
656 aBox.Execute(); in IMPL_LINK()
734 …WarningBox aBox( DLGWIN, WinBits( WB_OK ), String( ResId( RID_SVXSTR_WARN_NAME_DUPLICATE, rMgr ) )… in IMPL_LINK() local
735 aBox.SetHelpId( HID_WARN_NAME_DUPLICATE ); in IMPL_LINK()
736 aBox.Execute(); in IMPL_LINK()
/trunk/main/sw/source/core/access/
H A Dacccontext.cxx181 const SwRect aBox( rLower.GetBox( *(GetMap()) ) ); in ChildrenScrolled() local
185 if( aBox.IsOver( rNewVisArea ) ) in ChildrenScrolled()
187 if( aBox.IsOver( rOldVisArea ) ) in ChildrenScrolled()
204 else if( aBox.IsOver( rOldVisArea ) ) in ChildrenScrolled()
310 aBox.IsOver( rOldVisArea ) || in ChildrenScrolled()
311 aBox.IsOver( rNewVisArea ) ) ) in ChildrenScrolled()
947 awt::Rectangle aBox( aPixBounds.Left(), aPixBounds.Top(), in getBoundsImpl() local
950 return aBox; in getBoundsImpl()
/trunk/main/sd/source/ui/slidesorter/model/
H A DSlsPageDescriptor.cxx281 Rectangle aBox (maBoundingBox); in GetBoundingBox() local
283 aBox.Move(aOffset.X(), aOffset.Y()); in GetBoundingBox()
284 return aBox; in GetBoundingBox()

Completed in 204 milliseconds

123456