Home
last modified time | relevance | path

Searched refs:m_aHandles (Results 1 – 4 of 4) sorted by relevance

/aoo41x/main/extensions/source/scanner/
H A Dgrid.cxx57 m_aHandles(), in GridWindow()
251 if(2L == m_aHandles.size()) in computeNew()
256 transform(m_aHandles[0L].maPos, xleft, yleft); in computeNew()
267 std::sort(m_aHandles.begin(), m_aHandles.end()); in computeNew()
268 const int nSorted = m_aHandles.size(); in computeNew()
413 m_aHandles[i].draw(*this, m_aMarkerBitmap); in drawHandles()
455 m_aHandles[m_nDragIndex].maPos = aPoint; in MouseMove()
490 if(m_aHandles[a].isHit(*this, aPoint)) in MouseButtonDown()
515 m_aHandles.erase(m_aHandles.begin() + nMarkerIndex); in MouseButtonDown()
581 transform( m_aHandles[i].maPos, x, y ); in IMPL_LINK()
[all …]
H A Dgrid.hxx89 std::vector< impHandle > m_aHandles; member in GridWindow
/aoo41x/main/forms/source/component/
H A DFormComponent.cxx94 …m_rModel.firePropertyChanges( m_aHandles, m_aOldValues, m_aNewValues, OControlModel::LockAccess() … in impl_notifyAll_nothrow()
100 sal_Int32 nOldLength = m_aHandles.getLength(); in addPropertyNotification()
106 m_aHandles.realloc( nOldLength + 1 ); in addPropertyNotification()
107 m_aHandles[ nOldLength ] = _nHandle; in addPropertyNotification()
/aoo41x/main/forms/source/inc/
H A DFormComponent.hxx152 ::com::sun::star::uno::Sequence< sal_Int32 > m_aHandles;

Completed in 27 milliseconds