Home
last modified time | relevance | path

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

/trunk/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 …]
/trunk/main/sw/source/core/unocore/
H A Dunostyle.cxx509 sal_uInt16 nBaseCount = RES_POOLCHR_HTML_END - RES_POOLCHR_HTML_BEGIN + in lcl_GetCountOrName() local
511 nIndex = nIndex - nBaseCount; in lcl_GetCountOrName()
533 nCount += nBaseCount; in lcl_GetCountOrName()
538 sal_uInt16 nBaseCount = RES_POOLCOLL_HTML_END - RES_POOLCOLL_HTML_BEGIN + in lcl_GetCountOrName() local
544 nIndex = nIndex - nBaseCount; in lcl_GetCountOrName()
561 nCount += nBaseCount; in lcl_GetCountOrName()
566 sal_uInt16 nBaseCount = RES_POOLFRM_END - RES_POOLFRM_BEGIN; in lcl_GetCountOrName() local
567 nIndex = nIndex - nBaseCount; in lcl_GetCountOrName()
584 nCount += nBaseCount; in lcl_GetCountOrName()
589 sal_uInt16 nBaseCount = RES_POOLPAGE_END - RES_POOLPAGE_BEGIN; in lcl_GetCountOrName() local
[all …]