Home
last modified time | relevance | path

Searched refs:result (Results 201 – 225 of 994) sorted by last modified time

12345678910>>...40

/trunk/main/vbahelper/source/vbahelper/
H A Dvbacommandbarhelper.cxx170 sal_Bool result = sal_False; in persistChanges() local
174 result = sal_True; in persistChanges()
176 return result; in persistChanges()
/trunk/main/vbahelper/source/msforms/
H A Dvbacombobox.cxx126 rtl::OUString result; in getText() local
127 getValue() >>= result; in getText()
128 return result; in getText()
H A Dvbalistbox.cxx115 rtl::OUString result; in getText() local
116 getValue() >>= result; in getText()
117 return result; in getText()
/trunk/main/unoxml/source/dom/
H A Dsaxbuilder.cxx252 NSMap::const_iterator result = aNSMap.find(aPrefix); in startElement() local
253 if ( result != aNSMap.end()) in startElement()
257 aElement = m_aDocument->createElementNS( result->second, aName); in startElement()
285 result = aNSMap.find(aPrefix); in startElement()
286 if (result != aNSMap.end()) in startElement()
289 aElement->setAttributeNS(result->second, attr_qname, attr_value); in startElement()
H A Ddocument.cxx678 xmlNodePtr result = lcl_search_element_by_id(cur->children, id); in lcl_search_element_by_id() local
679 if (result != NULL) in lcl_search_element_by_id()
680 return result; in lcl_search_element_by_id()
681 result = lcl_search_element_by_id(cur->next, id); in lcl_search_element_by_id()
682 return result; in lcl_search_element_by_id()
/trunk/main/unotools/source/ucbhelper/
H A Ducblockbytes.cxx322 Any result; member
718 ret.result = m_aResult; in getResult()
1003 xProgress->push(res.result); in UCBOpenContentSync()
1010 xProgress->update(res.result); in UCBOpenContentSync()
1023 Reference<XStream> result; in UCBOpenContentSync() local
1024 if(res.result >>= result) { in UCBOpenContentSync()
1030 xStreamer->setStream(result); in UCBOpenContentSync()
1037 Reference<XInputStream> result; in UCBOpenContentSync() local
1038 res.result >>= result; in UCBOpenContentSync()
1096 res.result >>= Request; in UCBOpenContentSync()
[all …]
/trunk/main/unoxml/qa/complex/unoxml/
H A DRDFRepositoryTest.java374 eq(result, new String[] { "p" }, in checkSPARQL()
465 Pair<Statement[], Boolean> result = in checkRDFa() local
468 0 == result.First.length); in checkRDFa()
490 !result.Second && (1 == result.First.length) in checkRDFa()
507 result.Second && in checkRDFa()
508 (1 == result.First.length) && in checkRDFa()
509 eq(result.First[0], x_FooBarLittype)); in checkRDFa()
525 0 == result.First.length); in checkRDFa()
534 !result.Second && in checkRDFa()
535 eq(result.First, new Statement[] { in checkRDFa()
[all …]
/trunk/main/unotools/source/config/
H A Dbootstrap.cxx787 Status result = aData.status_; in checkBootstrapStatus() local
792 if (result != DATA_OK) in checkBootstrapStatus()
800 return result; in checkBootstrapStatus()
858 Bootstrap::Status result; in initialize() local
864 result = INVALID_BASE_INSTALL; in initialize()
868 result = INVALID_USER_INSTALL; in initialize()
876 result = MISSING_USER_INSTALL; in initialize()
881 result = INVALID_BASE_INSTALL; in initialize()
890 result = DATA_OK; in initialize()
892 return result; in initialize()
/trunk/main/udkapi/com/sun/star/script/
H A DXEventAttacherManager.idl74 <p>The result is the same as if the method <member>registerScriptEvent
/trunk/main/udkapi/com/sun/star/security/
H A DXAccessController.idl98 result
127 result
H A DXAction.idl49 result
/trunk/main/udkapi/com/sun/star/io/
H A DXInputStream.idl157 Thus not calling this method would result in a leak of memory or
/trunk/main/udkapi/com/sun/star/container/
H A DXEnumerableMap.idl58 …enumerator type which is not supported will generally result in an <type scope="com::sun::star::la…
H A DEnumerableMap.idl76 after enumerator creation, so every attempt to use them will result in a
/trunk/main/udkapi/com/sun/star/beans/
H A DPair.idl36 any type, and could be useful as the result type of methods.</p>
H A DPropertyConcept.idl56 property directly by the user can result in an unstable
H A DSetPropertyTolerantFailed.idl48 <p>Since the property was not successful set the result will never be
H A DXIntrospectionAccess.idl60 /** represents the result of an introspection operation done by
H A DXMaterialHolder.idl39 object's properties and methods. The result is represented as
H A DMethodConcept.idl52 /** specifies methods which can result in an unstable state
/trunk/main/ucb/source/ucp/gvfs/
H A Dgvfs_stream.hxx55 void throwOnError( GnomeVFSResult result )
H A Dgvfs_directory.cxx333 GnomeVFSResult result; in getData() local
339 result = gnome_vfs_directory_open in getData()
342 if (result != GNOME_VFS_OK) { in getData()
345 uri, gnome_vfs_result_to_string( result )); in getData()
356 while ((result = gnome_vfs_directory_read_next (dirHandle, fileInfo)) == GNOME_VFS_OK) { in getData()
386 g_warning ("Got %d directory entries", result); in getData()
395 if (result != GNOME_VFS_ERROR_EOF) { in getData()
398 gnome_vfs_result_to_string( result ) ); in getData()
403 result = gnome_vfs_directory_close (dirHandle); in getData()
404 if (result != GNOME_VFS_OK) { in getData()
[all …]
H A Dgvfs_stream.cxx106 GnomeVFSResult result; in readBytes() local
128 if (result != GNOME_VFS_OK && in readBytes()
129 result != GNOME_VFS_ERROR_EOF) in readBytes()
130 throwOnError( result ); in readBytes()
158 GnomeVFSResult result; in skipBytes() local
169 throwOnError( result ); in skipBytes()
201 GnomeVFSResult result; in seek() local
215 throwOnError( result ); in seek()
281 throwOnError( result ); in writeBytes()
328 if( result != GNOME_VFS_OK ) { in throwOnError()
[all …]
H A Dgvfs_content.cxx581 GnomeVFSResult result; in getPropertyValues() local
750 return result; in doSetFileInfo()
978 result = GNOME_VFS_OK; in insert()
1123 GnomeVFSResult result; in getInfo() local
1143 return result; in getInfo()
1164 gnome_vfs_result_to_string( result ), result ); in mapVFSException()
1170 switch (result) { in mapVFSException()
1279 gnome_vfs_result_to_string( result ), result ); in mapVFSException()
1293 GnomeVFSResult result, in cancelCommandExecution() argument
1438 GnomeVFSResult result; in createTempStream() local
[all …]
H A Dgvfs_content.hxx171 ::com::sun::star::uno::Any mapVFSException( const GnomeVFSResult result,
174 void cancelCommandExecution(const GnomeVFSResult result,

Completed in 120 milliseconds

12345678910>>...40