Home
last modified time | relevance | path

Searched refs:_context (Results 1 – 16 of 16) sorted by relevance

/trunk/main/comphelper/qa/complex/comphelper/
H A DMap.java109 … assertEquals( _context + ": wrong value for " + impl_getNth(i) + " key (" + _keys[i] + ")", in impl_ceckContent()
117 System.out.println( "checking mapping " + _context + "..." ); in impl_checkMappings()
125 assertTrue( _context + ": key types do not match", map.getKeyType().equals( keyType ) ); in impl_checkMappings()
126 … assertTrue( _context + ": value types do not match", map.getValueType().equals( valueType ) ); in impl_checkMappings()
129 assertTrue( _context + ": initially created map is not empty", map.hasElements() ); in impl_checkMappings()
131 assertTrue( _context + ": map filled with values is still empty", !map.hasElements() ); in impl_checkMappings()
133 impl_ceckContent( map, _keys, _values, _context ); in impl_checkMappings()
142 assertTrue( _context + ":map not empty after removing all elements", map.hasElements() ); in impl_checkMappings()
147 assertTrue( _context + ": 'clear' does not empty the map", map.hasElements() ); in impl_checkMappings()
157 impl_ceckContent( map, _keys, _values, _context ); in impl_checkMappings()
[all …]
/trunk/main/comphelper/source/misc/
H A Dofficeresourcebundle.cxx67 …ResourceBundle_Impl( const Reference< XComponentContext >& _context, const ::rtl::OUString& _baseN… in ResourceBundle_Impl() argument
68 :m_xContext( _context ) in ResourceBundle_Impl()
202 …OfficeResourceBundle::OfficeResourceBundle( const Reference< XComponentContext >& _context, const … in OfficeResourceBundle() argument
203 :m_pImpl( new ResourceBundle_Impl( _context, _bundleBaseName ) ) in OfficeResourceBundle()
205 if ( !_context.is() ) in OfficeResourceBundle()
210 …OfficeResourceBundle::OfficeResourceBundle( const Reference< XComponentContext >& _context, const … in OfficeResourceBundle() argument
211 …:m_pImpl( new ResourceBundle_Impl( _context, ::rtl::OUString::createFromAscii( _bundleBaseAsciiNam… in OfficeResourceBundle()
213 if ( !_context.is() ) in OfficeResourceBundle()
/trunk/main/dbaccess/qa/complex/dbaccess/
H A DDatabaseDocument.java151 …public Object createInstanceWithContext(XComponentContext _context) throws com.sun.star.uno.Except… in createInstanceWithContext() argument
156 … createInstanceWithArgumentsAndContext(Object[] arg0, XComponentContext _context) throws com.sun.s… in createInstanceWithArgumentsAndContext() argument
158 return createInstanceWithContext(_context); in createInstanceWithArgumentsAndContext()
841 private void impl_startObservingEvents(String _context) in impl_startObservingEvents() argument
843 System.out.println(" " + _context + " {"); in impl_startObservingEvents()
855 …e void impl_stopObservingEvents(ArrayList _actualEvents, String[] _expectedEvents, String _context) in impl_stopObservingEvents() argument
884 assertEquals("wrong event count for '" + _context + "'", in impl_stopObservingEvents()
889 assertEquals("wrong event at position " + (i + 1) + " for '" + _context + "'", in impl_stopObservingEvents()
H A DParser.java142 …xpectedParameterNames, final int[] _expectedParameterTypes,final String _context ) throws Exception in impl_checkParameters() argument
152 …assertEquals( "(ctx: " + _context + ") unexpected parameter count", _expectedParameterNames.length… in impl_checkParameters()
158 …assertEquals( "(ctx: " + _context + ") unexpected parameter name for parameter number " + ( i + 1 … in impl_checkParameters()
161 …assertEquals( "(ctx: " + _context + ") unexpected data type for parameter number " + ( i + 1 ), _e… in impl_checkParameters()
H A DRowSet.java882 …private void verifyParameters(String[] _paramNames, String _context) throws com.sun.star.uno.Excep… in verifyParameters() argument
888 …rue("wrong number of parameters (expected: " + expected + ", found: " + found + ") in " + _context, in verifyParameters()
902 …ue("wrong parameter name (expected: " + expectedName + ", found: " + foundName + ") in" + _context, in verifyParameters()
/trunk/main/odk/examples/DevelopersGuide/Forms/
H A DHsqlDatabase.java60 public HsqlDatabase( XComponentContext _context ) throws Exception in HsqlDatabase() argument
62 m_context = _context; in HsqlDatabase()
67 public HsqlDatabase( XComponentContext _context, String _existingDocumentURL ) throws Exception in HsqlDatabase() argument
69 m_context = _context; in HsqlDatabase()
H A DRowSet.java50 … public RowSet( XComponentContext _context, String _dataSource, int _commandType, String _command ) in RowSet() argument
55 …XPropertySet.class, _context.getServiceManager().createInstanceWithContext( "com.sun.star.sdb.RowS… in RowSet()
/trunk/main/extensions/qa/integration/extensions/
H A DServicesHandler.java49 public ClickHandler( XComponentContext _context, String _serviceName ) in ClickHandler() argument
51 m_context = _context; in ClickHandler()
96 public ServicesHandler( XComponentContext _context ) in ServicesHandler() argument
98 m_context = _context; in ServicesHandler()
H A DMethodHandler.java46 public MethodHandler( XComponentContext _context ) in MethodHandler() argument
48 m_context = _context; in MethodHandler()
/trunk/main/comphelper/inc/comphelper/
H A Dofficeresourcebundle.hxx62 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _context,
79 … const ::com::sun::star::uno::Reference< ::com::sun::star::uno::XComponentContext >& _context,
/trunk/main/mysqlc/source/
H A Dmysqlc_general.cxx65 … ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _context, const rtl_TextEn… in translateAndThrow() argument
69 _context, in translateAndThrow()
H A Dmysqlc_general.hxx50 … ::com::sun::star::uno::Reference< ::com::sun::star::uno::XInterface >& _context, const rtl_TextEn…
/trunk/main/comphelper/source/container/
H A Denumerablemap.cxx739 …ence< XInterface > SAL_CALL EnumerableMap::Create( const Reference< XComponentContext >& _context ) in Create() argument
741 return *new EnumerableMap( ComponentContext( _context ) ); in Create()
/trunk/main/svx/source/inc/
H A Dformcontroller.hxx349 …::Reference< ::com::sun::star::form::runtime::XFormControllerContext >& _context ) throw (::com::s…
/trunk/main/svx/source/form/
H A Dformcontroller.cxx3085 void SAL_CALL FormController::setContext( const Reference< XFormControllerContext >& _context ) thr… in setContext() argument
3089 m_xContext = _context; in setContext()
/trunk/main/dbaccess/source/ui/browser/
H A Dbrwctrlr.cxx183 …::Reference< ::com::sun::star::form::runtime::XFormControllerContext >& _context ) throw (::com::s…

Completed in 125 milliseconds