Lines Matching refs:sTmp

83 	OUString sTmp;  in lcl_CreateSwLabRec()  local
91 case 0: pValues[nProp] >>= sTmp; pNewRec->aType = sTmp; break; in lcl_CreateSwLabRec()
96 pValues[nProp] >>= sTmp; in lcl_CreateSwLabRec()
97 String sMeasure(sTmp); in lcl_CreateSwLabRec()
142 OUString sTmp; in lcl_CreateProperties() local
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()
154 pValues[nProp].Value <<= sTmp; in lcl_CreateProperties()
209 OUString sTmp; in HasLabel() local
210 pValues[0] >>= sTmp; in HasLabel()
211 if(rType == sTmp) in HasLabel()
270 OUString sTmp; in SaveLabel() local
271 pValues[0] >>= sTmp; in SaveLabel()
272 if(rType == sTmp) in SaveLabel()