Lines Matching refs:pValue

487 		const Any * pValue = aValues.getConstArray();  in ReadSymbol()  local
498 if (pValue->hasValue() && (*pValue >>= nTmp32)) in ReadSymbol()
502 ++pValue; in ReadSymbol()
503 if (pValue->hasValue() && (*pValue >>= aTmpStr)) in ReadSymbol()
507 ++pValue; in ReadSymbol()
508 if (pValue->hasValue() && (*pValue >>= bTmp)) in ReadSymbol()
512 ++pValue; in ReadSymbol()
513 if (pValue->hasValue() && (*pValue >>= aTmpStr)) in ReadSymbol()
522 ++pValue; in ReadSymbol()
714 const Any * pValue = aValues.getConstArray(); in ReadFontFormat() local
720 if (pValue->hasValue() && (*pValue >>= aTmpStr)) in ReadFontFormat()
724 ++pValue; in ReadFontFormat()
725 if (pValue->hasValue() && (*pValue >>= nTmp16)) in ReadFontFormat()
729 ++pValue; in ReadFontFormat()
730 if (pValue->hasValue() && (*pValue >>= nTmp16)) in ReadFontFormat()
734 ++pValue; in ReadFontFormat()
735 if (pValue->hasValue() && (*pValue >>= nTmp16)) in ReadFontFormat()
739 ++pValue; in ReadFontFormat()
740 if (pValue->hasValue() && (*pValue >>= nTmp16)) in ReadFontFormat()
744 ++pValue; in ReadFontFormat()
745 if (pValue->hasValue() && (*pValue >>= nTmp16)) in ReadFontFormat()
749 ++pValue; in ReadFontFormat()
944 Any *pValue = pValues; in SaveOther() local
947 *pValue++ <<= (sal_Bool) pOther->bPrintTitle; in SaveOther()
949 *pValue++ <<= (sal_Bool) pOther->bPrintFormulaText; in SaveOther()
951 *pValue++ <<= (sal_Bool) pOther->bPrintFrame; in SaveOther()
953 *pValue++ <<= (sal_Int16) pOther->ePrintSize; in SaveOther()
955 *pValue++ <<= (sal_Int16) pOther->nPrintZoomFactor; in SaveOther()
957 *pValue++ <<= (sal_Bool) pOther->bIsSaveOnlyUsedSymbols; in SaveOther()
962 *pValue++ <<= (sal_Bool) pOther->bIgnoreSpacesRight; in SaveOther()
964 *pValue++ <<= (sal_Bool) pOther->bToolboxVisible; in SaveOther()
966 *pValue++ <<= (sal_Bool) pOther->bAutoRedraw; in SaveOther()
968 *pValue++ <<= (sal_Bool) pOther->bFormulaCursor; in SaveOther()
970 DBG_ASSERT( pValue - pValues == nProps, "property mismatch" ); in SaveOther()
1074 Any *pValue = pValues; in SaveFormat() local
1077 *pValue++ <<= (sal_Bool) pFormat->IsTextmode(); in SaveFormat()
1079 *pValue++ <<= (sal_Int16) pFormat->GetGreekCharStyle(); in SaveFormat()
1081 *pValue++ <<= (sal_Bool) pFormat->IsScaleNormalBrackets(); in SaveFormat()
1083 *pValue++ <<= (sal_Int16) pFormat->GetHorAlign(); in SaveFormat()
1085 *pValue++ <<= (sal_Int16) SmRoundFraction( Sm100th_mmToPts( in SaveFormat()
1090 *pValue++ <<= (sal_Int16) pFormat->GetRelSize( i ); in SaveFormat()
1093 *pValue++ <<= (sal_Int16) pFormat->GetDistance( i ); in SaveFormat()
1106 *pValue++ <<= aFntFmtId; in SaveFormat()
1109 DBG_ASSERT( pValue - pValues == nProps, "property mismatch" ); in SaveFormat()