Home
last modified time | relevance | path

Searched refs:mnSubsetEnd (Results 1 – 8 of 8) sorted by relevance

/trunk/main/cppcanvas/source/mtfrenderer/
H A Dtransparencygroupaction.cxx212 maLastSubset.mnSubsetEnd = -1; in TransparencyGroupAction()
244 maLastSubset.mnSubsetEnd = -1; in TransparencyGroupAction()
281 rSubset.mnSubsetEnd != maLastSubset.mnSubsetEnd ) in render()
320 rSubset.mnSubsetEnd != -1 ) in render()
394 rSubset.mnSubsetEnd > nCurrActionIndex ) in render()
511 aSubset.mnSubsetEnd = -1; in render()
540 rSubset.mnSubsetEnd != 1 ) in getBounds()
H A Dpolypolyaction.cxx214 rSubset.mnSubsetEnd != 1 ) in render()
240 rSubset.mnSubsetEnd != 1 ) in getBounds()
329 rSubset.mnSubsetEnd != 1 ) in render()
355 rSubset.mnSubsetEnd != 1 ) in getBounds()
439 rSubset.mnSubsetEnd != 1 ) in render()
465 rSubset.mnSubsetEnd != 1 ) in getBounds()
H A Dtextaction.cxx300 ENSURE_OR_THROW( rSubset.mnSubsetEnd > rSubset.mnSubsetBegin, in calcSubsetOffsets()
306 ENSURE_OR_THROW( aOrigOffsets.getLength() >= rSubset.mnSubsetEnd, in calcSubsetOffsets()
323 pOffsets+rSubset.mnSubsetEnd )) ); in calcSubsetOffsets()
333 pOffsets + rSubset.mnSubsetEnd )) ); in calcSubsetOffsets()
366 const sal_Int32 nNewElements( rSubset.mnSubsetEnd - rSubset.mnSubsetBegin ); in calcSubsetOffsets()
374 pOffsets + rSubset.mnSubsetEnd, in calcSubsetOffsets()
398 rSubset.mnSubsetEnd - rSubset.mnSubsetBegin, in createSubsetLayout()
443 if( rSubset.mnSubsetBegin == rSubset.mnSubsetEnd ) in createSubsetLayout()
457 rSubset.mnSubsetEnd == rOrigContext.Length ) in createSubsetLayout()
1867 if( rSubset.mnSubsetBegin == rSubset.mnSubsetEnd ) in render()
[all …]
H A Dlineaction.cxx116 rSubset.mnSubsetEnd != 1 ) in render()
139 rSubset.mnSubsetEnd != 1 ) in getBounds()
H A Dpointaction.cxx131 rSubset.mnSubsetEnd != 1 ) in render()
156 rSubset.mnSubsetEnd != 1 ) in getBounds()
H A Dbitmapaction.cxx172 rSubset.mnSubsetEnd != 1 ) in render()
198 rSubset.mnSubsetEnd != 1 ) in getBounds()
H A Dimplrenderer.cxx2841 aSubset.mnSubsetEnd = ::std::min( aRangeBegin->mpAction->getActionCount(), in forSubsetRange()
2844 ENSURE_OR_RETURN_FALSE( aSubset.mnSubsetBegin >= 0 && aSubset.mnSubsetEnd >= 0, in forSubsetRange()
2858 aSubset.mnSubsetEnd = aRangeBegin->mpAction->getActionCount(); in forSubsetRange()
2860 ENSURE_OR_RETURN_FALSE( aSubset.mnSubsetBegin >= 0 && aSubset.mnSubsetEnd >= 0, in forSubsetRange()
2887 aSubset.mnSubsetEnd = nEndIndex - aRangeEnd->mnOrigIndex; in forSubsetRange()
2889 ENSURE_OR_RETURN_FALSE( aSubset.mnSubsetBegin >= 0 && aSubset.mnSubsetEnd >= 0, in forSubsetRange()
/trunk/main/cppcanvas/source/inc/
H A Daction.hxx85 sal_Int32 mnSubsetEnd; member

Completed in 55 milliseconds