Searched refs:nHdl (Results 1 – 3 of 3) sorted by relevance
239 sal_Int32 nHdl; // numeric handle representing the property member322 rnHdl = pEntry->nHdl; in GetHdlByName()335 rnHdl = pEntry->nHdl; in GetHdlByName()349 sal_Int32 nHdl; in GetProperty() local350 return GetHdlByName( nHdl, rPropertyName ) ? GetProperty( nHdl ) : uno::Any(); in GetProperty()442 sal_Int32 nHdl; in SetProperty() local443 if (GetHdlByName( nHdl, rPropertyName )) in SetProperty()444 bSucc = SetProperty( nHdl, rValue ); in SetProperty()788 sal_Int32 nHdl; in IsReadOnly() local789 if (GetHdlByName( nHdl, rPropertyName )) in IsReadOnly()[all …]
1112 for(sal_uIntPtr nHdl = 0; nHdl < nHdlCount; nHdl++ ) in MouseMove() local1114 SdrHdl* pCurrentHdl = GetHdl(nHdl); in MouseMove()
2441 for( sal_uIntPtr nHdl = 0; nHdl < nHdlCount; nHdl++ ) in AddToHdlList() local2442 rHdlList.GetHdl(nHdl)->SetObj((SdrObject*)this); in AddToHdlList()
Completed in 49 milliseconds