Home
last modified time | relevance | path

Searched refs:rBox (Results 1 – 25 of 122) sorted by relevance

12345

/aoo41x/main/sdext/source/presenter/
H A DPresenterGeometryHelper.cxx39 return rBox.X + rBox.Width - 1; in Right()
44 return rBox.Y + rBox.Height - 1; in Bottom()
107 Round(rBox.X2 - rBox.X1), in ConvertRectangleWithConstantSize()
108 Round(rBox.Y2 - rBox.Y1)); in ConvertRectangleWithConstantSize()
120 rBox.X + rBox.Width, in ConvertRectangle()
121 rBox.Y + rBox.Height); in ConvertRectangle()
132 return awt::Rectangle(rBox.X + nXOffset, rBox.Y + nYOffset, rBox.Width, rBox.Height); in TranslateRectangle()
260 aPoints[0][1] = geometry::RealPoint2D(rBox.X, rBox.Y+rBox.Height); in CreatePolygon()
261 aPoints[0][2] = geometry::RealPoint2D(rBox.X+rBox.Width, rBox.Y+rBox.Height); in CreatePolygon()
262 aPoints[0][3] = geometry::RealPoint2D(rBox.X+rBox.Width, rBox.Y); in CreatePolygon()
[all …]
H A DPresenterPaneBorderPainter.cxx78 const awt::Rectangle& rBox,
157 const awt::Rectangle& rBox,
725 const awt::Rectangle& rBox, in PaintBitmap() argument
759 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap()
763 nX = rBox.X + nStartOffset; in PaintBitmap()
774 nY = rBox.Y + rBox.Height + rpBitmap->mnYOffset; in PaintBitmap()
778 nY = rBox.Y + nStartOffset; in PaintBitmap()
1001 const awt::Rectangle& rBox, in AddBorder() argument
1017 return rBox; in AddBorder()
1030 const awt::Rectangle& rBox, in RemoveBorder() argument
[all …]
H A DPresenterGeometryHelper.hxx54 const css::geometry::RealRectangle2D& rBox);
60 const css::geometry::RealRectangle2D& rBox);
63 const css::awt::Rectangle& rBox);
69 const css::awt::Rectangle& rBox,
82 const css::geometry::RealRectangle2D& rBox,
104 const css::awt::Rectangle& rBox,
108 const css::geometry::RealRectangle2D& rBox,
H A DPresenterPaneAnimator.cxx94 const geometry::RealRectangle2D& rBox);
259 geometry::RealSize2D GetSize (const geometry::RealRectangle2D& rBox);
395 const geometry::RealRectangle2D& rBox) in ResizePane() argument
403 rBox.X1, in ResizePane()
404 rBox.Y1, in ResizePane()
405 rBox.X2-rBox.X1, in ResizePane()
406 rBox.Y2-rBox.Y1); in ResizePane()
410 pDescriptor->maSpriteProvider()->Resize(GetSize(rBox)); in ResizePane()
1404 return geometry::RealPoint2D(rBox.X1, rBox.Y1); in GetLocation()
1410 geometry::RealSize2D GetSize (const geometry::RealRectangle2D& rBox) in GetSize() argument
[all …]
/aoo41x/main/sfx2/source/sidebar/
H A DDrawHelper.cxx42 rBox.Left(), in DrawBorder()
43 rBox.Right(), in DrawBorder()
44 rBox.Top(), in DrawBorder()
51 rBox.Right(), in DrawBorder()
60 rBox.Left(), in DrawBorder()
87 rBox.Left(), in DrawBevelBorder()
89 rBox.Top(), in DrawBevelBorder()
96 rBox.Right(), in DrawBevelBorder()
105 rBox.Left(), in DrawBevelBorder()
119 rBox.Top(), in DrawBevelBorder()
[all …]
/aoo41x/main/basegfx/inc/basegfx/range/
H A Db3ibox.hxx77 B3IBox(const B3IBox& rBox) : in B3IBox() argument
78 maRangeX(rBox.maRangeX), in B3IBox()
79 maRangeY(rBox.maRangeY), in B3IBox()
80 maRangeZ(rBox.maRangeZ) in B3IBox()
99 && maRangeY == rBox.maRangeY in operator ==()
100 && maRangeZ == rBox.maRangeZ); in operator ==()
106 || maRangeY != rBox.maRangeY in operator !=()
112 maRangeX = rBox.maRangeX; in operator =()
113 maRangeY = rBox.maRangeY; in operator =()
114 maRangeZ = rBox.maRangeZ; in operator =()
[all …]
H A Db2ibox.hxx72 B2IBox(const B2IBox& rBox) : in B2IBox() argument
73 maRangeX(rBox.maRangeX), in B2IBox()
74 maRangeY(rBox.maRangeY) in B2IBox()
91 return (maRangeX == rBox.maRangeX in operator ==()
92 && maRangeY == rBox.maRangeY); in operator ==()
98 || maRangeY != rBox.maRangeY); in operator !=()
103 maRangeX = rBox.maRangeX; in operator =()
104 maRangeY = rBox.maRangeY; in operator =()
199 void expand(const B2IBox& rBox) in expand() argument
201 maRangeX.expand(rBox.maRangeX); in expand()
[all …]
H A Db1ibox.hxx52 B1IBox(const B1IBox& rBox) in B1IBox() argument
53 : maRange(rBox.maRange) in B1IBox()
69 return (maRange == rBox.maRange); in operator ==()
74 return (maRange != rBox.maRange); in operator !=()
77 void operator=(const B1IBox& rBox) in operator =() argument
79 maRange = rBox.maRange; in operator =()
107 bool isInside(const B1IBox& rBox) const in isInside()
122 void expand(const B1IBox& rBox) in expand() argument
124 maRange.expand(rBox.maRange); in expand()
127 void intersect(const B1IBox& rBox) in intersect() argument
[all …]
H A Dbasicbox.hxx53 BasicBox(const BasicBox& rBox) : in BasicBox() argument
54 Base( rBox ) in BasicBox()
86 bool overlaps(const BasicBox& rBox) const in overlaps()
94 if(rBox.isEmpty()) in overlaps()
100 return !((rBox.mnMaximum <= mnMinimum) || (rBox.mnMinimum >= mnMaximum)); in overlaps()
/aoo41x/main/filter/source/graphicfilter/idxf/
H A Ddxfreprd.cxx242 rBox.Union(pE->aP0); in CalcBoundingBox()
243 rBox.Union(pE->aP1); in CalcBoundingBox()
248 rBox.Union(pE->aP0); in CalcBoundingBox()
257 rBox.Union(aP); in CalcBoundingBox()
261 rBox.Union(aP); in CalcBoundingBox()
270 rBox.Union(aP); in CalcBoundingBox()
274 rBox.Union(aP); in CalcBoundingBox()
315 rBox.Union(aP); in CalcBoundingBox()
319 rBox.Union(aP); in CalcBoundingBox()
357 rBox.Union(aP); in CalcBoundingBox()
[all …]
/aoo41x/main/sw/source/core/undo/
H A Duntbl.cxx1267 if( rBox.GetSttNd() ) in _SaveBox()
1269 nSttNode = rBox.GetSttIdx(); in _SaveBox()
1270 nRowSpan = rBox.getRowSpan(); in _SaveBox()
1295 rSTbl.NewFrmFmt( 0, &rBox, nItemSet, rBox.GetFrmFmt() ); in RestoreAttr()
1299 if( !rBox.GetTabLines().Count() ) in RestoreAttr()
1318 else if( rBox.GetSttNd() && rBox.GetSttIdx() == nSttNode ) in RestoreAttr()
2217 SwNodeIndex aIdx( *rBox.GetSttNd(), 1 ); in SaveCollection()
2236 nNode = rBox.GetSttIdx(); in SwUndoTblNumFmt()
2487 nNode = rBox.GetSttIdx(); in SetBox()
2627 aInsIdx = rBox.GetSttIdx() + 1; in UndoImpl()
[all …]
/aoo41x/main/svx/source/mnuctrls/
H A Dclipboardctl.cxx59 ToolBox& rBox = GetToolBox(); in SvxClipBoardControl() local
60 rBox.SetItemBits( nId, TIB_DROPDOWN | rBox.GetItemBits( nId ) ); in SvxClipBoardControl()
61 rBox.Invalidate(); in SvxClipBoardControl()
92 ToolBox& rBox = GetToolBox(); in CreatePopupWindow() local
94 rBox.SetItemDown( nId, sal_True ); in CreatePopupWindow()
96 pPopup->Execute( &rBox, rBox.GetItemRect( nId ), in CreatePopupWindow()
97 (rBox.GetAlign() == WINDOWALIGN_TOP || rBox.GetAlign() == WINDOWALIGN_BOTTOM) ? in CreatePopupWindow()
100 rBox.SetItemDown( nId, sal_False ); in CreatePopupWindow()
/aoo41x/main/sd/source/ui/slidesorter/view/
H A DSlsPageObjectPainter.cxx583 const Rectangle& rBox) const in PaintBorder()
592 Point(rBox.Left()-nDelta, rBox.Top()-nDelta), in PaintBorder()
593 Point(rBox.Left()-nDelta, rBox.Bottom()+nDelta)); in PaintBorder()
595 Point(rBox.Left()-nDelta, rBox.Bottom()+nDelta), in PaintBorder()
596 Point(rBox.Right()+nDelta, rBox.Bottom()+nDelta)); in PaintBorder()
598 Point(rBox.Right()+nDelta, rBox.Bottom()+nDelta), in PaintBorder()
599 Point(rBox.Right()+nDelta, rBox.Top()-nDelta)); in PaintBorder()
603 Point(rBox.Left()-nDelta, rBox.Top()-nDelta), in PaintBorder()
604 Point(rBox.Right()+nDelta, rBox.Top()-nDelta)); in PaintBorder()
H A DSlsLayeredDevice.cxx68 const Rectangle& rBox) in DeviceCopy() argument
71 rBox.TopLeft(), in DeviceCopy()
72 rBox.GetSize(), in DeviceCopy()
73 rBox.TopLeft(), in DeviceCopy()
74 rBox.GetSize(), in DeviceCopy()
129 void ValidateRectangle (const Rectangle& rBox);
470 void Layer::ValidateRectangle (const Rectangle& rBox) in ValidateRectangle() argument
475 mpLayerDevice->IntersectClipRegion(rBox); in ValidateRectangle()
483 (*iPainter)->Paint(*mpLayerDevice, rBox); in ValidateRectangle()
/aoo41x/main/sw/source/core/doc/
H A Ddocsort.cxx653 for( sal_uInt16 i=0; i < rBox.GetCols(); ++i ) in MoveRow()
655 const _FndBox* pSource = rBox.GetBox(i, nS); in MoveRow()
658 const _FndBox* pTarget = rBox.GetBox(i, nT); in MoveRow()
701 for(sal_uInt16 i=0; i < rBox.GetRows(); ++i) in MoveCol()
703 const _FndBox* pSource = rBox.GetBox(nS, i); in MoveCol()
706 const _FndBox* pTarget = rBox.GetBox(nT, i); in MoveCol()
806 rBoxRef(rBox), in FlatFndBox()
845 const _FndLines &rLines = rBox.GetLines(); in CheckLineSymmetry()
900 const _FndLines& rLines = rBox.GetLines(); in GetColCount()
929 const _FndLines& rLines = rBox.GetLines(); in GetRowCount()
[all …]
/aoo41x/main/svtools/source/misc/
H A Dunitconv.cxx90 void SetFieldUnit( MetricBox& rBox, FieldUnit eUnit, sal_Bool bAll ) in SetFieldUnit() argument
92 sal_Int64 nMin = rBox.Denormalize( rBox.GetMin( FUNIT_TWIP ) ); in SetFieldUnit()
93 sal_Int64 nMax = rBox.Denormalize( rBox.GetMax( FUNIT_TWIP ) ); in SetFieldUnit()
111 rBox.SetUnit( eUnit ); in SetFieldUnit()
113 if ( FUNIT_POINT == eUnit && rBox.GetDecimalDigits() > 1 ) in SetFieldUnit()
114 rBox.SetDecimalDigits( 1 ); in SetFieldUnit()
116 rBox.SetDecimalDigits( 2 ); in SetFieldUnit()
120 rBox.SetMin( rBox.Normalize( nMin ), FUNIT_TWIP ); in SetFieldUnit()
121 rBox.SetMax( rBox.Normalize( nMax ), FUNIT_TWIP ); in SetFieldUnit()
/aoo41x/main/sw/source/ui/dbui/
H A Dmmgreetingspage.cxx47 void lcl_FillGreetingsBox(ListBox& rBox, in lcl_FillGreetingsBox() argument
53 rBox.InsertEntry(rEntries[nEntry]); in lcl_FillGreetingsBox()
57 void lcl_FillGreetingsBox(ComboBox& rBox, in lcl_FillGreetingsBox() argument
63 rBox.InsertEntry(rEntries[nEntry]); in lcl_FillGreetingsBox()
67 void lcl_StoreGreetingsBox(ListBox& rBox, in lcl_StoreGreetingsBox() argument
71 Sequence< ::rtl::OUString> aEntries(rBox.GetEntryCount()); in lcl_StoreGreetingsBox()
74 pEntries[nEntry] = rBox.GetEntry(nEntry); in lcl_StoreGreetingsBox()
76 rConfig.SetCurrentGreeting(eType, rBox.GetSelectEntryPos()); in lcl_StoreGreetingsBox()
79 void lcl_StoreGreetingsBox(ComboBox& rBox, in lcl_StoreGreetingsBox() argument
83 Sequence< ::rtl::OUString> aEntries(rBox.GetEntryCount()); in lcl_StoreGreetingsBox()
[all …]
/aoo41x/main/sw/source/core/docnode/
H A Dndtbl1.cxx969 const SvxBoxItem &rBox = pFmt->GetBox(); in GetTabBorders() local
978 aSetBox.SetLine( rBox.GetTop(), BOX_LINE_TOP ); in GetTabBorders()
980 else if ((aSetBox.GetTop() && rBox.GetTop() && in GetTabBorders()
981 !(*aSetBox.GetTop() == *rBox.GetTop())) || in GetTabBorders()
999 else if ((aSetBox.GetLeft() && rBox.GetLeft() && in GetTabBorders()
1000 !(*aSetBox.GetLeft() == *rBox.GetLeft())) || in GetTabBorders()
1001 ((!aSetBox.GetLeft()) ^ (!rBox.GetLeft()))) in GetTabBorders()
1033 !(*aSetBox.GetRight() == *rBox.GetRight())) || in GetTabBorders()
1034 (!aSetBox.GetRight() ^ !rBox.GetRight())) in GetTabBorders()
1051 (!aSetBox.GetBottom() ^ !rBox.GetBottom())) in GetTabBorders()
[all …]
/aoo41x/main/sw/source/core/table/
H A Dswnewtable.cxx167 long lcl_Box2LeftBorder( const SwTableBox& rBox ) in lcl_Box2LeftBorder() argument
169 if( !rBox.GetUpper() ) in lcl_Box2LeftBorder()
172 const SwTableLine &rLine = *rBox.GetUpper(); in lcl_Box2LeftBorder()
178 if( pBox == &rBox ) in lcl_Box2LeftBorder()
501 const SwTableBox& rBox = in CollectBoxSelection() local
590 void lcl_InvalidateCellFrm( const SwTableBox& rBox ) in lcl_InvalidateCellFrm() argument
595 if( pCell->GetTabBox() == &rBox ) in lcl_InvalidateCellFrm()
1072 SwTableBox* pBox = &rBox; in lcl_getAllMergedBoxes()
1097 lcl_getAllMergedBoxes( rTable, aBoxes, rBox ); in lcl_UnMerge()
1217 if( nCnt > rBox.getRowSpan() ) in lcl_SophisticatedFillLineIndices()
[all …]
/aoo41x/main/dbaccess/source/ui/dlg/
H A DTextConnectionHelper.cxx566 String OTextConnectionHelper::GetSeparator( const ComboBox& rBox, const String& rList ) in GetSeparator() argument
569 xub_StrLen nPos(rBox.GetEntryPos( rBox.GetText() )); in GetSeparator()
572 return rBox.GetText().Copy(0); in GetSeparator()
574 if ( !( &m_aTextSeparator == &rBox && nPos == (rBox.GetEntryCount()-1) ) ) in GetSeparator()
583 void OTextConnectionHelper::SetSeparator( ComboBox& rBox, const String& rList, const String& rVal ) in SetSeparator() argument
597 rBox.SetText( rList.GetToken( i, nTok ) ); in SetSeparator()
604 if ( &m_aTextSeparator == &rBox && !rVal.Len() ) in SetSeparator()
605 rBox.SetText(m_aTextNone); in SetSeparator()
607 rBox.SetText( rVal.Copy(0, 1) ); in SetSeparator()
/aoo41x/main/sw/source/core/inc/
H A DUndoTable.hxx112 void AddFillBox( const SwTableBox& rBox );
175 void SaveBoxCntnt( const SwTableBox& rBox );
251 void SaveCollection( const SwTableBox& rBox );
272 SwUndoTblNumFmt( const SwTableBox& rBox, const SfxItemSet* pNewSet = 0 );
281 void SetBox( const SwTableBox& rBox );
293 SwUndo* PrepareRedline( SwDoc* pDoc, const SwTableBox& rBox,
303 void AddBoxBefore( const SwTableBox& rBox, sal_Bool bDelCntnt );
304 void AddBoxAfter( const SwTableBox& rBox, const SwNodeIndex& rIdx,
H A Ddocsort.hxx60 void MoveCol(SwDoc* pDoc, const FlatFndBox& rBox,
62 void MoveRow(SwDoc* pDoc, const FlatFndBox& rBox,
135 FlatFndBox(SwDoc* pDocPtr, const _FndBox& rBox);
149 sal_Bool CheckLineSymmetry(const _FndBox& rBox);
151 sal_uInt16 GetColCount(const _FndBox& rBox);
152 sal_uInt16 GetRowCount(const _FndBox& rBox);
/aoo41x/main/sw/source/filter/ww8/
H A Drtfattributeoutput.cxx802 const SvxBoxItem& rBox = pFmt->GetBox( ); in TableDefinition() local
1396 const SvxBoxItem& rBox = pFmt->GetBox(); in SectionPageBorders() local
1402 pLine = rBox.GetBottom(); in SectionPageBorders()
1407 pLine = rBox.GetLeft(); in SectionPageBorders()
1412 pLine = rBox.GetRight(); in SectionPageBorders()
3094 sal_uInt16 nDist = rBox.GetDistance(); in FormatBox()
3099 if( rBox.GetTop() && rBox.GetBottom() && in FormatBox()
3100 rBox.GetLeft() && rBox.GetRight() && in FormatBox()
3101 *rBox.GetTop() == *rBox.GetBottom() && in FormatBox()
3102 *rBox.GetTop() == *rBox.GetLeft() && in FormatBox()
[all …]
/aoo41x/main/svtools/source/brwbox/
H A Debbcontrols.cxx100 ComboBoxControl& rBox = GetComboBox(); in MoveAllowed() local
106 Selection aSel = rBox.GetSelection(); in MoveAllowed()
107 return !aSel && aSel.Max() == rBox.GetText().Len(); in MoveAllowed()
112 Selection aSel = rBox.GetSelection(); in MoveAllowed()
117 if (rBox.IsInDropDown()) in MoveAllowed()
128 if (rBox.IsInDropDown()) in MoveAllowed()
210 ListBoxControl& rBox = GetListBox(); in MoveAllowed() local
224 if (rBox.IsTravelSelect()) in MoveAllowed()
/aoo41x/main/svx/source/tbxctrls/
H A Dlboxctrl.cxx286 ToolBox& rBox = GetToolBox(); in StateChanged() local
287 rBox.SetQuickHelpText( GetId(), aDefaultText ); in StateChanged()
292 ToolBox& rBox = GetToolBox(); in StateChanged() local
294 rBox.SetQuickHelpText( GetId(), aQuickHelpText ); in StateChanged()
325 ToolBox& rBox = GetToolBox(); in CreatePopupWindow() local
327 pPopupWin = new SvxPopupWindowListBox( GetSlotId(), m_aCommandURL, GetId(), rBox ); in CreatePopupWindow()
343 pPopupWin->StartPopupMode( &rBox, FLOATWIN_POPUPMODE_GRABFOCUS ); in CreatePopupWindow()

Completed in 398 milliseconds

12345