Lines Matching refs:nRet
102 sal_uInt16& nRet=*(sal_uInt16*)pnRet; in ImpGetEscDir() local
104 if (nRet!=FUZZY) { in ImpGetEscDir()
107 if (bFirst) { nRet=bOn; bFirst=sal_False; } in ImpGetEscDir()
108 else if (nRet!=bOn) nRet=FUZZY; in ImpGetEscDir()
116 sal_uInt16 nRet=sal_False; in IsMarkedGluePointsEscDir() local
117 ((SdrGlueEditView*)this)->ImpDoMarkedGluePoints(ImpGetEscDir,sal_True,&bFirst,&nThisEsc,&nRet); in IsMarkedGluePointsEscDir()
118 return (TRISTATE)nRet; in IsMarkedGluePointsEscDir()
141 sal_uInt16& nRet=*(sal_uInt16*)pnRet; in ImpGetPercent() local
143 if (nRet!=FUZZY) { in ImpGetPercent()
145 if (bFirst) { nRet=bOn; bFirst=sal_False; } in ImpGetPercent()
146 else if ((nRet!=0)!=bOn) nRet=FUZZY; in ImpGetPercent()
154 sal_uInt16 nRet=sal_True; in IsMarkedGluePointsPercent() local
155 ((SdrGlueEditView*)this)->ImpDoMarkedGluePoints(ImpGetPercent,sal_True,&bFirst,&nRet); in IsMarkedGluePointsPercent()
156 return (TRISTATE)nRet; in IsMarkedGluePointsPercent()
178 sal_uInt16& nRet=*(sal_uInt16*)pnRet; in ImpGetAlign() local
189 if (bFirst) { nRet=nAlg; bFirst=sal_False; } in ImpGetAlign()
190 else if (nRet!=nAlg) { in ImpGetAlign()
192 nRet=SDRVERTALIGN_DONTCARE; in ImpGetAlign()
194 nRet=SDRHORZALIGN_DONTCARE; in ImpGetAlign()
206 sal_uInt16 nRet=0; in GetMarkedGluePointsAlign() local
207 …drGlueEditView*)this)->ImpDoMarkedGluePoints(ImpGetAlign,sal_True,&bFirst,&bDontCare,&bVert,&nRet); in GetMarkedGluePointsAlign()
208 return nRet; in GetMarkedGluePointsAlign()