Home
last modified time | relevance | path

Searched refs:nOrigIndex (Results 1 – 4 of 4) sorted by relevance

/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/tbxctrls/
H A Dlboxctrl.cxx163 sal_Int32 nOrigIndex = nIndex; in IMPL_LINK() local
180 if (nIndex != nOrigIndex) in IMPL_LINK()
183 if (nIndex > nOrigIndex) in IMPL_LINK()
185 for (int i = nOrigIndex + 1; i <= nIndex; ++i) in IMPL_LINK()
190 for (int i = nOrigIndex - 1; i >= nIndex; --i) in IMPL_LINK()
/dports/editors/libreoffice/libreoffice-7.2.6.2/cppcanvas/source/inc/
H A Dimplrenderer.hxx140 sal_Int32 nOrigIndex ) : in MtfAction()
142 mnOrigIndex( nOrigIndex ) in MtfAction()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/cppcanvas/source/inc/
H A Dimplrenderer.hxx144 sal_Int32 nOrigIndex ) : in MtfAction()
146 mnOrigIndex( nOrigIndex ) in MtfAction()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/appl/
H A Dnewhelp.cxx484 sal_Int32 nOrigIndex = nIndex; in IMPL_LINK() local
514 if (nIndex != nOrigIndex) in IMPL_LINK()