Home
last modified time | relevance | path

Searched refs:nBaseCount (Results 1 – 2 of 2) sorted by relevance

/AOO41X/main/sfx2/source/control/
H A Dobjface.cxx454 sal_uInt16 nBaseCount = pGenoType->GetObjectBarCount(); in GetObjectBarResId() local
455 if ( nNo < nBaseCount ) in GetObjectBarResId()
459 nNo = nNo - nBaseCount; in GetObjectBarResId()
478 sal_uInt16 nBaseCount = pGenoType->GetObjectBarCount(); in GetObjectBarPos() local
479 if ( nNo < nBaseCount ) in GetObjectBarPos()
483 nNo = nNo - nBaseCount; in GetObjectBarPos()
528 sal_uInt16 nBaseCount = pGenoType->GetChildWindowCount(); in GetChildWindowId() local
529 if ( nNo < nBaseCount ) in GetChildWindowId()
533 nNo = nNo - nBaseCount; in GetChildWindowId()
551 sal_uInt16 nBaseCount = pGenoType->GetChildWindowCount(); in GetChildWindowFeature() local
[all …]
/AOO41X/main/sw/source/core/unocore/
H A Dunostyle.cxx541 sal_uInt16 nBaseCount = RES_POOLCHR_HTML_END - RES_POOLCHR_HTML_BEGIN + in lcl_GetCountOrName() local
543 nIndex = nIndex - nBaseCount; in lcl_GetCountOrName()
565 nCount += nBaseCount; in lcl_GetCountOrName()
570 sal_uInt16 nBaseCount = RES_POOLCOLL_HTML_END - RES_POOLCOLL_HTML_BEGIN + in lcl_GetCountOrName() local
576 nIndex = nIndex - nBaseCount; in lcl_GetCountOrName()
593 nCount += nBaseCount; in lcl_GetCountOrName()
598 sal_uInt16 nBaseCount = RES_POOLFRM_END - RES_POOLFRM_BEGIN; in lcl_GetCountOrName() local
599 nIndex = nIndex - nBaseCount; in lcl_GetCountOrName()
616 nCount += nBaseCount; in lcl_GetCountOrName()
621 sal_uInt16 nBaseCount = RES_POOLPAGE_END - RES_POOLPAGE_BEGIN; in lcl_GetCountOrName() local
[all …]