Searched refs:nValidationIndex (Results 1 – 5 of 5) sorted by relevance
/trunk/main/sc/source/filter/xml/ |
H A D | XMLStylesExportHelper.cxx | 120 sal_Int32& nValidationIndex) in AddValidation() argument 171 nValidationIndex = i; in AddValidation() 180 nValidationIndex = nCount; in AddValidation() 598 nValidationIndex(-1), in ScMyRowFormatRange() 651 (pRange->nValidationIndex == rFormatRange.nValidationIndex)) in AddRange() 666 aRange.nValidationIndex = rFormatRange.nValidationIndex; in AddRange() 776 nValidationIndex(-1), in ScMyFormatRange() 954 nValidationIndex = aItr->nValidationIndex; in GetStyleNameIndex() 1008 aRange.nValidationIndex = aItr->nValidationIndex; in GetFormatRanges() 1048 const sal_Int32 nStringIndex, const sal_Bool bIsAutoStyle, const sal_Int32 nValidationIndex, in AddRangeStyleName() argument [all …]
|
H A D | XMLStylesExportHelper.hxx | 91 sal_Int32& nValidationIndex); 147 sal_Int32 nValidationIndex; member 187 sal_Int32 nValidationIndex; member 220 …sal_Bool& bIsAutoStyle, sal_Int32& nValidationIndex, sal_Int32& nNumberFormat, const sal_Int32 nRe… 224 const sal_Bool bIsAutoStyle, const sal_Int32 nValidationIndex, const sal_Int32 nNumberFormat);
|
H A D | xmlexprt.cxx | 1156 nPrevValidationIndex = aRange.nValidationIndex; in WriteRowContent() 1168 nPrevValidationIndex == aRange.nValidationIndex) in WriteRowContent() 1186 nPrevValidationIndex = aRange.nValidationIndex; in WriteRowContent() 1932 sal_Int32 nValidationIndex(-1); in AddStyleFromCells() local 1945 pValidationsContainer->AddValidation(aItr->maValue, nValidationIndex); in AddStyleFromCells() 2024 …pCellStyles->AddRangeStyleName(*pAddresses, nIndex, bIsAutoStyle, nValidationIndex, nNumberFormat); in AddStyleFromCells() 2048 … pCellStyles->AddRangeStyleName(*pAddresses, nIndex, sal_False, nValidationIndex, nNumberFormat); in AddStyleFromCells() 2049 if (!sStyleName.equalsAsciiL("Default", 7) || nValidationIndex != -1) in AddStyleFromCells() 2906 if (aCell.nValidationIndex > -1) in WriteCell() 2907 …LE, XML_CONTENT_VALIDATION_NAME, pValidationsContainer->GetValidationName(aCell.nValidationIndex)); in WriteCell() [all …]
|
H A D | XMLExportIterator.cxx | 612 nValidationIndex(-1), in ScMyCell() 878 bIsAutoStyle, aCell.nValidationIndex, aCell.nNumberFormat, nRemoveBeforeRow); in GetNext()
|
H A D | XMLExportIterator.hxx | 311 sal_Int32 nValidationIndex; member
|
Completed in 68 milliseconds