Searched refs:aClose (Results 1 – 3 of 3) sorted by relevance
1672 ByteString aClose (aDelim); in PutMsgLine() local1673 aClose += "--"; in PutMsgLine()1689 aClose.CompareTo (pOldPos, aClose.Len()) in PutMsgLine()1723 if (aClose.CompareTo (pOldPos, aClose.Len()) in PutMsgLine()1725 aPlainClose.CompareTo (pOldPos, aClose.Len()) in PutMsgLine()
1437 ByteString aClose = aDelim; in DetachChild() local1438 aClose += "--"; in DetachChild()1501 else if (nLen == aClose.Len()) in DetachChild()1503 if (aClose.CompareTo ((const sal_Char *) aLineBuf.GetData(), nLen) in DetachChild()
793 Polygon aClose( 2 ); in DrawLWPolyLineEntity() local794 aClose[ 0 ] = aPtAry[ nPolySize - 1 ]; in DrawLWPolyLineEntity()795 aClose[ 1 ] = aPtAry[ 0 ]; in DrawLWPolyLineEntity()796 pVirDev->DrawPolyLine( aClose ); in DrawLWPolyLineEntity()