Home
last modified time | relevance | path

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

/AOO42X/main/i18npool/source/localedata/
H A Dlocaledata.cxx1162 struct OutlineNumberingLevel_Impl struct
1179 const OutlineNumberingLevel_Impl* m_pOutlineLevels; argument
1183 OutlineNumbering(const OutlineNumberingLevel_Impl* pOutlineLevels, int nLevels);
1237 OutlineNumberingLevel_Impl* level = new OutlineNumberingLevel_Impl[ nLevels+1 ]; in getOutlineNumberingLevels()
1395 OutlineNumbering::OutlineNumbering(const OutlineNumberingLevel_Impl* pOutlnLevels, int nLevels) : in OutlineNumbering()
1416 const OutlineNumberingLevel_Impl* pTemp = m_pOutlineLevels; in getByIndex()