Home
last modified time | relevance | path

Searched refs:aClose (Results 1 – 3 of 3) sorted by relevance

/AOO41X/main/tools/source/inet/
H A Dinetstrm.cxx1672 ByteString aClose (aDelim); in PutMsgLine() local
1673 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()
H A Dinetmsg.cxx1437 ByteString aClose = aDelim; in DetachChild() local
1438 aClose += "--"; in DetachChild()
1501 else if (nLen == aClose.Len()) in DetachChild()
1503 if (aClose.CompareTo ((const sal_Char *) aLineBuf.GetData(), nLen) in DetachChild()
/AOO41X/main/filter/source/graphicfilter/idxf/
H A Ddxf2mtf.cxx793 Polygon aClose( 2 ); in DrawLWPolyLineEntity() local
794 aClose[ 0 ] = aPtAry[ nPolySize - 1 ]; in DrawLWPolyLineEntity()
795 aClose[ 1 ] = aPtAry[ 0 ]; in DrawLWPolyLineEntity()
796 pVirDev->DrawPolyLine( aClose ); in DrawLWPolyLineEntity()