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.cxx37 sal_Int32 Right (const awt::Rectangle& rBox) in Right() argument
39 return rBox.X + rBox.Width - 1; in Right()
42 sal_Int32 Bottom (const awt::Rectangle& rBox) in Bottom() argument
44 return rBox.Y + rBox.Height - 1; in Bottom()
89 const geometry::RealRectangle2D& rBox) in ConvertRectangle() argument
91 const sal_Int32 nLeft (Floor(rBox.X1)); in ConvertRectangle()
92 const sal_Int32 nTop (Floor(rBox.Y1)); in ConvertRectangle()
93 const sal_Int32 nRight (Ceil(rBox.X2)); in ConvertRectangle()
94 const sal_Int32 nBottom (Ceil(rBox.Y2)); in ConvertRectangle()
102 const geometry::RealRectangle2D& rBox) in ConvertRectangleWithConstantSize() argument
[all …]
H A DPresenterPaneBorderPainter.cxx78 const awt::Rectangle& rBox,
81 const awt::Rectangle& rBox,
157 const awt::Rectangle& rBox,
725 const awt::Rectangle& rBox, in PaintBitmap() argument
755 nX = rBox.X - rpBitmap->mnWidth + rpBitmap->mnXOffset; in PaintBitmap()
759 nX = rBox.X + rBox.Width + rpBitmap->mnXOffset; in PaintBitmap()
763 nX = rBox.X + nStartOffset; in PaintBitmap()
765 nW = rBox.Width - nStartOffset + nEndOffset; in PaintBitmap()
770 nY = rBox.Y - rpBitmap->mnHeight + rpBitmap->mnYOffset; in PaintBitmap()
774 nY = rBox.Y + rBox.Height + rpBitmap->mnYOffset; in PaintBitmap()
[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);
258 geometry::RealPoint2D GetLocation (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()
1402 geometry::RealPoint2D GetLocation (const geometry::RealRectangle2D& rBox) in GetLocation() argument
[all …]
/AOO41X/main/sfx2/source/sidebar/
H A DDrawHelper.cxx34 const Rectangle rBox, in DrawBorder() argument
42 rBox.Left(), in DrawBorder()
43 rBox.Right(), in DrawBorder()
44 rBox.Top(), in DrawBorder()
50 rBox.Left()+aBorderSize.Left(), in DrawBorder()
51 rBox.Right(), in DrawBorder()
52 rBox.Bottom()-aBorderSize.Bottom()+1, in DrawBorder()
58 rBox.Top()+aBorderSize.Top(), in DrawBorder()
59 rBox.Bottom(), in DrawBorder()
60 rBox.Left(), in DrawBorder()
[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()
96 bool operator==( const B3IBox& rBox ) const in operator ==()
98 return (maRangeX == rBox.maRangeX in operator ==()
99 && maRangeY == rBox.maRangeY in operator ==()
100 && maRangeZ == rBox.maRangeZ); in operator ==()
103 bool operator!=( const B3IBox& rBox ) const in operator !=()
105 return (maRangeX != rBox.maRangeX 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()
89 bool operator==( const B2IBox& rBox ) const in operator ==()
91 return (maRangeX == rBox.maRangeX in operator ==()
92 && maRangeY == rBox.maRangeY); in operator ==()
95 bool operator!=( const B2IBox& rBox ) const in operator !=()
97 return (maRangeX != rBox.maRangeX in operator !=()
98 || maRangeY != rBox.maRangeY); in operator !=()
101 void operator=(const B2IBox& rBox) in operator =() argument
[all …]
H A Db1ibox.hxx52 B1IBox(const B1IBox& rBox) in B1IBox() argument
53 : maRange(rBox.maRange) in B1IBox()
67 bool operator==( const B1IBox& rBox ) const in operator ==()
69 return (maRange == rBox.maRange); in operator ==()
72 bool operator!=( const B1IBox& rBox ) const 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()
109 return maRange.isInside(rBox.maRange); in isInside()
[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.cxx235 DXFBoundingBox & rBox) in CalcBoundingBox() argument
242 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()
279 rBox.Union(pE->aP0); in CalcBoundingBox()
280 rBox.Union(pE->aP1); in CalcBoundingBox()
[all …]
/AOO41X/main/sw/source/core/undo/
H A Duntbl.cxx110 _UndoTblCpyTbl_Entry( const SwTableBox& rBox );
184 _SaveBox( _SaveBox* pPrev, const SwTableBox& rBox, _SaveTable& rSTbl );
187 void RestoreAttr( SwTableBox& rBox, _SaveTable& rSTbl );
850 void SwUndoTxtToTbl::AddFillBox( const SwTableBox& rBox ) in AddFillBox() argument
854 pDelBoxes->Insert( rBox.GetSttIdx(), pDelBoxes->Count() ); in AddFillBox()
1257 _SaveBox::_SaveBox( _SaveBox* pPrev, const SwTableBox& rBox, _SaveTable& rSTbl ) in _SaveBox() argument
1265 nItemSet = rSTbl.AddFmt( rBox.GetFrmFmt(), false ); in _SaveBox()
1267 if( rBox.GetSttNd() ) in _SaveBox()
1269 nSttNode = rBox.GetSttIdx(); in _SaveBox()
1270 nRowSpan = rBox.getRowSpan(); in _SaveBox()
[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.cxx650 void MoveRow(SwDoc* pDoc, const FlatFndBox& rBox, sal_uInt16 nS, sal_uInt16 nT, in MoveRow() argument
653 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()
673 const SfxItemSet* pSSet = rBox.GetItemSet( i, nS ); in MoveRow()
698 void MoveCol(SwDoc* pDoc, const FlatFndBox& rBox, sal_uInt16 nS, sal_uInt16 nT, in MoveCol() argument
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()
721 const SfxItemSet* pSSet = rBox.GetItemSet( nS, i ); in MoveCol()
[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()
54 rBox.SelectEntryPos((sal_uInt16)rConfig.GetCurrentGreeting(eType)); in lcl_FillGreetingsBox()
57 void lcl_FillGreetingsBox(ComboBox& rBox, in lcl_FillGreetingsBox() argument
63 rBox.InsertEntry(rEntries[nEntry]); in lcl_FillGreetingsBox()
64 rBox.SelectEntryPos((sal_uInt16)rConfig.GetCurrentGreeting(eType)); in lcl_FillGreetingsBox()
67 void lcl_StoreGreetingsBox(ListBox& rBox, in lcl_StoreGreetingsBox() argument
71 Sequence< ::rtl::OUString> aEntries(rBox.GetEntryCount()); in lcl_StoreGreetingsBox()
73 for(sal_uInt16 nEntry = 0; nEntry < rBox.GetEntryCount(); ++nEntry) in lcl_StoreGreetingsBox()
74 pEntries[nEntry] = rBox.GetEntry(nEntry); 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()
982 …((!aSetBox.GetTop()) ^ (!rBox.GetTop()))) // XOR-Ausdruck ist sal_True, wenn genau einer der beide… in GetTabBorders()
997 aSetBox.SetLine( rBox.GetLeft(), BOX_LINE_LEFT ); 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()
1014 aSetBoxInfo.SetLine( rBox.GetLeft(), BOXINFO_LINE_VERT ); 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
503 nOutSpan = rBox.getRowSpan(); in CollectBoxSelection()
504 const SwTableLine* pTmpL = rBox.GetUpper(); in CollectBoxSelection()
590 void lcl_InvalidateCellFrm( const SwTableBox& rBox ) in lcl_InvalidateCellFrm() argument
592 SwIterator<SwCellFrm,SwFmt> aIter( *rBox.GetFrmFmt() ); in lcl_InvalidateCellFrm()
595 if( pCell->GetTabBox() == &rBox ) in lcl_InvalidateCellFrm()
[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
823 m_aRowDefs.append((sal_Int32)rBox.GetDistance(aBorders[i])); in TableDefinition()
874 const SvxBoxItem& rBox = (SvxBoxItem&)*pItem; in TableDefaultBorders() local
895 if (const SvxBorderLine* pLn = rBox.GetLine(aBorders[i])) in TableDefaultBorders()
898 rBox.GetDistance(aBorders[i])) in TableDefaultBorders()
903 m_aRowDefs.append((sal_Int32)rBox.GetDistance(aBorders[i])); in TableDefaultBorders()
1396 const SvxBoxItem& rBox = pFmt->GetBox(); in SectionPageBorders() local
1397 const SvxBorderLine *pLine = rBox.GetTop(); in SectionPageBorders()
1401 rBox.GetDistance(BOX_LINE_TOP) )); in SectionPageBorders()
1402 pLine = rBox.GetBottom(); in SectionPageBorders()
[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()

12345