Searched refs:nHandles (Results 1 – 6 of 6) sorted by relevance
/aoo42x/main/cppuhelper/source/ |
H A D | propshlp.cxx | 618 sal_Int32 nHandles, // These is the Count of the array in fire() argument 625 pnHandles, nHandles, bVetoable, in fire() 630 if( nHandles ) in fire() 633 Sequence< PropertyChangeEvent > aEvts( nHandles ); in fire() 639 for( i = 0; i < nHandles; i++ ) in fire()
|
/aoo42x/main/svx/inc/svx/ |
H A D | EnhancedCustomShapeGeometry.hxx | 83 sal_uInt32 nHandles; member
|
/aoo42x/main/sd/source/ui/unoidl/ |
H A D | DrawController.cxx | 576 sal_Int32 nHandles = PROPERTY_PAGE_CHANGE; in fireSwitchCurrentPage() local 577 fire( &nHandles, &aNewValue, &aOldValue, 1, sal_False ); in fireSwitchCurrentPage()
|
/aoo42x/main/svx/source/svdraw/ |
H A D | svdoashp.cxx | 997 if ( !pAny && pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in MergeDefaultAttributes() 1001 sal_Int32 i, n, nCount = pDefCustomShape->nHandles; in MergeDefaultAttributes() 1478 if ( pAny && pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in IsDefaultGeometry() 1483 sal_Int32 i, n, nCount = pDefCustomShape->nHandles; in IsDefaultGeometry() 1629 …else if ( pDefCustomShape && ( ( pDefCustomShape->nHandles == 0 ) || ( pDefCustomShape->pHandles =… in IsDefaultGeometry()
|
/aoo42x/main/filter/source/msfilter/ |
H A D | escherex.cxx | 2661 if ( pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in LookForPolarHandles() 2663 sal_Int32 k, nkCount = pDefCustomShape->nHandles; in LookForPolarHandles()
|
H A D | msdffimp.cxx | 2213 if ( pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in ApplyCustomShapeGeometryAttributes() 2215 sal_Int32 i, nCnt = pDefCustomShape->nHandles; in ApplyCustomShapeGeometryAttributes()
|
Completed in 106 milliseconds