Home
last modified time | relevance | path

Searched refs:rVisRect (Results 1 – 5 of 5) sorted by relevance

/AOO41X/main/sc/source/core/data/
H A Dpostit.cxx249 const Rectangle& rVisRect = GetVisRect( pVisRect ); in FitCaptionToRect() local
253 aTailPos.X() = ::std::max( ::std::min( aTailPos.X(), rVisRect.Right() ), rVisRect.Left() ); in FitCaptionToRect()
254 aTailPos.Y() = ::std::max( ::std::min( aTailPos.Y(), rVisRect.Bottom() ), rVisRect.Top() ); in FitCaptionToRect()
261 aCaptPos.X() = ::std::min< long >( aCaptPos.X(), rVisRect.Right() - aCaptRect.GetWidth() ); in FitCaptionToRect()
263 aCaptPos.X() = ::std::max< long >( aCaptPos.X(), rVisRect.Left() ); in FitCaptionToRect()
265 aCaptPos.Y() = ::std::min< long >( aCaptPos.Y(), rVisRect.Bottom() - aCaptRect.GetHeight() ); in FitCaptionToRect()
267 aCaptPos.Y() = ::std::max< long >( aCaptPos.Y(), rVisRect.Top() ); in FitCaptionToRect()
275 const Rectangle& rVisRect = GetVisRect( pVisRect ); in AutoPlaceCaption() local
283 long nLeftSpace = maCellRect.Left() - rVisRect.Left() + 1; in AutoPlaceCaption()
284 long nRightSpace = rVisRect.Right() - maCellRect.Right() + 1; in AutoPlaceCaption()
[all …]
/AOO41X/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx92 void Init(const Rectangle& rVisRect, sal_Int32 nOffset);
98 void DataChanged(const Rectangle& rVisRect);
109 …bleTextHelper* CreateTextHelper(const String& rString, const Rectangle& rVisRect, const ScAddress&…
110 …sal_Int32 AddNotes(const ScPreviewLocationData& rData, const Rectangle& rVisRect, sal_Bool bMark, …
114 sal_Int32 CheckChanges(const ScPreviewLocationData& rData, const Rectangle& rVisRect,
144 …ScNotesChilds::CreateTextHelper(const String& rString, const Rectangle& rVisRect, const ScAddress&… in CreateTextHelper() argument
158 pTextHelper->SetOffset(rVisRect.TopLeft()); in CreateTextHelper()
164 sal_Int32 ScNotesChilds::AddNotes(const ScPreviewLocationData& rData, const Rectangle& rVisRect, sa… in AddNotes() argument
166 sal_Int32 nCount = rData.GetNoteCountInRange(rVisRect, bMark); in AddNotes()
180 if (rData.GetNoteInRange(rVisRect, nIndex, bMark, aNote.maNoteCell, aNote.maRect)) in AddNotes()
[all …]
/AOO41X/main/sc/inc/
H A Dpostit.hxx178 const Rectangle& rVisRect, bool bTailFront );
/AOO41X/main/sc/source/ui/view/
H A Dprevloc.cxx735 Rectangle ScPreviewLocationData::GetHeaderCellOutputRect(const Rectangle& rVisRect, const ScAddress… in GetHeaderCellOutputRect() argument
741 GetTableInfo( rVisRect, aTableInfo ); in GetHeaderCellOutputRect()
/AOO41X/main/sc/source/ui/inc/
H A Dprevloc.hxx145 …Rectangle GetHeaderCellOutputRect(const Rectangle& rVisRect, const ScAddress& rCellPos, sal_Bool b…