Searched refs:pTimeList (Results 1 – 2 of 2) sorted by relevance
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLStylesImportHelper.cxx | 56 pTimeList(NULL), in ScMyStyleRanges() 71 if (pTimeList) in ~ScMyStyleRanges() 72 delete pTimeList; in ~ScMyStyleRanges() 155 if (!pTimeList) in AddRange() 156 pTimeList = new ScRangeList(); in AddRange() 157 AddRange(rRange, pTimeList, pStyleName, nType, rImport, nMaxRanges); in AddRange() 227 if (pTimeList) in InsertColRow() 228 pTimeList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow() 285 if (pTimeList) in SetStylesToRanges() 286 SetStylesToRanges(pTimeList, pStyleName, util::NumberFormat::TIME, NULL, rImport); in SetStylesToRanges()
|
H A D | XMLStylesImportHelper.hxx | 91 ScRangeList* pTimeList; member in ScMyStyleRanges
|
Completed in 16 milliseconds