Home
last modified time | relevance | path

Searched refs:info (Results 201 – 225 of 376) sorted by last modified time

12345678910>>...16

/trunk/main/offapi/com/sun/star/sdb/
H A DDataAccessDescriptor.idl93 …/** specifies additional info to use when creating a connection from a <code>ConnectionResource</c…
/trunk/main/offapi/com/sun/star/frame/
H A DXLayoutManagerListener.idl61 of info depends on the event.
/trunk/main/offapi/com/sun/star/embed/
H A DXRelationshipAccess.idl71 in case there is a problem reading the relations info
91 in case there is a problem reading the relations info
112 in case there is a problem reading the relations info
136 in case there is a problem reading the relations info
162 in case there is a problem reading the relations info
181 in case there is a problem reading the relations info
206 in case there is a problem reading/writing the relations info
229 in case there is a problem reading/writing the relations info
255 in case there is a problem reading/writing the relations info
267 in case there is a problem reading/writing the relations info
H A DStorageFactory.idl87 to transport some document info during the storage
/trunk/main/offapi/com/sun/star/document/
H A DXStandaloneDocumentInfo.idl46 Note: Without specifying the source or target of this info (the document)
50 object then this one!) provides access to the info properties.
H A DStandaloneDocumentInfo.idl57 /** use it to specify ressource or target of document info data
66 /** access to document info data
/trunk/main/offapi/com/sun/star/awt/
H A DXPrinterPropertySet.idl92 <p>Get this data from the info printer and set the data to the
H A DXStyleSettings.idl130 /// specifies the text color of dialog elements displaying some info text
209 /// specifies the font of dialog elements displaying some info text
/trunk/main/offapi/com/sun/star/accessibility/
H A DXAccessibleGroupPosition.idl39 /* Returns the hyperlink URL info of the object */
/trunk/main/odk/examples/DevelopersGuide/UCB/
H A DResourceCreator.java141 ContentInfo info = new ContentInfo(); in createNewResource() local
142 info.Type = "application/vnd.sun.staroffice.fsys-file"; in createNewResource()
143 info.Attributes = 0; in createNewResource()
148 m_helper.executeCommand( m_content, "createNewContent", info ) ); in createNewResource()
/trunk/main/odk/examples/DevelopersGuide/Database/DriverSkeleton/
H A DSDriver.hxx64 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info ) throw(::com::sun:…
66 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info ) throw(::com::sun:…
H A DSConnection.cxx69 void OConnection::construct(const ::rtl::OUString& url,const Sequence< PropertyValue >& info) thro… in construct() argument
89 const PropertyValue *pBegin = info.getConstArray(); in construct()
90 const PropertyValue *pEnd = pBegin + info.getLength(); in construct()
H A DSConnection.hxx95 …:com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info) throw(::com::sun::…
H A DSDriver.cxx109 …er::connect( const ::rtl::OUString& url, const Sequence< PropertyValue >& info ) throw(SQLExceptio… in connect() argument
114 …pCon->construct(url,info); // late constructor call which can throw exception and allows a corr… in connect()
128 …ropertyInfo( const ::rtl::OUString& url, const Sequence< PropertyValue >& info ) throw(SQLExceptio… in getPropertyInfo() argument
/trunk/main/mysqlc/source/
H A Dmysqlc_driver.cxx149 …ection > SAL_CALL MysqlCDriver::connect(const OUString& url, const Sequence< PropertyValue >& info) in connect() argument
173 pCon->construct(url,info); in connect()
H A Dmysqlc_driver.hxx80 …L_CALL connect(const OUString& url, const Sequence< ::com::sun::star::beans::PropertyValue >& info)
84 …etPropertyInfo(const OUString& url, const Sequence< ::com::sun::star::beans::PropertyValue >& info)
H A Dmysqlc_connection.cxx111 void OConnection::construct(const OUString& url, const Sequence< PropertyValue >& info) in construct() argument
156 const PropertyValue *pIter = info.getConstArray(); in construct()
157 const PropertyValue *pEnd = pIter + info.getLength(); in construct()
H A Dmysqlc_connection.hxx135 …UString& url,const ::com::sun::star::uno::Sequence< ::com::sun::star::beans::PropertyValue >& info)
/trunk/main/jvmfwk/source/
H A Dframework.cxx1168 CJavaInfo::CJavaInfo(const CJavaInfo & info) in CJavaInfo() argument
1170 pInfo = copyJavaInfo(info.pInfo); in CJavaInfo()
1175 pInfo = info; in CJavaInfo()
1177 CJavaInfo CJavaInfo::createWrapper(::JavaInfo* info) in createWrapper() argument
1179 return CJavaInfo(info, TRANSFER); in createWrapper()
1181 void CJavaInfo::attach(::JavaInfo * info) in attach() argument
1184 pInfo = info; in attach()
1230 if (&info == this) in operator =()
1234 pInfo = copyJavaInfo(info.pInfo); in operator =()
1239 if (info == pInfo) in operator =()
[all …]
H A Dframework.hxx57 const JavaInfo *info,
64 const JavaInfo *info,
79 CJavaInfo(::JavaInfo * info, _transfer_ownership);
89 CJavaInfo& operator =(const ::JavaInfo* info);
90 CJavaInfo & operator = (const CJavaInfo& info);
95 static CJavaInfo createWrapper(::JavaInfo* info);
/trunk/main/jvmaccess/workbench/javainfo/
H A Djavainfotest.cxx52 void printInfo(const JavaInfo& info);
85 printInfo(info); in test_constructor1()
107 JavaInfo info= JavaInfo(OUString(), 0); in test_constructor2() local
153 arRet[i++]= info.compareVersions(a) < 0; in test_constructor2()
160 arRet[i++]= info.compareVersions(a) > 0; in test_constructor2()
169 arRet[i++]= info.compareVersions(a) <= 0 && info.supportsAccessibility(); in test_constructor2()
176 arRet[i++]= info.compareVersions(a) > 0 && info.supportsAccessibility(); in test_constructor2()
297 printInfo(info); in test_createBestInfo()
349 void printInfo(const JavaInfo& info) in printInfo() argument
351 OUString usVersion= info.getVersion(); in printInfo()
[all …]
/trunk/main/javainstaller2/src/JavaSetup/org/openoffice/setup/SetupData/
H A DDisplayPackageDescription.java189 …DisplayPackageDescription info = (DisplayPackageDescription)((DefaultMutableTreeNode)node).getUser… in getInfo() local
190 if ((info != null) && is(info)) { in getInfo()
191 return info; in getInfo()
/trunk/main/io/test/stm/
H A Ddatatest.cxx147 Reference < XServiceInfo > info( TestObject, UNO_QUERY ); in testInvariant() local
148 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
149 if( info.is() ) in testInvariant()
151 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
152 …ERROR_ASSERT( ! info->supportsService( OUString::createFromAscii("bla bluzb") ) , "XServiceInfo te… in testInvariant()
711 Reference < XServiceInfo > info( TestObject, UNO_QUERY ); in testInvariant() local
712 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
713 if( info.is() ) in testInvariant()
715 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
716 …ERROR_ASSERT( ! info->supportsService( OUString::createFromAscii("bla bluzb") ) , "XServiceInfo te… in testInvariant()
H A Dmarktest.cxx113 Reference< XServiceInfo > info( TestObject, UNO_QUERY ); in testInvariant() local
114 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
115 if( info.is() ) in testInvariant()
117 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
118 ERROR_ASSERT( ! info->supportsService( in testInvariant()
476 Reference <XServiceInfo > info( TestObject, UNO_QUERY ); in testInvariant() local
477 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
478 if( info.is() ) in testInvariant()
480 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
482 ! info->supportsService( in testInvariant()
H A Dpipetest.cxx156 Reference< XServiceInfo > info( TestObject, UNO_QUERY ); in testInvariant() local
157 ERROR_ASSERT( info.is() , "XServiceInfo not supported !" ); in testInvariant()
158 if( info.is() ) in testInvariant()
160 ERROR_ASSERT( info->supportsService( TestName ), "XServiceInfo test failed" ); in testInvariant()
161 ERROR_ASSERT( ! info->supportsService( in testInvariant()

Completed in 144 milliseconds

12345678910>>...16