Searched refs:nPropIdx (Results 1 – 4 of 4) sorted by relevance
369 sal_Int32 nPropIdx = 0; in CreateRedlineProperties() local371 pRet[nPropIdx++].Value <<= OUString(rRedline.GetAuthorString()); 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()379 pRet[nPropIdx++].Value <<= sRedlineIdBuf.makeStringAndClear(); in CreateRedlineProperties()380 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_IS_COLLAPSED)); in CreateRedlineProperties()382 pRet[nPropIdx++].Value.setValue(&bTmp, ::getBooleanCppuType()) ; in CreateRedlineProperties()384 pRet[nPropIdx].Name = C2U(SW_PROP_NAME_STR(UNO_NAME_IS_START)); in CreateRedlineProperties()389 pRet[nPropIdx++].Value.setValue(&bTmp, ::getBooleanCppuType()) ; in CreateRedlineProperties()398 pRet[nPropIdx++].Value <<= xRet; in CreateRedlineProperties()[all …]
225 for( sal_uInt16 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpDffOpt() local
411 for( sal_Int32 nPropIdx = 0; !mxStrm->isEof() && (nPropIdx < nPropCount); ++nPropIdx ) in dumpSection() local
942 …for( sal_Int32 nPropIdx = 0; (nPropIdx < nPropCount) && (rStrm.GetErrorCode() == SVSTREAM_OK) && !… in ImplLoad() local
Completed in 49 milliseconds