Home
last modified time | relevance | path

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

/AOO41X/main/cppcanvas/source/mtfrenderer/
H A Dimplrenderer.cxx518 sal_Int32& io_rCurrActionIndex ) const in skipContent()
527 ++io_rCurrActionIndex; in skipContent()
1332 sal_Int32& io_rCurrActionIndex(rFactoryParms.mrCurrActionIndex); in createActions() local
1871 io_rCurrActionIndex ) ); in createActions()
1873 io_rCurrActionIndex += pPolyAction->getActionCount()-1; in createActions()
1879 io_rCurrActionIndex ); in createActions()
1912 io_rCurrActionIndex ) ); in createActions()
1914 io_rCurrActionIndex += pPointAction->getActionCount()-1; in createActions()
1938 io_rCurrActionIndex ) ); in createActions()
1940 io_rCurrActionIndex += pPointAction->getActionCount()-1; in createActions()
[all …]
/AOO41X/main/cppcanvas/source/inc/
H A Dimplrenderer.hxx129 sal_Int32& io_rCurrActionIndex ) const;
166 sal_Int32& io_rCurrActionIndex ) : in ActionFactoryParameters()
171 mrCurrActionIndex(io_rCurrActionIndex) in ActionFactoryParameters()