Home
last modified time | relevance | path

Searched refs:aBox (Results 1 – 25 of 134) sorted by last modified time

123456

/trunk/main/svx/source/table/
H A Dcell.cxx1033 SvxBoxItem aBox( SDRATTR_TABLE_BORDER ); in setPropertyValue() local
1038 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_TOP); in setPropertyValue()
1042 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_BOTTOM); in setPropertyValue()
1046 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_LEFT); in setPropertyValue()
1050 aBox.SetLine(bSet ? &aLine : 0, BOX_LINE_RIGHT); in setPropertyValue()
1061 aBox.SetDistance(pBorder->Distance, false); in setPropertyValue()
1064 mpProperties->SetObjectItem(aBox); in setPropertyValue()
/trunk/main/sfx2/source/sidebar/
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()
H A DToolBoxBackground.cxx103 Rectangle aBox (Point(0,0), GetSizePixel()); in Paint() local
111 aBox, in Paint()
H A DDeckLayouter.cxx78 aBox = LayoutPanels( in LayoutDeck()
79 aBox, in LayoutDeck()
86 UpdateFiller(rFiller, aBox); in LayoutDeck()
102 const sal_Int32 nWidth (aBox.GetWidth()); in LayoutPanels()
168 aBox.GetHeight(), in LayoutPanels()
175 rScrollClipWindow.SetPosSizePixel(aBox.Left(), aBox.Top(), aBox.GetWidth(), aBox.GetHeight()); in LayoutPanels()
180 : aBox.GetHeight()); in LayoutPanels()
182 if (nContentHeight-nY < aBox.GetHeight()) in LayoutPanels()
183 nY = nContentHeight-aBox.GetHeight(); in LayoutPanels()
196 aBox.Top() += nUsedHeight; in LayoutPanels()
[all …]
H A DSidebarController.cxx859 Rectangle aBox (rButtonBox); in ShowPopupMenu() local
860 aBox.Move(mpTabBar->GetPosPixel().X(), 0); in ShowPopupMenu()
861 pMenu->Execute(mpParentWindow, aBox, POPUPMENU_EXECUTE_DOWN); in ShowPopupMenu()
/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 DSlsPageObjectPainter.cxx222 const Rectangle aBox (mpPageObjectLayouter->GetBoundingBox( in PaintBackground() local
228 rDevice.DrawBitmap(aBox.TopLeft(), rBackground); in PaintBackground()
252 const Rectangle aBox (mpPageObjectLayouter->GetBoundingBox( in PaintPreview() local
265 if (aPreview.GetSizePixel() != aBox.GetSize()) in PaintPreview()
266 rDevice.DrawBitmap(aBox.TopLeft(), aBox.GetSize(), aPreview); in PaintPreview()
268 rDevice.DrawBitmap(aBox.TopLeft(), aPreview); in PaintPreview()
344 const Rectangle aBox (mpPageObjectLayouter->GetBoundingBox( in PaintPageNumber() local
402 const Rectangle aBox (mpPageObjectLayouter->GetBoundingBox( in PaintTransitionEffect() local
408 aBox.TopLeft(), in PaintTransitionEffect()
567 const Rectangle aBox (mpPageObjectLayouter->GetBoundingBox( in CreateBackgroundBitmap() local
[all …]
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()
H A DSlsFramePainter.cxx71 const Rectangle aBox) const in PaintFrame()
77 maTopLeft.PaintCorner(rDevice, aBox.TopLeft()); in PaintFrame()
78 maTopRight.PaintCorner(rDevice, aBox.TopRight()); in PaintFrame()
79 maBottomLeft.PaintCorner(rDevice, aBox.BottomLeft()); in PaintFrame()
80 maBottomRight.PaintCorner(rDevice, aBox.BottomRight()); in PaintFrame()
81 maLeft.PaintSide(rDevice, aBox.TopLeft(), aBox.BottomLeft(), maTopLeft, maBottomLeft); in PaintFrame()
82 maRight.PaintSide(rDevice, aBox.TopRight(), aBox.BottomRight(), maTopRight, maBottomRight); in PaintFrame()
83 maTop.PaintSide(rDevice, aBox.TopLeft(), aBox.TopRight(), maTopLeft, maTopRight); in PaintFrame()
84 maBottom.PaintSide(rDevice, aBox.BottomLeft(), aBox.BottomRight(), maBottomLeft, maBottomRight); in PaintFrame()
85 maCenter.PaintCenter(rDevice,aBox); in PaintFrame()
H A DSlsToolTip.cxx171 Rectangle aBox ( in DoShow() local
180 if (aBox.Bottom() >= pWindow->GetSizePixel().Height()) in DoShow()
192 aBox.Move(aOffset.X(), aOffset.Y() + aBox.GetHeight() + 3); in DoShow()
195 aBox, in DoShow()
H A DSlsFramePainter.hxx41 void PaintFrame (OutputDevice&rDevice, const Rectangle aBox) const;
/trunk/main/sfx2/inc/sfx2/sidebar/
H A DTools.hxx61 static SvBorder RectangleToSvBorder (const Rectangle aBox);
/trunk/main/padmin/source/
H A Dpadialog.cxx162 ErrorBox aBox( GetParent(), WB_OK | WB_DEF_OK, String( PaResId( RID_ERR_NOWRITE ) ) ); in Init() local
163 aBox.Execute(); in Init()
641 ErrorBox aBox( this, WB_OK | WB_DEF_OK, aText ); in RemDevice() local
642 aBox.Execute(); in RemDevice()
H A Dadddlg.cxx243 aBox.SetText( m_aRemStr ); in IMPL_LINK()
244 if( aBox.Execute() == RET_NO ) in IMPL_LINK()
252 aBox.SetText( m_aRemStr ); in IMPL_LINK()
253 if( aBox.Execute() == RET_NO ) in IMPL_LINK()
441 InfoBox aBox( this, m_aHelpTxt ); in IMPL_LINK() local
442 aBox.Execute(); in IMPL_LINK()
523 InfoBox aBox( this, aText ); in APOldPrinterPage() local
524 aBox.Execute(); in APOldPrinterPage()
535 InfoBox aBox( this, aText ); in APOldPrinterPage() local
536 aBox.Execute(); in APOldPrinterPage()
[all …]
/trunk/main/sw/source/filter/ww8/
H A Dww8graf.cxx1725 SvxBoxItem aBox(sw::util::ItemGet<SvxBoxItem>(rFlySet, RES_BOX)); in MatchSdrItemsIntoFlySet() local
1745 eShapeType, nLineThick, aBox); in MatchSdrItemsIntoFlySet()
1754 if (0 != (pLine = aBox.GetLine(BOX_LINE_LEFT))) in MatchSdrItemsIntoFlySet()
1760 if (0 != (pLine = aBox.GetLine(BOX_LINE_TOP))) in MatchSdrItemsIntoFlySet()
1766 if (0 != (pLine = aBox.GetLine(BOX_LINE_RIGHT))) in MatchSdrItemsIntoFlySet()
1772 if (0 != (pLine = aBox.GetLine(BOX_LINE_BOTTOM))) in MatchSdrItemsIntoFlySet()
1780 aBox.SetDistance( (sal_uInt16)rInnerDist.Left(), BOX_LINE_LEFT ); in MatchSdrItemsIntoFlySet()
1782 aBox.SetDistance( (sal_uInt16)rInnerDist.Top(), BOX_LINE_TOP ); in MatchSdrItemsIntoFlySet()
1784 aBox.SetDistance( (sal_uInt16)rInnerDist.Right(), BOX_LINE_RIGHT ); in MatchSdrItemsIntoFlySet()
1786 aBox.SetDistance( (sal_uInt16)rInnerDist.Bottom(), BOX_LINE_BOTTOM ); in MatchSdrItemsIntoFlySet()
[all …]
/trunk/main/sc/source/ui/view/
H A Dviewfun4.cxx421 InfoBox aBox( GetViewData()->GetDialogParent(), aErr ); in DoThesaurus() local
422 aBox.Execute(); in DoThesaurus()
/trunk/main/sc/source/ui/docshell/
H A Ddocfunc.cxx3518 … InfoBox aBox( rDocShell.GetActiveDialogParent(), String( ScResId( SCSTR_WRONGPASSWORD ) ) ); in Unprotect() local
3519 aBox.Execute(); in Unprotect()
3548 … InfoBox aBox( rDocShell.GetActiveDialogParent(), String( ScResId( SCSTR_WRONGPASSWORD ) ) ); in Unprotect() local
3549 aBox.Execute(); in Unprotect()
H A Dimpex.cxx1345 ScReplaceWarnBox aBox( pDocSh->GetActiveDialogParent() ); in ExtText2Doc() local
1346 if ( aBox.Execute() != RET_YES ) in ExtText2Doc()
/trunk/main/dbaccess/source/ui/tabledesign/
H A DTableController.cxx1003 OSQLMessageBox aBox(getView(), sTitle,sMsg, WB_YES_NO_CANCEL | WB_DEF_YES); in checkColumns() local
1005 switch ( aBox.Execute() ) in checkColumns()
/trunk/main/sw/source/core/doc/
H A Dtblafmt.cxx216 aBox( RES_BOX ), in SwBoxAutoFmt()
234 aBox.SetDistance( 55 ); in SwBoxAutoFmt()
257 aBox( rNew.aBox ), in SwBoxAutoFmt()
301 aBox = rNew.aBox; in operator =()
438 READ( aBox, SvxBoxItem , 10) in LoadOld()
469 aBox.Store( rStream, aBox.GetVersion(SOFFICE_FILEFORMAT_40) ); in Save()
928 SvxBoxItem aBox( RES_BOX ); in SwTableAutoFmtTbl() local
929 aBox.SetDistance( 55 ); in SwTableAutoFmtTbl()
931 aBox.SetLine( &aLn, BOX_LINE_LEFT ); in SwTableAutoFmtTbl()
932 aBox.SetLine( &aLn, BOX_LINE_BOTTOM ); in SwTableAutoFmtTbl()
[all …]
/trunk/main/sw/inc/
H A Dtblafmt.hxx95 SvxBoxItem aBox; member in SwBoxAutoFmt
144 const SvxBoxItem &GetBox() const { return aBox; } in GetBox()
176 void SetBox( const SvxBoxItem& rNew ) { aBox = rNew; } in SetBox()
/trunk/main/sdext/source/presenter/
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()
/trunk/main/fpicker/source/office/
H A Diodlg.cxx1257 QueryBox aBox( pThis, WB_YES_NO, SvtResId( STR_SVT_ALREADYEXISTOVERWRITE ) ); in IMPL_STATIC_LINK() local
1258 if ( aBox.Execute() != RET_YES ) in IMPL_STATIC_LINK()
2117 ErrorBox aBox( this, WB_OK, SvtResId( STR_SVT_NOREMOVABLEDEVICE ) ); in PrepareExecute() local
2118 aBox.Execute(); in PrepareExecute()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltertabdialog.cxx314 ErrorBox aBox(this, (WinBits)(WB_OK), aMessage ); in onOk() local
315 aBox.Execute(); in onOk()
H A Dxmlfiltersettingsdialog.cxx960 InfoBox aBox(this, aMsg ); in onSave() local
961 aBox.Execute(); in onSave()
1028 InfoBox aBox(this, aMsg ); in onOpen() local
1029 aBox.Execute(); in onOpen()

Completed in 210 milliseconds

123456