Home
last modified time | relevance | path

Searched refs:written (Results 1 – 25 of 159) sorted by relevance

1234567

/AOO42X/main/sal/osl/w32/
H A Ddiagnose.c68 int written = _vsnprintf( in osl_trace() local
70 if ( written == -1 ) in osl_trace()
71 written = sizeof(szMessage) - 2; in osl_trace()
72 szMessage[ written++ ] = '\n'; in osl_trace()
73 szMessage[ written ] = 0; in osl_trace()
/AOO42X/main/codemaker/source/codemaker/
H A Dglobal.cxx402 sal_uInt64 written; in write() local
403 if (osl_writeFile(m_file, buffer, size, &written) != osl_File_E_None) { in write()
406 OSL_ASSERT(written <= size); in write()
407 size -= written; in write()
408 buffer = static_cast< char const * >(buffer) + written; in write()
/AOO42X/main/offapi/com/sun/star/text/
H A DWritingMode2.idl42 /** text within lines is written left-to-right. Lines and blocks are placed
51 /** text within a line are written right-to-left. Lines and blocks are
60 /** text within a line is written top-to-bottom. Lines and blocks are
69 /** text within a line is written top-to-bottom. Lines and blocks are
H A DWritingMode.idl42 /** text within lines is written left-to-right. lines and blocks are placed
51 /** text within a line are written right-to-left. Lines and blocks are
60 /** text within a line is written top-to-bottom. Lines and blocks are
/AOO42X/main/offapi/com/sun/star/awt/
H A DRasterOperation.idl34 when pixels are written to the device.
40 /** sets all pixel as written in the output operation.
46 /** uses the pixel written as one and the current pixel as
/AOO42X/main/udkapi/com/sun/star/io/
H A DObjectOutputStream.idl52 The written objects are held until this instance is destroyed.
53 The references to the objects are written as four-byte integers
54 and begin at 1. Data format is written: </p>
H A DXSequenceOutputStream.idl44 /** This interface offers access to the written bytes
50 /** allows to get access to the written data
H A DXOutputStream.idl81 /** gets called to indicate that all data has been written.
85 bytes may be written after this method has been called.</p>
/AOO42X/main/
H A DLICENSE55 means any form of electronic, verbal, or written communication sent
224 written prior permission. M.I.T. makes no representations about the
301 publicity pertaining to the software without specific, written prior permission.
503 distribution of the software without specific, written prior
553 or other dealings in this Software without prior written authorization
625 from this software without specific prior written permission.
742 software without specific prior written permission.
782 in this Software without prior written authorization from the X Consortium.
815 prior written permission.
853 written prior permission. SuSE makes no representations about the
[all …]
/AOO42X/main/sal/qa/osl/file/
H A Dtest_cpy_wrt_file.cxx85 sal_uInt64 written = 0; in TEST_F() local
86 err = tmp_file.write((void*)buffer, sizeof(buffer), written); in TEST_F()
/AOO42X/main/offapi/com/sun/star/linguistic2/
H A DXLanguageGuessing.idl96 <li>sh : Serbian (written with latin characters)</li>
97 <li>sk-SK : Slovak (written with latin characters)</li>
100 <li>sr : Serbian (written with cyrillic characters) (added with OpenOffice 3.4)</li>
/AOO42X/main/oox/source/dump/
H A Ddumperbase.ini235 # will only be written, if the complete data item currently dumped
237 # specified in <filterbitfield>. Otherwise, nothing is written. It is
239 # case, the bitfield will be written, if at least one filter rule
243 # be written unshifted. Default is 'true'.
/AOO42X/main/offapi/com/sun/star/document/
H A DXBinaryStreamResolver.idl64 /** creates an output stream, to which binary data can be written.
70 /** converts the output stream, data has been written to, to an URL in
H A DFilterAdapter.idl35 /* Provides access to user to filters written to use the FilterAdapter
/AOO42X/main/offapi/com/sun/star/script/
H A DXStorageBasedLibraryContainer.idl76 denotes the root storage into which the libraries should be written, which
78 Note that the actual libraries are written into a sub storage of this
/AOO42X/main/offapi/com/sun/star/geometry/
H A DMatrix2D.idl38 A linear mapping, as performed by this matrix, can be written out
49 vectors, the linear mapping is written as
H A DAffineMatrix2D.idl35 An affine mapping, as performed by this matrix, can be written out
46 vectors, the affine transformation is written as
H A DAffineMatrix3D.idl35 An affine mapping, as performed by this matrix, can be written out
47 vectors, the affine transformation is written as
/AOO42X/main/sc/source/ui/src/
H A Dscerrors.src93 Text [ en-US ] = "Data could not be written." ;
154 …haracters could not be converted to the selected character set\nand were written as &#1234; surrog…
/AOO42X/main/offapi/com/sun/star/configuration/
H A DConfigurationProvider.idl184 first only affect the cache and are written to persistent storage
186 <em>write-through</em> mode, where updates are written to persistent
/AOO42X/main/winaccessibility/source/UAccCOMIDL/
H A Dia2_api_all.idl25 * derived from this software without specific prior written
82 * derived from this software without specific prior written
273 * derived from this software without specific prior written
500 * derived from this software without specific prior written
720 * derived from this software without specific prior written
1015 * derived from this software without specific prior written
1224 * derived from this software without specific prior written
1318 derived from this software without specific prior written
1916 * derived from this software without specific prior written
2039 * derived from this software without specific prior written
[all …]
/AOO42X/main/desktop/win32/source/guistdio/
H A Dguistdio.inc71 //We must make sure that only complete wchar_t|s are written. WriteConsole takes
77 //The last byte, which is the incomplete wchar_t (half of it), will not be written.
/AOO42X/main/offapi/com/sun/star/configuration/backend/
H A DPropertyInfo.idl54 * be over written in later layer.
/AOO42X/main/vcl/qa/complex/memCheck/
H A DCheckMemoryUsage.props28 # the amount of exported documents: each loaded document will be written 'ExportDocCount' times
/AOO42X/main/offapi/com/sun/star/text/textfield/
H A DHiddenParagraph.idl45 <p>This property has to be read/written in file export/import to save and

1234567