Home
last modified time | relevance | path

Searched refs:nPropIdx (Results 1 – 4 of 4) sorted by relevance

/AOO41X/main/sw/source/core/unocore/
H A Dunoredline.cxx369 sal_Int32 nPropIdx = 0; in CreateRedlineProperties() local
370 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_AUTHOR)); in CreateRedlineProperties()
371 pRet[nPropIdx++].Value <<= OUString(rRedline.GetAuthorString()); in CreateRedlineProperties()
372 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_DATE_TIME)); in CreateRedlineProperties()
373 pRet[nPropIdx++].Value <<= lcl_DateTimeToUno(rRedline.GetTimeStamp()); in CreateRedlineProperties()
374 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_COMMENT)); in CreateRedlineProperties()
375 pRet[nPropIdx++].Value <<= OUString(rRedline.GetComment()); in CreateRedlineProperties()
376 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_TYPE)); in CreateRedlineProperties()
377 pRet[nPropIdx++].Value <<= lcl_RedlineTypeToOUString(rRedline.GetType()); in CreateRedlineProperties()
378 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_REDLINE_IDENTIFIER)); in CreateRedlineProperties()
[all …]
/AOO41X/main/oox/source/dump/
H A Ddffdumper.cxx225 for( sal_uInt16 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpDffOpt() local
H A Doledumper.cxx411 for( sal_Int32 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpSection() local
/AOO41X/main/sfx2/source/doc/
H A Doleprops.cxx942 …for( sal_Int32 nPropIdx = 0; (nPropIdx < nPropCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !… in ImplLoad() local