| /AOO41X/main/solenv/bin/ |
| H A D | patch_tool.pl | 98 my $context = { 110 "product-name=s", \$context->{'product-name'}, 111 "output-path=s", \$context->{'output-path'}, 112 "data-path=s" => \$context->{'data-path'}, 113 "lst-file=s" => \$context->{'lst-file'}, 114 "source-version:s" => \$context->{'source-version'}, 115 "target-version:s" => \$context->{'target-version'}, 116 "language=s" => \$context->{'language'}, 117 "package-format=s" => \$context->{'package-format'} 125 $context->{'command'} = shift @ARGV; [all …]
|
| H A D | build_release.pl | 430 my ($filename, $context) = @_; 453 my $language_descriptor = ProcessLanguageDescription($language_element, $context); 462 my $platform_descriptor = ProcessPlatformDescription($platform_element, $context); 471 my $package_descriptor = ProcessPackageDescription($package_element, $context); 479 my $package_descriptor = ProcessPlatformPackageDescription($package_element, $context); 488 my $download_descriptor = ProcessDownloadDescription($download_element, $context); 493 if ($context->{'command'} =~ /^(build|upload)$/) 498 … push @{$release->{'builds'}}, ProcessBuildDescription($build_element, $context, $release); 503 if ($context->{'command'} eq "wiki") 511 $context, [all …]
|
| /AOO41X/main/codemaker/test/javamaker/ |
| H A D | Test.java | 86 context = Bootstrap.createInitialComponentContext(null); in before() 355 S1.create1(context); in testS1() 359 S1.create2(context, new Any[0]); in testS1() 363 S1.create3(context, new Any[0]); in testS1() 367 S1.create4(context, 0, 0, 0); in testS1() 372 context, false, (byte) 0, (short) 0, (short) 0, 0, 0, 0L, 0L, in testS1() 402 service_abstract.method_abstract(context, 0); in testKeywordServices() 406 service_assert.method_assert(context, 0); in testKeywordServices() 410 service_break.method_break(context, 0); in testKeywordServices() 414 service_catch.method_catch(context, 0); in testKeywordServices() [all …]
|
| /AOO41X/main/dbaccess/qa/complex/dbaccess/ |
| H A D | DatabaseDocument.java | 658 final String context = "OnLoad"; in testDocumentEvents() local 659 impl_startObservingEvents(context); in testDocumentEvents() 664 }, context); in testDocumentEvents() 682 String context, newURL; in testGlobalEvents() local 686 context = "store"; in testGlobalEvents() 687 impl_startObservingEvents(context); in testGlobalEvents() 693 }, context); in testGlobalEvents() 696 context = "storeToURL"; in testGlobalEvents() 697 impl_startObservingEvents(context); in testGlobalEvents() 703 }, context); in testGlobalEvents() [all …]
|
| /AOO41X/main/libxmlsec/ |
| H A D | xmlsec1-nssmangleciphers.patch | 30 + * This context is designed for repositing a block cipher for transform 99 + xmlSecNssBlockCipherCtxPtr context , 102 + xmlSecAssert2( context != NULL, -1 ) ; 106 + context->cipher = CKM_DES3_CBC ; 107 + context->keyId = xmlSecNssKeyDataDesId ; 113 + context->cipher = CKM_AES_CBC ; 114 + context->keyId = xmlSecNssKeyDataAesId ; 117 + context->cipher = CKM_AES_CBC ; 118 + context->keyId = xmlSecNssKeyDataAesId ; 121 + context->cipher = CKM_AES_CBC ; [all …]
|
| H A D | xmlsec1-customkeymanage.patch | 306 + * This context is located after xmlSecPtrList 1268 + * Internal NSS key store context 1271 + * This context is located after xmlSecKeyStore 1306 + xmlSecNssKeysStoreCtxPtr context = NULL ; 1310 + context = xmlSecNssKeysStoreGetCtx( store ) ; 1311 + if( context == NULL ) { 1320 + if( context->slotList == NULL ) { 1321 + if( ( context->slotList = xmlSecPtrListCreate( xmlSecNssKeySlotListId ) ) == NULL )… 1331 + if( !xmlSecPtrListCheckId( context->slotList , xmlSecNssKeySlotListId ) ) { 1340 + if( xmlSecPtrListAdd( context->slotList , keySlot ) < 0 ) { [all …]
|
| /AOO41X/main/extensions/test/ole/unloading/ |
| H A D | unloadTest.cxx | 76 Reference< XComponentContext > context= bootstrap_InitialComponentContext(xreg); in test1() local 77 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test1() 79 Reference<XInterface> xint1= fac->createInstanceWithContext( sService1, context); in test1() 98 Reference<XComponent> xcomp( context, UNO_QUERY); in test1() 111 Reference< XComponentContext > context= bootstrap_InitialComponentContext(xreg); in test2() local 112 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test2() 114 Reference<XInterface> xint= fac->createInstanceWithContext( sService2, context); in test2() 132 Reference<XComponent> xcomp( context, UNO_QUERY); in test2() 144 Reference< XComponentContext > context= bootstrap_InitialComponentContext(xreg); in test3() local 146 Reference<XMultiComponentFactory> fac= context->getServiceManager(); in test3() [all …]
|
| /AOO41X/main/dbaccess/source/filter/xml/ |
| H A D | xmlHelper.cxx | 103 …ONST( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, type|XML_TYP… argument 104 …ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, prefix, token, type|XML_TYPE… argument 147 …ix, token, type, context ) { name.ascii, name.length, prefix, token, static_cast<sal_Int32>(type… in GetColumnStylesPropertySetMapper() argument 161 …L( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, type|XML_TYP… in GetCellStylesPropertySetMapper() argument 162 …EXT( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, type|XML_T… in GetCellStylesPropertySetMapper() argument 163 …_ASCII( name, prefix, token, type, context ) { name, sizeof(name)-1, prefix, token, type|XML_TYPE… in GetCellStylesPropertySetMapper() argument 203 …OW( name, prefix, token, type, context ) { name.ascii, name.length, prefix, token, type|XML_TYPE_… in GetRowStylesPropertySetMapper() argument
|
| /AOO41X/main/stoc/source/tdmanager/ |
| H A D | tdmgr_check.cxx | 106 void typeError( OUString const & msg, OUString const & context ) in typeError() argument 109 if (context.getLength() > 0) { in typeError() 111 buf.append( context ); in typeError() 121 OUString const & context, in checkSeq() argument 128 typeError( OUSTR("Different number of types!"), context ); in checkSeq() 137 buf.append( context ); in checkSeq() 203 OUString const & context ) in checkRestParam() argument 206 typeError( OUSTR("Different ... parameters specified!"), context ); in checkRestParam() 236 OUString context( buf.makeStringAndClear() ); in checkParameters() local 244 typeError( buf.makeStringAndClear(), context ); in checkParameters() [all …]
|
| /AOO41X/main/reportdesign/source/filter/xml/ |
| H A D | xmlHelper.cxx | 113 …fix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE_##prefix, XML_##token, t… argument 114 …efix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE_##prefix, XML_##token, ty… argument 115 … prefix, token, type, context ) { name, sizeof(name)-1,XML_NAMESPACE_##prefix, XML_##token, type|… argument 116 …efix, token, type, context ) { name.ascii, name.length, XML_NAMESPACE_##prefix, XML_##token, ty… argument 117 …efix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPACE_##prefix, XML_##token, ty… argument 118 …prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPACE_##prefix, XML_##token, type… argument 119 …, token, type, context ) { name.ascii, name.length, XML_NAMESPACE_##prefix, XML_##token,… argument 120 … prefix, token, type, context ) { name, sizeof(name)-1, XML_NAMESPACE_##prefix, XML_##token, type|… argument 121 … type, context ) { name, name.length, XML_NAMESPACE_##prefix, XML_##token, static_cast<sa… argument
|
| /AOO41X/main/toolkit/source/layout/vcl/ |
| H A D | wrapper.cxx | 160 WindowImpl::WindowImpl (Context *context, const PeerHandle &peer, Window *window) in WindowImpl() argument 162 , mpCtx (context) in WindowImpl() 682 ControlImpl::ControlImpl (Context *context, const PeerHandle &peer, Window *window) in ControlImpl() argument 683 : WindowImpl( context, peer, window ) in ControlImpl() 772 DialogImpl( Context *context, PeerHandle const &peer, Window *window ); 775 DialogImpl::DialogImpl( Context *context, const PeerHandle &peer, Window *window ) in DialogImpl() argument 776 : WindowImpl( context, peer, window ) in DialogImpl() 1009 TabControlImpl (Context *context, const PeerHandle &peer, Window *window) in TabControlImpl() argument 1010 : ControlImpl (context, peer, window) in TabControlImpl() 1236 TabPageImpl( Context *context, const PeerHandle &peer, Window *window ) in TabPageImpl() argument [all …]
|
| H A D | wrapper.hxx | 52 WindowImpl (Context *context, PeerHandle const &peer, Window *window); 71 ControlImpl( Context *context, PeerHandle const& peer, Window *window ); 96 t::t( Context *context, const char *pId, sal_uInt32 nId ) \ 97 : par( new t##Impl( context, context->GetPeerHandle( pId, nId ), this ) ) \ 99 Window *parent = dynamic_cast<Window*> (context);\ 121 t::t( Context *context, const char *pId, sal_uInt32 nId ) \ 122 : win_par( new t##Impl( context, context->GetPeerHandle( pId, nId ), this ) ) \ 136 t##Impl( Context *context, PeerHandle const& peer, Window *window ) \ 137 : parent##Impl( context, peer, window ) \
|
| H A D | wbutton.cxx | 84 ButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in ButtonImpl() argument 85 : ControlImpl( context, peer, window ) in ButtonImpl() 187 PushButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in PushButtonImpl() argument 188 : ButtonImpl( context, peer, window ) in PushButtonImpl() 263 RadioButtonImpl( Context *context, const PeerHandle &peer, Window *window ) in RadioButtonImpl() argument 264 : ButtonImpl( context, peer, window ) in RadioButtonImpl() 371 CheckBoxImpl( Context *context, const PeerHandle &peer, Window *window ) in CheckBoxImpl() argument 372 : ButtonImpl( context, peer, window ) in CheckBoxImpl() 429 t##Impl( Context *context, PeerHandle const& peer, Window *window ) \ 430 : parent##Impl( context, peer, window ) \ [all …]
|
| /AOO41X/main/cppu/inc/cppu/ |
| H A D | Enterable.hxx | 70 extern "C" inline void Enterable_call_enter (void * context) { ((Enterable *)context)->v_enter(); } in Enterable_call_enter() argument 71 extern "C" inline void Enterable_call_leave (void * context) { ((Enterable *)context)->v_leave(); } in Enterable_call_leave() argument 72 extern "C" inline void Enterable_call_callInto_v(void * context, uno_EnvCallee * pCallee, va_list *… in Enterable_call_callInto_v() argument 73 { ((Enterable *)context)->v_callInto_v(pCallee, pParam); } in Enterable_call_callInto_v() 74 extern "C" inline void Enterable_call_callOut_v (void * context, uno_EnvCallee * pCallee, va_list *… in Enterable_call_callOut_v() argument 75 { ((Enterable *)context)->v_callOut_v(pCallee, pParam); } in Enterable_call_callOut_v() 76 extern "C" inline int Enterable_call_isValid (void * context, rtl_uString ** pReason) in Enterable_call_isValid() argument 77 {return ((Enterable *)context)->v_isValid((rtl::OUString *)pReason);} in Enterable_call_isValid()
|
| /AOO41X/main/desktop/test/deployment/passive/ |
| H A D | passive_python.py | 36 def __init__(self, context): argument 37 self.context = context 49 return self.context.getValueByName( \ 63 def __init__(self, context): argument 64 self.context = context 76 smgr = self.context.getServiceManager() 78 "com.sun.star.awt.Toolkit", self.context).createMessageBox( \ 80 "com.sun.star.frame.Desktop", self.context). \
|
| /AOO41X/main/desktop/test/deployment/active/ |
| H A D | active_python.py | 37 def __init__(self, context): argument 38 self.context = context 50 return self.context.getValueByName( \ 64 def __init__(self, context): argument 65 self.context = context 77 smgr = self.context.getServiceManager() 79 "com.sun.star.awt.Toolkit", self.context).createMessageBox( \ 81 "com.sun.star.frame.Desktop", self.context). \
|
| /AOO41X/main/scripting/source/provider/ |
| H A D | ActiveMSPList.cxx | 65 ActiveMSPList::createNewMSP( const uno::Any& context ) in createNewMSP() argument 68 Sequence< Any > args( &context, 1 ); in createNewMSP() 156 ActiveMSPList::getMSPFromStringContext( const ::rtl::OUString& context ) in getMSPFromStringContext() argument 162 if ( context.indexOf( OUSTR( "vnd.sun.star.tdoc" ) ) == 0 ) in getMSPFromStringContext() 164 Reference< frame::XModel > xModel( MiscUtils::tDocUrlToModel( context ) ); in getMSPFromStringContext() 172 buf.append ( context ); in getMSPFromStringContext() 182 msp = createNewMSP( context ); in getMSPFromStringContext() 194 Msp_hash::const_iterator itr = m_hMsps.find( context ); in getMSPFromStringContext() 197 msp = createNewMSP( context ); in getMSPFromStringContext() 198 m_hMsps[ context ] = msp; in getMSPFromStringContext() [all …]
|
| /AOO41X/main/desktop/source/deployment/manager/ |
| H A D | dp_managerfac.cxx | 71 OUString const & context ) throw (RuntimeException); 151 PackageManagerFactoryImpl::getPackageManager( OUString const & context ) in getPackageManager() argument 157 t_string2weakref::const_iterator const iFind( m_managers.find( context ) ); in getPackageManager() 165 xRet.set( PackageManagerImpl::create( m_xComponentContext, context ) ); in getPackageManager() 168 m_managers.insert( t_string2weakref::value_type( context, xRet ) ) ); in getPackageManager() 173 if (context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("user") )) in getPackageManager() 175 else if (context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("shared") )) in getPackageManager() 177 else if (context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bundled") )) in getPackageManager() 179 else if (context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("tmp") )) in getPackageManager() 181 else if (context.equalsAsciiL( RTL_CONSTASCII_STRINGPARAM("bak") )) in getPackageManager()
|
| /AOO41X/main/vcl/source/window/ |
| H A D | dndlcon.cxx | 146 sal_uInt32 DNDListenerContainer::fireDropEvent( const Reference< XDropTargetDropContext >& context, in fireDropEvent() argument 160 m_xDropTargetDropContext = context; in fireDropEvent() 205 context->rejectDrop(); in fireDropEvent() 266 …Int32 DNDListenerContainer::fireDragOverEvent( const Reference< XDropTargetDragContext >& context, in fireDragOverEvent() argument 279 m_xDropTargetDragContext = context; in fireDragOverEvent() 317 context->rejectDrag(); in fireDragOverEvent() 333 …Int32 DNDListenerContainer::fireDragEnterEvent( const Reference< XDropTargetDragContext >& context, in fireDragEnterEvent() argument 347 m_xDropTargetDragContext = context; in fireDragEnterEvent() 385 context->rejectDrag(); in fireDragEnterEvent() 401 …DListenerContainer::fireDropActionChangedEvent( const Reference< XDropTargetDragContext >& context, in fireDropActionChangedEvent() argument [all …]
|
| /AOO41X/main/offapi/com/sun/star/document/ |
| H A D | XUndoManagerListener.idl | 45 …open Undo context, <member>UndoManagerEvent::UndoContextDepth</member> will be greater <code>0</co… 46 and the newly added action will be subordinate of the context action.</p> 80 /** is called when a new Undo context has been entered. 82 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and 90 /** is called when a new hidden Undo context has been entered. 92 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and 100 /** is called when an Undo context has been left. 102 … <p><member>UndoManagerEvent::UndoActionTitle</member> carries the title of the Undo context, and 112 /** is calledn when a hidden Undo context has been left. 123 …/** is called when an Undo context has been left, but no actions have been added within this conte… [all …]
|
| H A D | XUndoManager.idl | 58 …context is entered, all subsequently added Undo actions are not pushed onto the undo stack directl… 59 …a sub action of the Undo context. Once the Undo context is left, a single undo action is pushed on… 74 enter or leave an Undo context, will be silently ignored.</p> 89 /** enters a new undo context. 92 …as the context is not left, every undo action added to the stack will be treated as sub action. Th… 108 /** enters a new undo context, creating a hidden undo action. 120 …<p>A new undo action will be added to the undo stack. As long as the context is not left, every un… 140 /** leaves the undo context previously opened via <member>enterUndoContext</member> respectively 143 …<p>If no undo action has been added since the context has been opened, the context is not only lef… 147 …<p>Otherwise, the undo context will be closed, and added to the Undo stack; the redo stack will be… [all …]
|
| /AOO41X/main/reportbuilder/java/com/sun/star/report/pentaho/layoutprocessor/ |
| H A D | ImageElementLayoutController.java | 68 private ImageElementContext context; field in ImageElementLayoutController 120 if (context == null) in createContext() 174 final ImageElementContext context = new ImageElementContext(colSpan, rowSpan); in createContext() local 175 addColumnStyles(context, columns, columnPos, colSpan); in createContext() 184 addRowStyles(context, table, rowPos, rowSpan); in createContext() 185 this.context = context; in createContext() 187 return this.context; in createContext() 267 …void addColumnStyles(final ImageElementContext context, final Section columns, final int columnPos… in addColumnStyles() argument 282 context.setColStyle(columnCounter - columnPos, colStyle); in addColumnStyles() 295 …void addRowStyles(final ImageElementContext context, final Section table, final int rowPos, final … in addRowStyles() argument [all …]
|
| /AOO41X/main/scripting/examples/java/Highlight/ |
| H A D | HighlightText.java | 48 public void showForm(XScriptContext context) { in showForm() argument 52 context.getComponentContext().getServiceManager(); in showForm() 55 args[0] = context.getDocument(); in showForm() 61 context.getComponentContext()); in showForm() 84 if (tryLoadingLibrary(xmcf, context, "Dialog") == false || in showForm() 85 tryLoadingLibrary(xmcf, context, "Script") == false) in showForm() 116 XTextDocument.class, context.getDocument()); in showForm() 201 XMultiComponentFactory xmcf, XScriptContext context, String name) in tryLoadingLibrary() argument 208 context.getComponentContext()); in tryLoadingLibrary() 215 Object serviceObj = context.getComponentContext().getValueByName( in tryLoadingLibrary()
|
| /AOO41X/main/ridljar/test/com/sun/star/uno/ |
| H A D | UnoRuntime_Test.java | 129 Object v1 = t1.context.getValueByName(""); in test_currentContext() 130 Object v2 = t2.context.getValueByName(""); in test_currentContext() 131 assure("", t1.context != t2.context); in test_currentContext() 194 context = new TestCurrentContext(); in run() 195 UnoRuntime.setCurrentContext(context); in run() 196 assure("", UnoRuntime.getCurrentContext() == context); in run() 197 assure("", context.getValueByName("") == this); in run() 202 public XCurrentContext context = null; field in UnoRuntime_Test.TestThread
|
| /AOO41X/main/bridges/test/com/sun/star/lib/ |
| H A D | TestBed.java | 111 protected abstract boolean run(XComponentContext context) in run() argument 122 protected final XBridge getBridge(XComponentContext context) in getBridge() argument 125 XConnector connector = Connector.create(context); in getBridge() 128 context.getServiceManager().createInstanceWithContext( in getBridge() 129 "com.sun.star.bridge.BridgeFactory", context)); in getBridge() 161 XComponentContext context in run() local 163 XAcceptor acceptor = Acceptor.create(context); in run() 167 context.getServiceManager().createInstanceWithContext( in run() 168 "com.sun.star.bridge.BridgeFactory", context)); in run()
|