Home
last modified time | relevance | path

Searched refs:aFilterName (Results 1 – 25 of 201) sorted by relevance

123456789

/dports/editors/libreoffice/libreoffice-7.2.6.2/writerperfect/source/writer/
H A DEBookImportFilter.cxx25 OUString aFilterName; in doImportDocument() local
27 rDescriptor[utl::MediaDescriptor::PROP_FILTERNAME()] >>= aFilterName; in doImportDocument()
28 assert(!aFilterName.isEmpty()); in doImportDocument()
30 if (aFilterName == "Palm_Text_Document") in doImportDocument()
38 if (aFilterName == "BroadBand eBook") in doImportDocument()
40 else if (aFilterName == "FictionBook 2") in doImportDocument()
42 else if (aFilterName == "PalmDoc") in doImportDocument()
44 else if (aFilterName == "Plucker eBook") in doImportDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/writerperfect/source/writer/
H A DEBookImportFilter.cxx26 OUString aFilterName; in doImportDocument() local
28 rDescriptor[utl::MediaDescriptor::PROP_FILTERNAME()] >>= aFilterName; in doImportDocument()
29 assert(!aFilterName.isEmpty()); in doImportDocument()
31 if (aFilterName == "Palm_Text_Document") in doImportDocument()
39 if (aFilterName == "BroadBand eBook") in doImportDocument()
41 else if (aFilterName == "FictionBook 2") in doImportDocument()
43 else if (aFilterName == "PalmDoc") in doImportDocument()
45 else if (aFilterName == "Plucker eBook") in doImportDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/vcl/source/filter/
H A Dgraphicfilter.cxx800 if (aFilterName.equalsIgnoreAsciiCase(IMP_GIF)) in ImportUnloadedGraphic()
804 else if (aFilterName.equalsIgnoreAsciiCase(IMP_PNG)) in ImportUnloadedGraphic()
817 else if (aFilterName.equalsIgnoreAsciiCase(IMP_SVG)) in ImportUnloadedGraphic()
893 else if (aFilterName == IMP_PDF) in ImportUnloadedGraphic()
897 else if (aFilterName == IMP_TIFF) in ImportUnloadedGraphic()
901 else if (aFilterName == IMP_PICT) in ImportUnloadedGraphic()
905 else if (aFilterName == IMP_MET) in ImportUnloadedGraphic()
1200 if (aFilterName.equalsIgnoreAsciiCase(IMP_MOV)) in readWithTypeSerializer()
1320 OUString aFilterName; in ImportGraphic() local
1365 aFilterName = pContext->GetUpperFilterName(); in ImportGraphic()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/comphelper/source/misc/
H A Dmimeconfighelper.cxx239 OUString aFilterName; in GetDocServiceNameFromMediaType() local
241 && ( prop.Value >>= aFilterName ) && !aFilterName.isEmpty() ) in GetDocServiceNameFromMediaType()
564 OUString aFilterName; in UpdateMediaDescriptorWithFilterName() local
568 prop.Value >>= aFilterName; in UpdateMediaDescriptorWithFilterName()
570 if ( aFilterName.isEmpty() ) in UpdateMediaDescriptorWithFilterName()
587 prop.Value >>= aFilterName; in UpdateMediaDescriptorWithFilterName()
589 if ( !aFilterName.isEmpty() ) in UpdateMediaDescriptorWithFilterName()
594 aMediaDescr[ nOldLen ].Value <<= aFilterName; in UpdateMediaDescriptorWithFilterName()
619 return aFilterName; in UpdateMediaDescriptorWithFilterName()
664 if ( !aFilterName.isEmpty() ) in GetFilterFlags()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/comphelper/source/misc/
H A Dmimeconfighelper.cxx239 OUString aFilterName; in GetDocServiceNameFromMediaType() local
241 && ( aType[nInd].Value >>= aFilterName ) && !aFilterName.isEmpty() ) in GetDocServiceNameFromMediaType()
564 OUString aFilterName; in UpdateMediaDescriptorWithFilterName() local
568 aMediaDescr[nInd].Value >>= aFilterName; in UpdateMediaDescriptorWithFilterName()
570 if ( aFilterName.isEmpty() ) in UpdateMediaDescriptorWithFilterName()
587 aTempMD[nInd].Value >>= aFilterName; in UpdateMediaDescriptorWithFilterName()
589 if ( !aFilterName.isEmpty() ) in UpdateMediaDescriptorWithFilterName()
594 aMediaDescr[ nOldLen ].Value <<= aFilterName; in UpdateMediaDescriptorWithFilterName()
619 return aFilterName; in UpdateMediaDescriptorWithFilterName()
664 if ( !aFilterName.isEmpty() ) in GetFilterFlags()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/vba/
H A Dvbaworkbook.cxx128 OUString aFilterName; in getFileFormat() local
134 aArgs[0].Value >>= aFilterName; in getFileFormat()
136 aArgs[1].Value >>= aFilterName; in getFileFormat()
143 if ( aFilterName == "DBF" ) { in getFileFormat()
147 if ( aFilterName == "DIF" ) { in getFileFormat()
151 if ( aFilterName == "Lotus" ) { in getFileFormat()
155 if ( aFilterName == "MS Excel 4.0" ) { in getFileFormat()
159 if ( aFilterName == "MS Excel 5.0/95" ) { in getFileFormat()
163 if ( aFilterName == "MS Excel 97" ) { in getFileFormat()
167 if (aFilterName == "HTML (StarCalc)") { in getFileFormat()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/vba/
H A Dvbaworkbook.cxx130 OUString aFilterName; in getFileFormat() local
136 aArgs[0].Value >>= aFilterName; in getFileFormat()
138 aArgs[1].Value >>= aFilterName; in getFileFormat()
145 if ( aFilterName == "DBF" ) { in getFileFormat()
149 if ( aFilterName == "DIF" ) { in getFileFormat()
153 if ( aFilterName == "Lotus" ) { in getFileFormat()
157 if ( aFilterName == "MS Excel 4.0" ) { in getFileFormat()
161 if ( aFilterName == "MS Excel 5.0/95" ) { in getFileFormat()
165 if ( aFilterName == "MS Excel 97" ) { in getFileFormat()
169 if (aFilterName == "HTML (StarCalc)") { in getFileFormat()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/vcl/source/filter/
H A Dgraphicfilter.cxx1207 if (aFilterName.equalsIgnoreAsciiCase(IMP_GIF)) in ImportUnloadedGraphic()
1211 else if (aFilterName.equalsIgnoreAsciiCase(IMP_PNG)) in ImportUnloadedGraphic()
1247 else if (aFilterName.equalsIgnoreAsciiCase(IMP_SVG)) in ImportUnloadedGraphic()
1297 else if (aFilterName.equalsIgnoreAsciiCase(IMP_BMP)) in ImportUnloadedGraphic()
1301 else if (aFilterName.equalsIgnoreAsciiCase(IMP_MOV)) in ImportUnloadedGraphic()
1306 aFilterName.equalsIgnoreAsciiCase(IMP_EMF)) in ImportUnloadedGraphic()
1323 else if (aFilterName == IMP_PDF) in ImportUnloadedGraphic()
1446 OUString aFilterName; in ImportGraphic() local
1524 aFilterName = pContext->GetUpperFilterName(); in ImportGraphic()
1533 if( aFilterName.equalsIgnoreAsciiCase( IMP_GIF ) ) in ImportGraphic()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/docshell/
H A Darealink.cxx57 aFilterName (rFilter), in ScAreaLink()
90 sfx2::MakeLnkName( aNewLinkName, nullptr, aFileName, aSourceArea, &aFilterName ); in Edit()
143 aFileName, aFilterName, aOptions, in Closed()
164 aFilterName = rFlt; in SetSource()
170 sfx2::MakeLnkName( aNewLinkName, nullptr, aFileName, aSourceArea, &aFilterName ); in SetSource()
177 return aFileName == rFile && aFilterName == rFilter && aOptions == rOpt && in IsEqual()
245 if ( rNewFilter != aFilterName ) in Refresh()
423 aFileName, aFilterName, aOptions, in Refresh()
434 if ( rNewFilter != aFilterName ) in Refresh()
435 aFilterName = rNewFilter; in Refresh()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/docshell/
H A Darealink.cxx57 aFilterName (rFilter), in ScAreaLink()
90 sfx2::MakeLnkName( aNewLinkName, nullptr, aFileName, aSourceArea, &aFilterName ); in Edit()
143 aFileName, aFilterName, aOptions, in Closed()
164 aFilterName = rFlt; in SetSource()
170 sfx2::MakeLnkName( aNewLinkName, nullptr, aFileName, aSourceArea, &aFilterName ); in SetSource()
177 return aFileName == rFile && aFilterName == rFilter && aOptions == rOpt && in IsEqual()
242 if ( rNewFilter != aFilterName ) in Refresh()
420 aFileName, aFilterName, aOptions, in Refresh()
431 if ( rNewFilter != aFilterName ) in Refresh()
432 aFilterName = rNewFilter; in Refresh()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/embeddedobj/source/commonembedding/
H A Dxfactory.cxx134 …OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, false ); in createInstanceInitFromMediaDescriptor() local
139 if ( aFilterName.isEmpty() ) in createInstanceInitFromMediaDescriptor()
144 …uno::Sequence< beans::NamedValue > aObject = m_aConfigHelper.GetObjectPropsByFilter( aFilterName ); in createInstanceInitFromMediaDescriptor()
232 …OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, aObject… in createInstanceUserInit() local
233 if ( aFilterName.isEmpty() ) in createInstanceUserInit()
275 …OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, false ); in createInstanceLink() local
277 if ( aFilterName.isEmpty() ) in createInstanceLink()
282 …uno::Sequence< beans::NamedValue > aObject = m_aConfigHelper.GetObjectPropsByFilter( aFilterName ); in createInstanceLink()
334 …OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, aObject… in createInstanceLinkUserInit() local
336 if ( aFilterName.isEmpty() ) in createInstanceLinkUserInit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/svx/source/svdraw/
H A Dsvdotxln.cxx83 pData->aFilterName != aFilter ) in DataChanged()
86 pData->aFilterName = aFilter; in DataChanged()
114 pData->aFilterName=aFilterName; in Clone()
132 pData->aFilterName=rFilterName; in SetTextLink()
261 !pData->aFilterName.isEmpty() ? in ImpRegisterLink()
262 &pData->aFilterName : nullptr); in ImpRegisterLink()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/svx/source/svdraw/
H A Dsvdotxln.cxx84 pData->aFilterName != aFilter ) in DataChanged()
87 pData->aFilterName = aFilter; in DataChanged()
115 pData->aFilterName=aFilterName; in Clone()
133 pData->aFilterName=rFilterName; in SetTextLink()
262 !pData->aFilterName.isEmpty() ? in ImpRegisterLink()
263 &pData->aFilterName : nullptr); in ImpRegisterLink()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/embeddedobj/source/commonembedding/
H A Dxfactory.cxx150 …OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, false ); in createInstanceInitFromMediaDescriptor() local
155 if ( aFilterName.isEmpty() ) in createInstanceInitFromMediaDescriptor()
160 …uno::Sequence< beans::NamedValue > aObject = m_aConfigHelper.GetObjectPropsByFilter( aFilterName ); in createInstanceInitFromMediaDescriptor()
248 …OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, aObject… in createInstanceUserInit() local
249 if ( aFilterName.isEmpty() ) in createInstanceUserInit()
291 …OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, false ); in createInstanceLink() local
293 if ( aFilterName.isEmpty() ) in createInstanceLink()
298 …uno::Sequence< beans::NamedValue > aObject = m_aConfigHelper.GetObjectPropsByFilter( aFilterName ); in createInstanceLink()
350 …OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, aObject… in createInstanceLinkUserInit() local
352 if ( aFilterName.isEmpty() ) in createInstanceLinkUserInit()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/docshell/
H A Ddocshel4.cxx383 if (aFilterName == "Impress MS PowerPoint 2007 XML" || in ImportFrom()
385 aFilterName == "Impress MS PowerPoint 2007 XML VBA") in ImportFrom()
452 if( aFilterName == pFilterPowerPoint97 in ConvertFrom()
453 || aFilterName == pFilterPowerPoint97Template in ConvertFrom()
454 || aFilterName == pFilterPowerPoint97AutoPlay) in ConvertFrom()
459 else if (aFilterName.indexOf("impress8") >= 0 || in ConvertFrom()
460 aFilterName.indexOf("draw8") >= 0) in ConvertFrom()
469 else if (aFilterName.indexOf("StarOffice XML (Draw)") >= 0 || in ConvertFrom()
470 aFilterName.indexOf("StarOffice XML (Impress)") >= 0) in ConvertFrom()
478 else if (aFilterName == "CGM - Computer Graphics Metafile") in ConvertFrom()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/docshell/
H A Ddocshel4.cxx380 if (aFilterName == "Impress MS PowerPoint 2007 XML" || in ImportFrom()
382 aFilterName == "Impress MS PowerPoint 2007 XML VBA") in ImportFrom()
449 if( aFilterName == pFilterPowerPoint97 in ConvertFrom()
450 || aFilterName == pFilterPowerPoint97Template in ConvertFrom()
451 || aFilterName == pFilterPowerPoint97AutoPlay) in ConvertFrom()
456 else if (aFilterName.indexOf("impress8") >= 0 || in ConvertFrom()
457 aFilterName.indexOf("draw8") >= 0) in ConvertFrom()
466 else if (aFilterName.indexOf("StarOffice XML (Draw)") >= 0 || in ConvertFrom()
467 aFilterName.indexOf("StarOffice XML (Impress)") >= 0) in ConvertFrom()
475 else if (aFilterName == "CGM - Computer Graphics Metafile") in ConvertFrom()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sw/source/filter/ww8/
H A Ddocxexportfilter.cxx78 OUString aFilterName; in exportDocument() local
79 getMediaDescriptor()[utl::MediaDescriptor::PROP_FILTERNAME()] >>= aFilterName; in exportDocument()
80 bool bDocm = aFilterName.endsWith("VBA"); in exportDocument()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sw/source/filter/ww8/
H A Ddocxexportfilter.cxx80 OUString aFilterName; in exportDocument() local
81 getMediaDescriptor()[utl::MediaDescriptor::PROP_FILTERNAME()] >>= aFilterName; in exportDocument()
82 bool bDocm = aFilterName.endsWith("VBA"); in exportDocument()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sd/source/ui/func/
H A Dfuinsfil.cxx244 aFilterName = pFilterName->GetValue (); in DoExecute()
260 aFilterName = pFilter->GetFilterName(); in DoExecute()
282 ( aFilterName.indexOf( "Text" ) != -1 || in DoExecute()
283 aFilterName.indexOf( "Rich" ) != -1 || in DoExecute()
284 aFilterName.indexOf( "RTF" ) != -1 || in DoExecute()
285 aFilterName.indexOf( "HTML" ) != -1 ) ) in DoExecute()
414 if( aFilterName.indexOf( "Rich") != -1 ) in InsTextOrRTFinDrMode()
416 else if( aFilterName.indexOf( "HTML" ) != -1 ) in InsTextOrRTFinDrMode()
519 pTO->SetTextLink(aFile, aFilterName ); in InsTextOrRTFinDrMode()
536 if( aFilterName.indexOf( "Rich") != -1 ) in InsTextOrRTFinOlMode()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sd/source/ui/func/
H A Dfuinsfil.cxx244 aFilterName = pFilterName->GetValue (); in DoExecute()
260 aFilterName = pFilter->GetFilterName(); in DoExecute()
282 ( aFilterName.indexOf( "Text" ) != -1 || in DoExecute()
283 aFilterName.indexOf( "Rich" ) != -1 || in DoExecute()
284 aFilterName.indexOf( "RTF" ) != -1 || in DoExecute()
285 aFilterName.indexOf( "HTML" ) != -1 ) ) in DoExecute()
414 if( aFilterName.indexOf( "Rich") != -1 ) in InsTextOrRTFinDrMode()
416 else if( aFilterName.indexOf( "HTML" ) != -1 ) in InsTextOrRTFinDrMode()
519 pTO->SetTextLink(aFile, aFilterName ); in InsTextOrRTFinDrMode()
536 if( aFilterName.indexOf( "Rich") != -1 ) in InsTextOrRTFinOlMode()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/dialog/
H A Dmailmodel.cxx298 OUString aFilterName; in SaveDocumentAsFormat() local
332 aFilterName = aFilterPropsHM.getUnpackedValueOrDefault( in SaveDocumentAsFormat()
344 if ( aOrgFilterName == aFilterName ) in SaveDocumentAsFormat()
359 aFilterName = aMediaDescrPropsHM.getUnpackedValueOrDefault( in SaveDocumentAsFormat()
364 if ( !bHasLocation || aFilterName.isEmpty()) in SaveDocumentAsFormat()
370 aFilterName = aFilterPropsHM.getUnpackedValueOrDefault( in SaveDocumentAsFormat()
377 … ::comphelper::SequenceAsHashMap aFilterPropsHM2( xNameAccess->getByName( aFilterName ) ); in SaveDocumentAsFormat()
394 if (( aFilterName.isEmpty() ) || in SaveDocumentAsFormat()
449 OSL_ASSERT( !aFilterName.isEmpty() ); in SaveDocumentAsFormat()
468 aArgs[nNumArgs-1].Value <<= aFilterName; in SaveDocumentAsFormat()
[all …]
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sfx2/source/dialog/
H A Dmailmodel.cxx310 OUString aFilterName; in SaveDocumentAsFormat() local
344 aFilterName = aFilterPropsHM.getUnpackedValueOrDefault( in SaveDocumentAsFormat()
356 if ( aOrgFilterName == aFilterName ) in SaveDocumentAsFormat()
371 aFilterName = aMediaDescrPropsHM.getUnpackedValueOrDefault( in SaveDocumentAsFormat()
376 if ( !bHasLocation || aFilterName.isEmpty()) in SaveDocumentAsFormat()
382 aFilterName = aFilterPropsHM.getUnpackedValueOrDefault( in SaveDocumentAsFormat()
389 … ::comphelper::SequenceAsHashMap aFilterPropsHM2( xNameAccess->getByName( aFilterName ) ); in SaveDocumentAsFormat()
406 if (( aFilterName.isEmpty() ) || in SaveDocumentAsFormat()
462 OSL_ASSERT( !aFilterName.isEmpty() ); in SaveDocumentAsFormat()
481 aArgs[nNumArgs-1].Value <<= aFilterName; in SaveDocumentAsFormat()
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/sc/source/ui/undo/
H A Dareasave.cxx29 aFilterName ( rSource.GetFilter() ), in ScAreaLinkSaver()
40 aFilterName == rCompare.GetFilter() && in IsEqualSource()
66 ScAreaLink* pLink = new ScAreaLink( pObjSh, aFileName, aFilterName, aOptions, in InsertNewLink()
70 OUString aTmp1(aFilterName), aTmp2(aSourceArea); in InsertNewLink()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/sc/source/ui/undo/
H A Dareasave.cxx29 aFilterName ( rSource.GetFilter() ), in ScAreaLinkSaver()
40 aFilterName == rCompare.GetFilter() && in IsEqualSource()
66 ScAreaLink* pLink = new ScAreaLink( pObjSh, aFileName, aFilterName, aOptions, in InsertNewLink()
70 OUString aTmp1(aFilterName), aTmp2(aSourceArea); in InsertNewLink()
/dports/editors/libreoffice/libreoffice-7.2.6.2/sfx2/source/doc/
H A Dguisaveas.cxx300 bool ExecuteFilterDialog_Impl( const OUString& aFilterName );
688 if ( !aFilterName.isEmpty() ) in CheckFilter()
983 OUString aFilterName; in OutputFileDialog() local
1015 if ( aFilterName == aFilterFromMediaDescr ) in OutputFileDialog()
1040 if ( aFilterName == aOldFilterName ) in OutputFileDialog()
1083 GetMediaDescr()[sFilterNameString] <<= aFilterName; in OutputFileDialog()
1572 aIter->second >>= aFilterName; in GUIStoreModel()
1576 DBG_ASSERT( !aFilterName.isEmpty(), "Illegal filter!" ); in GUIStoreModel()
1595 if ( aModelData.ExecuteFilterDialog_Impl( aFilterName ) ) in GUIStoreModel()
1599 if (aFilterName.endsWith("pdf_Export")) in GUIStoreModel()
[all …]

123456789