Home
last modified time | relevance | path

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

/trunk/main/sc/inc/
H A Dpostit.hxx178 const Rectangle& rVisRect, bool bTailFront );
/trunk/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()
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()
285 long nTopSpace = maCellRect.Top() - rVisRect.Top() + 1; in AutoPlaceCaption()
810 rVisRect.Left() + SC_NOTECAPTION_BORDERDIST_TEMP, in CreateTempCaption()
811 rVisRect.Top() + SC_NOTECAPTION_BORDERDIST_TEMP, in CreateTempCaption()
812 rVisRect.Right() - SC_NOTECAPTION_BORDERDIST_TEMP, in CreateTempCaption()
[all …]
/trunk/main/sc/source/ui/Accessibility/
H A DAccessibleDocumentPagePreview.cxx92 void Init(const Rectangle& rVisRect, sal_Int32 nOffset);
98 void DataChanged(const Rectangle& rVisRect);
114 sal_Int32 CheckChanges(const ScPreviewLocationData& rData, const Rectangle& rVisRect,
158 pTextHelper->SetOffset(rVisRect.TopLeft()); in CreateTextHelper()
166 sal_Int32 nCount = rData.GetNoteCountInRange(rVisRect, bMark); in AddNotes()
203 void ScNotesChilds::Init(const Rectangle& rVisRect, sal_Int32 nOffset) in Init() argument
210 mnParagraphs = AddNotes(rData, rVisRect, sal_False, maMarks); in Init()
211 mnParagraphs += AddNotes(rData, rVisRect, sal_True, maNotes); in Init()
337 const Rectangle& rVisRect, sal_Bool bMark, ScAccNotes& rOldNotes, in CheckChanges() argument
340 sal_Int32 nCount = rData.GetNoteCountInRange(rVisRect, bMark); in CheckChanges()
[all …]
/trunk/main/sc/source/ui/inc/
H A Dprevloc.hxx145 …Rectangle GetHeaderCellOutputRect(const Rectangle& rVisRect, const ScAddress& rCellPos, sal_Bool b…
/trunk/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()

Completed in 60 milliseconds