Home
last modified time | relevance | path

Searched refs:mpRepr (Results 1 – 8 of 8) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svtools/source/control/
H A Daccessibleruler.cxx48 mpRepr( &rRepr ), in SvtRulerAccessible()
121 return mpRepr->IsVisible(); in isVisible()
211 if ( mpRepr->GetStyle() & WB_HORZ ) in getAccessibleStateSet()
278 mpRepr->GrabFocus(); in grabFocus()
287 return sal_Int32(mpRepr->GetControlForeground()); in getForeground()
295 return sal_Int32(mpRepr->GetControlBackground()); in getBackground()
326 mpRepr = nullptr; // object dies with representation in disposing()
343 …return tools::Rectangle( mpRepr->GetParent()->OutputToAbsoluteScreenPixel( mpRepr->GetPosPixel() )… in GetBoundingBoxOnScreen()
353 return tools::Rectangle( mpRepr->GetPosPixel(), mpRepr->GetSizePixel() ); in GetBoundingBox()
H A Daccessibleruler.hxx175 VclPtr<Ruler> mpRepr; member in SvtRulerAccessible
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svtools/source/control/
H A Daccessibleruler.cxx48 mpRepr( &rRepr ), in SvtRulerAccessible()
121 return mpRepr->IsVisible(); in isVisible()
211 if ( mpRepr->GetStyle() & WB_HORZ ) in getAccessibleStateSet()
278 mpRepr->GrabFocus(); in grabFocus()
287 return sal_Int32(mpRepr->GetControlForeground()); in getForeground()
295 return sal_Int32(mpRepr->GetControlBackground()); in getBackground()
326 mpRepr = nullptr; // object dies with representation in disposing()
343 …return tools::Rectangle( mpRepr->GetParent()->OutputToAbsoluteScreenPixel( mpRepr->GetPosPixel() )… in GetBoundingBoxOnScreen()
353 return tools::Rectangle( mpRepr->GetPosPixel(), mpRepr->GetSizePixel() ); in GetBoundingBox()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx98 : mpRepr(pRepr) in SvxRectCtlAccessibleContext()
178 if (mpRepr) in getAccessibleParent()
206 if (mpRepr) in getAccessibleRelationSet()
216 if (mpRepr) in getAccessibleStateSet()
220 if( mpRepr->HasFocus() ) in getAccessibleStateSet()
226 if( mpRepr->IsVisible() ) in getAccessibleStateSet()
240 if (mpRepr) in grabFocus()
241 mpRepr->GrabFocus(); in grabFocus()
277 if (mpRepr) in implSelect()
378 mpRepr = nullptr; in disposing()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/accessibility/
H A Dsvxrectctaccessiblecontext.cxx102 : mpRepr(pRepr) in SvxRectCtlAccessibleContext()
128 long nChild = mpRepr ? PointToIndex(mpRepr->GetApproxRPFromPixPt(rPoint)) : NOCHILDSELECTED; in IMPLEMENT_FORWARD_XINTERFACE2()
182 if (mpRepr) in getAccessibleParent()
210 if (mpRepr) in getAccessibleRelationSet()
220 if (mpRepr) in getAccessibleStateSet()
224 if( mpRepr->HasFocus() ) in getAccessibleStateSet()
244 if (mpRepr) in grabFocus()
245 mpRepr->GrabFocus(); in grabFocus()
281 if (mpRepr) in implSelect()
383 mpRepr = nullptr; in disposing()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/include/svtools/
H A Daccessibleruler.hxx175 VclPtr<Ruler> mpRepr; member in SvtRulerAccessible
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/inc/
H A Dsvxrectctaccessiblecontext.hxx126 SvxRectCtl* mpRepr; member in SvxRectCtlAccessibleContext
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/inc/
H A Dsvxrectctaccessiblecontext.hxx143 SvxRectCtl* mpRepr; member in SvxRectCtlAccessibleContext