Home
last modified time | relevance | path

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

/trunk/main/extensions/source/scanner/
H A Dgrid.cxx57 m_aHandles(), in GridWindow()
99 m_aHandles.push_back(impHandle(transform(findMinX(), findMinY()), m_BmOffX, m_BmOffY)); in GridWindow()
100 m_aHandles.push_back(impHandle(transform(findMaxX(), findMaxY()), m_BmOffX, m_BmOffY)); in GridWindow()
251 if(2L == m_aHandles.size()) in computeNew()
256 transform(m_aHandles[0L].maPos, xleft, yleft); in computeNew()
257 transform(m_aHandles[1L].maPos, xright, yright ); in computeNew()
267 std::sort(m_aHandles.begin(), m_aHandles.end()); in computeNew()
268 const int nSorted = m_aHandles.size(); in computeNew()
276 transform( m_aHandles[i].maPos, nodex[ i ], nodey[ i ] ); in computeNew()
411 for(sal_uInt32 i(0L); i < m_aHandles.size(); i++) in drawHandles()
[all …]
H A Dgrid.hxx89 std::vector< impHandle > m_aHandles; member in GridWindow
/trunk/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()
/trunk/main/forms/source/inc/
H A DFormComponent.hxx152 ::com::sun::star::uno::Sequence< sal_Int32 > m_aHandles;