/aoo41x/main/sfx2/source/doc/ |
H A D | docfilt.cxx | 177 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()
|
/aoo41x/main/filter/source/xsltdialog/ |
H A D | xmlfiltersettingsdialog.cxx | 395 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 D | xmlfiltertabdialog.cxx | 182 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 D | xmlfiltertestdialog.cxx | 337 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()
|
/aoo41x/main/sw/source/filter/xml/ |
H A D | swxml.cxx | 152 const sal_Char* pFilterName, in ReadThroughComponent() argument 161 DBG_ASSERT(NULL != pFilterName,"I need a service name for the component!"); in ReadThroughComponent() 183 OUString::createFromAscii(pFilterName), rFilterArguments), in ReadThroughComponent() 188 RTL_LOGFILE_CONTEXT_TRACE1( aLog, "%s created", pFilterName ); in ReadThroughComponent() 317 const sal_Char* pFilterName, in ReadThroughComponent() argument 387 pFilterName, rFilterArguments, in ReadThroughComponent()
|
/aoo41x/main/soltools/ldump/ |
H A D | ldump.cxx | 645 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()
|
/aoo41x/main/sd/source/filter/xml/ |
H A D | sdxmlwrp.cxx | 209 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()
|
/aoo41x/main/sc/source/ui/unoobj/ |
H A D | scdetect.cxx | 662 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()
|
/aoo41x/main/sd/source/ui/func/ |
H A D | fuinsfil.cxx | 259 SFX_REQUEST_ARG (rReq, pFilterName, SfxStringItem, ID_VAL_DUMMY1, sal_False); in DoExecute() 263 if( pFilterName ) in DoExecute() 264 aFilterName = pFilterName->GetValue (); in DoExecute()
|
/aoo41x/main/starmath/source/ |
H A D | mathmlimport.hxx | 61 const sal_Char* pFilterName, 72 const sal_Char* pFilterName );
|
H A D | mathmlimport.cxx | 258 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()
|