Home
last modified time | relevance | path

Searched refs:_sFilterName (Results 1 – 5 of 5) sorted by relevance

/trunk/main/qadevOOo/java/OOoRunner/src/main/java/graphical/
H A DOpenOfficePostscriptCreator.java928 public String getInternalFilterName(String _sFilterName, XMultiServiceFactory _xMSF) in getInternalFilterName() argument
930 if (_sFilterName.length() == 0) in getInternalFilterName()
970 if (! aNameAccess.hasByName(_sFilterName)) in getInternalFilterName()
972 … GlobalLogWriter.println("FilterFactory.hasByName() says there exist no '" + _sFilterName + "'" ); in getInternalFilterName()
980 aElements = (Object[]) aNameAccess.getByName(_sFilterName); in getInternalFilterName()
1000 … GlobalLogWriter.println("There are no elements for FilterName '" + _sFilterName + "'"); in getInternalFilterName()
1019 String getServiceNameFromFilterName(String _sFilterName, XMultiServiceFactory _xMSF) in getServiceNameFromFilterName() argument
1021 if (_sFilterName.length() == 0) in getServiceNameFromFilterName()
1048 if (! aNameAccess.hasByName(_sFilterName)) in getServiceNameFromFilterName()
1058 aElements = (Object[]) aNameAccess.getByName(_sFilterName); in getServiceNameFromFilterName()
[all …]
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/convwatch/
H A DOfficePrint.java963 public static String getInternalFilterName(String _sFilterName, XMultiServiceFactory _xMSF) in getInternalFilterName() argument
965 if (_sFilterName.length() == 0) in getInternalFilterName()
1005 if (! aNameAccess.hasByName(_sFilterName)) in getInternalFilterName()
1007 …alLogWriter.get().println("FilterFactory.hasByName() says there exist no '" + _sFilterName + "'" ); in getInternalFilterName()
1015 aElements = (Object[]) aNameAccess.getByName(_sFilterName); in getInternalFilterName()
1035 … GlobalLogWriter.get().println("There are no elements for FilterName '" + _sFilterName + "'"); in getInternalFilterName()
1054 static String getServiceNameFromFilterName(String _sFilterName, XMultiServiceFactory _xMSF) in getServiceNameFromFilterName() argument
1056 if (_sFilterName.length() == 0) in getServiceNameFromFilterName()
1083 if (! aNameAccess.hasByName(_sFilterName)) in getServiceNameFromFilterName()
1093 aElements = (Object[]) aNameAccess.getByName(_sFilterName); in getServiceNameFromFilterName()
[all …]
H A DGraphicalTestArguments.java325 static void showInternalFilterName(String _sFilterName, XMultiServiceFactory _xMSF) in showInternalFilterName() argument
327 if (_sFilterName.length() == 0) in showInternalFilterName()
355 if (_sFilterName.toLowerCase().equals("help")) in showInternalFilterName()
/trunk/main/reportdesign/source/filter/xml/
H A Dxmlfilter.cxx228 const ::rtl::OUString& _sFilterName in ReadThroughComponent()
292 rFactory->createInstanceWithArguments( _sFilterName, aFilterCompArgs ), in ReadThroughComponent()
/trunk/main/sfx2/source/doc/
H A Dguisaveas.cxx1762 ,const ::rtl::OUString& _sFilterName in ExecuteFilterDialog()
1767 if ( aModelData.ExecuteFilterDialog_Impl( _sFilterName ) ) in ExecuteFilterDialog()

Completed in 48 milliseconds