Searched refs:pDateTimeList (Results 1 – 4 of 4) sorted by relevance
/aoo41x/main/sc/source/filter/xml/ |
H A D | XMLStylesImportHelper.cxx | 57 pDateTimeList(NULL), in ScMyStyleRanges() 73 if (pDateTimeList) in ~ScMyStyleRanges() 74 delete pDateTimeList; in ~ScMyStyleRanges() 162 if (!pDateTimeList) in AddRange() 163 pDateTimeList = new ScRangeList(); in AddRange() 164 AddRange(rRange, pDateTimeList, pStyleName, nType, rImport, nMaxRanges); in AddRange() 229 if (pDateTimeList) in InsertColRow() 230 pDateTimeList->UpdateReference(aRefMode, pDoc, rRange, nDx, nDy, nDz); in InsertColRow() 287 if (pDateTimeList) in SetStylesToRanges() 288 SetStylesToRanges(pDateTimeList, pStyleName, util::NumberFormat::DATETIME, NULL, rImport); in SetStylesToRanges()
|
H A D | XMLStylesImportHelper.hxx | 92 ScRangeList* pDateTimeList; member in ScMyStyleRanges
|
/aoo41x/main/sw/source/core/unocore/ |
H A D | swunohelper.cxx | 210 SvPtrarr* pDateTimeList ) in UCB_GetFileListOfFolder() argument 218 sal_uInt16 nSeqSize = pDateTimeList ? 2 : 1; in UCB_GetFileListOfFolder() 222 if( pDateTimeList ) in UCB_GetFileListOfFolder() 252 if( pDateTimeList ) in UCB_GetFileListOfFolder() 264 pDateTimeList->Insert( p, in UCB_GetFileListOfFolder() 265 pDateTimeList->Count() ); in UCB_GetFileListOfFolder()
|
/aoo41x/main/sw/inc/ |
H A D | swunohelper.hxx | 68 SvPtrarr* pDateTimeList = 0 );
|
Completed in 30 milliseconds