Lines Matching refs:rRec
127 Sequence<OUString>& rPropNames, const SwLabRec& rRec) in lcl_CreateProperties() argument
139 case 0: pValues[nProp].Value <<= OUString(rRec.aType); break; in lcl_CreateProperties()
143 sTmp += C2U( rRec.bCont ? "C" : "S"); sTmp += sColon; in lcl_CreateProperties()
144 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lHDist) ); sTmp += sColon; in lcl_CreateProperties()
145 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lVDist)); sTmp += sColon; in lcl_CreateProperties()
146 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lWidth) ); sTmp += sColon; in lcl_CreateProperties()
147 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lHeight) ); sTmp += sColon; in lcl_CreateProperties()
148 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lLeft) ); sTmp += sColon; in lcl_CreateProperties()
149 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lUpper) ); sTmp += sColon; in lcl_CreateProperties()
150 sTmp += OUString::valueOf(rRec.nCols );sTmp += sColon; in lcl_CreateProperties()
151 sTmp += OUString::valueOf(rRec.nRows );sTmp += sColon; in lcl_CreateProperties()
152 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lPaperWidth));sTmp += sColon; in lcl_CreateProperties()
153 sTmp += OUString::valueOf(TWIP_TO_MM100(rRec.lPaperHeight)); in lcl_CreateProperties()
231 const rtl::OUString& rType, const SwLabRec& rRec) in SaveLabel() argument
297 Sequence<PropertyValue> aPropValues = lcl_CreateProperties(aPropNames, rRec); in SaveLabel()