Home
last modified time | relevance | path

Searched refs:that (Results 1 – 25 of 1975) sorted by relevance

12345678910>>...79

/trunk/main/cppu/source/uno/
H A Dlbenv.cxx262 uno_DefaultEnvironment * that = in defenv_registerInterface() local
264 ::osl::ClearableMutexGuard guard( that->mutex ); in defenv_registerInterface()
268 that->aOId2ObjectMap.insert( OId2ObjectMap::value_type( sOId, 0 ) ) ); in defenv_registerInterface()
274 pOEntry->append( that, *ppInterface, pTypeDescr, 0 ); in defenv_registerInterface()
296 pOEntry->append( that, *ppInterface, pTypeDescr, 0 ); in defenv_registerInterface()
310 uno_DefaultEnvironment * that = in defenv_registerProxyInterface() local
312 ::osl::ClearableMutexGuard guard( that->mutex ); in defenv_registerProxyInterface()
316 that->aOId2ObjectMap.insert( OId2ObjectMap::value_type( sOId, 0 ) ) ); in defenv_registerProxyInterface()
322 pOEntry->append( that, *ppInterface, pTypeDescr, freeProxy ); in defenv_registerProxyInterface()
354 pOEntry->append( that, *ppInterface, pTypeDescr, freeProxy ); in defenv_registerProxyInterface()
[all …]
/trunk/main/instsetoo_native/inc_openoffice/windows/msi_languages/
H A DError.ulf95 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…
164 en-US = "The path [2] contains words that are not valid in folders."
182 …"Could not create key [2]. {{ System error [3].}} Verify that you have sufficient access to that k…
185 … "Could not open key: [2]. {{ System error [3].}} Verify that you have sufficient access to that k…
[all …]
/trunk/main/desktop/source/deployment/registry/component/
H A Ddp_component.cxx356 BackendImpl * that = getMyBackend(); in getRDB() local
365 if (!that->bSwitchedRdbFiles) in getRDB()
367 that->bSwitchedRdbFiles = true; in getRDB()
368 that->initServiceRdbFiles(); in getRDB()
373 return that->m_xNativeRDB; in getRDB()
375 return that->m_xCommonRDB; in getRDB()
382 BackendImpl * that = getMyBackend(); in getRDB_RO() local
386 return that->m_xNativeRDB_RO; in getRDB_RO()
388 return that->m_xCommonRDB_RO; in getRDB_RO()
1536 BackendImpl * that = getMyBackend(); in processPackage_() local
[all …]
/trunk/main/pyuno/source/module/
H A Duno.py127 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
177 if isinstance(that, (str, unicode)):
178 if len(that) > 1:
180 return self.value == that[0]
[all …]
/trunk/main/offapi/com/sun/star/accessibility/
H A DAccessibleRole.idl40 for this is that IDL enums may not be extended. Therefore, in order to
70 /** Object that can be drawn into and is used to trap events.
79 <p>A choice that can be checked or unchecked and provides a separate
87 /** This role is used for check buttons that are menu items.
93 /** A specialized dialog that lets the user choose a color.
106 <p>A <const>DATE_EDITOR</const> is a component that allows users to
120 <p>A pane that supports internal frames and iconified versions of
127 <p>A pane that allows the user to navigate through and select the
155 /** Text that is used as an endnote (footnote at the end of a chapter or
162 <p>A specialized dialog that displays the files in the directory
[all …]
H A DXAccessibleText.idl58 all UNO components that present textual information on the display like
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
86 Its position/offset is that of the character to the right of it.</p>
97 position between two characters. Its position/offset is that of the
112 the left side of the character with that index. An index of 0
113 places the caret so that the next insertion goes before the
119 otherwise. A <TRUE/> value does not necessarily mean that the
121 If that position lies inside a read-only area the caret is
[all …]
H A DAccessibleEventId.idl68 every state that is set or reset. The
85 previously active child. Empty references indicate that no child
128 <p>Note that a child event is sent after a child has been added or
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
178 references to the old and new predecessor. Note that both references
179 my be <NULL/> to indicate that a flow to the sending object has not
189 references to the old and new successor. Note that both references
190 my be <NULL/> to indicate that a flow from the sending object has not
[all …]
H A DXAccessibleComponent.idl57 any class that can be rendered on the screen.
71 that of the screen coordinate 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
104 coordinate system of the object. That means that when the object is
112 coordinate system is identical to that of the screen coordinate
121 /** Returns the Accessible child that is rendered under the given point.
124 coordinate system of the object. That means that when the object is
133 system is identical to that of the screen coordinate system.
136 If there is one child which is rendered so that its bounding box
[all …]
/trunk/main/bridges/source/jni_uno/
H A Djni_uno2java.cxx480 void * that = const_cast< UNO_proxy * >( this ); in acquire() local
483 m_bridge->m_uno_env, &that, in acquire()
487 OSL_ASSERT( this == (void const * const)that ); in acquire()
545 UNO_proxy const * that = reinterpret_cast< UNO_proxy const * >( proxy ); in UNO_proxy_free() local
546 Bridge const * bridge = that->m_bridge; in UNO_proxy_free()
554 OUSTR("freeing binary uno proxy: ") + that->m_oid, in UNO_proxy_free()
566 jni->DeleteGlobalRef( that->m_javaI ); in UNO_proxy_free()
567 jni->DeleteGlobalRef( that->m_jo_oid ); in UNO_proxy_free()
588 *(int *)that = 0xdeadcafe; in UNO_proxy_free()
590 delete that; in UNO_proxy_free()
[all …]
/trunk/main/desktop/source/deployment/registry/configuration/
H A Ddp_configuration.cxx552 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
701 ::boost::optional<ConfigurationBackendDb::Data> data = that->readDataFromDb(url); in processPackage_()
703 that->addToConfigmgrIni( m_isSchema, false, data->iniEntry, xCmdEnv ); in processPackage_()
710 const OUString sModFolder = that->createFolder(OUString(), xCmdEnv); in processPackage_()
720 if (that->m_eContext != CONTEXT_BUNDLED in processPackage_()
721 && that->m_eContext != CONTEXT_BUNDLED_PREREG in processPackage_()
727 that->m_xComponentContext)->insertExtensionXcsFile( in processPackage_()
[all …]
/trunk/main/cppuhelper/source/
H A Dimplbase_ex.cxx75 static inline void * makeInterface( sal_IntPtr nOffset, void * that ) SAL_THROW( () ) in makeInterface() argument
77 return (((char *)that) + nOffset); in makeInterface()
180 typelib_TypeDescriptionReference * pDemandedTDR, class_data * cd, void * that ) in __queryDeepNoXInterface() argument
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
249 p = makeInterface( cd->m_typeEntries[ 0 ].m_offset, that ); in ImplHelper_query()
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()
[all …]
/trunk/main/offapi/com/sun/star/configuration/
H A DConfigurationProvider.idl40 factory for objects that provide access to a subset of the configuration.
75 The object that is created implements service <type>ConfigurationAccess</type>.
81 The object that is created should implement service
93 in parameter <var>aArguments</var> specify the view of the configuration that
94 should be created. That is, they determine the subset of elements that can be
98 so that the parameters can be identified by name rather than by position.
107 configuration. The view that is selected consists of the named element and
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
[all …]
/trunk/main/writerfilter/documentation/doxygen/
H A DDoxyfile31 # Values that contain spaces should be placed between quotes (" ")
38 # by quotes) that should identify the project.
77 # The encoding is not always determined by the language that is chosen,
87 # include brief member descriptions after the members that are listed in
101 # that is used to form the text in various listings. Each string
119 # inherited members of a class in the documentation of that class as if those
127 # to NO the shortest path that makes the file name unique will be used.
144 # definition is used. Otherwise one should specify the include paths that
179 # member inherits the documentation from any documented member that it
186 # be part of the file/class/namespace that contains it.
[all …]
/trunk/main/offapi/com/sun/star/configuration/backend/
H A DXUpdateHandler.idl61 /** receives notification that a update or description is started.
81 /** receives notification that the current update description is complete.
107 /** receives notification that a modification of a node is started.
136 if <TRUE/>, specifies that the node should be reset to its default
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
193 <li>if there already was a change to an item of that name</li>
195 <li>if an item of that name exists and is not removeable</li>
[all …]
H A DXLayerHandler.idl57 /** receives notification that a layer description is started
76 /** receives notification that a layer description is complete.
98 /** receives notification that a description of a node override is started.
119 if <TRUE/>, specifies that the node should be cleared to an empty
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
175 <li>if there already was a change to a node of that name</li>
177 <li>if an item of that name on a lower layer is not removeable</li>
[all …]
/trunk/main/offapi/com/sun/star/text/
H A DAccessibleTextDocumentView.idl56 object and drawing that is at least partially visible on the screen.
57 The tree that arises from the children of this object reflects the
67 returns an object that supports one of the following
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
94 the part of a table that is displayed on a certain page.
[all …]
H A DAccessiblePageView.idl52 /** This interface gives access to any page that is visible in the
71 children returns an object that supports one of the
77 and footer that is contained in the page.
81 that is contained in the page.
85 that is contained 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 contained in the page. These objects
[all …]
/trunk/main/solenv/doc/gbuild/
H A Ddoxygen.cfg31 # Values that contain spaces should be placed between quotes (" ")
38 # that follow. The default is UTF-8 which is also the encoding used for all
46 # by quotes) that should identify the project.
86 # include brief member descriptions after the members that are listed in
100 # that is used to form the text in various listings. Each string
118 # inherited members of a class in the documentation of that class as if those
126 # to NO the shortest path that makes the file name unique will be used.
143 # definition is used. Otherwise one should specify the include paths that
179 # member inherits the documentation from any documented member that it
186 # be part of the file/class/namespace that contains it.
[all …]
/trunk/main/offapi/com/sun/star/awt/
H A DImagePosition.idl39 …/** specifies that the image should be positioned at the left of, and top-aligned to, the other ob…
43 …/** specifies that the image should be positioned at the left of, and vertically centered to, the …
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…
55 …/** specifies that the image should be positioned at the right of, and vertically centered to, the…
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
[all …]
/trunk/main/stoc/source/invocation_adapterfactory/
H A Diafactory.cxx619 AdapterImpl * that = in adapter_dispatch() local
625 for ( sal_Int32 nPos = 0; nPos < that->m_nInterfaces; ++nPos ) in adapter_dispatch()
628 that->m_pInterfaces[nPos].m_pTypeDescr; in adapter_dispatch()
634 uno_Interface * pUnoI2 = &that->m_pInterfaces[nPos]; in adapter_dispatch()
657 AdapterImpl * that = in adapter_dispatch() local
661 that->invoke( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch()
666 that->getValue( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch()
668 that->setValue( pMemberType, pReturn, pArgs, ppException ); in adapter_dispatch()
833 AdapterImpl * that = reinterpret_cast< AdapterImpl * >( *iPos ); in lookup_adapter() local
841 for ( nPos = that->m_nInterfaces; nPos--; ) in lookup_adapter()
[all …]
/trunk/
H A DLICENSE13 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
41 form, that is based on (or derived from) the Work and for which the
44 of this License, Derivative Works shall not include works that remain
50 to that Work or Derivative Works thereof, that is intentionally
57 and issue tracking systems that are managed by, or on behalf of, the
59 excluding communication that is conspicuously marked or otherwise
79 by such Contributor that are necessarily infringed by their
[all …]
/trunk/main/helpauthoring/license/
H A DLICENSE14 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
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
/trunk/main/
H A DLICENSE_ALv214 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
42 form, that is based on (or derived from) the Work and for which the
45 of this License, Derivative Works shall not include works that remain
51 to that Work or Derivative Works thereof, that is intentionally
58 and issue tracking systems that are managed by, or on behalf of, the
60 excluding communication that is conspicuously marked or otherwise
80 by such Contributor that are necessarily infringed by their
[all …]
H A DLICENSE_category_b37 1.1. "Contributor" means each entity that creates or contributes to
42 made by that particular Contributor.
75 B. Any new file that contains any part of the Original Code or
130 granted: 1) for code that You delete from the Original Code; 2)
147 selling of Modifications made by that Contributor either alone
150 made, and/or otherwise dispose of: 1) Modifications made by that
152 Modifications made by that Contributor with its Contributor
160 granted: 1) for any code that Contributor has deleted from the
164 by that Contributor with other software (except as part of the
167 that Contributor.
[all …]
/trunk/main/stoc/source/proxy_factory/
H A Dproxyfac.cxx225 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()
237 OSL_ASSERT( that == static_cast< binuno_Proxy * >( pUnoI ) ); 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()
259 binuno_Proxy * that = static_cast< binuno_Proxy * >( pUnoI ); in binuno_proxy_dispatch() local
[all …]

12345678910>>...79