Home
last modified time | relevance | path

Searched refs:aPtSeq (Results 1 – 2 of 2) sorted by relevance

/trunk/main/chart2/workbench/addin/
H A Dsampleaddin.cxx367 uno::Sequence< uno::Sequence< awt::Point > > aPtSeq( 1 ); in refresh() local
368 aPtSeq[ 0 ].realloc( 2 ); in refresh()
369 aPtSeq[ 0 ][ 0 ] = aPos; in refresh()
370 aPtSeq[ 0 ][ 1 ] = aEnd; in refresh()
376 aAny <<= aPtSeq; in refresh()
/trunk/main/sw/source/core/unocore/
H A Dunoframe.cxx1982 drawing::PointSequenceSequence aPtSeq(aContour.Count()); in getPropertyValue() local
1983 drawing::PointSequence* pPSeq = aPtSeq.getArray(); in getPropertyValue()
1996 aAny <<= aPtSeq; in getPropertyValue()

Completed in 41 milliseconds