Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/lotuswordpro/source/filter/
H A Dlwpbackgroundstuff.cxx79 void LwpBackgroundStuff::GetPattern(sal_uInt16 btPttnIndex, sal_uInt8 (&pPttnArray)[8]) in GetPattern() argument
81 if (btPttnIndex > 71) in GetPattern()
86 assert((2 < btPttnIndex) && (btPttnIndex < 72)); in GetPattern()
87 const sal_uInt8* pTempArray = s_pLwpPatternTab[btPttnIndex]; in GetPattern()
H A Dlwpbackgroundstuff.hxx148 static void GetPattern(sal_uInt16 btPttnIndex, sal_uInt8 (&pPttnArray)[8]);
/dports/editors/libreoffice/libreoffice-7.2.6.2/lotuswordpro/source/filter/
H A Dlwpbackgroundstuff.cxx79 void LwpBackgroundStuff::GetPattern(sal_uInt16 btPttnIndex, sal_uInt8 (&pPttnArray)[8]) in GetPattern() argument
81 if (btPttnIndex > 71) in GetPattern()
86 assert((2 < btPttnIndex) && (btPttnIndex < 72)); in GetPattern()
87 const sal_uInt8* pTempArray = s_pLwpPatternTab[btPttnIndex]; in GetPattern()
H A Dlwpbackgroundstuff.hxx77 static void GetPattern(sal_uInt16 btPttnIndex, sal_uInt8 (&pPttnArray)[8]);