/trunk/main/vcl/aqua/source/a11y/ |
H A D | aqua11ywrappercombobox.mm | 45 self = [ super initWithAccessibleContext: rxAccessibleContext ]; 60 NSArray * elementChildren = [ super childrenAttribute ]; 125 return [ super accessibilityIsAttributeSettable: attribute ]; 135 return [ super accessibilitySetValue: value forAttribute: attribute ]; 140 …NSMutableArray * attributeNames = [ NSMutableArray arrayWithArray: [ super accessibilityAttributeN…
|
H A D | aqua11ywrapperstatictext.mm | 35 NSString * title = [ super titleAttribute ]; 36 if ( [ title isEqualToString: [ super valueAttribute ] ] ) { 44 …NSMutableArray * attributeNames = [ NSMutableArray arrayWithArray: [ super accessibilityAttributeN…
|
H A D | aqua11ywrappercheckbox.mm | 48 return [ super accessibilityIsAttributeSettable: attribute ]; 53 …NSMutableArray * attributeNames = [ NSMutableArray arrayWithArray: [ super accessibilityAttributeN…
|
H A D | aqua11ywrapperradiobutton.mm | 47 return [ super accessibilityIsAttributeSettable: attribute ]; 52 …NSMutableArray * attributeNames = [ NSMutableArray arrayWithArray: [ super accessibilityAttributeN…
|
/trunk/main/unodevtools/source/skeletonmaker/ |
H A D | cpptypemaker.cxx | 150 OString super( in printConstructorParameters() local 152 typereg::Reader superReader(manager.getTypeReader(super)); in printConstructorParameters() 154 throw CannotDumpException("Bad type library entity " + super); in printConstructorParameters() 462 typereg::Reader super( in printMethods() local 466 if (!super.isValid()) { in printMethods() 473 OString stype(codemaker::convertString(super.getTypeName())); in printMethods() 474 printMethods(o, options, manager, super, generated, delegate, in printMethods() 927 OString super( in generateDocumentation() local 930 generateDocumentation(o, options, manager, super, delegate); in generateDocumentation()
|
H A D | javatypemaker.cxx | 143 OString super( in printConstructorParameters() local 145 typereg::Reader superReader(manager.getTypeReader(super)); in printConstructorParameters() 147 throw CannotDumpException("Bad type library entity " + super); in printConstructorParameters() 390 typereg::Reader super( in printMethods() local 394 if ( !super.isValid() ) { in printMethods() 400 printMethods(o, options, manager, super, generated, delegate, in printMethods() 832 OString super( in generateDocumentation() local 836 generateDocumentation(o, options, manager, super, delegate); in generateDocumentation()
|
H A D | skeletoncommon.cxx | 399 typereg::Reader super( in checkXComponentSupport() local 403 if ( !super.isValid() ) { in checkXComponentSupport() 409 if ( checkXComponentSupport(manager, super) ) in checkXComponentSupport() 611 typereg::Reader super( in generateFunctionParamterMap() local 615 if ( !super.isValid() ) { in generateFunctionParamterMap() 621 generateFunctionParamterMap(o, options, manager, super, generated, bFirst); in generateFunctionParamterMap()
|
/trunk/main/offapi/com/sun/star/task/ |
H A D | PasswordContainer.idl | 41 It stores passwords encripted with a super password. An interaction 42 is used to ask a user for a super password. 51 the super password interaction does not return super password ( for any reason ),
|
/trunk/main/store/workben/ |
H A D | t_page.cxx | 760 SuperPage super; 770 super = allocator->construct<SuperPage>(); 771 super->guard(); 773 rxLockBytes->writeAt (0, super, super->size()); 778 rxLockBytes->readAt (0, &super, super::theSize); 780 super.verify();
|
/trunk/main/apple_remote/source/ |
H A D | AppleRemote.m | 122 [super sendRemoteButtonEvent:event pressedDown:YES]; 125 [super sendRemoteButtonEvent:event pressedDown:pressedDown]; 129 [super sendRemoteButtonEvent:event pressedDown:NO];
|
H A D | RemoteControlContainer.m | 36 if ( (self = [super initWithDelegate:_remoteControlDelegate]) ) { 52 [super dealloc];
|
H A D | RemoteControl.m | 51 if ( (self = [super init]) ) { 62 [super dealloc];
|
H A D | RemoteMainController.m | 43 …self = [super init]; // because we redefined our own init instead of use the fu..nny awakeFromNib 155 [super dealloc];
|
H A D | GlobalKeyboardDevice.m | 66 if ( (self = [super initWithDelegate: _remoteControlDelegate]) ) { 84 [super dealloc];
|
/trunk/main/codemaker/test/javamaker/src/test/idl/test/codemaker/javamaker/ |
H A D | types.idl | 358 service super: com::sun::star::uno::XInterface { super([in] long super); }; 417 singleton super: com::sun::star::uno::XNamingService;
|
/trunk/main/codemaker/source/idlmaker/ |
H A D | idltype.hxx | 183 void dumpSuperMember(FileStream& o, const ::rtl::OString& super); 198 void dumpSuperMember(FileStream& o, const ::rtl::OString& super);
|
/trunk/main/offapi/com/sun/star/form/ |
H A D | FormComponents.idl | 87 …instance, at any time you can obtain the events associated with the <code>n</code><super>th</super>
|
/trunk/main/codemaker/source/bonobowrappermaker/ |
H A D | corbatype.hxx | 235 sal_Bool dumpSuperMember(FileStream& o, const ::rtl::OString& super, sal_Bool bWithType); 251 sal_Bool dumpSuperMember(FileStream& o, const ::rtl::OString& super, sal_Bool bWithType);
|
/trunk/main/vcl/aqua/source/window/ |
H A D | salnsmenu.mm | 39 return [super initWithTitle: [NSString string]]; 76 id ret = [super initWithTitle: [NSString string]
|
H A D | salframeview.mm | 154 …NSWindow* pNSWindow = [super initWithContentRect: aRect styleMask: mpFrame->getStyleMask() backing… 190 [super displayIfNeeded]; 219 return [super canBecomeKeyWindow]; 431 …if ((self = [super initWithFrame: [NSWindow contentRectForFrameRect: [pFrame->getNSWindow() frame]… 1708 return [ super accessibleContext ];
|
/trunk/main/codemaker/source/cppumaker/ |
H A D | cpputype.hxx | 263 sal_Bool dumpSuperMember(FileStream& o, const ::rtl::OString& super, sal_Bool bWithType); 295 sal_Bool dumpSuperMember(FileStream& o, const ::rtl::OString& super, sal_Bool bWithType);
|
/trunk/main/fpicker/source/aqua/ |
H A D | NSString_OOoAdditions.cxx | 47 if ((self = [super init])) {
|
H A D | AquaFilePickerDelegate.cxx | 40 if ((self = [super init])) {
|
/trunk/main/setup_native/scripts/ |
H A D | langpackscript.sh | 27 echo You need to have super-user rights to install this language package
|
H A D | linuxpatchscript.sh | 27 echo You need to have super-user permissions to run this patch script
|