Home
last modified time | relevance | path

Searched refs:input (Results 1 – 25 of 411) sorted by relevance

12345678910>>...17

/trunk/main/sal/qa/OStringBuffer/
H A Drtl_OStringBuffer.cxx498 sal_Int32 input = 5; in TEST_F() local
500 aStrBuf.ensureCapacity( input ); in TEST_F()
510 sal_Int32 input = -5; in TEST_F() local
512 aStrBuf.ensureCapacity( input ); in TEST_F()
522 sal_Int32 input = 0; in TEST_F() local
524 aStrBuf.ensureCapacity( input ); in TEST_F()
534 sal_Int32 input = 20; in TEST_F() local
536 aStrBuf.ensureCapacity( input ); in TEST_F()
546 sal_Int32 input = 50; in TEST_F() local
548 aStrBuf.ensureCapacity( input ); in TEST_F()
[all …]
/trunk/main/xmlscript/source/xmldlg_imexp/
H A Dimp_share.hxx62 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes, in getBoolAttr()
90 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes, in getStringAttr()
99 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes, in getLongAttr()
115 : public ::cppu::WeakImplHelper1< css::xml::input::XRoot >
123 ::std::vector< css::uno::Reference< css::xml::input::XElement > > _styles;
146 css::uno::Reference< css::xml::input::XElement > const & xStyle )
148 css::uno::Reference< css::xml::input::XElement > getStyle(
172 css::uno::Reference< css::xml::input::XNamespaceMapping >
183 virtual css::uno::Reference< css::xml::input::XElement >
186 css::uno::Reference<css::xml::input::XAttributes> const & xAttributes )
[all …]
H A Dxmldlg_impmodels.cxx41 Reference< xml::input::XElement > ProgressBarElement::startChildElement( in startChildElement()
43 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
67 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
97 Reference< xml::input::XElement > ScrollBarElement::startChildElement( in startChildElement()
99 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
122 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
174 Reference< xml::input::XElement > FixedLineElement::startChildElement( in startChildElement()
176 Reference< xml::input::XAttributes > const & xAttributes ) in startChildElement()
199 Reference< xml::input::XElement > xStyle( getStyle( _xAttributes ) ); in endElement()
226 Reference< xml::input::XElement > PatternFieldElement::startChildElement( in startChildElement()
[all …]
H A Dxmldlg_import.cxx74 Reference< xml::input::XAttributes > const & xAttributes, in ControlElement()
94 Reference< xml::input::XElement > ControlElement::getStyle( in getStyle()
95 Reference< xml::input::XAttributes > const & xAttributes ) in getStyle()
105 return Reference< xml::input::XElement >(); in getStyle()
109 Reference< xml::input::XAttributes > const & xAttributes ) in getControlId()
788 Reference< xml::input::XAttributes > const & xAttributes ) in importStringProperty()
803 Reference< xml::input::XAttributes > const & xAttributes ) in importDoubleProperty()
818 Reference< xml::input::XAttributes > const & xAttributes ) in importBooleanProperty()
832 Reference< xml::input::XAttributes > const & xAttributes ) in importLongProperty()
848 Reference< xml::input::XAttributes > const & xAttributes ) in importLongProperty()
[all …]
/trunk/main/basegfx/source/tools/
H A Dcanvastools.cxx348 const geometry::AffineMatrix2D& input ) in homMatrixFromAffineMatrix() argument
353 output.set(0,0, input.m00); in homMatrixFromAffineMatrix()
354 output.set(0,1, input.m01); in homMatrixFromAffineMatrix()
355 output.set(0,2, input.m02); in homMatrixFromAffineMatrix()
356 output.set(1,0, input.m10); in homMatrixFromAffineMatrix()
357 output.set(1,1, input.m11); in homMatrixFromAffineMatrix()
358 output.set(1,2, input.m12); in homMatrixFromAffineMatrix()
363 ::basegfx::B2DHomMatrix homMatrixFromAffineMatrix( const geometry::AffineMatrix2D& input ) in homMatrixFromAffineMatrix() argument
367 output.set(0,0, input.m00); in homMatrixFromAffineMatrix()
368 output.set(0,1, input.m01); in homMatrixFromAffineMatrix()
[all …]
/trunk/main/io/test/stm/
H A Dpipetest.cxx249 Reference< XInputStream > input( r , UNO_QUERY ); in testSimple() local
252 ERROR_ASSERT( input.is() , "queryInterface on XInputStream failed" ); in testSimple()
261 input->readBytes( seqRead , input->available() ); in testSimple()
265 ERROR_ASSERT( 0 == input->available() , in testSimple()
269 input->skipBytes( seqWrite.getLength() - 5 ); in testSimple()
270 ERROR_ASSERT( 0 == input->available() , "wrong available after skip" ); in testSimple()
274 ERROR_ASSERT( 5 == input->available() , "wrong available after skip/write " ); in testSimple()
276 input->readBytes( seqRead , 5 ); in testSimple()
284 ERROR_ASSERT( seqWrite.getLength() == input->available(), "wrong available() after write" ); in testSimple()
286 ERROR_ASSERT( 10 == input->readSomeBytes( seqRead , 10 ) , "maximal number of bytes ignored" ); in testSimple()
[all …]
/trunk/main/extensions/test/stm/
H A Dpipetest.cxx252 XInputStreamRef input( r , USR_QUERY ); in testSimple() local
255 ERROR_ASSERT( input.is() , "queryInterface on XInputStream failed" ); in testSimple()
264 input->readBytes( seqRead , input->available() ); in testSimple()
268 ERROR_ASSERT( 0 == input->available() , in testSimple()
272 input->skipBytes( seqWrite.getLen() - 5 ); in testSimple()
273 ERROR_ASSERT( 0 == input->available() , "wrong available after skip" ); in testSimple()
277 ERROR_ASSERT( 5 == input->available() , "wrong available after skip/write " ); in testSimple()
279 input->readBytes( seqRead , 5 ); in testSimple()
287 ERROR_ASSERT( seqWrite.getLen() == input->available(), "wrong available() after write" ); in testSimple()
289 ERROR_ASSERT( 10 == input->readSomeBytes( seqRead , 10 ) , "maximal number of bytes ignored" ); in testSimple()
[all …]
/trunk/main/
H A Drat-excludes28 main/testautomation/writer/optional/input/clipboard/dummy.txt
37 main/testautomation/graphics/required/input/einfg.ini
41 main/testautomation/writer/optional/input/export/filter/act_1.all
76 main/testautomation/dbaccess/optional/input/text_datasource/TT_Query1.txt
77 main/testautomation/dbaccess/optional/input/text_datasource/text_database.txt
78 main/testautomation/extensions/optional/input/files.txt
79 main/testautomation/framework/optional/input/extras_formats/Tables_calc_en-US.txt
80 main/testautomation/framework/optional/input/extras_formats/Tables_writer_en-US.txt
81 main/testautomation/framework/optional/input/options/paths_1.txt
82 main/testautomation/global/input/filters/graphic_filters.txt
[all …]
/trunk/main/xmlscript/source/xmllib_imexp/
H A Dimp_share.hxx65 Reference< xml::input::XAttributes > const & xAttributes, sal_Int32 uid ) in getBoolAttr()
95 Reference< xml::input::XAttributes > const & xAttributes, sal_Int32 uid ) in getStringAttr()
103 Reference< xml::input::XAttributes > const & xAttributes, in getLongAttr()
121 : public ::cppu::WeakImplHelper1< xml::input::XRoot >
147 Reference< xml::input::XNamespaceMapping > const & xNamespaceMapping )
157 virtual Reference< xml::input::XElement > SAL_CALL startRootElement(
159 Reference< xml::input::XAttributes > const & xAttributes )
165 : public ::cppu::WeakImplHelper1< xml::input::XElement >
172 Reference< xml::input::XAttributes > _xAttributes;
177 Reference< xml::input::XAttributes > const & xAttributes,
[all …]
H A Dxmllib_import.cxx42 Reference< xml::input::XElement > LibElementBase::getParent() in getParent()
45 return static_cast< xml::input::XElement * >( _pParent ); in getParent()
60 Reference< xml::input::XAttributes > LibElementBase::getAttributes() in getAttributes()
91 Reference< xml::input::XElement > LibElementBase::startChildElement( in startChildElement()
93 Reference< xml::input::XAttributes > const & /*xAttributes*/ ) in startChildElement()
104 Reference< xml::input::XAttributes > const & xAttributes, in LibElementBase()
142 Reference< xml::input::XNamespaceMapping > const & xNamespaceMapping ) in startDocument()
168 Reference< xml::input::XElement > LibraryImport::startRootElement( in startRootElement()
170 Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
226 Reference< xml::input::XElement > LibrariesElement::startChildElement( in startChildElement()
[all …]
/trunk/main/xmlscript/source/xmlflat_imexp/
H A Dxmlbas_import.cxx50 const Reference< xml::input::XAttributes >& xAttributes, in BasicElementBase()
76 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes, in getBoolAttr()
109 Reference< xml::input::XElement > BasicElementBase::getParent() in getParent()
112 return static_cast< xml::input::XElement* >( m_pParent ); in getParent()
136 Reference< xml::input::XAttributes > BasicElementBase::getAttributes() in getAttributes()
144 Reference< xml::input::XElement > BasicElementBase::startChildElement( in startChildElement()
146 const Reference< xml::input::XAttributes >& /*xAttributes*/ ) in startChildElement()
189 const Reference< xml::input::XAttributes >& xAttributes, in BasicLibrariesElement()
201 Reference< xml::input::XElement > BasicLibrariesElement::startChildElement( in startChildElement()
203 const Reference< xml::input::XAttributes >& xAttributes ) in startChildElement()
[all …]
H A Dxmlbas_import.hxx54 ::com::sun::star::xml::input::XElement > BasicElementBase_BASE;
62 ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes > m_xAttributes;
65 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes,
70 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes,
75 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XElement > SAL_CALL getPar…
81 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes > SAL_CALL get…
83 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XElement > SAL_CALL startC…
85 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes )
111 … const ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XAttributes >& xAttributes,
116 …virtual ::com::sun::star::uno::Reference< ::com::sun::star::xml::input::XElement > SAL_CALL startC…
[all …]
/trunk/main/toolkit/source/layout/core/
H A Dimport.hxx136 class ImportContext : public ::cppu::WeakImplHelper1< css::xml::input::XRoot >
149 css::uno::Reference< css::xml::input::XNamespaceMapping >
163 virtual css::uno::Reference< css::xml::input::XElement >
166 css::uno::Reference<css::xml::input::XAttributes > const & xAttributes )
170 class ElementBase : public ::cppu::WeakImplHelper1< css::xml::input::XElement >
179 css::uno::Reference< css::xml::input::XAttributes > mxAttributes;
183 css::uno::Reference< css::xml::input::XAttributes > const & xAttributes,
189 virtual css::uno::Reference<css::xml::input::XElement> SAL_CALL getParent() in getParent()
191 { return static_cast< css::xml::input::XElement * >( mpParent ); } in getParent()
196 virtual css::uno::Reference< css::xml::input::XAttributes >
[all …]
/trunk/main/sd/res/webview/
H A Deditpic.asp54 <input type="submit" name="Auswahl" value="-"></input>
58 <input type="button" value=" "></input>
62 <input type="text" name="CurrPic" value="<% = nPic %>" size="3"></input>
66 <input type="submit" name="Auswahl" value="+"></input>
70 <input type="button" value=" "></input>
74 <input type="submit" name="Auswahl" value="$$2"></input>
/trunk/main/xmerge/java/pexcel/src/main/java/org/openoffice/xmerge/converter/xml/sxc/pexcel/records/
H A DExtendedFormat.java321 public int read(InputStream input) throws IOException { in read() argument
323 int numOfBytesRead = input.read(ixfnt); in read()
324 numOfBytesRead += input.read(ixnf); in read()
325 numOfBytesRead += input.read(fattributes); in read()
326 numOfBytesRead += input.read(fBaseAttr); in read()
327 numOfBytesRead += input.read(fTextAttr); in read()
328 numOfBytesRead += input.read(icvFore); in read()
329 numOfBytesRead += input.read(icvFill); in read()
330 bRight = (byte) input.read(); in read()
331 bTop = (byte) input.read(); in read()
[all …]
H A DFontDescription.java228 public int read(InputStream input) throws IOException { in read() argument
230 int numOfBytesRead = input.read(dwHeight); in read()
231 numOfBytesRead += input.read(grbit); in read()
232 numOfBytesRead += input.read(icvFore); in read()
233 numOfBytesRead += input.read(bls); in read()
234 numOfBytesRead += input.read(Reserved2); in read()
235 uls = (byte) input.read(); in read()
236 bFamily = (byte) input.read(); in read()
237 bCharSet = (byte) input.read(); in read()
238 Reserved3 = (byte) input.read(); in read()
[all …]
H A DSelection.java95 public int read(InputStream input) throws IOException { in read() argument
97 int numOfBytesRead = input.read(rwTop); in read()
98 colLeft += (byte) input.read(); in read()
99 numOfBytesRead += input.read(rwBottom); in read()
100 colRight += (byte) input.read(); in read()
101 numOfBytesRead += input.read(rwActive); in read()
102 colActive += (byte) input.read(); in read()
/trunk/main/extensions/source/oooimprovement/
H A Dsoaprequest.cxx52 static unsigned long asUlong(sal_Int8 input) in asUlong() argument
54 return *reinterpret_cast<unsigned char *>(&input); in asUlong()
57 static Sequence<sal_Int8> base64_encode(const Sequence<sal_Int8>& input) in base64_encode() argument
61 unsigned long value = asUlong(input[0]) << 16; in base64_encode()
62 if(input.getLength() > 1) value |= asUlong(input[1]) << 8; in base64_encode()
63 if(input.getLength() > 2) value |= asUlong(input[2]); in base64_encode()
70 if (input.getLength() > 1) in base64_encode()
73 if (input.getLength() > 2) in base64_encode()
90 static OString xmlEncode(const OString& input) in xmlEncode() argument
92 OString result = replaceAll(input, '&', OString("&amp;")); in xmlEncode()
/trunk/main/xmlscript/source/xmlmod_imexp/
H A Dimp_share.hxx56 : public ::cppu::WeakImplHelper1< xml::input::XRoot >
75 Reference< xml::input::XNamespaceMapping > const & xNamespaceMapping )
85 virtual Reference< xml::input::XElement > SAL_CALL startRootElement(
87 Reference< xml::input::XAttributes > const & xAttributes )
93 : public ::cppu::WeakImplHelper1< xml::input::XElement >
100 Reference< xml::input::XAttributes > _xAttributes;
106 Reference< xml::input::XAttributes > const & xAttributes,
113 virtual Reference< xml::input::XElement > SAL_CALL getParent()
119 virtual Reference< xml::input::XAttributes > SAL_CALL getAttributes()
131 virtual Reference< xml::input::XElement > SAL_CALL startChildElement(
[all …]
H A Dxmlmod_import.cxx42 Reference< xml::input::XElement > ModuleElement::getParent() in getParent()
45 return static_cast< xml::input::XElement * >( _pParent ); in getParent()
60 Reference< xml::input::XAttributes > ModuleElement::getAttributes() in getAttributes()
91 Reference< xml::input::XElement > ModuleElement::startChildElement( in startChildElement()
93 Reference< xml::input::XAttributes > const & /*xAttributes*/ ) in startChildElement()
104 Reference< xml::input::XAttributes > const & xAttributes, in ModuleElement()
142 Reference< xml::input::XNamespaceMapping > const & xNamespaceMapping ) in startDocument()
172 Reference< xml::input::XElement > ModuleImport::startRootElement( in startRootElement()
174 Reference< xml::input::XAttributes > const & xAttributes ) in startRootElement()
222 static_cast< xml::input::XRoot * >( new ModuleImport( rMod ) ) ); in importScriptModule()
/trunk/main/xmlscript/source/xml_helper/
H A Dxml_impctx.cxx85 Reference< xml::input::XElement > m_xElement;
110 xml::input::XNamespaceMapping,
115 Reference< xml::input::XRoot > m_xRoot;
135 inline Reference< xml::input::XElement > getCurrentElement() const;
149 Reference< xml::input::XRoot > const & xRoot,
201 Reference< xml::input::XRoot > const & xRoot, in DocumentHandlerImpl()
235 inline Reference< xml::input::XElement >
240 return Reference< xml::input::XElement >(); in getCurrentElement()
353 public ::cppu::WeakImplHelper1< xml::input::XAttributes >
478 Reference< xml::input::XRoot > xRoot; in initialize()
[all …]
/trunk/main/reportbuilder/java/com/sun/star/report/
H A DStorageRepository.java60 private XStorage input; field in StorageRepository
71 public StorageRepository(final XStorage input, final XStorage output, final String rootURL) in StorageRepository() argument
73 this.input = input; in StorageRepository()
88 this.input = storage; in StorageRepository()
94 if (input == null) in createInputStream()
100 …final XStream xStream = (XStream) UnoRuntime.queryInterface(XStream.class, input.openStreamElement… in createInputStream()
181 if (input != null) in isReadable()
183 return input.isStreamElement(name); in isReadable()
206 if (!input.isStorageElement(temp)) in openInputRepository()
210 …final XStorage storage = (XStorage) UnoRuntime.queryInterface(XStorage.class, input.openStorageEle… in openInputRepository()
[all …]
/trunk/main/jurt/java/jurt/src/main/java/com/sun/star/lib/uno/protocols/urp/
H A DUnmarshal.java52 return input.readUnsignedByte(); in read8Bit()
60 return input.readUnsignedShort(); in read16Bit()
198 return input.available() > 0; in hasMore()
205 input = new DataInputStream(new ByteArrayInputStream(data)); in reset()
210 return input.readBoolean() ? Boolean.TRUE : Boolean.FALSE; in readBooleanValue()
218 return input.readByte(); in readByteValue()
226 return input.readShort(); in readShortValue()
234 return input.readInt(); in readLongValue()
242 return input.readLong(); in readHyperValue()
250 return input.readFloat(); in readFloatValue()
[all …]
/trunk/main/solenv/bin/
H A Dexectest.pl29 $input = 0;
34 $input = 0;
39 $input = 1;
45 $eof = $input ? eof INPUT : $open;
46 $in = <INPUT> if $input && !$eof;
47 if (!$input || $eof
77 $expect = $1 if $input;
89 elsif ($open && $input)
/trunk/main/qadevOOo/java/OOoRunner/src/main/java/helper/
H A DSimpleMailSender.java106 BufferedReader input = in sendMail() local
113 sendline(input, output, "HELO " + getHostName()); in sendMail()
114 sendline(input, output, "MAIL FROM: " + m_Sender); in sendMail()
115 sendline(input, output, "RCPT TO: <" + m_Recipient + ">"); in sendMail()
116 sendline(input, output, "DATA"); in sendMail()
127 sendline(input, output, "."); in sendMail()
128 sendline(input, output, "QUIT"); in sendMail()
135 private void sendline(BufferedReader input, in sendline() argument
140 line = input.readLine(); in sendline()

12345678910>>...17