/aoo41x/main/comphelper/source/misc/ |
H A D | mimeconfighelper.cxx | 207 if ( !aFilterName.isEmpty() ) in GetFilterFlags() 278 ::rtl::OUString aFilterName; in GetDocServiceNameFromMediaType() 280 && ( aType[nInd].Value >>= aFilterName ) && !aFilterName.isEmpty() ) in GetDocServiceNameFromMediaType() 609 ::rtl::OUString aFilterName; in UpdateMediaDescriptorWithFilterName() 613 aMediaDescr[nInd].Value >>= aFilterName; in UpdateMediaDescriptorWithFilterName() 615 if ( aFilterName.isEmpty() ) in UpdateMediaDescriptorWithFilterName() 635 aTempMD[nInd].Value >>= aFilterName; in UpdateMediaDescriptorWithFilterName() 637 if ( !aFilterName.isEmpty() ) in UpdateMediaDescriptorWithFilterName() 642 aMediaDescr[ nOldLen ].Value <<= aFilterName; in UpdateMediaDescriptorWithFilterName() 667 return aFilterName; in UpdateMediaDescriptorWithFilterName() [all …]
|
/aoo41x/main/sc/source/ui/vba/ |
H A D | vbaworkbook.cxx | 127 rtl::OUString aFilterName; in FileFormat() local 133 aArgs[0].Value >>= aFilterName; in FileFormat() 135 aArgs[1].Value >>= aFilterName; in FileFormat() 142 if (aFilterName.equalsAscii("DBF")) { in FileFormat() 146 if (aFilterName.equalsAscii("DIF")) { in FileFormat() 150 if (aFilterName.equalsAscii("Lotus")) { in FileFormat() 154 if (aFilterName.equalsAscii("MS Excel 4.0")) { in FileFormat() 158 if (aFilterName.equalsAscii("MS Excel 5.0/95")) { in FileFormat() 162 if (aFilterName.equalsAscii("MS Excel 97")) { in FileFormat() 166 if (aFilterName.equalsAscii("HTML (StarCalc)")) { in FileFormat() [all …]
|
/aoo41x/main/svx/source/svdraw/ |
H A D | svdotxln.cxx | 113 !pData->aFilterName.Equals( aFilter )) in DataChanged() 116 pData->aFilterName = aFilter; in DataChanged() 158 pData->aFilterName=aFilterName; in Clone() 188 pData->aFilterName=rFilterName; in SetTextLink() 249 bRet = LoadText( pData->aFileName, pData->aFilterName, pData->eCharSet ); in ReloadLinkedText() 325 pData->aFilterName.Len() ? in ImpLinkAnmeldung() 326 &pData->aFilterName : (const String *)NULL, in ImpLinkAnmeldung() 330 pData->aFilterName.Len() ? &pData->aFilterName : NULL,NULL); in ImpLinkAnmeldung()
|
H A D | svdograf.cxx | 122 const Graphic ImpLoadLinkedGraphic( const String aFileName, const String aFilterName ) in ImpLoadLinkedGraphic() argument 135 const sal_uInt16 nFilter = aFilterName.Len() && pGF->GetImportFormatCount() in ImpLoadLinkedGraphic() 136 ? pGF->GetImportFormatNumber( aFilterName ) in ImpLoadLinkedGraphic() 286 pLinkManager->GetDisplayNames( this, 0, &pGrafObj->aFileName, 0, &pGrafObj->aFilterName ); in DataChanged() 679 aFilterName = rFilterName; in SetFilterName() 732 …ertFileLink( *pGraphicLink, OBJECT_CLIENT_GRF, aFileName, ( aFilterName.Len() ? &aFilterName : NUL… in ImpLinkAnmeldung() 758 aFilterName = rFilterName; in SetGraphicLink() 772 aFilterName = String(); in ReleaseGraphicLink() 827 pGraphicLink->DataChanged( ImpLoadLinkedGraphic( aFileName, aFilterName ) ); in ImpUpdateGraphicLink() 975 aFilterName = rGraf.aFilterName; in operator =() [all …]
|
/aoo41x/main/sc/source/ui/docshell/ |
H A D | arealink.cxx | 81 aFilterName (rFilter), in ScAreaLink() 162 aFileName, aFilterName, aOptions, in Closed() 184 aFilterName = rFlt; in SetSource() 190 sfx2::MakeLnkName( aNewLinkName, NULL, aFileName, aSourceArea, &aFilterName ); in SetSource() 197 return aFileName == rFile && aFilterName == rFilter && aOptions == rOpt && in IsEqual() 259 if ( rNewFilter != aFilterName ) in Refresh() 430 aFileName, aFilterName, aOptions, in Refresh() 441 if ( rNewFilter != aFilterName ) in Refresh() 442 aFilterName = rNewFilter; in Refresh() 501 long nRes = Refresh( aFileName, aFilterName, aSourceArea, in IMPL_LINK() [all …]
|
H A D | tablink.cxx | 82 aFilterName(rFilter), in ScTableLink() 99 aFilterName(rFilter), in ScTableLink() 179 return pImpl->m_pDocSh->GetDocument()->HasLink( aFileName, aFilterName, aOptions ); in IsUsed() 203 if ( rNewFilter != aFilterName ) in Refresh() 267 pUndoDoc->SetLink( nTab, nMode, aFileName, aFilterName, in Refresh() 385 if ( bNewUrlName || rNewFilter != aFilterName || in Refresh() 397 if ( rNewFilter != aFilterName ) in Refresh() 398 aFilterName = rNewFilter; in Refresh() 440 long nRes = Refresh( aFileName, aFilterName, NULL, GetRefreshDelay() ) != 0; in IMPL_LINK()
|
/aoo41x/main/svtools/source/filter/ |
H A D | filter.cxx | 1412 String aFilterName; in ImportGraphic() local 1489 aFilterName = pConfig->GetImportFilterName( nFormat ); in ImportGraphic() 1494 aFilterName = pContext->GetUpperFilterName(); in ImportGraphic() 1503 if( aFilterName.EqualsIgnoreCaseAscii( IMP_GIF ) ) in ImportGraphic() 1513 else if( aFilterName.EqualsIgnoreCaseAscii( IMP_PNG ) ) in ImportGraphic() 1579 else if( aFilterName.EqualsIgnoreCaseAscii( IMP_SVG ) ) in ImportGraphic() 1617 else if( aFilterName.EqualsIgnoreCaseAscii( IMP_XBM ) ) in ImportGraphic() 1625 else if( aFilterName.EqualsIgnoreCaseAscii( IMP_XPM ) ) in ImportGraphic() 1653 aFilterName.EqualsIgnoreCaseAscii( IMP_EMF ) ) in ImportGraphic() 1665 || aFilterName.EqualsIgnoreCaseAscii( IMP_SVSGV ) ) in ImportGraphic() [all …]
|
/aoo41x/main/sfx2/source/doc/ |
H A D | guisaveas.cxx | 720 if ( aFilterName.getLength() ) in CheckFilter() 724 if ( aFilterName.getLength() ) in CheckFilter() 996 ::rtl::OUString aFilterName = aStringTypeFN; in OutputFileDialog() 1021 if ( aFilterName.equals( aFilterFromMediaDescr ) ) in OutputFileDialog() 1046 if ( aFilterName.equals( aOldFilterName ) ) in OutputFileDialog() 1092 GetMediaDescr()[aFilterNameString] <<= aFilterName; in OutputFileDialog() 1558 aIter->second >>= aFilterName; in GUIStoreModel() 1562 DBG_ASSERT( aFilterName.getLength(), "Illegal filter!" ); in GUIStoreModel() 1580 if ( aModelData.ExecuteFilterDialog_Impl( aFilterName ) ) in GUIStoreModel() 1655 const ::rtl::OUString& aFilterName ) in CheckFilterOptionsAppearence() [all …]
|
H A D | objstor.cxx | 2278 if ( xFilters->hasByName( aFilterName ) ) in InsertFrom() 2280 xFilters->getByName( aFilterName ) >>= aProps; in InsertFrom() 2376 if ( xFilters->hasByName( aFilterName ) ) in ImportFrom() 2493 if ( xFilters->hasByName( aFilterName ) ) in ExportTo() 2740 String aFilterName; in Save_Impl() local 2768 const String& aFilterName, in CommonSaveAs_Impl() argument 2918 const String& aFilterName, in PreDoSaveAs_Impl() argument 2964 if ( aFilterName.Len() ) in PreDoSaveAs_Impl() 3069 ::rtl::OUString aFilterName; in IsInformationLost() 3074 aProps[nInd].Value >>= aFilterName; in IsInformationLost() [all …]
|
H A D | objserv.cxx | 300 String aFilterName; in APISaveAs_Impl() local 304 aFilterName = pFilterNameItem->GetValue(); in APISaveAs_Impl() 313 aFilterName = pFilter->GetName(); in APISaveAs_Impl() 318 if( !aFilterName.Len() ) in APISaveAs_Impl() 324 aFilterName = pFilt->GetFilterName(); in APISaveAs_Impl() 326 aParams->Put(SfxStringItem( SID_FILTER_NAME, aFilterName)); in APISaveAs_Impl() 338 bOk = CommonSaveAs_Impl( INetURLObject(aFileName), aFilterName, in APISaveAs_Impl() 641 ::rtl::OUString aFilterName = pFilterNameItem ? ::rtl::OUString( pFilterNameItem->GetValue() ) in ExecFile_Impl() 643 const SfxFilter* pFilt = GetFactory().GetFilterContainer()->GetFilter4FilterName( aFilterName ); in ExecFile_Impl()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 350 OUString aFilterName( rFilterName ); in createUniqueFilterName() local 357 aFilterName = rFilterName; in createUniqueFilterName() 358 aFilterName += aSpace; in createUniqueFilterName() 359 aFilterName += OUString::valueOf( nId++ ); in createUniqueFilterName() 362 return aFilterName; in createUniqueFilterName() 932 aFilterName += aExtensions; in onSave() 933 aFilterName += sal_Unicode(')'); in onSave() 935 aDlg.AddFilter( aFilterName, aExtensions ); in onSave() 978 aFilterName += aExtensions; in onOpen() 979 aFilterName += sal_Unicode(')'); in onOpen() [all …]
|
H A D | xmlfiltertestdialog.cxx | 415 String aFilterName( aInterfaceName ); in onExportBrowse() local 416 aFilterName += String( RTL_CONSTASCII_USTRINGPARAM(" (") ); in onExportBrowse() 417 aFilterName += aExtensions; in onExportBrowse() 418 aFilterName += sal_Unicode(')'); in onExportBrowse() 420 aDlg.AddFilter( aFilterName, aExtensions ); in onExportBrowse() 423 aDlg.SetCurrentFilter( aFilterName ); in onExportBrowse() 579 String aFilterName( mpFilterInfo->maInterfaceName ); in onImportBrowse() local 606 aFilterName += String( RTL_CONSTASCII_USTRINGPARAM( " (" ) ); in onImportBrowse() 607 aFilterName += aExtensions; in onImportBrowse() 608 aFilterName += sal_Unicode(')'); in onImportBrowse() [all …]
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuinsfil.cxx | 252 aFilterName = aFileDialog.GetCurrentFilter(); in DoExecute() 264 aFilterName = pFilterName->GetValue (); in DoExecute() 280 aFilterName = pFilter->GetFilterName(); in DoExecute() 302 ( aFilterName.SearchAscii( "Text" ) != STRING_NOTFOUND || in DoExecute() 303 aFilterName.SearchAscii( "Rich" ) != STRING_NOTFOUND || in DoExecute() 304 aFilterName.SearchAscii( "RTF" ) != STRING_NOTFOUND || in DoExecute() 305 aFilterName.SearchAscii( "HTML" ) != STRING_NOTFOUND ) ) in DoExecute() 500 if( aFilterName.SearchAscii( "Rich") != STRING_NOTFOUND ) in InsTextOrRTFinDrMode() 502 else if( aFilterName.SearchAscii( "HTML" ) != STRING_NOTFOUND ) in InsTextOrRTFinDrMode() 629 if( aFilterName.SearchAscii( "Rich") != STRING_NOTFOUND ) in InsTextOrRTFinOlMode() [all …]
|
/aoo41x/main/embeddedobj/source/commonembedding/ |
H A D | xfactory.cxx | 201 …::rtl::OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, … in createInstanceInitFromMediaDescriptor() 206 if ( aFilterName.getLength() ) in createInstanceInitFromMediaDescriptor() 208 …uno::Sequence< beans::NamedValue > aObject = m_aConfigHelper.GetObjectPropsByFilter( aFilterName ); in createInstanceInitFromMediaDescriptor() 324 …::rtl::OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, … in createInstanceUserInit() 325 if ( !aFilterName.getLength() ) in createInstanceUserInit() 381 …::rtl::OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, … in createInstanceLink() 383 if ( aFilterName.getLength() ) in createInstanceLink() 385 …uno::Sequence< beans::NamedValue > aObject = m_aConfigHelper.GetObjectPropsByFilter( aFilterName ); in createInstanceLink() 451 …::rtl::OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, … in createInstanceLinkUserInit() 453 if ( aFilterName.getLength() ) in createInstanceLinkUserInit()
|
H A D | persistence.cxx | 467 ::rtl::OUString aFilterName = GetPresetFilterName(); in GetFilterName() 468 if ( !aFilterName.getLength() ) in GetFilterName() 477 return aFilterName; in GetFilterName() 490 if ( !aFilterName.getLength() ) in FillDefaultLoadArgs_Impl() 493 o_rLoadArgs.put( "FilterName", aFilterName ); in FillDefaultLoadArgs_Impl() 615 ::rtl::OUString aFilterName = GetFilterName( nStorageFormat ); in StoreDocumentToTempStream_Impl() 618 if ( !aFilterName.getLength() ) in StoreDocumentToTempStream_Impl() 623 aArgs[0].Value <<= aFilterName; in StoreDocumentToTempStream_Impl() 777 ::rtl::OUString aFilterName = GetFilterName( nStorageFormat ); in StoreDocToStorage_Impl() 780 if ( !aFilterName.getLength() ) in StoreDocToStorage_Impl() [all …]
|
/aoo41x/main/sc/source/ui/undo/ |
H A D | areasave.cxx | 44 aFilterName ( rSource.GetFilter() ), in ScAreaLinkSaver() 55 aFilterName ( rCopy.aFilterName ), in ScAreaLinkSaver() 75 aFilterName == rCompare.GetFilter() && in IsEqualSource() 101 ScAreaLink* pLink = new ScAreaLink( pObjSh, aFileName, aFilterName, aOptions, in InsertNewLink() 105 … pLinkManager->InsertFileLink( *pLink, OBJECT_CLIENT_FILE, aFileName, &aFilterName, &aSourceArea ); in InsertNewLink()
|
/aoo41x/main/sc/source/ui/drawfunc/ |
H A D | fuins1.cxx | 290 String aFilterName; in FuInsertGraphic() local 292 aFilterName = ((const SfxStringItem*)pItem)->GetValue(); in FuInsertGraphic() 299 …int nError = GraphicFilter::LoadGraphic( aFileName, aFilterName, aGraphic, GraphicFilter::GetGraph… in FuInsertGraphic() 302 … lcl_InsertGraphic( aGraphic, aFileName, aFilterName, bAsLink, sal_True, pViewSh, pWindow, pView ); in FuInsertGraphic() 316 String aFilterName = aDlg.GetCurrentFilter(); in FuInsertGraphic() local 319 …lcl_InsertGraphic( aGraphic, aFileName, aFilterName, bAsLink, sal_False, pViewSh, pWindow, pView ); in FuInsertGraphic() 323 rReq.AppendItem( SfxStringItem( FN_PARAM_FILTER, aFilterName ) ); in FuInsertGraphic()
|
/aoo41x/main/sfx2/source/dialog/ |
H A D | mailmodel.cxx | 411 rtl::OUString aFilterName; in SaveDocumentAsFormat() local 446 aFilterName = aFilterPropsHM.getUnpackedValueOrDefault( in SaveDocumentAsFormat() 458 if ( aOrgFilterName == aFilterName ) in SaveDocumentAsFormat() 473 aFilterName = aMediaDescrPropsHM.getUnpackedValueOrDefault( in SaveDocumentAsFormat() 478 if ( !bHasLocation || ( aFilterName.getLength() == 0 )) in SaveDocumentAsFormat() 485 aFilterName = aFilterPropsHM.getUnpackedValueOrDefault( in SaveDocumentAsFormat() 492 … ::comphelper::SequenceAsHashMap aFilterPropsHM2( xNameAccess2->getByName( aFilterName ) ); in SaveDocumentAsFormat() 509 if (( aFilterName.getLength() == 0 ) || in SaveDocumentAsFormat() 566 OSL_ASSERT( aFilterName.getLength() > 0 ); in SaveDocumentAsFormat() 585 aArgs[nNumArgs-1].Value = css::uno::makeAny( aFilterName ); in SaveDocumentAsFormat() [all …]
|
/aoo41x/main/starmath/source/ |
H A D | smdetect.cxx | 183 String aFilterName; in detect() local 194 aFilterName = pFilter->GetName(); in detect() 242 aFilterName.Erase(); in detect() 303 aFilterName = pFilter->GetName(); in detect() 422 aFilterName.AssignAscii( sFltrNm_2 ); in detect() 432 aFilterName = pFilt->GetName(); in detect() 509 if ( !aFilterName.Len() ) in detect()
|
/aoo41x/main/cui/source/dialogs/ |
H A D | cuigaldlg.cxx | 117 …h_back( ( (FilterEntry*) mpBrowser->aFilterEntryList.GetObject( i ) )->aFilterName.ToLowerAscii() … in run() 897 if ( pTestEntry->aFilterName == aExt ) in FillFilterList() 907 pFilterEntry->aFilterName = aExt; in FillFilterList() 927 pFilterEntry->aFilterName = aFilters[ l ].second.getToken( 0, ';', nIndex ); in FillFilterList() 929 … aFilterWildcard += pFilterEntry->aFilterName ) ); in FillFilterList() 974 pFilterEntry->aFilterName = String( CUI_RES( RID_SVXSTR_GALLERY_ALLFILES ) ); in FillFilterList() 975 pFilterEntry->aFilterName = addExtension( pFilterEntry->aFilterName, aExtensions ); in FillFilterList() 976 … aFilterEntryList.Insert(pFilterEntry, aCbbFileType. InsertEntry( pFilterEntry->aFilterName, 0 ) ); in FillFilterList() 978 aCbbFileType.SetText( pFilterEntry->aFilterName ); in FillFilterList()
|
/aoo41x/main/sfx2/source/appl/ |
H A D | shutdownicon.cxx | 454 OUString aFilterName( pThis->m_pFileDlg->GetCurrentFilter() ); in IMPL_STATIC_LINK() local 492 if ( !aFilterName.getLength() ) in IMPL_STATIC_LINK() 493 …e( CommonFilePickerElementIds::LISTBOX_FILTER, ControlActions::GET_SELECTED_ITEM ) >>= aFilterName; in IMPL_STATIC_LINK() 500 if ( aFilterName.getLength() ) in IMPL_STATIC_LINK() 502 …t SfxFilter* pFilter = SFX_APP()->GetFilterMatcher().GetFilter4UIName( aFilterName, 0, SFX_FILTER_… in IMPL_STATIC_LINK() 506 aFilterName = pFilter->GetFilterName(); in IMPL_STATIC_LINK() 508 if ( aFilterName.getLength() ) in IMPL_STATIC_LINK() 512 aArgs[nArgs-1].Value <<= aFilterName; in IMPL_STATIC_LINK()
|
/aoo41x/main/sd/source/ui/docshell/ |
H A D | docshel4.cxx | 463 const String aFilterName( rMedium.GetFilter()->GetFilterName() ); in ConvertFrom() local 485 if( aFilterName == pFilterPowerPoint97 || aFilterName == pFilterPowerPoint97Template) in ConvertFrom() 490 else if (aFilterName.SearchAscii("impress8" ) != STRING_NOTFOUND || in ConvertFrom() 491 aFilterName.SearchAscii("draw8") != STRING_NOTFOUND ) in ConvertFrom() 500 …else if (aFilterName.SearchAscii("StarOffice XML (Draw)" ) != STRING_NOTFOUND || aFilterName.Sear… in ConvertFrom() 508 else if( aFilterName.EqualsAscii( "CGM - Computer Graphics Metafile" ) ) in ConvertFrom()
|
/aoo41x/main/embeddedobj/source/msole/ |
H A D | ownview.cxx | 239 ::rtl::OUString aFilterName; in GetFilterNameFromExtentionAndInStream() 242 aArgs[nInd].Value >>= aFilterName; in GetFilterNameFromExtentionAndInStream() 244 if ( !aFilterName.getLength() && aTypeName.getLength() ) in GetFilterNameFromExtentionAndInStream() 254 …if ( aTypes[nInd].Name.equalsAscii( "PreferredFilter" ) && ( aTypes[nInd].Value >>= aFilterName ) ) in GetFilterNameFromExtentionAndInStream() 256 aTypes[nInd].Value >>= aFilterName; in GetFilterNameFromExtentionAndInStream() 263 return aFilterName; in GetFilterNameFromExtentionAndInStream()
|
H A D | oleembed.cxx | 276 …::rtl::OUString aFilterName = OwnView_Impl::GetFilterNameFromExtentionAndInStream( m_xFactory, ::r… in TryToConvertToOOo() 279 if ( aFilterName.getLength() in TryToConvertToOOo() 280 …&& ( aFilterName.equals( ::rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM( "Calc MS Excel 2007 XML" )… in TryToConvertToOOo() 281 …|| aFilterName.equals( ::rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM( "Impress MS PowerPoint 2007 … in TryToConvertToOOo() 282 … || aFilterName.equals( ::rtl::OUString ( RTL_CONSTASCII_USTRINGPARAM( "MS Word 2007 XML" ) ) ) ) ) in TryToConvertToOOo() 289 uno::Any aFilterAnyData = xFilterFactory->getByName( aFilterName ); in TryToConvertToOOo() 322 aArgs[2].Value <<= aFilterName; in TryToConvertToOOo()
|
/aoo41x/main/sfx2/inc/sfx2/ |
H A D | docfilt.hxx | 55 String aFilterName; member in SfxFilter 81 const String& GetFilterName() const { return aFilterName; } in GetFilterName() 83 const String& GetName() const { return aFilterName; } in GetName()
|