Home
last modified time | relevance | path

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

123456

/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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()
/AOO42X/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
/AOO42X/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()
/AOO42X/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()
/AOO42X/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
/AOO42X/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
/AOO42X/main/stoc/test/javavm/testapplet/
H A DTestApplet.java57 InputStream is= url.openStream(); in init() local
/AOO42X/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()
/AOO42X/main/connectivity/inc/connectivity/
H A Dsqlerror.hxx86 bool is() const { return !base_type::operator!(); } in is() function in connectivity::SQLError::ParamValue
/AOO42X/main/scripting/examples/java/debugger/
H A DDebugRunner.java77 InputStream is; in go() local
/AOO42X/main/svtools/inc/svtools/
H A Dembedhlp.hxx122 sal_Bool is() const { return mxObj.is(); } in is() function in svt::EmbeddedObjectRef
/AOO42X/main/cppu/inc/cppu/
H A DEnvGuards.hxx66 sal_Bool SAL_CALL is() const SAL_THROW( () ) in is() function in cppu::EnvGuard
/AOO42X/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()
/AOO42X/main/svx/source/inc/
H A Dsdbdatacolumn.hxx55 sal_Bool is() const { return m_xColumn.is(); } in is() function in svxform::DataColumn
/AOO42X/main/xmerge/java/xmerge/src/main/java/org/openoffice/xmerge/test/
H A DConverterInfoList.java68 InputStream is = c.getResourceAsStream(propsFile); in ConverterInfoList() local
/AOO42X/main/scripting/java/org/openoffice/netbeans/modules/office/utils/
H A DManifestParser.java60 InputSource is; in parse() local
/AOO42X/main/cli_ure/qa/climaker/
H A DClimakerTestCase.java76 java.io.InputStream is; field in Reader
/AOO42X/main/salhelper/inc/salhelper/
H A Dfuture.hxx64 inline sal_Bool is() const SAL_THROW(()) in is() function in salhelper::FutureValue

123456