Home
last modified time | relevance | path

Searched defs:is (Results 1 – 25 of 141) sorted by relevance

123456

/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/
H A DPluginFactory.java130 public abstract Document createOfficeDocument(String name, InputStream is) in createOfficeDocument()
159 public abstract Document createOfficeDocument(String name, InputStream is,boolean isZip) in createOfficeDocument()
186 public abstract Document createDeviceDocument(String name, InputStream is) in createDeviceDocument()
H A DConvert.java94 public void addInputStream(String name, InputStream is) in addInputStream()
120 public void addInputStream(String name, InputStream is,boolean isZip) in addInputStream()
299 public Document getOfficeDocument(String name, InputStream is) in getOfficeDocument()
318 public Document getDeviceDocument(String name, InputStream is) in getDeviceDocument()
H A DDocument.java77 public void read(InputStream is) throws IOException; in read()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxc/
H A DSxcPluginFactory.java58 public Document createOfficeDocument(String name, InputStream is) in createOfficeDocument()
68 public Document createOfficeDocument(String name, InputStream is,boolean isZip) in createOfficeDocument()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/sxw/
H A DSxwPluginFactory.java54 public Document createOfficeDocument(String name, InputStream is) in createOfficeDocument()
63 public Document createOfficeDocument(String name, InputStream is,boolean isZip) in createOfficeDocument()
/trunk/main/connectivity/java/sdbc_jdbc/src/com/sun/star/comp/sdbc/
H A DBoundedInputStream.java27 private final InputStream is; field in BoundedInputStream
30 public BoundedInputStream(InputStream is, long max) { in BoundedInputStream()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/xslt/
H A DPluginFactoryImpl.java116 public Document createOfficeDocument(String name, InputStream is) in createOfficeDocument()
125 public Document createOfficeDocument(String name, InputStream is,boolean isZip) in createOfficeDocument()
147 InputStream is = c.getResourceAsStream("XsltPlugin.properties"); in getDeviceFileExtension() local
/trunk/main/scripting/java/com/sun/star/script/framework/io/
H A DXInputStreamImpl.java32 InputStream is; field in XInputStreamImpl
33 public XInputStreamImpl( InputStream is ) in XInputStreamImpl()
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/palm/
H A DPalmDocument.java67 public PalmDocument(InputStream is) throws IOException { in PalmDocument()
102 public void read(InputStream is) throws IOException { in read()
/trunk/main/fpicker/source/office/
H A Dfpsmartcontent.hxx194 inline sal_Bool is( const ::rtl::OUString& _rURL ) in is() function in svt::SmartContent
201 inline sal_Bool is( ) { return is( getURL() ); } in is() function in svt::SmartContent
/trunk/main/svl/inc/svl/
H A Dondemand.hxx101 bool is() const { return pCurrent != NULL; } in is() function in OnDemandLocaleDataWrapper
200 bool is() const { return pPtr != NULL; } in is() function in OnDemandCalendarWrapper
274 bool is() const { return pPtr != NULL; } in is() function in OnDemandCollatorWrapper
351 bool is() const { return pPtr != NULL; } in is() function in OnDemandTransliterationWrapper
447 bool is() const { return pPtr != NULL; } in is() function in OnDemandNativeNumberWrapper
/trunk/main/stoc/test/javavm/testapplet/
H A DTestApplet.java57 InputStream is= url.openStream(); in init() local
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DNumberFormat.java47 public NumberFormat(InputStream is) throws IOException { in NumberFormat()
H A DDefRowHeight.java52 public DefRowHeight(InputStream is) throws IOException { in DefRowHeight()
H A DDefColWidth.java55 public DefColWidth(InputStream is) throws IOException { in DefColWidth()
H A DBlankCell.java44 public BlankCell(InputStream is) throws IOException { in BlankCell()
/trunk/main/svtools/inc/svtools/
H A Dembedhlp.hxx122 sal_Bool is() const { return mxObj.is(); } in is() function in svt::EmbeddedObjectRef
/trunk/main/scripting/examples/java/debugger/
H A DDebugRunner.java77 InputStream is; in go() local
/trunk/main/connectivity/inc/connectivity/
H A Dsqlerror.hxx86 bool is() const { return !base_type::operator!(); } in is() function in connectivity::SQLError::ParamValue
/trunk/main/cppu/inc/cppu/
H A DEnvGuards.hxx66 sal_Bool SAL_CALL is() const SAL_THROW( () ) in is() function in cppu::EnvGuard
/trunk/main/svx/source/inc/
H A Dsdbdatacolumn.hxx55 sal_Bool is() const { return m_xColumn.is(); } in is() function in svxform::DataColumn
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/test/
H A DConverterInfoList.java68 InputStream is = c.getResourceAsStream(propsFile); in ConverterInfoList() local
/trunk/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DManifestParser.java60 InputSource is; in parse() local
/trunk/main/cli_ure/qa/climaker/
H A DClimakerTestCase.java76 java.io.InputStream is; field in Reader
/trunk/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/converter/xml/
H A DOfficeDocument.java405 public void read(InputStream is) throws IOException { in read()
512 public void read(InputStream is, boolean isZip) throws IOException { in read()
645 ByteArrayInputStream is = new ByteArrayInputStream(bytes); in parse() local
1145 private static Reader hack(InputStream is) throws IOException { in hack()
1212 private static Reader secondHack(InputStream is) throws IOException { in secondHack()

Completed in 78 milliseconds

123456