Home
last modified time | relevance | path

Searched refs:pFilterName (Results 1 – 11 of 11) sorted by relevance

/trunk/main/sfx2/source/doc/
H A Ddocfilt.cxx177 String* pFilterName ) in GetTypeFromStorage() argument
185 if ( pFilterName ) in GetTypeFromStorage()
187 aName = *pFilterName; in GetTypeFromStorage()
188 pFilterName->Erase(); in GetTypeFromStorage()
228 if ( pFilterName ) in GetTypeFromStorage()
229 *pFilterName = pFilter->GetName(); in GetTypeFromStorage()
242 if ( pFilterName ) in GetTypeFromStorage()
243 *pFilterName = aMatcher.GetFilter4EA( aRet )->GetName(); in GetTypeFromStorage()
/trunk/main/filter/source/xsltdialog/
H A Dxmlfiltersettingsdialog.cxx395 OUString* pFilterName = aFilterNames.getArray(); in createUniqueInterfaceName() local
401 for( nFilter = 0; (nFilter < nCount); nFilter++, pFilterName++ ) in createUniqueInterfaceName()
403 Any aAny( mxFilterContainer->getByName( *pFilterName ) ); in createUniqueInterfaceName()
841 OUString* pFilterName = aFilterNames.getArray(); in onDelete() local
847 for( nFilter = 0; (nFilter < nCount) && !bTypeStillUsed; nFilter++, pFilterName++ ) in onDelete()
849 Any aAny( mxFilterContainer->getByName( *pFilterName ) ); in onDelete()
1084 OUString* pFilterName = aFilterNames.getArray(); in initFilterList() local
1094 for( nFilter = 0; nFilter < nCount; nFilter++, pFilterName++ ) in initFilterList()
1100 Any aAny( mxFilterContainer->getByName( *pFilterName ) ); in initFilterList()
1105 pTempFilter->maFilterName = *pFilterName; in initFilterList()
H A Dxmlfiltertabdialog.cxx182 OUString* pFilterName = aFilterNames.getArray(); in onOk() local
188 for( nFilter = 0; (nFilter < nCount) && (nErrorId == 0); nFilter++, pFilterName++ ) in onOk()
190 Any aAny( xFilterContainer->getByName( *pFilterName ) ); in onOk()
210 aReplace2 = *pFilterName; in onOk()
H A Dxmlfiltertestdialog.cxx337 OUString* pFilterName = aFilterNames.getArray(); in onExportBrowse() local
339 for( sal_Int32 nFilter = 0; nFilter < aFilterNames.getLength(); nFilter++, pFilterName++ ) in onExportBrowse()
343 Any aAny( xFilterContainer->getByName( *pFilterName ) ); in onExportBrowse()
/trunk/main/sw/source/filter/xml/
H A Dswxml.cxx136 const sal_Char* pFilterName, in ReadThroughComponent() argument
145 DBG_ASSERT(NULL != pFilterName,"I need a service name for the component!"); in ReadThroughComponent()
167 OUString::createFromAscii(pFilterName), rFilterArguments), in ReadThroughComponent()
172 RTL_LOGFILE_CONTEXT_TRACE1( aLog, "%s created", pFilterName ); in ReadThroughComponent()
301 const sal_Char* pFilterName, in ReadThroughComponent() argument
371 pFilterName, rFilterArguments, in ReadThroughComponent()
/trunk/main/soltools/ldump/
H A Dldump.cxx645 char *pLibName = NULL, *pFilterName = NULL, *pCExport= NULL; in main() local
716 pFilterName = new char[ strlen( argv[ i ] ) + 1 ]; in main()
717 strcpy( pFilterName, argv[ i ] ); in main()
742 pDump->SetFilter( pFilterName ); in main()
/trunk/main/sd/source/filter/xml/
H A Dsdxmlwrp.cxx209 const sal_Char* pFilterName, in ReadThroughComponent() argument
218 DBG_ASSERT(NULL != pFilterName,"I need a service name for the component!"); in ReadThroughComponent()
240 OUString::createFromAscii(pFilterName), rFilterArguments), in ReadThroughComponent()
245 RTL_LOGFILE_CONTEXT_TRACE1( aLog, "%s created", pFilterName ); in ReadThroughComponent()
364 const sal_Char* pFilterName, in ReadThroughComponent() argument
437 pFilterName, rFilterArguments, in ReadThroughComponent()
/trunk/main/sc/source/ui/unoobj/
H A Dscdetect.cxx662 static const sal_Char* const pFilterName[] = // zugehoerige Filter in detect() local
719 … if ( pFilterName[nFilter] == pFilterExcel4 && pPreselectedFilter && in detect()
727 … pFilter = aMatcher.GetFilter4FilterName( String::CreateFromAscii(pFilterName[ nFilter ]) ); in detect()
/trunk/main/sd/source/ui/func/
H A Dfuinsfil.cxx259 SFX_REQUEST_ARG (rReq, pFilterName, SfxStringItem, ID_VAL_DUMMY1, sal_False); in DoExecute()
263 if( pFilterName ) in DoExecute()
264 aFilterName = pFilterName->GetValue (); in DoExecute()
/trunk/main/starmath/source/
H A Dmathmlimport.hxx61 const sal_Char* pFilterName,
72 const sal_Char* pFilterName );
H A Dmathmlimport.cxx258 const sal_Char* pFilterName, in ReadThroughComponent() argument
265 DBG_ASSERT(NULL != pFilterName,"I need a service name for the component!"); in ReadThroughComponent()
286 OUString::createFromAscii(pFilterName), aArgs ), in ReadThroughComponent()
364 const sal_Char* pFilterName ) in ReadThroughComponent() argument
401 …return ReadThroughComponent( xStream, xModelComponent, rFactory, rPropSet, pFilterName, bEncrypted… in ReadThroughComponent()

Completed in 72 milliseconds