/trunk/main/cppu/source/uno/ |
H A D | lbenv.cxx | 262 uno_DefaultEnvironment * that = in defenv_registerInterface() local 310 uno_DefaultEnvironment * that = in defenv_registerProxyInterface() local 366 uno_DefaultEnvironment * that = in s_stub_defenv_revokeInterface() local 466 uno_DefaultEnvironment * that = in defenv_getObjectIdentifier() local 566 delete that; in defenv_release() 583 delete that; in defenv_releaseWeak() 607 that->nRef = 0; in defenv_harden() 628 that->pReserved = 0; in uno_DefaultEnvironment() 634 that->harden = defenv_harden; in uno_DefaultEnvironment() 636 that->pExtEnv = this; in uno_DefaultEnvironment() [all …]
|
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/ |
H A D | Error.ulf | 95 en-US = "Error reading from file: [2]. {{ System error [3].}} Verify that the file exists and that … 107 en-US = "Error writing to file [2]. Verify that you have access to that directory." 110 en-US = "Error reading from file [2]. Verify that the file exists and that you can access it." 119 en-US = "Source file not found: [2]. Verify that the file exists and that you can access it." 122 en-US = "Error reading from file: [3]. {{ System error [2].}} Verify that the file exists and that … 125 en-US = "Error writing to file: [3]. {{ System error [2].}} Verify that you have access to that dir… 128 en-US = "Source file not found {{(cabinet)}}: [2]. Verify that the file exists and that you can acc… 335 en-US = "Could not create shortcut [2]. Verify that the destination folder exists and that you can … 338 en-US = "Could not remove shortcut [2]. Verify that the shortcut file exists and that you can acces… 347 en-US = "Could not update the INI file [2][3]. Verify that the file exists and that you can access … [all …]
|
/trunk/main/desktop/source/deployment/registry/component/ |
H A D | dp_component.cxx | 365 if (!that->bSwitchedRdbFiles) in getRDB() 373 return that->m_xNativeRDB; in getRDB() 375 return that->m_xCommonRDB; in getRDB() 386 return that->m_xNativeRDB_RO; in getRDB_RO() 388 return that->m_xCommonRDB_RO; in getRDB_RO() 1577 that->addDataToDb(url, data); in processPackage_() 1646 that->hasInUnoRc( in isRegistered_() 1718 that->removeFromUnoRc( in processPackage_() 1807 that->openRegistryKey( in processPackage_() 1820 that->componentLiveRemoval(that->readDataFromDb(url)); in processPackage_() [all …]
|
/trunk/main/pyuno/source/module/ |
H A D | uno.py | 127 def __eq__(self, that): argument 128 if not isinstance(that, Enum): 130 return (self.typeName == that.typeName) and (self.value == that.value) 143 def __eq__(self, that): argument 144 if not isinstance(that, Type): 146 return self.typeClass == that.typeClass and self.typeName == that.typeName 176 def __eq__(self, that): argument 178 if len(that) > 1: 181 if isinstance(that, Char): 197 def __eq__(self, that): argument [all …]
|
/trunk/main/offapi/com/sun/star/accessibility/ |
H A D | AccessibleRole.idl | 70 /** Object that can be drawn into and is used to trap events. 87 /** This role is used for check buttons that are menu items. 93 /** A specialized dialog that lets the user choose a color. 191 /** Text that is used as a footnote. 260 <p>A specialized pane that allows its children to be drawn in 262 that holds the menu bar as well as the pane that contains most of 356 /** A generic container that is often used to group objects. 406 /** This role is used for radio buttons that are menu items. 465 <p>An object that allows the user to select from a bounded 513 /** Collection of objects that constitute a logical text entity. [all …]
|
H A D | XAccessibleText.idl | 67 All methods that operate on particular characters (e.g. 69 indices from 0 to length-1. All methods that operate on character 73 <p>Please note that accessible text does not necessarily support 180 all attributes that are both members of the sequence of 255 that is rendered on to the display at that point. 265 <p>Returns the portion of the text that is selected.</p> 301 <p>The selection encompasses the same string of text that 336 Returns a string that contains the complete text. 379 empty string if no word is found at the that position.</p> 406 <p>Returns the substring of the specified text type that is [all …]
|
H A D | AccessibleEventId.idl | 68 every state that is set or reset. The 85 previously active child. Empty references indicate that no child 129 removed. Especially in the case of a removal this means that the 137 <const>CHILD</const> event for every old child indicating that 139 <const>CHILD</const> for every new child indicating that this 261 that is exposed through the <type>XAccessibleText</type> and 291 that when two or more discontiguous text ranges are inserted, 303 /** Constant used to indicate that a hypertext element has received 308 value of -1 indicates that an element does not or did not have 334 /** Constant used to indicate that the table data has changed. The [all …]
|
H A D | XAccessibleComponent.idl | 57 any class that can be rendered on the screen. 71 that of the screen coordiante system. In other words all coordinates 87 retrieved at the component's action. The reason for this is that key 91 <type>XAccessibleAction</type> interface of a component, provided that 133 system is identical to that of the screen coordiante system. 137 contains the test point then a reference to that object is 139 condition then a reference to that one is returned that is 149 Note that the two methods <method>getLocation</methodmber> and 181 <method>getLocation</method>. The difference is that the 216 that is not supported, the default foreground color. [all …]
|
/trunk/main/bridges/source/jni_uno/ |
H A D | jni_uno2java.cxx | 483 m_bridge->m_uno_env, &that, in acquire() 546 Bridge const * bridge = that->m_bridge; in UNO_proxy_free() 588 *(int *)that = 0xdeadcafe; in UNO_proxy_free() 590 delete that; in UNO_proxy_free() 598 that->acquire(); in UNO_proxy_acquire() 606 that->release(); in UNO_proxy_release() 616 Bridge const * bridge = that->m_bridge; in UNO_proxy_dispatch() 623 trace_buf.append( that->m_oid ); in UNO_proxy_dispatch() 761 that->m_jo_oid, that->m_oid, info ); in UNO_proxy_dispatch() 797 that->acquire(); in UNO_proxy_dispatch() [all …]
|
/trunk/main/desktop/source/deployment/registry/configuration/ |
H A D | dp_configuration.cxx | 552 BackendImpl * that = getMyBackend(); in isRegistered_() local 556 if (that->hasActiveEntry(getURL())) in isRegistered_() 560 bReg = that->m_registeredPackages->has( in isRegistered_() 694 BackendImpl * that = getMyBackend(); in processPackage_() local 720 if (that->m_eContext != CONTEXT_BUNDLED in processPackage_() 721 && that->m_eContext != CONTEXT_BUNDLED_PREREG in processPackage_() 739 that->addDataToDb(getURL(), data); in processPackage_() 746 that->m_registeredPackages->getEntries()); in processPackage_() 775 that->addDataToDb(url2, data); in processPackage_() 777 that->m_registeredPackages->erase(i->first); in processPackage_() [all …]
|
/trunk/main/cppuhelper/source/ |
H A D | implbase_ex.cxx | 77 return (((char *)that) + nOffset); in makeInterface() 192 return makeInterface( pEntries[ n ].m_offset, that ); in __queryDeepNoXInterface() 215 return makeInterface( offset, that ); in __queryDeepNoXInterface() 238 Type const & rType, class_data * cd, void * that ) in ImplHelper_query() argument 253 p = __queryDeepNoXInterface( pTDR, cd, that ); in ImplHelper_query() 263 Type const & rType, class_data * cd, void * that ) in ImplHelper_queryNoXInterface() argument 269 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in ImplHelper_queryNoXInterface() 341 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in WeakImplHelper_query() 374 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in WeakAggImplHelper_queryAgg() 408 void * p = __queryDeepNoXInterface( pTDR, cd, that ); in WeakComponentImplHelper_query() [all …]
|
/trunk/main/offapi/com/sun/star/configuration/ |
H A D | ConfigurationProvider.idl | 40 factory for objects that provide access to a subset of the configuration. 81 The object that is created should implement service 113 may also depend on the configuration store and configuration that were 119 <p>Some parameters that are commonly supported are:</p> 128 <dd>specifies that elements of the hierarchy that are more than the given 178 <strong>Controlling cache behavior:</strong> (with providers that 187 storage at once - that is before 198 read directly from storage. This may entail that future changes that 199 become visible in the cache are not reflected in this view and that 211 may be unusable. Only an implementation that supports service names that can be [all …]
|
/trunk/main/writerfilter/documentation/doxygen/ |
H A D | Doxyfile | 38 # by quotes) that should identify the project. 186 # be part of the file/class/namespace that contains it. 328 # of that file. 520 # directories that contain example code fragments that are included (see 540 # directories that contain image that are included in the documentation (see 600 # called/used by that function will be listed. 792 # packages that should be included in the LaTeX output. 904 # generate an XML file that captures the structure of 952 # the code including all documentation. Note that this 1059 # Note that each tag file must have a unique name [all …]
|
/trunk/main/offapi/com/sun/star/configuration/backend/ |
H A D | XUpdateHandler.idl | 144 <li>if there already was a change to that node</li> 145 <li>if there is no node with that name</li> 165 /** receives notification that a node is started as a new item. 185 <type>NodeAttribute</type> flags. Note that 195 <li>if an item of that name exists and is not removeable</li> 233 <type>NodeAttribute</type> flags. Note that 298 <li>if there is no item with that name</li> 345 <p> A <void/> type can be used to signify that 353 <li>if there is no property with that name</li> 417 specifies the locale that the new value applies to. [all …]
|
H A D | XLayerHandler.idl | 57 /** receives notification that a layer description is started 76 /** receives notification that a layer description is complete. 126 <li>if there already was a change to that node</li> 127 <li>if there is no node with that name</li> 146 /** receives notification that a new item is started. 167 <type>NodeAttribute</type> flags. Note that 216 <type>NodeAttribute</type> flags. Note that 281 <li>if there is no item with that name</li> 341 <li>if there is no property with that name</li> 485 <li>if a property with that name already exists</li> [all …]
|
/trunk/main/offapi/com/sun/star/text/ |
H A D | AccessiblePageView.idl | 77 and footer that is conatined in the page. 81 that is conatined in the page. 85 that is conatined in the page. 89 fragment that is contained in the page. 90 A paragraph fragment is the part of a paragraph that 95 fragment that is contained in the page. 96 A table fragment is the part of a table that is 101 frame that is conrtained in the page. These objects 105 exception are text frames that are bound as 120 object that is conatained in the page. [all …]
|
H A D | AccessibleTextDocumentView.idl | 73 and footer that is at least partially visible. 77 that is at least partially visible. 81 that is at least partially visible. 85 fragment that is contained in the document body and 87 the part of a paragraph that is displayed on a 92 fragment that is contained in the document body 103 frames that are bound as character. They are children 107 A child of this kind is returned for every graphic that 112 are text frames that are bound as character. They are 117 object that is at least partially visible. [all …]
|
/trunk/main/solenv/doc/gbuild/ |
H A D | doxygen.cfg | 46 # by quotes) that should identify the project. 186 # be part of the file/class/namespace that contains it. 405 # of that file. 641 # directories that contain example code fragments that are included (see 661 # directories that contain image that are included in the documentation (see 724 # called/used by that function will be listed. 1029 # packages that should be included in the LaTeX output. 1141 # generate an XML file that captures the structure of 1189 # the code including all documentation. Note that this 1300 # Note that each tag file must have a unique name [all …]
|
/trunk/main/offapi/com/sun/star/awt/ |
H A D | ImagePosition.idl | 39 …/** specifies that the image should be positioned at the left of, and top-aligned to, the other ob… 47 …/** specifies that the image should be positioned at the left of, and bottom-aligned to, the other… 51 …/** specifies that the image should be positioned at the right of, and top-aligned to, the other o… 59 …/** specifies that the image should be positioned at the right of, and bottom-aligned to, the othe… 63 /** specifies that the image should be positioned above and left-aligned to the other object 67 …/** specifies that the image should be positioned above and horizontally centered to the other obj… 71 /** specifies that the image should be positioned above and right-aligned to the other object 75 /** specifies that the image should be positioned below and left-aligned to the other object 79 …/** specifies that the image should be positioned below and horizontally centered to the other obj… 83 …/** specifies that the image should be positioned below and right-aligned centered to the other ob… [all …]
|
/trunk/main/stoc/source/invocation_adapterfactory/ |
H A D | iafactory.cxx | 619 AdapterImpl * that = in adapter_dispatch() local 657 AdapterImpl * that = in adapter_dispatch() local 856 return that; in lookup_adapter() 873 AdapterImpl * that; in createAdapter() local 877 that = lookup_adapter( in createAdapter() 879 if (0 == that) // no entry in createAdapter() 887 that = lookup_adapter( in createAdapter() 894 that = pNew; in createAdapter() 898 that->acquire(); in createAdapter() 905 that->acquire(); in createAdapter() [all …]
|
/trunk/ |
H A D | LICENSE | 13 the copyright owner that is granting the License. 16 other entities that control, are controlled by, or are under common 17 control with that entity. For the purposes of this definition, 37 copyright notice that is included in or attached to the work 50 to that Work or Derivative Works thereof, that is intentionally 79 by such Contributor that are necessarily infringed by their 91 modifications, and in Source or Object form, provided that You 98 stating that You changed the files; and 101 that You distribute, all copyright, patent, trademark, and 103 excluding those notices that do not pertain to any part of [all …]
|
/trunk/main/helpauthoring/license/ |
H A D | LICENSE | 14 the copyright owner that is granting the License. 17 other entities that control, are controlled by, or are under common 18 control with that entity. For the purposes of this definition, 38 copyright notice that is included in or attached to the work 51 to that Work or Derivative Works thereof, that is intentionally 80 by such Contributor that are necessarily infringed by their 92 modifications, and in Source or Object form, provided that You 99 stating that You changed the files; and 102 that You distribute, all copyright, patent, trademark, and 104 excluding those notices that do not pertain to any part of [all …]
|
/trunk/main/ |
H A D | LICENSE_ALv2 | 14 the copyright owner that is granting the License. 17 other entities that control, are controlled by, or are under common 18 control with that entity. For the purposes of this definition, 38 copyright notice that is included in or attached to the work 51 to that Work or Derivative Works thereof, that is intentionally 80 by such Contributor that are necessarily infringed by their 92 modifications, and in Source or Object form, provided that You 99 stating that You changed the files; and 102 that You distribute, all copyright, patent, trademark, and 104 excluding those notices that do not pertain to any part of [all …]
|
H A D | LICENSE_category_b | 42 made by that particular Contributor. 167 that Contributor. 221 Code that new knowledge has been obtained. 379 sold, distributed, or had made, Modifications made by that 639 a separate file or files, that is not Covered Software. 742 Each Contributor represents that the Contributor believes its 1222 that You are in compliance with the terms of this License and that the license 1502 own license agreement, provided that: 1518 that Contributor alone and not by any other party; and 1721 own license agreement, provided that: [all …]
|
/trunk/main/stoc/source/proxy_factory/ |
H A D | proxyfac.cxx | 225 binuno_Proxy * that = static_cast< binuno_Proxy * >( pUnoI ); in binuno_proxy_acquire() local 226 if (osl_incrementInterlockedCount( &that->m_nRefCount ) == 1) in binuno_proxy_acquire() 230 that->m_root->m_factory->m_uno_env.get()->pExtEnv; in binuno_proxy_acquire() 234 that->m_oid.pData, in binuno_proxy_acquire() 236 that->m_typeDescr.get() ) ); in binuno_proxy_acquire() 244 binuno_Proxy * that = static_cast< binuno_Proxy * >( pUnoI ); in binuno_proxy_release() local 245 if (osl_decrementInterlockedCount( &that->m_nRefCount ) == 0) in binuno_proxy_release() 248 that->m_root->m_factory->m_uno_env.get()->pExtEnv; in binuno_proxy_release() 269 Any ret( that->m_root->queryInterface( rType ) ); in binuno_proxy_dispatch() 272 that->m_root->m_factory->m_cpp2uno.get() ); in binuno_proxy_dispatch() [all …]
|