Searched refs:m_aHandles (Results 1 – 4 of 4) sorted by relevance
/aoo42x/main/extensions/source/scanner/ |
H A D | grid.cxx | 57 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 D | grid.hxx | 89 std::vector< impHandle > m_aHandles; member in GridWindow
|
/aoo42x/main/forms/source/component/ |
H A D | FormComponent.cxx | 94 …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()
|
/aoo42x/main/forms/source/inc/ |
H A D | FormComponent.hxx | 152 ::com::sun::star::uno::Sequence< sal_Int32 > m_aHandles;
|
Completed in 46 milliseconds