Lines Matching refs:nCount

878 		sal_Int32 nCount(xLinksIAccess->getCount());  in GetAreaLinks()  local
879 for( sal_Int32 nIndex = 0; nIndex < nCount; ++nIndex ) in GetAreaLinks()
910 sal_uInt32 nCount(pOpList->Count()); in GetDetectiveOpList() local
911 for( sal_uInt32 nIndex = 0; nIndex < nCount; ++nIndex ) in GetDetectiveOpList()
1530 sal_Int32 nCount ) in lcl_CopyStreamElement() argument
1535 sal_Int32 nRemaining = nCount; in lcl_CopyStreamElement()
1896 sal_Int32 nCount(xCellStyles->getCount()); in _ExportStyles() local
1898 for (sal_Int32 i = 0; i < nCount; ++i) in _ExportStyles()
1936 sal_Int32 nCount(0); in AddStyleFromCells() local
1959 ++nCount; in AddStyleFromCells()
1967 ++nCount; in AddStyleFromCells()
1973 ++nCount; in AddStyleFromCells()
1981 ++nCount; in AddStyleFromCells()
1984 if (nCount == 1) // this is the CellStyle and should be removed if alone in AddStyleFromCells()
2593 … sal_uInt32 nCount(sal_uInt32(xSheetOperation->computeFunction(sheet::GeneralFunction_COUNT))); in _ExportAutoStyles() local
2597 … GetProgressBarHelper()->ChangeReference(GetProgressBarHelper()->GetReference() + nCount); in _ExportAutoStyles()
2610 if(nCount2 > nCount) in _ExportAutoStyles()
2611 … GetProgressBarHelper()->SetReference(GetProgressBarHelper()->GetReference() + nCount2 - nCount); in _ExportAutoStyles()
3761 sal_Int32 nCount(xIndex->getCount()); in WriteTableSource() local
3762 if (nCount) in WriteTableSource()
3766 for (sal_Int32 i = 0; (i < nCount) && !bFound; ++i) in WriteTableSource()
3852 sal_Int32 nCount(0); in WriteTheLabelRanges() local
3855 nCount += xColRangesIAccess->getCount(); in WriteTheLabelRanges()
3859 nCount += xRowRangesIAccess->getCount(); in WriteTheLabelRanges()
3861 if( nCount ) in WriteTheLabelRanges()
3873 sal_Int32 nCount(xRangesIAccess->getCount()); in WriteLabelRanges() local
3874 for( sal_Int32 nIndex = 0; nIndex < nCount; ++nIndex ) in WriteLabelRanges()
4010 sal_uInt16 nCount = pRefMgr->getExternalFileCount(); in WriteExternalRefCaches() local
4011 for (sal_uInt16 nFileId = 0; nFileId < nCount; ++nFileId) in WriteExternalRefCaches()
4385 sal_Int32 nCount(rProps.getLength()); in GetConfigurationSettings() local
4386 rProps.realloc(nCount + nPropsToAdd); in GetConfigurationSettings()
4389 … rProps[nCount].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("TrackedChangesProtectionKey")); in GetConfigurationSettings()
4390 rProps[nCount].Value <<= aTrackedChangesKey.makeStringAndClear(); in GetConfigurationSettings()
4391 ++nCount; in GetConfigurationSettings()
4395 rProps[nCount].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("VBACompatibilityMode")); in GetConfigurationSettings()
4396 rProps[nCount].Value <<= bVBACompat; in GetConfigurationSettings()
4397 ++nCount; in GetConfigurationSettings()
4401 rProps[nCount].Name = rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("ScriptConfiguration")); in GetConfigurationSettings()
4402 rProps[nCount].Value <<= xCodeNameAccess; in GetConfigurationSettings()
4403 ++nCount; in GetConfigurationSettings()