Lines Matching refs:rRec
125 Sequence<OUString>& rPropNames, const SwLabRec& rRec) in lcl_CreateProperties() argument
137 case 0: pValues[nProp].Value <<= OUString(rRec.aType); break; in lcl_CreateProperties()
141 sTmp += C2U( rRec.bCont ? "C" : "S"); sTmp += sColon; in lcl_CreateProperties()
142 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lHDist) ); sTmp += sColon; in lcl_CreateProperties()
143 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lVDist)); sTmp += sColon; in lcl_CreateProperties()
144 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lWidth) ); sTmp += sColon; in lcl_CreateProperties()
145 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lHeight) ); sTmp += sColon; in lcl_CreateProperties()
146 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lLeft) ); sTmp += sColon; in lcl_CreateProperties()
147 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lUpper) ); sTmp += sColon; in lcl_CreateProperties()
148 sTmp += OUString::valueOf(rRec.nCols );sTmp += sColon; in lcl_CreateProperties()
149 sTmp += OUString::valueOf(rRec.nRows ); in lcl_CreateProperties()
227 const rtl::OUString& rType, const SwLabRec& rRec) in SaveLabel() argument
293 Sequence<PropertyValue> aPropValues = lcl_CreateProperties(aPropNames, rRec); in SaveLabel()