Searched refs:pAddresses (Results 1 – 1 of 1) sorted by relevance
/trunk/main/sc/source/filter/xml/ |
H A D | xmlexprt.cxx | 2018 table::CellRangeAddress* pAddresses(aAddresses.getArray()); in AddStyleFromCells() local 2020 for (sal_Int32 i = 0; i < aAddresses.getLength(); ++i, ++pAddresses) in AddStyleFromCells() 2022 pSharedData->SetLastColumn(nTable, pAddresses->EndColumn); in AddStyleFromCells() 2023 pSharedData->SetLastRow(nTable, pAddresses->EndRow); in AddStyleFromCells() 2026 bGetMerge = GetMerged(pAddresses, xTable); in AddStyleFromCells() 2042 table::CellRangeAddress* pAddresses(aAddresses.getArray()); in AddStyleFromCells() local 2044 for (sal_Int32 i = 0; i < aAddresses.getLength(); ++i, ++pAddresses) in AddStyleFromCells() 2047 bGetMerge = GetMerged(pAddresses, xTable); in AddStyleFromCells() 2048 … pCellStyles->AddRangeStyleName(*pAddresses, nIndex, sal_False, nValidationIndex, nNumberFormat); in AddStyleFromCells() 2051 pSharedData->SetLastColumn(nTable, pAddresses->EndColumn); in AddStyleFromCells() [all …]
|
Completed in 39 milliseconds