Searched refs:nHandles (Results 1 – 6 of 6) sorted by relevance
/aoo4110/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()
|
/aoo4110/main/svx/inc/svx/ |
H A D | EnhancedCustomShapeGeometry.hxx | 83 sal_uInt32 nHandles; member
|
/aoo4110/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()
|
/aoo4110/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()
|
/aoo4110/main/filter/source/msfilter/ |
H A D | escherex.cxx | 2650 if ( pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in LookForPolarHandles() 2652 sal_Int32 k, nkCount = pDefCustomShape->nHandles; in LookForPolarHandles()
|
H A D | msdffimp.cxx | 2210 if ( pDefCustomShape && pDefCustomShape->nHandles && pDefCustomShape->pHandles ) in ApplyCustomShapeGeometryAttributes() 2212 sal_Int32 i, nCnt = pDefCustomShape->nHandles; in ApplyCustomShapeGeometryAttributes()
|
Completed in 122 milliseconds