Lines Matching refs:aTestCon
2111 SdrObjConnection aTestCon; in ImpFindConnector() local
2126 aTestCon.ResetVars(); in ImpFindConnector()
2184 aTestCon.pObj=pObj; in ImpFindConnector()
2185 aTestCon.nConId=nConNum; in ImpFindConnector()
2186 aTestCon.bAutoCorner=bCorner; in ImpFindConnector()
2187 aTestCon.bAutoVertex=bVertex; in ImpFindConnector()
2188 aTestCon.bBestConn=sal_False; // bCenter; in ImpFindConnector()
2189 aTestCon.bBestVertex=bCenter; in ImpFindConnector()
2204 aTestCon.pObj=pObj; in ImpFindConnector()
2205 aTestCon.bBestConn=sal_True; in ImpFindConnector()
2220 rCon=aTestCon; in ImpFindConnector()