Home
last modified time | relevance | path

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

/trunk/main/sw/source/core/unocore/
H A Dunochart.cxx796 std::vector< sal_Int32 > aLabelIdx( oiEnd ); in Impl_createDataSource() local
801 aLabelIdx[oi] = -1; in Impl_createDataSource()
814 if (rChar == 'x' && bFirstIsLabel && aLabelIdx[oi] == -1) in Impl_createDataSource()
816 aLabelIdx[oi] = ii; in Impl_createDataSource()
864 (!bFirstIsLabel || aLabelIdx[oi] != -1)) in Impl_createDataSource()
870 nFirstSeqLabelIdx = aLabelIdx[oi]; in Impl_createDataSource()
876 nFirstSeqLabelIdx != aLabelIdx[oi]) in Impl_createDataSource()
900 (!bFirstIsLabel || aLabelIdx[oi] != -1))) in Impl_createDataSource()
909 aLabelDesc.nTop = aLabelIdx[oi]; in Impl_createDataSource()
922 aLabelDesc.nLeft = aLabelIdx[oi]; in Impl_createDataSource()
[all …]

Completed in 25 milliseconds