Home
last modified time | relevance | path

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

/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/unoidl/
H A Dunomodel.cxx1336 int nSeqIndex = 0; in getPropertyValue() local
1353 aSeq[nSeqIndex++] <<= pFont->GetFamilyName(); in getPropertyValue()
1354 aSeq[nSeqIndex++] <<= pFont->GetStyleName(); in getPropertyValue()
1355 aSeq[nSeqIndex++] <<= sal_Int16(pFont->GetFamily()); in getPropertyValue()
1356 aSeq[nSeqIndex++] <<= sal_Int16(pFont->GetPitch()); in getPropertyValue()
1362 aSeq[nSeqIndex++] <<= rFont.GetFamilyName(); in getPropertyValue()
1363 aSeq[nSeqIndex++] <<= rFont.GetStyleName(); in getPropertyValue()
1364 aSeq[nSeqIndex++] <<= sal_Int16(rFont.GetFamily()); in getPropertyValue()
1365 aSeq[nSeqIndex++] <<= sal_Int16(rFont.GetPitch()); in getPropertyValue()
1366 aSeq[nSeqIndex++] <<= sal_Int16(rFont.GetCharSet()); in getPropertyValue()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/unoidl/
H A Dunomodel.cxx1335 int nSeqIndex = 0; in getPropertyValue() local
1352 aSeq[nSeqIndex++] <<= pFont->GetFamilyName(); in getPropertyValue()
1353 aSeq[nSeqIndex++] <<= pFont->GetStyleName(); in getPropertyValue()
1354 aSeq[nSeqIndex++] <<= sal_Int16(pFont->GetFamily()); in getPropertyValue()
1355 aSeq[nSeqIndex++] <<= sal_Int16(pFont->GetPitch()); in getPropertyValue()
1361 aSeq[nSeqIndex++] <<= rFont.GetFamilyName(); in getPropertyValue()
1362 aSeq[nSeqIndex++] <<= rFont.GetStyleName(); in getPropertyValue()
1363 aSeq[nSeqIndex++] <<= sal_Int16(rFont.GetFamily()); in getPropertyValue()
1364 aSeq[nSeqIndex++] <<= sal_Int16(rFont.GetPitch()); in getPropertyValue()
1365 aSeq[nSeqIndex++] <<= sal_Int16(rFont.GetCharSet()); in getPropertyValue()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/xmloff/source/draw/
H A Dsdxmlexp.cxx2798 int nSeqIndex = 0; in CreateFontAutoStylePool() local
2806 aAnySeq[nSeqIndex++] >>= sFamilyName; in CreateFontAutoStylePool()
2807 aAnySeq[nSeqIndex++] >>= sStyleName; in CreateFontAutoStylePool()
2808 aAnySeq[nSeqIndex++] >>= eFamily; in CreateFontAutoStylePool()
2809 aAnySeq[nSeqIndex++] >>= ePitch; in CreateFontAutoStylePool()
2810 aAnySeq[nSeqIndex++] >>= eCharSet; in CreateFontAutoStylePool()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/xmloff/source/draw/
H A Dsdxmlexp.cxx2814 int nSeqIndex = 0; in CreateFontAutoStylePool() local
2822 aAnySeq[nSeqIndex++] >>= sFamilyName; in CreateFontAutoStylePool()
2823 aAnySeq[nSeqIndex++] >>= sStyleName; in CreateFontAutoStylePool()
2824 aAnySeq[nSeqIndex++] >>= eFamily; in CreateFontAutoStylePool()
2825 aAnySeq[nSeqIndex++] >>= ePitch; in CreateFontAutoStylePool()
2826 aAnySeq[nSeqIndex++] >>= eCharSet; in CreateFontAutoStylePool()