/aoo42x/main/offapi/com/sun/star/inspection/ |
H A D | XPropertyHandler.idl | 73 /** used for controlling resources acquired by the handler 81 /** binds the property handler to a new component 94 if the given property is not supported by the property handler 107 if the given property is not supported by the property handler 118 if the given property is not supported by the property handler 133 if the given property is not supported by this handler 163 if the given property is not supported by the property handler 251 /** returns the properties which the handler can handle 264 /** returns the properties which are to be superseded by this handler 272 handler handles more elegantly.</p> [all …]
|
H A D | ObjectInspectorModel.idl | 44 categories, nor apply any particular order to the properties provided by its handler(s).</p> 55 /** creates a default ObjectInspectorModel, whose one and only handler factory 60 …* creates a default ObjectInspectorModel, using an externally provided sequence of property handler 64 … a sequence of handler factories, as to be provided in the XObjectInspectorModel::HandlerFactories 74 …* creates a default ObjectInspectorModel, using an externally provided sequence of property handler 78 … a sequence of handler factories, as to be provided in the XObjectInspectorModel::HandlerFactories
|
/aoo42x/main/offapi/com/sun/star/awt/ |
H A D | XDisplayConnection.idl | 46 /** registers an event handler. 49 the platform specific window id. If empty, the handler should be 53 the handler to register. 56 the event mask specifies the events the handler is interested in. 62 /** removes a eventHandler from the handler list. 66 If empty, the handler should be deregistered completly. 69 the handler to remove. 75 /** register an error handler for toolkit specific errors. 78 the handler to register. 84 /** remover an error handler from the handler list. [all …]
|
/aoo42x/main/offapi/com/sun/star/logging/ |
H A D | XLogHandler.idl | 54 /** allows life time control for the handler 56 <p>Disposing the handler effectively means closing the channel 57 to which the handler forwards the log records. 61 /** specifies MIME charset name for the encoding to be used by this handler 63 <p>It depends on the concrete handler implementation whether or not this 70 /** specifies the formatter to be used by this handler. 74 /** specifies the log level of this handler 82 /** flushes all buffered output of the handler 89 /** publish the given log record at the handler's output channel. 92 <TRUE/> if and only if the record was actually published. A handler [all …]
|
H A D | FileHandler.idl | 42 /** specifies a component implementing a log handler whose output 45 <p>The handler will use the <code>Encoding</code> attribute of <type>XLogHandler</type> 55 /** creates a log handler whose output is directed to a file given by URL. 64 /** creates an instance of the log handler, using generic settings 67 contains the initial settings for the log handler 76 string, and denotes the file URL to which the handler's output should be directed.</p>
|
H A D | XLogger.idl | 64 /** adds the given handler to the list of handlers. 69 additional restrictions such as filters specified at handler level.</p> 71 <p>Note: The log level of the given handler (<member>XLogHandler::Level</member>) will 77 the handler to add to the list of handlers. The call is ignored if this 82 /** removes the given handler from the list of handlers. 85 the handler to remove from the list of handlers. The call is ignored if this 86 parameter is <NULL/>, or if the handler has not previously beed added.
|
/aoo42x/main/extensions/source/propctrlr/ |
H A D | propcontroller.cxx | 450 handler != m_aPropertyHandlers.end(); in suspendPropertyHandlers_nothrow() 451 ++handler in suspendPropertyHandlers_nothrow() 458 aAllHandlers.push_back( handler->second ); in suspendPropertyHandlers_nothrow() 974 return handler->getPropertyValue( _rPropertyName ); in impl_getPropertyValue_throw() 1164 if ( handler == m_aPropertyHandlers.end() ) in describePropertyLine() 1171 _rDescriptor.xPropertyHandler = handler->second; in describePropertyLine() 1352 m_xInteractiveHandler = handler->second; in Clicked() 1364 handler->second->setPropertyValue( _rName, aData ); in Clicked() 1424 handler->setPropertyValue( rName, _rValue ); in Commit() 1756 while ( handler != aInterestedHandlers.second ) in impl_broadcastPropertyChange_nothrow() [all …]
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/style/ |
H A D | OfficeStylesReadHandler.java | 108 final OfficeStyleReadHandler handler = in doneParsing() local 110 officeStyles.addStyle(handler.getOfficeStyle()); in doneParsing() 115 final PageLayoutReadHandler handler = in doneParsing() local 117 officeStyles.addPageStyle(handler.getPageLayout()); in doneParsing() 122 final DataStyleReadHandler handler = in doneParsing() local 124 officeStyles.addDataStyle(handler.getDataStyle()); in doneParsing() 129 final SectionReadHandler handler = in doneParsing() local 131 officeStyles.addOtherNode((Element) handler.getNode()); in doneParsing()
|
/aoo42x/main/jurt/test/com/sun/star/lib/uno/bridges/java_remote/ |
H A D | ProxyFactory_Test.java | 47 TestRequestHandler handler = new TestRequestHandler(); in testQueryInterface() local 49 Object proxy = new ProxyFactory(handler, null).create("TestOID", type); in testQueryInterface() 55 TestRequestHandler handler = new TestRequestHandler(); in testExceptionHandling() local 56 Object proxy = new ProxyFactory(handler, null).create( in testExceptionHandling() 59 handler, in testExceptionHandling() 69 handler, in testExceptionHandling() 79 private void testExceptions(TestRequestHandler handler, Method method, in testExceptions() argument 84 handler.setModus(i); in testExceptions()
|
/aoo42x/main/vcl/source/helper/ |
H A D | xconnection.cxx | 108 …dler( const Any& /*window*/, const css::uno::Reference< XEventHandler >& handler, sal_Int32 /*even… in addEventHandler() argument 112 m_aHandlers.push_back( handler ); in addEventHandler() 115 …eEventHandler( const Any& /*window*/, const css::uno::Reference< XEventHandler >& handler ) throw() in removeEventHandler() argument 119 m_aHandlers.remove( handler ); in removeEventHandler() 122 …L DisplayConnection::addErrorHandler( const css::uno::Reference< XEventHandler >& handler ) throw() in addErrorHandler() argument 126 m_aErrorHandlers.push_back( handler ); in addErrorHandler() 129 …isplayConnection::removeErrorHandler( const css::uno::Reference< XEventHandler >& handler ) throw() in removeErrorHandler() argument 133 m_aErrorHandlers.remove( handler ); in removeErrorHandler()
|
/aoo42x/main/desktop/source/deployment/manager/ |
H A D | dp_commandenvironments.cxx | 58 Reference< task::XInteractionHandler> const & handler) in BaseCommandEnv() 59 : m_forwardHandler(handler) in BaseCommandEnv() 153 css::uno::Reference< css::task::XInteractionHandler> const & handler): in TmpRepositoryCommandEnv() 154 BaseCommandEnv(handler) in TmpRepositoryCommandEnv() 184 css::uno::Reference< css::task::XInteractionHandler> const & handler, in LicenseCommandEnv() 187 BaseCommandEnv(handler), m_repository(repository), in LicenseCommandEnv() 226 css::uno::Reference< css::task::XInteractionHandler> const & handler): in NoLicenseCommandEnv() 227 BaseCommandEnv(handler) in NoLicenseCommandEnv()
|
/aoo42x/main/l10ntools/java/l10nconv/java/com/sun/star/tooling/converter/ |
H A D | Converter.java | 70 private static DataHandler handler; field in Converter 171 handler = new DataHandler(); in Converter() 241 while (handler.fillDataFrom(theSourceReader)) { in convertTo() 243 theTargetWriter.getDatafrom(handler); in convertTo() 311 while (handler.fillDataFrom(Source)) { in convertTo() 313 theTargetWriter.getDatafrom(handler); in convertTo() 421 contentHandler = new XLIFFReader(handler, t in convertTo() 424 contentHandler = new XLIFFReader(handler, t in convertTo()
|
H A D | XLIFFReader.java | 134 private final DataHandler handler; field in XLIFFReader 285 public XLIFFReader(DataHandler handler, DataWriter target) throws IOException { in XLIFFReader() argument 287 this.handler = handler; in XLIFFReader() 300 …public XLIFFReader(DataHandler handler, DataWriter target,boolean doBlockCompleteCheck) throws IOE… in XLIFFReader() argument 301 this(handler, target); in XLIFFReader() 611 target.getDataFrom(handler); in showData() 678 this.handler.fillDataWith(moveData); in moveData()
|
/aoo42x/main/offapi/com/sun/star/frame/ |
H A D | ContentHandlerFactory.idl | 48 <li>have access on configuration of set of registered content handler objects</li> 49 <li>create a content handler by his internal name</li> 50 <li>query for a content handler by using special query or property description.</li> 57 /** interface to create handler objects by using his internal name 69 /** provides access to the whole content handler configuration 73 of all accessible handler objects. The return value of 81 <td>file types for which handler is registered</td>
|
H A D | ProtocolHandler.idl | 43 search for such registered protocol handler and use it if it agrees with 49 If a handler provides optional arguments ("?") or jump marks ("#") depends from his 51 URL pattern to detect right handler. 61 Such asked handler can agree by returning itself or a special sub dispatch object, which 68 /** initialize the new handler instance with some context informations 71 Sometimes it can be useful for a handler object, to know something about the 73 code (which uses the handler) will ask for this optional interface and use it, if it exist.
|
/aoo42x/main/offapi/com/sun/star/sdb/application/ |
H A D | CopyTableWizard.idl | 59 an interaction handler is needed, which is used for 66 how to handle the error, then the interaction handler is used together with the 72 <p>When you do not specify an interaction handler by using the 74 handler associated with the copy target, i.e. the interaction handler specified when loading 78 an interaction handler, a newly-created instance of an interaction handler is used.</p> 83 interaction handler of the respective data source is used, no matter what you specified 85 handler, the processing described above, to find another handler, is applied.</p> 200 specifies an interaction handler to use when user input is required.
|
/aoo42x/main/scp2/source/winexplorerext/ |
H A D | registryitem_winexplorerext.scp | 27 // Begin registry items for the Infotip handler 48 // End registry items for the Infotip handler 73 // Begin registry items for the Column handler 103 // End registry items for the Column handler 155 // Begin registry entries for the PropertySheet handler 176 // End registry entries for the PropertySheet handler 178 // Begin registry entries for the Property handler 222 // End registry entries for the Property handler
|
/aoo42x/main/svtools/source/table/ |
H A D | defaultinputhandler.cxx | 97 for ( MouseFunctions::iterator handler = i_impl.aMouseFunctions.begin(); in lcl_delegateMouseEvent() local 98 ( handler != i_impl.aMouseFunctions.end() ) && !handled; in lcl_delegateMouseEvent() 99 ++handler in lcl_delegateMouseEvent() 102 if ( *handler == i_impl.pActiveFunction ) in lcl_delegateMouseEvent() 106 switch ( (handler->get()->*i_handlerMethod)( i_control, i_event ) ) in lcl_delegateMouseEvent() 109 i_impl.pActiveFunction = *handler; in lcl_delegateMouseEvent()
|
/aoo42x/main/offapi/com/sun/star/task/ |
H A D | InteractionHandler.idl | 35 /** An interaction request handler that lets the user handle requests via GUI dialogs. 37 …<p>The interaction handler service has a numerof of <a href="#built_in_handler">built-in handlers<… 93 details which properties are interpreted by the interaction handler, 142 …<p>A custom interaction handler can declare itself responsible for an arbitrary number of UNO type… 147 …the configuration, to find a handler implementation for the request, and delegate it to the first … 148 handler.</p> 151 …defined which handler will actully be invoked. Thus, when deploying a custom interaction handler, … 163 /** Initialize the interaction handler. 171 parent window for any GUI dialogs the interaction handler pops up;
|
H A D | XMasterPasswordHandling.idl | 49 provided interaction handler. 53 The call will use the standard interactin handler service 54 <type>InteractionHandler</type> if no handler is provided. 69 The call will use the standard interaction handler service 70 <type>InteractionHandler</type> if no handler is provided.
|
/aoo42x/main/reportbuilder/java/com/sun/star/report/pentaho/parser/rpt/ |
H A D | ReportReadHandler.java | 207 final FunctionReadHandler handler = in doneParsing() local 209 rootSection.addExpression(handler.getExpression()); in doneParsing() 218 private final Section createSection(final String name, final List handler) in createSection() argument 220 if (!handler.isEmpty()) in createSection() 226 for (int i = 0; i < handler.size(); i++) in createSection() 228 final ElementReadHandler erh = (ElementReadHandler) handler.get(i); in createSection()
|
/aoo42x/main/offapi/com/sun/star/script/vba/ |
H A D | XVBAEventProcessor.idl | 43 /** Returns whether a VBA event handler exists. 53 <TRUE/>, if the VBA event handler exists. 64 /** Executes a VBA event handler. 71 event handler. 74 <TRUE/>, if event handing is enabled, and the event handler macro 83 if the VBA event handler has indicated to veto the event.
|
/aoo42x/main/offapi/com/sun/star/deployment/ |
H A D | XUpdateInformationProvider.idl | 68 /** Sets an interaction handler to be used for further operations. 71 A default interaction handler is available as service 74 information about the interaction handler concept. 79 @param handler 80 The interaction handler to be set 82 void setInteractionHandler( [in] com::sun::star::task::XInteractionHandler handler );
|
/aoo42x/main/offapi/com/sun/star/configuration/backend/ |
H A D | XSchema.idl | 67 schema handler that will receive calls 72 if a <NULL/> handler is passed. 93 schema handler that will receive calls 98 if a <NULL/> handler is passed. 119 schema handler that will receive calls 123 if a <NULL/> handler is passed.
|
/aoo42x/main/offapi/com/sun/star/installation/ |
H A D | XProtocolHandlerCheck.idl | 54 /** checks if StarOffice is the protocol-handler, for the particular protocol 61 /** Make StarOffice the protocol-handler.@see isProtocolHandler 69 already the protocol-handler. If yes, simply 71 if he wants StarOffice to be the standard protocol-handler. 76 protocol-handler. If the "No" button was pressed,
|