Home
last modified time | relevance | path

Searched refs:aFilterName (Results 26 – 50 of 90) sorted by relevance

1234

/trunk/main/sfx2/inc/sfx2/
H A Ddocfilt.hxx55 String aFilterName; member in SfxFilter
81 const String& GetFilterName() const { return aFilterName; } in GetFilterName()
83 const String& GetName() const { return aFilterName; } in GetName()
/trunk/main/svx/source/gallery2/
H A Dgalbrws2.cxx405 OUString aFilterName( mpBrowser->GetFilterName() ); in IMPL_LINK() local
415 aArgs[3].Value <<= aFilterName; in IMPL_LINK()
1207 OUString aFileURL, aFilterName; in Dispatch() local
1211 aFilterName = GetFilterName(); in Dispatch()
1253 aSeq[3].Value <<= aFilterName; in Dispatch()
1444 String aFilterName; in GetFilterName() local
1457 aFilterName = pFilter->GetImportFormatName( nFilter ); in GetFilterName()
1461 return aFilterName; in GetFilterName()
/trunk/main/sfx2/source/view/
H A Dviewsh.cxx348 ::rtl::OUString aFilterName = aFilterPropsHM.getUnpackedValueOrDefault( in impl_retrieveFilterNameFromTypeAndModule()
358 aFoundFilterName = aFilterName; in impl_retrieveFilterNameFromTypeAndModule()
637 rtl::OUString aFilterName; in ExecMisc_Impl() local
655aFilterName = impl_retrieveFilterNameFromTypeAndModule( xContainerQuery, aTypeName, aModule, nFilt… in ExecMisc_Impl()
656 if ( aFilterName.getLength() == 0 ) in ExecMisc_Impl()
659 aFilterName = impl_retrieveFilterNameFromTypeAndModule( in ExecMisc_Impl()
665 if (( aFilterName.getLength() == 0 ) || ( aTypeName.getLength() == 0 )) in ExecMisc_Impl()
685 OSL_ASSERT( aFilterName.getLength() > 0 ); in ExecMisc_Impl()
699 aArgs[0].Value = css::uno::makeAny( aFilterName ); in ExecMisc_Impl()
/trunk/main/svx/source/items/
H A Dgalleryitem.cxx104 rtl::OUString aURL, aFilterName; in PutValue() local
129 bAllConverted &= ( pProp->Value >>= aFilterName ); in PutValue()
150 m_aFilterName = aFilterName; in PutValue()
/trunk/main/sdext/source/minimizer/
H A Dfileopendialog.cxx248 rtl::OUString aFilterName; in getFilterName() local
256 aFilterName = aIter->maName; in getFilterName()
261 return aFilterName; in getFilterName()
/trunk/main/embeddedobj/source/general/
H A Dxcreator.cxx262 …::rtl::OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, … in createInstanceInitFromMediaDescriptor()
264 if ( aFilterName.getLength() ) in createInstanceInitFromMediaDescriptor()
375 …::rtl::OUString aFilterName = m_aConfigHelper.UpdateMediaDescriptorWithFilterName( aTempMedDescr, … in createInstanceLink()
377 if ( aFilterName.getLength() ) in createInstanceLink()
/trunk/main/comphelper/inc/comphelper/
H A Dmimeconfighelper.hxx71 ::rtl::OUString GetDocServiceNameFromFilter( const ::rtl::OUString& aFilterName );
96 const ::rtl::OUString& aFilterName );
110 sal_Int32 GetFilterFlags( const ::rtl::OUString& aFilterName );
/trunk/main/sfx2/source/dialog/
H A Dfiledlghelper.cxx337 String aFilterName; in getCurrentFilterUIName() local
342 aFilterName = xFltMgr->getCurrentFilter(); in getCurrentFilterUIName()
344 if ( aFilterName.Len() && isShowFilterExtensionEnabled() ) in getCurrentFilterUIName()
345 aFilterName = getFilterName( aFilterName ); in getCurrentFilterUIName()
348 return aFilterName; in getCurrentFilterUIName()
382 String aFilterName = getCurrentFilterUIName(); in getCurentSfxFilter() local
385 if ( mpMatcher && aFilterName.Len() ) in getCurentSfxFilter()
386 pFilter = mpMatcher->GetFilter4UIName( aFilterName, m_nMustFlags, m_nDontFlags ); in getCurentSfxFilter()
/trunk/main/uui/source/
H A Diahndl-filter.cxx335 ::rtl::OUString aFilterName; in handleFilterOptionsRequest_()
343 rRequest.rProperties[ind].Value >>= aFilterName; in handleFilterOptionsRequest_()
349 if ( xFilterCFG->getByName( aFilterName ) >>= aProps ) in handleFilterOptionsRequest_()
/trunk/main/oox/source/core/
H A Dfilterdetect.cxx439 OUString aFilterName; in detect() local
465 aParser.setDocumentHandler( new FilterDetectDocHandler( aFilterName ) ); in detect()
480 return aFilterName; in detect()
/trunk/main/sw/source/ui/uno/
H A Dswdetect.cxx248 String aFilterName; in detect() local
251 aFilterName = pPreFilter->GetName(); in detect()
255 …eFromStorage( xStorage, pPreFilter ? pPreFilter->IsOwnTemplateFormat() : sal_False, &aFilterName ); in detect()
/trunk/main/sc/inc/
H A Darealink.hxx43 String aFilterName; member in ScAreaLink
79 const String& GetFilter() const { return aFilterName; } in GetFilter()
H A Dtablink.hxx45 String aFilterName; member in ScTableLink
72 const String& GetFilterName() const { return aFilterName; } in GetFilterName()
/trunk/main/sd/source/core/
H A Dpglink.cxx83 String aFilterName; in DataChanged() local
85 &aFilterName); in DataChanged()
/trunk/main/oox/source/xls/
H A Dquerytablebuffer.cxx343 OUString aFilterName = CREATE_OUSTRING( "calc_HTML_WebQuery" ); in finalizeImport() local
345 … xAreaLinks->insertAtPosition( aDestPos, aFileUrl, aTables, aFilterName, aFilterOptions ); in finalizeImport()
350 …et aPropSet( lclFindAreaLink( xAreaLinks, aDestPos, aFileUrl, aTables, aFilterName, aFilterOptions… in finalizeImport()
/trunk/main/svx/inc/svx/
H A Dsvdograf.hxx102 String aFilterName; member in SdrGrafObj
168 const String& GetFilterName() const { return aFilterName; } in GetFilterName()
/trunk/main/embedserv/source/embed/
H A Ddocholder.cxx1022 rtl::OUString aFilterName; in setTitle() local
1034 aSeq[j].Value >>= aFilterName; in setTitle()
1040 if(aFilterName.getLength()) in setTitle()
1049 (xNameAccess->getByName(aFilterName) >>= aSeq)) in setTitle()
1063 m_aFilterName = aFilterName; in setTitle()
/trunk/main/sfx2/source/doc/
H A Ddocfilt.cxx69 aFilterName( rName ) in DBG_NAME()
100 aUIName = aFilterName; in DBG_NAME()
/trunk/main/sc/source/filter/excel/
H A Dexcimp8.cxx389 aFilterName(rName) in XclImpAutoFilterData()
670 … pCurrDBData = new ScDBData( aFilterName, Tab(), StartCol(), StartRow(), EndCol(), EndRow() ); in CreateScDBData()
712 aFilterName = ScGlobal::GetRscString(STR_DB_NONAME); in AmendAFName()
/trunk/main/sc/source/ui/unoobj/
H A Dfiltuno.cxx127 rProp.Value >>= aFilterName; in setPropertyValues()
146 String aFilterString( aFilterName ); in execute()
H A Dscdetect.cxx406 String aFilterName; in detect() local
408 aFilterName = pFilter->GetName(); in detect()
409 …GetTypeFromStorage( xStorage, pFilter ? pFilter->IsOwnTemplateFormat() : sal_False, &aFilterName ); in detect()
/trunk/main/sc/source/ui/view/
H A Dviewfun2.cxx2333 String aFilterName = rFilter; in InsertTableLink() local
2335 ScDocumentLoader aLoader( rFile, aFilterName, aOpt ); in InsertTableLink()
2449 String aFilterName; in ImportTables() local
2451 aFilterName = pMed->GetFilter()->GetFilterName(); in ImportTables()
2454 sal_Bool bWasThere = pDoc->HasLink( aFileName, aFilterName, aOptions ); in ImportTables()
2462 aFileName, aFilterName, aOptions, aTabStr, nRefresh ); in ImportTables()
2467 ScTableLink* pLink = new ScTableLink( pDocSh, aFileName, aFilterName, aOptions, nRefresh ); in ImportTables()
2469 pLinkManager->InsertFileLink( *pLink, OBJECT_CLIENT_FILE, aFileName, &aFilterName ); in ImportTables()
/trunk/main/sc/source/core/data/
H A Ddocumen3.cxx429 String aFilterName; // wird vom Loader gefuellt in LinkExternalTab() local
432 ScDocumentLoader aLoader( aFileName, aFilterName, aOptions, nLinkCnt + 1 ); in LinkExternalTab()
455 sal_Bool bWasThere = HasLink( aFileName, aFilterName, aOptions ); in LinkExternalTab()
456 SetLink( rTab, SC_LINK_VALUE, aFileName, aFilterName, aOptions, aTabName, nRefreshDelay ); in LinkExternalTab()
459 ScTableLink* pLink = new ScTableLink( pShell, aFileName, aFilterName, aOptions, nRefreshDelay ); in LinkExternalTab()
462 &aFilterName ); in LinkExternalTab()
/trunk/main/sc/source/ui/docshell/
H A Ddocsh4.cxx698 String aFilterName; in Execute() local
702 aFilterName = ((const SfxStringItem*)pItem)->GetValue(); in Execute()
718 if ( !aFilterName.Len() ) in Execute()
719 … ScDocumentLoader::GetFilterName( aFileName, aFilterName, aOptions, sal_True, sal_False ); in Execute()
723 ScDocumentLoader::RemoveAppPrefix( aFilterName ); in Execute()
725 …xFilter* pFilter = ScDocShell::Factory().GetFilterContainer()->GetFilter4FilterName( aFilterName ); in Execute()
/trunk/main/filter/source/pdf/
H A Dpdfexport.cxx329 OUString aFilterName; in getMimetypeForDocument() local
352 …tByName( OUString( RTL_CONSTASCII_USTRINGPARAM( "ooSetupFactoryActualFilter" ) ) ) >>= aFilterName; in getMimetypeForDocument()
353 if( aFilterName.getLength() ) in getMimetypeForDocument()
362 xFilterFactory->getByName( aFilterName ) >>= aFilterData; in getMimetypeForDocument()

Completed in 183 milliseconds

1234