Home
last modified time | relevance | path

Searched refs:self (Results 76 – 100 of 153) sorted by relevance

1234567

/aoo42x/main/pyuno/demo/
H A Dswritercomp.py45 def __init__( self, ctx ): argument
46 self.ctx = ctx
49 def run( self,args ): argument
51 ctx = self.ctx
/aoo42x/main/autodoc/source/parser/inc/semantic/
H A Dsub_pe.hxx41 typedef SubPe< PE, SUB > self; typedef in SubPe
95 self * pThis = const_cast< self* >(this); in CreateChild()
/aoo42x/main/autodoc/inc/ary/
H A Dtypes.hxx90 typedef TypedId<IFC> self; typedef in ary::TypedId
115 static self Null_() { return self(0); } in Null_()
/aoo42x/main/fpicker/source/aqua/
H A DNSURL_OOoAdditions.cxx40 sURLString = [self absoluteString];
45 NSString* path = [self path];
56 NSString* path = [self absoluteString];
H A DAquaFilePickerDelegate.cxx40 if ((self = [super init])) {
43 return self;
/aoo42x/main/autodoc/source/ary/inc/
H A Dnametreenode.hxx48 typedef NameTreeNode self; typedef in ary::NameTreeNode
57 const self & i_rParent,
107 const self & i_rParent, in NameTreeNode()
/aoo42x/main/vcl/aqua/source/a11y/
H A Daqua11ywrapperscrollarea.mm40 …NSArray * elementChildren = [ self accessibilityAttributeValue: NSAccessibilityChildrenAttribute ];
60 return [ self scrollBarWithOrientation: NSAccessibilityVerticalOrientationValue ];
64 return [ self scrollBarWithOrientation: NSAccessibilityHorizontalOrientationValue ];
H A Daqua11ywrappercheckbox.mm38 if ( [ self accessibleValue ] != nil ) {
39 return [ AquaA11yValueWrapper valueAttributeForElement: self ];
H A Daqua11ywrapperradiobutton.mm37 if ( [ self accessibleValue ] != nil ) {
38 return [ AquaA11yValueWrapper valueAttributeForElement: self ];
H A Daqua11ytablewrapper.mm134 XAccessibleTable * accessibleTable = [ self accessibleTable ];
173 XAccessibleTable * accessibleTable = [ self accessibleTable ];
/aoo42x/main/vcl/aqua/source/gdi/
H A Daquaprintview.mm36 if( (self = [super initWithFrame: aRect]) != nil )
41 return self;
70 NSPoint aPoint = [self locationOfPrintRect: rect];
/aoo42x/main/extensions/source/macosx/spotlight/
H A DOOoContentDataParser.m30 if ((self = [super init]) != nil) {
35 return self;
52 [parser setDelegate:self];
H A DOOoMetaDataParser.m74 if ((self = [super init]) != nil) {
79 return self;
96 [parser setDelegate:self];
H A DOOoSpotlightImporter.m84 unzFile unzipFile = [self openZipFileAtPath:pathToFile];
93 NSData *metaData = [self metaDataFileFromZip:unzipFile];
111 NSData *contentData = [self contentDataFileFromZip:unzipFile];
/aoo42x/main/vcl/aqua/source/dtrans/
H A Daqua_clipboard.cxx52 self = [super init];
54 if (self)
57 return self;
H A DDragSource.cxx85 self = [super init];
87 if (self)
92 return self;
H A DDropTarget.cxx99 self = [super init];
101 if (self)
106 return self;
/aoo42x/main/sfx2/source/appl/
H A Dshutdowniconaqua.mm171 if( (self = [super init]) )
175 return self;
254 [pNewItem setTarget: self];
/aoo42x/main/pyuno/source/module/
H A Dpyuno_runtime.cxx318 void stRuntimeImpl::del(PyObject* self) in del() argument
320 RuntimeImpl *me = reinterpret_cast< RuntimeImpl * > ( self ); in del()
324 PyObject_Del (self); in del()
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_1/
H A Dopenssl.cfg126 x509_extensions = v3_ca # The extentions to add to the self signed cert
236 # prevent it being used as an test self-signed certificate it is best
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_10/
H A Dopenssl.cfg126 x509_extensions = v3_ca # The extentions to add to the self signed cert
236 # prevent it being used as an test self-signed certificate it is best
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_11/
H A Dopenssl.cfg126 x509_extensions = v3_ca # The extentions to add to the self signed cert
242 # prevent it being used as an test self-signed certificate it is best
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_2/
H A Dopenssl.cfg126 x509_extensions = v3_ca # The extentions to add to the self signed cert
236 # prevent it being used as an test self-signed certificate it is best
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_3/
H A Dopenssl.cfg126 x509_extensions = v3_ca # The extentions to add to the self signed cert
236 # prevent it being used as an test self-signed certificate it is best
/aoo42x/main/xmlsecurity/test_docs/CAs/Root_4/
H A Dopenssl.cfg126 x509_extensions = v3_ca # The extentions to add to the self signed cert
236 # prevent it being used as an test self-signed certificate it is best

Completed in 96 milliseconds

1234567