Home
last modified time | relevance | path

Searched refs:nHdl (Results 1 – 3 of 3) sorted by relevance

/trunk/main/unotools/source/config/
H A Dlingucfg.cxx239 sal_Int32 nHdl; // numeric handle representing the property member
322 rnHdl = pEntry->nHdl; in GetHdlByName()
335 rnHdl = pEntry->nHdl; in GetHdlByName()
349 sal_Int32 nHdl; in GetProperty() local
350 return GetHdlByName( nHdl, rPropertyName ) ? GetProperty( nHdl ) : uno::Any(); in GetProperty()
442 sal_Int32 nHdl; in SetProperty() local
443 if (GetHdlByName( nHdl, rPropertyName )) in SetProperty()
444 bSucc = SetProperty( nHdl, rValue ); in SetProperty()
788 sal_Int32 nHdl; in IsReadOnly() local
789 if (GetHdlByName( nHdl, rPropertyName )) in IsReadOnly()
[all …]
/trunk/main/svx/source/svdraw/
H A Dsvdmrkv.cxx1112 for(sal_uIntPtr nHdl = 0; nHdl < nHdlCount; nHdl++ ) in MouseMove() local
1114 SdrHdl* pCurrentHdl = GetHdl(nHdl); in MouseMove()
/trunk/main/svx/source/table/
H A Dsvdotable.cxx2441 for( sal_uIntPtr nHdl = 0; nHdl < nHdlCount; nHdl++ ) in AddToHdlList() local
2442 rHdlList.GetHdl(nHdl)->SetObj((SdrObject*)this); in AddToHdlList()

Completed in 31 milliseconds