Home
last modified time | relevance | path

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

/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/qa/unit/helper/
H A Dqahelper.cxx82 const FileFormat ScBootstrapFixture::aFileFormats[] = { member in ScBootstrapFixture
615 …OUString aFileExtension(aFileFormats[nFormat].pName, strlen(aFileFormats[nFormat].pName), RTL_TEXT… in loadDoc()
616 …OUString aFilterName(aFileFormats[nFormat].pFilterName, strlen(aFileFormats[nFormat].pFilterName),… in loadDoc()
619 …OUString aFilterType(aFileFormats[nFormat].pTypeName, strlen(aFileFormats[nFormat].pTypeName), RTL… in loadDoc()
620 SfxFilterFlags nFormatType = aFileFormats[nFormat].nFormatType; in loadDoc()
697 …OUString aFilterName(aFileFormats[nFormat].pFilterName, strlen(aFileFormats[nFormat].pFilterName),… in saveAndReload()
698 …OUString aFilterType(aFileFormats[nFormat].pTypeName, strlen(aFileFormats[nFormat].pTypeName), RTL… in saveAndReload()
707 …OUString aFilterName(aFileFormats[nFormat].pFilterName, strlen(aFileFormats[nFormat].pFilterName),… in saveAs()
708 …OUString aFilterType(aFileFormats[nFormat].pTypeName, strlen(aFileFormats[nFormat].pTypeName), RTL… in saveAs()
714 SfxFilterFlags nFormatType = aFileFormats[nFormat].nFormatType; in saveAs()
[all …]
H A Dqahelper.hxx173 static const FileFormat aFileFormats[]; member in ScBootstrapFixture
190 static const FileFormat* getFileFormats() { return aFileFormats; } in getFileFormats()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/qa/unit/helper/
H A Dqahelper.cxx102 const FileFormat ScBootstrapFixture::aFileFormats[] = { member in ScBootstrapFixture
634 …OUString aFilterName(aFileFormats[nFormat].pFilterName, strlen(aFileFormats[nFormat].pFilterName),… in load()
635 …OUString aFilterType(aFileFormats[nFormat].pTypeName, strlen(aFileFormats[nFormat].pTypeName), RTL… in load()
636 SfxFilterFlags nFormatType = aFileFormats[nFormat].nFormatType; in load()
747 …OUString aFilterName(aFileFormats[nFormat].pFilterName, strlen(aFileFormats[nFormat].pFilterName),… in saveAndReload()
748 …OUString aFilterType(aFileFormats[nFormat].pTypeName, strlen(aFileFormats[nFormat].pTypeName), RTL… in saveAndReload()
757 …OUString aFilterName(aFileFormats[nFormat].pFilterName, strlen(aFileFormats[nFormat].pFilterName),… in saveAndReloadPassword()
758 …OUString aFilterType(aFileFormats[nFormat].pTypeName, strlen(aFileFormats[nFormat].pTypeName), RTL… in saveAndReloadPassword()
769 …OUString aFilterName(aFileFormats[nFormat].pFilterName, strlen(aFileFormats[nFormat].pFilterName),… in saveAs()
770 …OUString aFilterType(aFileFormats[nFormat].pTypeName, strlen(aFileFormats[nFormat].pTypeName), RTL… in saveAs()
[all …]
H A Dqahelper.hxx188 static const FileFormat aFileFormats[]; member in ScBootstrapFixture
208 static const FileFormat* getFileFormats() { return aFileFormats; } in getFileFormats()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/qa/unit/
H A Dsdmodeltestbase.hxx76 FileFormat aFileFormats[] = variable
196 FileFormat* pFormat = &aFileFormats[0]; in getFormat()
197 if (static_cast<sal_uInt32>(nExportType) < SAL_N_ELEMENTS(aFileFormats)) in getFormat()
198 pFormat = &aFileFormats[nExportType]; in getFormat()
H A Dexport-tests.cxx428 …const OString sFailedMessage = OStringLiteral("Failed on filter: ") + aFileFormats[vFormats[nExpor… in testSwappedOutImageExport()
434 …aMediaDescriptor["FilterName"] <<= OStringToOUString(OString(aFileFormats[vFormats[nExportFormat]]… in testSwappedOutImageExport()
619 …aMediaDescriptor["FilterName"] <<= OStringToOUString(OString(aFileFormats[vFormats[nExportFormat]]… in testLinkedGraphicRT()
647 …const OString sFailedMessage = OStringLiteral("Failed on filter: ") + aFileFormats[vFormats[nExpor… in testLinkedGraphicRT()
725 …const OString sFailedMessage = OStringLiteral("Failed on filter: ") + aFileFormats[vFormats[nExpor… in testImageWithSpecialID()
731 …aMediaDescriptor["FilterName"] <<= OStringToOUString(OString(aFileFormats[vFormats[nExportFormat]]… in testImageWithSpecialID()
997 …aMediaDescriptor["FilterName"] <<= OStringToOUString(OString(aFileFormats[PPT].pFilterName), RTL_T… in testTdf115394PPT()
1031 …const OString sFailedMessageBase = OStringLiteral("Failed on filter '") + aFileFormats[nExportForm… in testBulletsAsImage()
1036 …aMediaDescriptor["FilterName"] <<= OStringToOUString(OString(aFileFormats[nExportFormat].pFilterNa… in testBulletsAsImage()
H A Dexport-tests-ooxml1.cxx504 …aMediaDescriptor["FilterName"] <<= OStringToOUString(OString(aFileFormats[PPTX].pFilterName), RTL_… in testTableCellFillProperties()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/qa/unit/
H A Dsdmodeltestbase.hxx77 static FileFormat aFileFormats[] = variable
195 FileFormat* pFormat = &aFileFormats[0]; in getFormat()
196 if (o3tl::make_unsigned(nExportType) < SAL_N_ELEMENTS(aFileFormats)) in getFormat()
197 pFormat = &aFileFormats[nExportType]; in getFormat()
H A Dexport-tests.cxx479 …const OString sFailedMessage = OString::Concat("Failed on filter: ") + aFileFormats[vFormats[nExpo… in testSwappedOutImageExport()
485 …aMediaDescriptor["FilterName"] <<= OStringToOUString(std::string_view(aFileFormats[vFormats[nExpor… in testSwappedOutImageExport()
707 …aMediaDescriptor["FilterName"] <<= OStringToOUString(std::string_view(aFileFormats[vFormats[nExpor… in testLinkedGraphicRT()
735 …const OString sFailedMessage = OString::Concat("Failed on filter: ") + aFileFormats[vFormats[nExpo… in testLinkedGraphicRT()
813 …const OString sFailedMessage = OString::Concat("Failed on filter: ") + aFileFormats[vFormats[nExpo… in testImageWithSpecialID()
819 …aMediaDescriptor["FilterName"] <<= OStringToOUString(std::string_view(aFileFormats[vFormats[nExpor… in testImageWithSpecialID()
1124 …aMediaDescriptor["FilterName"] <<= OStringToOUString(std::string_view(aFileFormats[PPT].pFilterNam… in testTdf115394PPT()
1158 …const OString sFailedMessageBase = OString::Concat("Failed on filter '") + aFileFormats[nExportFor… in testBulletsAsImage()
1163 …aMediaDescriptor["FilterName"] <<= OStringToOUString(std::string_view(aFileFormats[nExportFormat].… in testBulletsAsImage()
H A Dexport-tests-ooxml1.cxx716 …aMediaDescriptor["FilterName"] <<= OStringToOUString(std::string_view(aFileFormats[PPTX].pFilterNa… in testTableCellFillProperties()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/
H A DChangeLog1068902 Hide this global aFileFormats. This doesn't work well with MSVC.
/dports/editors/libreoffice/libreoffice-7.2.6.2/
H A DChangeLog1330951 Hide this global aFileFormats. This doesn't work well with MSVC.